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

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.3833 -180)"^^geo:wktLiteral ;
  geo-pos:lat "-67.3833"^^xsd:decimal ;
  geo-pos:long "-180"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11779'^^xsd:integer;
  dwc:scientificName 'Liothyrella scotti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-180'^^xsd:integer;
  dwc:latitude '-67.3833'^^xsd:double;
  dwc:aphiaid '235462'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.4833 -179.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-179.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.4833 -179.917)"^^geo:wktLiteral ;
  geo-pos:lat "-67.4833"^^xsd:decimal ;
  geo-pos:long "-179.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11780'^^xsd:integer;
  dwc:scientificName 'Liothyrella scotti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-179.917'^^xsd:double;
  dwc:latitude '-67.4833'^^xsd:double;
  dwc:aphiaid '235462'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.246667 -179.848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.246667"^^xsd:decimal ;
  dwc:decimalLongitude "-179.848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.246667 -179.848)"^^geo:wktLiteral ;
  geo-pos:lat "0.246667"^^xsd:decimal ;
  geo-pos:long "-179.848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15480'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-179.848'^^xsd:double;
  dwc:latitude '0.246667'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3913'^^xsd:integer;
  dwc:scientificName 'Ilyarachna antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '175184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '927'^^xsd:integer;
  dwc:scientificName 'Leptostylis calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:927'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '928'^^xsd:integer;
  dwc:scientificName 'Leptostylis calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:928'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14691'^^xsd:integer;
  dwc:scientificName 'Tindaria antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '197471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14692'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14693'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4570'^^xsd:integer;
  dwc:scientificName 'Neotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '247392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14696'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14698'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14699'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14694'^^xsd:integer;
  dwc:scientificName 'Neilonella kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '428729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14690'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8569'^^xsd:integer;
  dwc:scientificName 'Synonchoides galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '229564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4213'^^xsd:integer;
  dwc:scientificName 'Leviapseudes galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '247141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4204'^^xsd:integer;
  dwc:scientificName 'Leviapseudes aberrans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '247135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '158'^^xsd:integer;
  dwc:scientificName 'Leptostylis calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:158'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -178.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-178.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '139'^^xsd:integer;
  dwc:scientificName 'Gaussicuma kermadecense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.95'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '181842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181842'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9333 -178.933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-178.933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9333 -178.933)"^^geo:wktLiteral ;
  geo-pos:lat "-73.9333"^^xsd:decimal ;
  geo-pos:long "-178.933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12016'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.933'^^xsd:double;
  dwc:latitude '-73.9333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5333 -178.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-178.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5333 -178.833)"^^geo:wktLiteral ;
  geo-pos:lat "-75.5333"^^xsd:decimal ;
  geo-pos:long "-178.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12015'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.833'^^xsd:double;
  dwc:latitude '-75.5333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5333 -178.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-178.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5333 -178.833)"^^geo:wktLiteral ;
  geo-pos:lat "-75.5333"^^xsd:decimal ;
  geo-pos:long "-178.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11912'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.833'^^xsd:double;
  dwc:latitude '-75.5333'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -178.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-178.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -178.75)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-178.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4147'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes bacescui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.75'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '247123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247123'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2667 -178.667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2667 -178.667)"^^geo:wktLiteral ;
  geo-pos:lat "-35.2667"^^xsd:decimal ;
  geo-pos:long "-178.667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14618'^^xsd:integer;
  dwc:scientificName 'Yoldia kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.667'^^xsd:double;
  dwc:latitude '-35.2667'^^xsd:double;
  dwc:aphiaid '428855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506533'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2667 -178.667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2667 -178.667)"^^geo:wktLiteral ;
  geo-pos:lat "-35.2667"^^xsd:decimal ;
  geo-pos:long "-178.667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14617'^^xsd:integer;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.667'^^xsd:double;
  dwc:latitude '-35.2667'^^xsd:double;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2667 -178.667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-178.667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2667 -178.667)"^^geo:wktLiteral ;
  geo-pos:lat "-35.2667"^^xsd:decimal ;
  geo-pos:long "-178.667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4478'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.667'^^xsd:double;
  dwc:latitude '-35.2667'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.0613 -178.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.0613"^^xsd:decimal ;
  dwc:decimalLongitude "-178.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.0613 -178.65)"^^geo:wktLiteral ;
  geo-pos:lat "-43.0613"^^xsd:decimal ;
  geo-pos:long "-178.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9268'^^xsd:integer;
  dwc:scientificName 'Fissuroderes novaezealandiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.65'^^xsd:double;
  dwc:latitude '-43.0613'^^xsd:double;
  dwc:aphiaid '265927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-178.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5167"^^xsd:decimal ;
  geo-pos:long "-178.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '926'^^xsd:integer;
  dwc:scientificName 'Leptostylis calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.633'^^xsd:double;
  dwc:latitude '-36.5167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:926'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-178.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5167"^^xsd:decimal ;
  geo-pos:long "-178.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '929'^^xsd:integer;
  dwc:scientificName 'Leptostylis calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.633'^^xsd:double;
  dwc:latitude '-36.5167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:929'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-178.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5167"^^xsd:decimal ;
  geo-pos:long "-178.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10117'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.633'^^xsd:double;
  dwc:latitude '-36.5167'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-178.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5167"^^xsd:decimal ;
  geo-pos:long "-178.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10129'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.633'^^xsd:double;
  dwc:latitude '-36.5167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-178.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 -178.633)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5167"^^xsd:decimal ;
  geo-pos:long "-178.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4569'^^xsd:integer;
  dwc:scientificName 'Neotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.633'^^xsd:double;
  dwc:latitude '-36.5167'^^xsd:double;
  dwc:aphiaid '247392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -178.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-178.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -178.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-178.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3482'^^xsd:integer;
  dwc:scientificName 'Ischnomesus birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.63'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:aphiaid '255915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.5202 -178.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.5202"^^xsd:decimal ;
  dwc:decimalLongitude "-178.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.5202 -178.583)"^^geo:wktLiteral ;
  geo-pos:lat "-39.5202"^^xsd:decimal ;
  geo-pos:long "-178.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9272'^^xsd:integer;
  dwc:scientificName 'Fissuroderes rangi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.583'^^xsd:double;
  dwc:latitude '-39.5202'^^xsd:double;
  dwc:aphiaid '265929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1167 -178.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-178.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1167 -178.533)"^^geo:wktLiteral ;
  geo-pos:lat "-36.1167"^^xsd:decimal ;
  geo-pos:long "-178.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9276'^^xsd:integer;
  dwc:scientificName 'Abyssocladia bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.533'^^xsd:double;
  dwc:latitude '-36.1167'^^xsd:double;
  dwc:aphiaid '189798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '189798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.12 -178.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.12"^^xsd:decimal ;
  dwc:decimalLongitude "-178.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.12 -178.53)"^^geo:wktLiteral ;
  geo-pos:lat "-36.12"^^xsd:decimal ;
  geo-pos:long "-178.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3546'^^xsd:integer;
  dwc:scientificName 'Acanthomunna beddardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.53'^^xsd:double;
  dwc:latitude '-36.12'^^xsd:double;
  dwc:aphiaid '255651'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255651'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.12 -178.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.12"^^xsd:decimal ;
  dwc:decimalLongitude "-178.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.12 -178.53)"^^geo:wktLiteral ;
  geo-pos:lat "-36.12"^^xsd:decimal ;
  geo-pos:long "-178.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3704'^^xsd:integer;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.53'^^xsd:double;
  dwc:latitude '-36.12'^^xsd:double;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-178.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.52)"^^geo:wktLiteral ;
  geo-pos:lat "-35.85"^^xsd:decimal ;
  geo-pos:long "-178.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3701'^^xsd:integer;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.52'^^xsd:double;
  dwc:latitude '-35.85'^^xsd:double;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-178.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.52)"^^geo:wktLiteral ;
  geo-pos:lat "-35.85"^^xsd:decimal ;
  geo-pos:long "-178.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3912'^^xsd:integer;
  dwc:scientificName 'Ilyarachna antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.52'^^xsd:double;
  dwc:latitude '-35.85'^^xsd:double;
  dwc:aphiaid '175184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-178.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.52)"^^geo:wktLiteral ;
  geo-pos:lat "-35.85"^^xsd:decimal ;
  geo-pos:long "-178.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3485'^^xsd:integer;
  dwc:scientificName 'Ischnomesus spaercki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.52'^^xsd:double;
  dwc:latitude '-35.85'^^xsd:double;
  dwc:aphiaid '255930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -178.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.17"^^xsd:decimal ;
  dwc:decimalLongitude "-178.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -178.52)"^^geo:wktLiteral ;
  geo-pos:lat "-32.17"^^xsd:decimal ;
  geo-pos:long "-178.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3635'^^xsd:integer;
  dwc:scientificName 'Storthyngura furcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.52'^^xsd:double;
  dwc:latitude '-32.17'^^xsd:double;
  dwc:aphiaid '175214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-178.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.517)"^^geo:wktLiteral ;
  geo-pos:lat "-35.85"^^xsd:decimal ;
  geo-pos:long "-178.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14687'^^xsd:integer;
  dwc:scientificName 'Neilonella hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.517'^^xsd:double;
  dwc:latitude '-35.85'^^xsd:double;
  dwc:aphiaid '428728'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-178.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.517)"^^geo:wktLiteral ;
  geo-pos:lat "-35.85"^^xsd:decimal ;
  geo-pos:long "-178.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14688'^^xsd:integer;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.517'^^xsd:double;
  dwc:latitude '-35.85'^^xsd:double;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-178.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -178.517)"^^geo:wktLiteral ;
  geo-pos:lat "-35.85"^^xsd:decimal ;
  geo-pos:long "-178.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4212'^^xsd:integer;
  dwc:scientificName 'Leviapseudes galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.517'^^xsd:double;
  dwc:latitude '-35.85'^^xsd:double;
  dwc:aphiaid '247141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1167 -178.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-178.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1167 -178.383)"^^geo:wktLiteral ;
  geo-pos:lat "-36.1167"^^xsd:decimal ;
  geo-pos:long "-178.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10115'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.383'^^xsd:double;
  dwc:latitude '-36.1167'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0283 -178.227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.0283"^^xsd:decimal ;
  dwc:decimalLongitude "-178.227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0283 -178.227)"^^geo:wktLiteral ;
  geo-pos:lat "-73.0283"^^xsd:decimal ;
  geo-pos:long "-178.227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12263'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.227'^^xsd:double;
  dwc:latitude '-73.0283'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.0133 -178.158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-178.158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.0133 -178.158)"^^geo:wktLiteral ;
  geo-pos:lat "-77.0133"^^xsd:decimal ;
  geo-pos:long "-178.158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12145'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.158'^^xsd:double;
  dwc:latitude '-77.0133'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.03"^^xsd:decimal ;
  dwc:decimalLongitude "-178.105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  geo-pos:lat "-73.03"^^xsd:decimal ;
  geo-pos:long "-178.105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11933'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.105'^^xsd:double;
  dwc:latitude '-73.03'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.03"^^xsd:decimal ;
  dwc:decimalLongitude "-178.105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  geo-pos:lat "-73.03"^^xsd:decimal ;
  geo-pos:long "-178.105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12019'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.105'^^xsd:double;
  dwc:latitude '-73.03'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.03"^^xsd:decimal ;
  dwc:decimalLongitude "-178.105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  geo-pos:lat "-73.03"^^xsd:decimal ;
  geo-pos:long "-178.105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12170'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.105'^^xsd:double;
  dwc:latitude '-73.03'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.03"^^xsd:decimal ;
  dwc:decimalLongitude "-178.105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  geo-pos:lat "-73.03"^^xsd:decimal ;
  geo-pos:long "-178.105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12197'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.105'^^xsd:double;
  dwc:latitude '-73.03'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.03"^^xsd:decimal ;
  dwc:decimalLongitude "-178.105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  geo-pos:lat "-73.03"^^xsd:decimal ;
  geo-pos:long "-178.105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12262'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.105'^^xsd:double;
  dwc:latitude '-73.03'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.03"^^xsd:decimal ;
  dwc:decimalLongitude "-178.105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  geo-pos:lat "-73.03"^^xsd:decimal ;
  geo-pos:long "-178.105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11819'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.105'^^xsd:double;
  dwc:latitude '-73.03'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.03"^^xsd:decimal ;
  dwc:decimalLongitude "-178.105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.03 -178.105)"^^geo:wktLiteral ;
  geo-pos:lat "-73.03"^^xsd:decimal ;
  geo-pos:long "-178.105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11542'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.105'^^xsd:double;
  dwc:latitude '-73.03'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5833 -178.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-178.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5833 -178.05)"^^geo:wktLiteral ;
  geo-pos:lat "-43.5833"^^xsd:decimal ;
  geo-pos:long "-178.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11351'^^xsd:integer;
  dwc:scientificName 'Deoterthron dentatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-178.05'^^xsd:double;
  dwc:latitude '-43.5833'^^xsd:double;
  dwc:aphiaid '366584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.28 -177.965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.28"^^xsd:decimal ;
  dwc:decimalLongitude "-177.965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.28 -177.965)"^^geo:wktLiteral ;
  geo-pos:lat "-78.28"^^xsd:decimal ;
  geo-pos:long "-177.965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11920'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.965'^^xsd:double;
  dwc:latitude '-78.28'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.28 -177.965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.28"^^xsd:decimal ;
  dwc:decimalLongitude "-177.965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.28 -177.965)"^^geo:wktLiteral ;
  geo-pos:lat "-78.28"^^xsd:decimal ;
  geo-pos:long "-177.965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12149'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.965'^^xsd:double;
  dwc:latitude '-78.28'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.2933 -177.845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.2933"^^xsd:decimal ;
  dwc:decimalLongitude "-177.845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.2933 -177.845)"^^geo:wktLiteral ;
  geo-pos:lat "-78.2933"^^xsd:decimal ;
  geo-pos:long "-177.845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12150'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.845'^^xsd:double;
  dwc:latitude '-78.2933'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.2933 -177.845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.2933"^^xsd:decimal ;
  dwc:decimalLongitude "-177.845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.2933 -177.845)"^^geo:wktLiteral ;
  geo-pos:lat "-78.2933"^^xsd:decimal ;
  geo-pos:long "-177.845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12255'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.845'^^xsd:double;
  dwc:latitude '-78.2933'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1667"^^xsd:decimal ;
  geo-pos:long "-177.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9307'^^xsd:integer;
  dwc:scientificName 'Asbestopluma hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.233'^^xsd:double;
  dwc:latitude '-32.1667'^^xsd:double;
  dwc:aphiaid '168199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '863533'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1667"^^xsd:decimal ;
  geo-pos:long "-177.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14684'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.233'^^xsd:double;
  dwc:latitude '-32.1667'^^xsd:double;
  dwc:aphiaid '394545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '391806'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1667"^^xsd:decimal ;
  geo-pos:long "-177.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14682'^^xsd:integer;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.233'^^xsd:double;
  dwc:latitude '-32.1667'^^xsd:double;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1667"^^xsd:decimal ;
  geo-pos:long "-177.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14683'^^xsd:integer;
  dwc:scientificName 'Neilonella hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.233'^^xsd:double;
  dwc:latitude '-32.1667'^^xsd:double;
  dwc:aphiaid '428728'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1667"^^xsd:decimal ;
  geo-pos:long "-177.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14681'^^xsd:integer;
  dwc:scientificName 'Phaseolus faba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.233'^^xsd:double;
  dwc:latitude '-32.1667'^^xsd:double;
  dwc:aphiaid '428768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428768'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1667"^^xsd:decimal ;
  geo-pos:long "-177.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4479'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.233'^^xsd:double;
  dwc:latitude '-32.1667'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-177.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -177.233)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1667"^^xsd:decimal ;
  geo-pos:long "-177.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4346'^^xsd:integer;
  dwc:scientificName 'Herpotanais kirkegaardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.233'^^xsd:double;
  dwc:latitude '-32.1667'^^xsd:double;
  dwc:aphiaid '247375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.17"^^xsd:decimal ;
  dwc:decimalLongitude "-177.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  geo-pos:lat "-32.17"^^xsd:decimal ;
  geo-pos:long "-177.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3487'^^xsd:integer;
  dwc:scientificName 'Ischnomesus bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.23'^^xsd:double;
  dwc:latitude '-32.17'^^xsd:double;
  dwc:aphiaid '255916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.17"^^xsd:decimal ;
  dwc:decimalLongitude "-177.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  geo-pos:lat "-32.17"^^xsd:decimal ;
  geo-pos:long "-177.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3705'^^xsd:integer;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.23'^^xsd:double;
  dwc:latitude '-32.17'^^xsd:double;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.17"^^xsd:decimal ;
  dwc:decimalLongitude "-177.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  geo-pos:lat "-32.17"^^xsd:decimal ;
  geo-pos:long "-177.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3936'^^xsd:integer;
  dwc:scientificName 'Eurycope madseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.23'^^xsd:double;
  dwc:latitude '-32.17'^^xsd:double;
  dwc:aphiaid '294734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.17"^^xsd:decimal ;
  dwc:decimalLongitude "-177.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  geo-pos:lat "-32.17"^^xsd:decimal ;
  geo-pos:long "-177.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3911'^^xsd:integer;
  dwc:scientificName 'Ilyarachna antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.23'^^xsd:double;
  dwc:latitude '-32.17'^^xsd:double;
  dwc:aphiaid '175184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.17"^^xsd:decimal ;
  dwc:decimalLongitude "-177.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -177.23)"^^geo:wktLiteral ;
  geo-pos:lat "-32.17"^^xsd:decimal ;
  geo-pos:long "-177.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3845'^^xsd:integer;
  dwc:scientificName 'Eurycope galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.23'^^xsd:double;
  dwc:latitude '-32.17'^^xsd:double;
  dwc:aphiaid '255741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255741'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 -177.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "-177.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 -177.23)"^^geo:wktLiteral ;
  geo-pos:lat "-32"^^xsd:decimal ;
  geo-pos:long "-177.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3486'^^xsd:integer;
  dwc:scientificName 'Ischnomesus spaercki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.23'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:aphiaid '255930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.4333 -177.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-177.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.4333 -177.1)"^^geo:wktLiteral ;
  geo-pos:lat "18.4333"^^xsd:decimal ;
  geo-pos:long "-177.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5117'^^xsd:integer;
  dwc:scientificName 'Filitanais vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.1'^^xsd:double;
  dwc:latitude '18.4333'^^xsd:double;
  dwc:aphiaid '247450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 -177.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3"^^xsd:decimal ;
  dwc:decimalLongitude "-177.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 -177.1)"^^geo:wktLiteral ;
  geo-pos:lat "37.3"^^xsd:decimal ;
  geo-pos:long "-177.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5107'^^xsd:integer;
  dwc:scientificName 'Collettea subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.1'^^xsd:double;
  dwc:latitude '37.3'^^xsd:double;
  dwc:aphiaid '247444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.26 -177.082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.26"^^xsd:decimal ;
  dwc:decimalLongitude "-177.082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.26 -177.082)"^^geo:wktLiteral ;
  geo-pos:lat "-73.26"^^xsd:decimal ;
  geo-pos:long "-177.082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11777'^^xsd:integer;
  dwc:scientificName 'Liothyrella multiporosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.082'^^xsd:double;
  dwc:latitude '-73.26'^^xsd:double;
  dwc:aphiaid '235461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.26 -177.082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.26"^^xsd:decimal ;
  dwc:decimalLongitude "-177.082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.26 -177.082)"^^geo:wktLiteral ;
  geo-pos:lat "-73.26"^^xsd:decimal ;
  geo-pos:long "-177.082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11773'^^xsd:integer;
  dwc:scientificName 'Liothyrella blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.082'^^xsd:double;
  dwc:latitude '-73.26'^^xsd:double;
  dwc:aphiaid '235457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.26 -177.082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.26"^^xsd:decimal ;
  dwc:decimalLongitude "-177.082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.26 -177.082)"^^geo:wktLiteral ;
  geo-pos:lat "-73.26"^^xsd:decimal ;
  geo-pos:long "-177.082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11541'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.082'^^xsd:double;
  dwc:latitude '-73.26'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6833 -177.067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-177.067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6833 -177.067)"^^geo:wktLiteral ;
  geo-pos:lat "37.6833"^^xsd:decimal ;
  geo-pos:long "-177.067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9346'^^xsd:integer;
  dwc:scientificName 'Bathydorus fimbriatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.067'^^xsd:double;
  dwc:latitude '37.6833'^^xsd:double;
  dwc:aphiaid '172029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6833 -177.067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-177.067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6833 -177.067)"^^geo:wktLiteral ;
  geo-pos:lat "37.6833"^^xsd:decimal ;
  geo-pos:long "-177.067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9468'^^xsd:integer;
  dwc:scientificName 'Chondrocladia concrescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.067'^^xsd:double;
  dwc:latitude '37.6833'^^xsd:double;
  dwc:aphiaid '168213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.275 -177.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.275"^^xsd:decimal ;
  dwc:decimalLongitude "-177.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.275 -177.05)"^^geo:wktLiteral ;
  geo-pos:lat "-73.275"^^xsd:decimal ;
  geo-pos:long "-177.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11772'^^xsd:integer;
  dwc:scientificName 'Liothyrella blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-177.05'^^xsd:double;
  dwc:latitude '-73.275'^^xsd:double;
  dwc:aphiaid '235457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.3333 -176.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-176.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.3333 -176.9)"^^geo:wktLiteral ;
  geo-pos:lat "-32.3333"^^xsd:decimal ;
  geo-pos:long "-176.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14679'^^xsd:integer;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.9'^^xsd:double;
  dwc:latitude '-32.3333'^^xsd:double;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.3333 -176.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-176.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.3333 -176.9)"^^geo:wktLiteral ;
  geo-pos:lat "-32.3333"^^xsd:decimal ;
  geo-pos:long "-176.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14680'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.9'^^xsd:double;
  dwc:latitude '-32.3333'^^xsd:double;
  dwc:aphiaid '394545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '391806'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.3333 -176.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-176.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.3333 -176.9)"^^geo:wktLiteral ;
  geo-pos:lat "-32.3333"^^xsd:decimal ;
  geo-pos:long "-176.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9324'^^xsd:integer;
  dwc:scientificName 'Asbestopluma wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.9'^^xsd:double;
  dwc:latitude '-32.3333'^^xsd:double;
  dwc:aphiaid '168205'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.33 -176.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.33"^^xsd:decimal ;
  dwc:decimalLongitude "-176.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.33 -176.9)"^^geo:wktLiteral ;
  geo-pos:lat "-32.33"^^xsd:decimal ;
  geo-pos:long "-176.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3702'^^xsd:integer;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.9'^^xsd:double;
  dwc:latitude '-32.33'^^xsd:double;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.33 -176.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.33"^^xsd:decimal ;
  dwc:decimalLongitude "-176.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.33 -176.9)"^^geo:wktLiteral ;
  geo-pos:lat "-32.33"^^xsd:decimal ;
  geo-pos:long "-176.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3656'^^xsd:integer;
  dwc:scientificName 'Storthyngura pulchra kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.9'^^xsd:double;
  dwc:latitude '-32.33'^^xsd:double;
  dwc:aphiaid '428879'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263973'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0667 -176.798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-176.798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0667 -176.798)"^^geo:wktLiteral ;
  geo-pos:lat "-76.0667"^^xsd:decimal ;
  geo-pos:long "-176.798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11916'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.798'^^xsd:double;
  dwc:latitude '-76.0667'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0667 -176.798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-176.798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0667 -176.798)"^^geo:wktLiteral ;
  geo-pos:lat "-76.0667"^^xsd:decimal ;
  geo-pos:long "-176.798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12144'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.798'^^xsd:double;
  dwc:latitude '-76.0667'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0667 -176.798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-176.798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0667 -176.798)"^^geo:wktLiteral ;
  geo-pos:lat "-76.0667"^^xsd:decimal ;
  geo-pos:long "-176.798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11804'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.798'^^xsd:double;
  dwc:latitude '-76.0667'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5333 -176.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-176.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5333 -176.717)"^^geo:wktLiteral ;
  geo-pos:lat "-22.5333"^^xsd:decimal ;
  geo-pos:long "-176.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8771'^^xsd:integer;
  dwc:scientificName 'Cephalochaetosoma pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.717'^^xsd:double;
  dwc:latitude '-22.5333'^^xsd:double;
  dwc:aphiaid '230036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230036'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5333 -176.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-176.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5333 -176.717)"^^geo:wktLiteral ;
  geo-pos:lat "-22.5333"^^xsd:decimal ;
  geo-pos:long "-176.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8858'^^xsd:integer;
  dwc:scientificName 'Desmodora marci'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.717'^^xsd:double;
  dwc:latitude '-22.5333'^^xsd:double;
  dwc:aphiaid '583217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8858'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583217'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5333 -176.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-176.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5333 -176.717)"^^geo:wktLiteral ;
  geo-pos:lat "-22.5333"^^xsd:decimal ;
  geo-pos:long "-176.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9216'^^xsd:integer;
  dwc:scientificName 'Copidognathus papillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.717'^^xsd:double;
  dwc:latitude '-22.5333'^^xsd:double;
  dwc:aphiaid '406844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.3167 -176.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-176.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.3167 -176.65)"^^geo:wktLiteral ;
  geo-pos:lat "-74.3167"^^xsd:decimal ;
  geo-pos:long "-176.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12138'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.65'^^xsd:double;
  dwc:latitude '-74.3167'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.3167 -176.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-176.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.3167 -176.65)"^^geo:wktLiteral ;
  geo-pos:lat "-74.3167"^^xsd:decimal ;
  geo-pos:long "-176.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12250'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.65'^^xsd:double;
  dwc:latitude '-74.3167'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.05 -176.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.05"^^xsd:decimal ;
  dwc:decimalLongitude "-176.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.05 -176.617)"^^geo:wktLiteral ;
  geo-pos:lat "-75.05"^^xsd:decimal ;
  geo-pos:long "-176.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12142'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.617'^^xsd:double;
  dwc:latitude '-75.05'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.05 -176.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.05"^^xsd:decimal ;
  dwc:decimalLongitude "-176.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.05 -176.617)"^^geo:wktLiteral ;
  geo-pos:lat "-75.05"^^xsd:decimal ;
  geo-pos:long "-176.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12191'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.617'^^xsd:double;
  dwc:latitude '-75.05'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.05 -176.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.05"^^xsd:decimal ;
  dwc:decimalLongitude "-176.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.05 -176.617)"^^geo:wktLiteral ;
  geo-pos:lat "-75.05"^^xsd:decimal ;
  geo-pos:long "-176.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11802'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.617'^^xsd:double;
  dwc:latitude '-75.05'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-176.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  geo-pos:lat "-75.1667"^^xsd:decimal ;
  geo-pos:long "-176.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11913'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.217'^^xsd:double;
  dwc:latitude '-75.1667'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-176.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  geo-pos:lat "-75.1667"^^xsd:decimal ;
  geo-pos:long "-176.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12137'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.217'^^xsd:double;
  dwc:latitude '-75.1667'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-176.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  geo-pos:lat "-75.1667"^^xsd:decimal ;
  geo-pos:long "-176.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12185'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.217'^^xsd:double;
  dwc:latitude '-75.1667'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-176.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  geo-pos:lat "-75.1667"^^xsd:decimal ;
  geo-pos:long "-176.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11796'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.217'^^xsd:double;
  dwc:latitude '-75.1667'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-176.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1667 -176.217)"^^geo:wktLiteral ;
  geo-pos:lat "-75.1667"^^xsd:decimal ;
  geo-pos:long "-176.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11531'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.217'^^xsd:double;
  dwc:latitude '-75.1667'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5833 -176.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-176.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5833 -176.05)"^^geo:wktLiteral ;
  geo-pos:lat "-43.5833"^^xsd:decimal ;
  geo-pos:long "-176.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '913'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.05'^^xsd:double;
  dwc:latitude '-43.5833'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5833 -176.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-176.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5833 -176.05)"^^geo:wktLiteral ;
  geo-pos:lat "-43.5833"^^xsd:decimal ;
  geo-pos:long "-176.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '915'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-176.05'^^xsd:double;
  dwc:latitude '-43.5833'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -175.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-175.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 -175.9)"^^geo:wktLiteral ;
  geo-pos:lat "-35.85"^^xsd:decimal ;
  geo-pos:long "-175.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3634'^^xsd:integer;
  dwc:scientificName 'Storthyngura furcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.9'^^xsd:double;
  dwc:latitude '-35.85'^^xsd:double;
  dwc:aphiaid '175214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -175.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.17"^^xsd:decimal ;
  dwc:decimalLongitude "-175.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.17 -175.9)"^^geo:wktLiteral ;
  geo-pos:lat "-32.17"^^xsd:decimal ;
  geo-pos:long "-175.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3703'^^xsd:integer;
  dwc:scientificName 'Storthyngura benti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.9'^^xsd:double;
  dwc:latitude '-32.17'^^xsd:double;
  dwc:aphiaid '255772'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -175.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-175.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -175.9)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1667"^^xsd:decimal ;
  geo-pos:long "-175.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14685'^^xsd:integer;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.9'^^xsd:double;
  dwc:latitude '-32.1667'^^xsd:double;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -175.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-175.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1667 -175.9)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1667"^^xsd:decimal ;
  geo-pos:long "-175.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14686'^^xsd:integer;
  dwc:scientificName 'Spinula kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.9'^^xsd:double;
  dwc:latitude '-32.1667'^^xsd:double;
  dwc:aphiaid '428812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3167 -175.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-175.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3167 -175.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.3167"^^xsd:decimal ;
  geo-pos:long "-175.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14752'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.817'^^xsd:double;
  dwc:latitude '47.3167'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 -175.755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "-175.755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 -175.755)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "-175.755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11009'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.755'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 -175.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "-175.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 -175.75)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "-175.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14753'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.75'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 -175.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "-175.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 -175.75)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "-175.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14754'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.75'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3333 -175.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-175.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3333 -175.75)"^^geo:wktLiteral ;
  geo-pos:lat "40.3333"^^xsd:decimal ;
  geo-pos:long "-175.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9947'^^xsd:integer;
  dwc:scientificName 'Polymastia sol pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.75'^^xsd:double;
  dwc:latitude '40.3333'^^xsd:double;
  dwc:aphiaid '246099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1424192'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3333 -175.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-175.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3333 -175.75)"^^geo:wktLiteral ;
  geo-pos:lat "40.3333"^^xsd:decimal ;
  geo-pos:long "-175.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9557'^^xsd:integer;
  dwc:scientificName 'Cladorhiza rectangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.75'^^xsd:double;
  dwc:latitude '40.3333'^^xsd:double;
  dwc:aphiaid '168243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3333 -175.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-175.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3333 -175.75)"^^geo:wktLiteral ;
  geo-pos:lat "40.3333"^^xsd:decimal ;
  geo-pos:long "-175.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9536'^^xsd:integer;
  dwc:scientificName 'Cladorhiza longipinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.75'^^xsd:double;
  dwc:latitude '40.3333'^^xsd:double;
  dwc:aphiaid '168235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.6333 -175.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-175.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.6333 -175.533)"^^geo:wktLiteral ;
  geo-pos:lat "-74.6333"^^xsd:decimal ;
  geo-pos:long "-175.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11769'^^xsd:integer;
  dwc:scientificName 'Liothyrella blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.533'^^xsd:double;
  dwc:latitude '-74.6333'^^xsd:double;
  dwc:aphiaid '235457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.6333 -175.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-175.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.6333 -175.367)"^^geo:wktLiteral ;
  geo-pos:lat "-74.6333"^^xsd:decimal ;
  geo-pos:long "-175.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9245'^^xsd:integer;
  dwc:scientificName 'Halacarus profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.367'^^xsd:double;
  dwc:latitude '-74.6333'^^xsd:double;
  dwc:aphiaid '362676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.8833 -175.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-175.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.8833 -175.167)"^^geo:wktLiteral ;
  geo-pos:lat "-74.8833"^^xsd:decimal ;
  geo-pos:long "-175.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11775'^^xsd:integer;
  dwc:scientificName 'Liothyrella multiporosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.167'^^xsd:double;
  dwc:latitude '-74.8833'^^xsd:double;
  dwc:aphiaid '235461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.8833 -175.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-175.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.8833 -175.167)"^^geo:wktLiteral ;
  geo-pos:lat "-74.8833"^^xsd:decimal ;
  geo-pos:long "-175.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11532'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.167'^^xsd:double;
  dwc:latitude '-74.8833'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0933 -175.087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.0933"^^xsd:decimal ;
  dwc:decimalLongitude "-175.087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0933 -175.087)"^^geo:wktLiteral ;
  geo-pos:lat "-74.0933"^^xsd:decimal ;
  geo-pos:long "-175.087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11776'^^xsd:integer;
  dwc:scientificName 'Liothyrella multiporosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.087'^^xsd:double;
  dwc:latitude '-74.0933'^^xsd:double;
  dwc:aphiaid '235461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0933 -175.087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.0933"^^xsd:decimal ;
  dwc:decimalLongitude "-175.087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0933 -175.087)"^^geo:wktLiteral ;
  geo-pos:lat "-74.0933"^^xsd:decimal ;
  geo-pos:long "-175.087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11771'^^xsd:integer;
  dwc:scientificName 'Liothyrella blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.087'^^xsd:double;
  dwc:latitude '-74.0933'^^xsd:double;
  dwc:aphiaid '235457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0933 -175.087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.0933"^^xsd:decimal ;
  dwc:decimalLongitude "-175.087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0933 -175.087)"^^geo:wktLiteral ;
  geo-pos:lat "-74.0933"^^xsd:decimal ;
  geo-pos:long "-175.087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11540'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-175.087'^^xsd:double;
  dwc:latitude '-74.0933'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3167 -174.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-174.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3167 -174.885)"^^geo:wktLiteral ;
  geo-pos:lat "-73.3167"^^xsd:decimal ;
  geo-pos:long "-174.885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12207'^^xsd:integer;
  dwc:scientificName 'Manithyris rossi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.885'^^xsd:double;
  dwc:latitude '-73.3167'^^xsd:double;
  dwc:aphiaid '235429'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235429'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3167 -174.883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-174.883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3167 -174.883)"^^geo:wktLiteral ;
  geo-pos:lat "-73.3167"^^xsd:decimal ;
  geo-pos:long "-174.883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12208'^^xsd:integer;
  dwc:scientificName 'Manithyris rossi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.883'^^xsd:double;
  dwc:latitude '-73.3167'^^xsd:double;
  dwc:aphiaid '235429'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235429'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.63 -174.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.63"^^xsd:decimal ;
  dwc:decimalLongitude "-174.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.63 -174.82)"^^geo:wktLiteral ;
  geo-pos:lat "52.63"^^xsd:decimal ;
  geo-pos:long "-174.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4023'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.82'^^xsd:double;
  dwc:latitude '52.63'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.7535 -174.818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.7535"^^xsd:decimal ;
  dwc:decimalLongitude "-174.818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.7535 -174.818)"^^geo:wktLiteral ;
  geo-pos:lat "-44.7535"^^xsd:decimal ;
  geo-pos:long "-174.818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9265'^^xsd:integer;
  dwc:scientificName 'Fissuroderes higginsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.818'^^xsd:double;
  dwc:latitude '-44.7535'^^xsd:double;
  dwc:aphiaid '265926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265926'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.3867 -174.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-174.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.3867 -174.18)"^^geo:wktLiteral ;
  geo-pos:lat "-75.3867"^^xsd:decimal ;
  geo-pos:long "-174.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12141'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.18'^^xsd:double;
  dwc:latitude '-75.3867'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.3867 -174.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-174.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.3867 -174.18)"^^geo:wktLiteral ;
  geo-pos:lat "-75.3867"^^xsd:decimal ;
  geo-pos:long "-174.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11534'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.18'^^xsd:double;
  dwc:latitude '-75.3867'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.4 -174.172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.4"^^xsd:decimal ;
  dwc:decimalLongitude "-174.172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.4 -174.172)"^^geo:wktLiteral ;
  geo-pos:lat "-75.4"^^xsd:decimal ;
  geo-pos:long "-174.172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12190'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.172'^^xsd:double;
  dwc:latitude '-75.4'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.4 -174.172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.4"^^xsd:decimal ;
  dwc:decimalLongitude "-174.172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.4 -174.172)"^^geo:wktLiteral ;
  geo-pos:lat "-75.4"^^xsd:decimal ;
  geo-pos:long "-174.172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11535'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.172'^^xsd:double;
  dwc:latitude '-75.4'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.4685 -174.166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.4685"^^xsd:decimal ;
  dwc:decimalLongitude "-174.166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.4685 -174.166)"^^geo:wktLiteral ;
  geo-pos:lat "-41.4685"^^xsd:decimal ;
  geo-pos:long "-174.166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9271'^^xsd:integer;
  dwc:scientificName 'Fissuroderes papai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.166'^^xsd:double;
  dwc:latitude '-41.4685'^^xsd:double;
  dwc:aphiaid '265928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.4353 -174.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.4353"^^xsd:decimal ;
  dwc:decimalLongitude "-174.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.4353 -174.117)"^^geo:wktLiteral ;
  geo-pos:lat "-41.4353"^^xsd:decimal ;
  geo-pos:long "-174.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9270'^^xsd:integer;
  dwc:scientificName 'Fissuroderes papai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.117'^^xsd:double;
  dwc:latitude '-41.4353'^^xsd:double;
  dwc:aphiaid '265928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.0833 -174.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-174.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.0833 -174.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.0833"^^xsd:decimal ;
  geo-pos:long "-174.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14748'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-174.05'^^xsd:double;
  dwc:latitude '31.0833'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17 -173.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17"^^xsd:decimal ;
  dwc:decimalLongitude "-173.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9304'^^xsd:integer;
  dwc:scientificName 'Asbestopluma formosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.917'^^xsd:double;
  dwc:latitude '-17'^^xsd:integer;
  dwc:aphiaid '390275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235784'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17 -173.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17"^^xsd:decimal ;
  dwc:decimalLongitude "-173.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9279'^^xsd:integer;
  dwc:scientificName 'Abyssocladia dominalba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.917'^^xsd:double;
  dwc:latitude '-17'^^xsd:integer;
  dwc:aphiaid '235787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -173.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.75"^^xsd:decimal ;
  dwc:decimalLongitude "-173.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -173.833)"^^geo:wktLiteral ;
  geo-pos:lat "51.75"^^xsd:decimal ;
  geo-pos:long "-173.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9624'^^xsd:integer;
  dwc:scientificName 'Euchelipluma elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.833'^^xsd:double;
  dwc:latitude '51.75'^^xsd:double;
  dwc:aphiaid '233109'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.8333 -173.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-173.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.8333 -173.483)"^^geo:wktLiteral ;
  geo-pos:lat "-18.8333"^^xsd:decimal ;
  geo-pos:long "-173.483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9217'^^xsd:integer;
  dwc:scientificName 'Copidognathus papillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.483'^^xsd:double;
  dwc:latitude '-18.8333'^^xsd:double;
  dwc:aphiaid '406844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.81 -173.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.81"^^xsd:decimal ;
  dwc:decimalLongitude "-173.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.81 -173.483)"^^geo:wktLiteral ;
  geo-pos:lat "50.81"^^xsd:decimal ;
  geo-pos:long "-173.483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15230'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.483'^^xsd:double;
  dwc:latitude '50.81'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9233 -173.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.9233"^^xsd:decimal ;
  dwc:decimalLongitude "-173.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9233 -173.29)"^^geo:wktLiteral ;
  geo-pos:lat "-75.9233"^^xsd:decimal ;
  geo-pos:long "-173.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12160'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.29'^^xsd:double;
  dwc:latitude '-75.9233'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9233 -173.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.9233"^^xsd:decimal ;
  dwc:decimalLongitude "-173.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9233 -173.29)"^^geo:wktLiteral ;
  geo-pos:lat "-75.9233"^^xsd:decimal ;
  geo-pos:long "-173.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12258'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.29'^^xsd:double;
  dwc:latitude '-75.9233'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9233 -173.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.9233"^^xsd:decimal ;
  dwc:decimalLongitude "-173.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9233 -173.29)"^^geo:wktLiteral ;
  geo-pos:lat "-75.9233"^^xsd:decimal ;
  geo-pos:long "-173.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11536'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.29'^^xsd:double;
  dwc:latitude '-75.9233'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8383 -173.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.8383"^^xsd:decimal ;
  dwc:decimalLongitude "-173.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8383 -173.133)"^^geo:wktLiteral ;
  geo-pos:lat "-75.8383"^^xsd:decimal ;
  geo-pos:long "-173.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11810'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.133'^^xsd:double;
  dwc:latitude '-75.8383'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8333 -173.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-173.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8333 -173.133)"^^geo:wktLiteral ;
  geo-pos:lat "-75.8333"^^xsd:decimal ;
  geo-pos:long "-173.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12159'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.133'^^xsd:double;
  dwc:latitude '-75.8333'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8333 -173.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-173.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8333 -173.133)"^^geo:wktLiteral ;
  geo-pos:lat "-75.8333"^^xsd:decimal ;
  geo-pos:long "-173.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12257'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.133'^^xsd:double;
  dwc:latitude '-75.8333'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8333 -173.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-173.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8333 -173.133)"^^geo:wktLiteral ;
  geo-pos:lat "-75.8333"^^xsd:decimal ;
  geo-pos:long "-173.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11809'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.133'^^xsd:double;
  dwc:latitude '-75.8333'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.385 -173.102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.385"^^xsd:decimal ;
  dwc:decimalLongitude "-173.102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.385 -173.102)"^^geo:wktLiteral ;
  geo-pos:lat "-78.385"^^xsd:decimal ;
  geo-pos:long "-173.102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11987'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.102'^^xsd:double;
  dwc:latitude '-78.385'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.385 -173.102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.385"^^xsd:decimal ;
  dwc:decimalLongitude "-173.102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.385 -173.102)"^^geo:wktLiteral ;
  geo-pos:lat "-78.385"^^xsd:decimal ;
  geo-pos:long "-173.102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11921'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.102'^^xsd:double;
  dwc:latitude '-78.385'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.385 -173.102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.385"^^xsd:decimal ;
  dwc:decimalLongitude "-173.102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.385 -173.102)"^^geo:wktLiteral ;
  geo-pos:lat "-78.385"^^xsd:decimal ;
  geo-pos:long "-173.102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12151'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.102'^^xsd:double;
  dwc:latitude '-78.385'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24 -173.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24"^^xsd:decimal ;
  dwc:decimalLongitude "-173.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24 -173.083)"^^geo:wktLiteral ;
  geo-pos:lat "24"^^xsd:decimal ;
  geo-pos:long "-173.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14749'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-173.083'^^xsd:double;
  dwc:latitude '24'^^xsd:integer;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5383 -172.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.5383"^^xsd:decimal ;
  dwc:decimalLongitude "-172.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5383 -172.54)"^^geo:wktLiteral ;
  geo-pos:lat "-77.5383"^^xsd:decimal ;
  geo-pos:long "-172.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11925'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-172.54'^^xsd:double;
  dwc:latitude '-77.5383'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5383 -172.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.5383"^^xsd:decimal ;
  dwc:decimalLongitude "-172.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5383 -172.54)"^^geo:wktLiteral ;
  geo-pos:lat "-77.5383"^^xsd:decimal ;
  geo-pos:long "-172.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12161'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-172.54'^^xsd:double;
  dwc:latitude '-77.5383'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5383 -172.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.5383"^^xsd:decimal ;
  dwc:decimalLongitude "-172.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5383 -172.54)"^^geo:wktLiteral ;
  geo-pos:lat "-77.5383"^^xsd:decimal ;
  geo-pos:long "-172.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11811'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-172.54'^^xsd:double;
  dwc:latitude '-77.5383'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.35 -172.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.35"^^xsd:decimal ;
  dwc:decimalLongitude "-172.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.35 -172.267)"^^geo:wktLiteral ;
  geo-pos:lat "49.35"^^xsd:decimal ;
  geo-pos:long "-172.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4501'^^xsd:integer;
  dwc:scientificName 'Neotanais hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-172.267'^^xsd:double;
  dwc:latitude '49.35'^^xsd:double;
  dwc:aphiaid '244643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2 -171.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.2"^^xsd:decimal ;
  dwc:decimalLongitude "-171.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2 -171.62)"^^geo:wktLiteral ;
  geo-pos:lat "53.2"^^xsd:decimal ;
  geo-pos:long "-171.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4022'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-171.62'^^xsd:double;
  dwc:latitude '53.2'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.41 -170.558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.41"^^xsd:decimal ;
  dwc:decimalLongitude "-170.558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.41 -170.558)"^^geo:wktLiteral ;
  geo-pos:lat "-76.41"^^xsd:decimal ;
  geo-pos:long "-170.558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12158'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-170.558'^^xsd:double;
  dwc:latitude '-76.41'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4217 -170.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.4217"^^xsd:decimal ;
  dwc:decimalLongitude "-170.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4217 -170.402)"^^geo:wktLiteral ;
  geo-pos:lat "-76.4217"^^xsd:decimal ;
  geo-pos:long "-170.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11924'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-170.402'^^xsd:double;
  dwc:latitude '-76.4217'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4217 -170.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.4217"^^xsd:decimal ;
  dwc:decimalLongitude "-170.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4217 -170.402)"^^geo:wktLiteral ;
  geo-pos:lat "-76.4217"^^xsd:decimal ;
  geo-pos:long "-170.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12157'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-170.402'^^xsd:double;
  dwc:latitude '-76.4217'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4217 -170.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.4217"^^xsd:decimal ;
  dwc:decimalLongitude "-170.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4217 -170.402)"^^geo:wktLiteral ;
  geo-pos:lat "-76.4217"^^xsd:decimal ;
  geo-pos:long "-170.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12256'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-170.402'^^xsd:double;
  dwc:latitude '-76.4217'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4217 -170.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.4217"^^xsd:decimal ;
  dwc:decimalLongitude "-170.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4217 -170.402)"^^geo:wktLiteral ;
  geo-pos:lat "-76.4217"^^xsd:decimal ;
  geo-pos:long "-170.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11808'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-170.402'^^xsd:double;
  dwc:latitude '-76.4217'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4167 -170.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-170.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.4167 -170.4)"^^geo:wktLiteral ;
  geo-pos:lat "-76.4167"^^xsd:decimal ;
  geo-pos:long "-170.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11379'^^xsd:integer;
  dwc:scientificName 'Microdajus aporosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-170.4'^^xsd:double;
  dwc:latitude '-76.4167'^^xsd:double;
  dwc:aphiaid '366601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1167 -170.202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-170.202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1167 -170.202)"^^geo:wktLiteral ;
  geo-pos:lat "-76.1167"^^xsd:decimal ;
  geo-pos:long "-170.202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11985'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-170.202'^^xsd:double;
  dwc:latitude '-76.1167'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11985'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.3967 -169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.3967"^^xsd:decimal ;
  dwc:decimalLongitude "-169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.3967 -169)"^^geo:wktLiteral ;
  geo-pos:lat "-78.3967"^^xsd:decimal ;
  geo-pos:long "-169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12152'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-169'^^xsd:integer;
  dwc:latitude '-78.3967'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9 -168.983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.9"^^xsd:decimal ;
  dwc:decimalLongitude "-168.983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9 -168.983)"^^geo:wktLiteral ;
  geo-pos:lat "54.9"^^xsd:decimal ;
  geo-pos:long "-168.983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16743'^^xsd:integer;
  dwc:scientificName 'Tindaria brunnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.983'^^xsd:double;
  dwc:latitude '54.9'^^xsd:double;
  dwc:aphiaid '544068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506248'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9 -168.983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.9"^^xsd:decimal ;
  dwc:decimalLongitude "-168.983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9 -168.983)"^^geo:wktLiteral ;
  geo-pos:lat "54.9"^^xsd:decimal ;
  geo-pos:long "-168.983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14553'^^xsd:integer;
  dwc:scientificName 'Dacrydium pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.983'^^xsd:double;
  dwc:latitude '54.9'^^xsd:double;
  dwc:aphiaid '506010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.3933 -168.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.3933"^^xsd:decimal ;
  dwc:decimalLongitude "-168.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.3933 -168.96)"^^geo:wktLiteral ;
  geo-pos:lat "-78.3933"^^xsd:decimal ;
  geo-pos:long "-168.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12153'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.96'^^xsd:double;
  dwc:latitude '-78.3933'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0067 -168.822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-168.822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0067 -168.822)"^^geo:wktLiteral ;
  geo-pos:lat "-76.0067"^^xsd:decimal ;
  geo-pos:long "-168.822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11926'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.822'^^xsd:double;
  dwc:latitude '-76.0067'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0067 -168.822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-168.822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0067 -168.822)"^^geo:wktLiteral ;
  geo-pos:lat "-76.0067"^^xsd:decimal ;
  geo-pos:long "-168.822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12259'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.822'^^xsd:double;
  dwc:latitude '-76.0067'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0067 -168.822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-168.822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0067 -168.822)"^^geo:wktLiteral ;
  geo-pos:lat "-76.0067"^^xsd:decimal ;
  geo-pos:long "-168.822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11812'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.822'^^xsd:double;
  dwc:latitude '-76.0067'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11812'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.11"^^xsd:decimal ;
  dwc:decimalLongitude "-168.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  geo-pos:lat "-76.11"^^xsd:decimal ;
  geo-pos:long "-168.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11927'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.617'^^xsd:double;
  dwc:latitude '-76.11'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.11"^^xsd:decimal ;
  dwc:decimalLongitude "-168.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  geo-pos:lat "-76.11"^^xsd:decimal ;
  geo-pos:long "-168.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12162'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.617'^^xsd:double;
  dwc:latitude '-76.11'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.11"^^xsd:decimal ;
  dwc:decimalLongitude "-168.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  geo-pos:lat "-76.11"^^xsd:decimal ;
  geo-pos:long "-168.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12260'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.617'^^xsd:double;
  dwc:latitude '-76.11'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.11"^^xsd:decimal ;
  dwc:decimalLongitude "-168.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  geo-pos:lat "-76.11"^^xsd:decimal ;
  geo-pos:long "-168.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11813'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.617'^^xsd:double;
  dwc:latitude '-76.11'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.11"^^xsd:decimal ;
  dwc:decimalLongitude "-168.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.11 -168.617)"^^geo:wktLiteral ;
  geo-pos:lat "-76.11"^^xsd:decimal ;
  geo-pos:long "-168.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11537'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-168.617'^^xsd:double;
  dwc:latitude '-76.11'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.32 -167.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.32"^^xsd:decimal ;
  dwc:decimalLongitude "-167.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.32 -167.82)"^^geo:wktLiteral ;
  geo-pos:lat "-24.32"^^xsd:decimal ;
  geo-pos:long "-167.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4056'^^xsd:integer;
  dwc:scientificName 'Caecoserolis novaecaledoniae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-167.82'^^xsd:double;
  dwc:latitude '-24.32'^^xsd:double;
  dwc:aphiaid '1023722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259608'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6917 -167.738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-167.738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6917 -167.738)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6917"^^xsd:decimal ;
  geo-pos:long "-167.738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12167'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-167.738'^^xsd:double;
  dwc:latitude '-77.6917'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.92 -167.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.92"^^xsd:decimal ;
  dwc:decimalLongitude "-167.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.92 -167.43)"^^geo:wktLiteral ;
  geo-pos:lat "25.92"^^xsd:decimal ;
  geo-pos:long "-167.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3122'^^xsd:integer;
  dwc:scientificName 'Macrostylis longiscula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-167.43'^^xsd:double;
  dwc:latitude '25.92'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3122'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.02 -167.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.02"^^xsd:decimal ;
  dwc:decimalLongitude "-167.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.02 -167.4)"^^geo:wktLiteral ;
  geo-pos:lat "24.02"^^xsd:decimal ;
  geo-pos:long "-167.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3121'^^xsd:integer;
  dwc:scientificName 'Macrostylis longissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-167.4'^^xsd:double;
  dwc:latitude '24.02'^^xsd:double;
  dwc:aphiaid '256113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.035 -166.727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.035"^^xsd:decimal ;
  dwc:decimalLongitude "-166.727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.035 -166.727)"^^geo:wktLiteral ;
  geo-pos:lat "-77.035"^^xsd:decimal ;
  geo-pos:long "-166.727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12166'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-166.727'^^xsd:double;
  dwc:latitude '-77.035'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.035 -166.727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.035"^^xsd:decimal ;
  dwc:decimalLongitude "-166.727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.035 -166.727)"^^geo:wktLiteral ;
  geo-pos:lat "-77.035"^^xsd:decimal ;
  geo-pos:long "-166.727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11817'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-166.727'^^xsd:double;
  dwc:latitude '-77.035'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 -166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "-166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 -166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "-166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7386'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3 -165.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3"^^xsd:decimal ;
  dwc:decimalLongitude "-165.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3 -165.917)"^^geo:wktLiteral ;
  geo-pos:lat "54.3"^^xsd:decimal ;
  geo-pos:long "-165.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '626'^^xsd:integer;
  dwc:scientificName 'Diastylis dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.917'^^xsd:double;
  dwc:latitude '54.3'^^xsd:double;
  dwc:aphiaid '181938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.45 -165.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.45"^^xsd:decimal ;
  dwc:decimalLongitude "-165.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.45 -165.7)"^^geo:wktLiteral ;
  geo-pos:lat "-66.45"^^xsd:decimal ;
  geo-pos:long "-165.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4509'^^xsd:integer;
  dwc:scientificName 'Neotanais magnificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.7'^^xsd:double;
  dwc:latitude '-66.45'^^xsd:double;
  dwc:aphiaid '244645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.48 -165.647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.48"^^xsd:decimal ;
  dwc:decimalLongitude "-165.647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.48 -165.647)"^^geo:wktLiteral ;
  geo-pos:lat "-78.48"^^xsd:decimal ;
  geo-pos:long "-165.647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12154'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.647'^^xsd:double;
  dwc:latitude '-78.48'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.48 -165.647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.48"^^xsd:decimal ;
  dwc:decimalLongitude "-165.647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.48 -165.647)"^^geo:wktLiteral ;
  geo-pos:lat "-78.48"^^xsd:decimal ;
  geo-pos:long "-165.647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12192'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.647'^^xsd:double;
  dwc:latitude '-78.48'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.48 -165.647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-78.48"^^xsd:decimal ;
  dwc:decimalLongitude "-165.647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-78.48 -165.647)"^^geo:wktLiteral ;
  geo-pos:lat "-78.48"^^xsd:decimal ;
  geo-pos:long "-165.647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11805'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.647'^^xsd:double;
  dwc:latitude '-78.48'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6167 -165.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-165.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6167 -165.25)"^^geo:wktLiteral ;
  geo-pos:lat "63.6167"^^xsd:decimal ;
  geo-pos:long "-165.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '783'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.25'^^xsd:double;
  dwc:latitude '63.6167'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6167 -165.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-165.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6167 -165.25)"^^geo:wktLiteral ;
  geo-pos:lat "63.6167"^^xsd:decimal ;
  geo-pos:long "-165.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '784'^^xsd:integer;
  dwc:scientificName 'Leucon profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.25'^^xsd:double;
  dwc:latitude '63.6167'^^xsd:double;
  dwc:aphiaid '182350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182350'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.17"^^xsd:decimal ;
  dwc:decimalLongitude "-165.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  geo-pos:lat "-76.17"^^xsd:decimal ;
  geo-pos:long "-165.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11930'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.195'^^xsd:double;
  dwc:latitude '-76.17'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.17"^^xsd:decimal ;
  dwc:decimalLongitude "-165.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  geo-pos:lat "-76.17"^^xsd:decimal ;
  geo-pos:long "-165.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12165'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.195'^^xsd:double;
  dwc:latitude '-76.17'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.17"^^xsd:decimal ;
  dwc:decimalLongitude "-165.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  geo-pos:lat "-76.17"^^xsd:decimal ;
  geo-pos:long "-165.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12196'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.195'^^xsd:double;
  dwc:latitude '-76.17'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.17"^^xsd:decimal ;
  dwc:decimalLongitude "-165.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  geo-pos:lat "-76.17"^^xsd:decimal ;
  geo-pos:long "-165.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12261'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.195'^^xsd:double;
  dwc:latitude '-76.17'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.17"^^xsd:decimal ;
  dwc:decimalLongitude "-165.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  geo-pos:lat "-76.17"^^xsd:decimal ;
  geo-pos:long "-165.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11816'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.195'^^xsd:double;
  dwc:latitude '-76.17'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.17"^^xsd:decimal ;
  dwc:decimalLongitude "-165.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.17 -165.195)"^^geo:wktLiteral ;
  geo-pos:lat "-76.17"^^xsd:decimal ;
  geo-pos:long "-165.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11539'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.195'^^xsd:double;
  dwc:latitude '-76.17'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.1317"^^xsd:decimal ;
  dwc:decimalLongitude "-165.058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  geo-pos:lat "-76.1317"^^xsd:decimal ;
  geo-pos:long "-165.058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11929'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.058'^^xsd:double;
  dwc:latitude '-76.1317'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11929'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.1317"^^xsd:decimal ;
  dwc:decimalLongitude "-165.058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  geo-pos:lat "-76.1317"^^xsd:decimal ;
  geo-pos:long "-165.058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12164'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.058'^^xsd:double;
  dwc:latitude '-76.1317'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.1317"^^xsd:decimal ;
  dwc:decimalLongitude "-165.058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  geo-pos:lat "-76.1317"^^xsd:decimal ;
  geo-pos:long "-165.058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12195'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.058'^^xsd:double;
  dwc:latitude '-76.1317'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.1317"^^xsd:decimal ;
  dwc:decimalLongitude "-165.058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  geo-pos:lat "-76.1317"^^xsd:decimal ;
  geo-pos:long "-165.058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11815'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.058'^^xsd:double;
  dwc:latitude '-76.1317'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.1317"^^xsd:decimal ;
  dwc:decimalLongitude "-165.058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1317 -165.058)"^^geo:wktLiteral ;
  geo-pos:lat "-76.1317"^^xsd:decimal ;
  geo-pos:long "-165.058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11538'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-165.058'^^xsd:double;
  dwc:latitude '-76.1317'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -164.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8"^^xsd:decimal ;
  dwc:decimalLongitude "-164.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -164.9)"^^geo:wktLiteral ;
  geo-pos:lat "54.8"^^xsd:decimal ;
  geo-pos:long "-164.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4026'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-164.9'^^xsd:double;
  dwc:latitude '54.8'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0633 -164.758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.0633"^^xsd:decimal ;
  dwc:decimalLongitude "-164.758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0633 -164.758)"^^geo:wktLiteral ;
  geo-pos:lat "-76.0633"^^xsd:decimal ;
  geo-pos:long "-164.758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11928'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-164.758'^^xsd:double;
  dwc:latitude '-76.0633'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0633 -164.758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.0633"^^xsd:decimal ;
  dwc:decimalLongitude "-164.758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0633 -164.758)"^^geo:wktLiteral ;
  geo-pos:lat "-76.0633"^^xsd:decimal ;
  geo-pos:long "-164.758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12163'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-164.758'^^xsd:double;
  dwc:latitude '-76.0633'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0633 -164.758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.0633"^^xsd:decimal ;
  dwc:decimalLongitude "-164.758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.0633 -164.758)"^^geo:wktLiteral ;
  geo-pos:lat "-76.0633"^^xsd:decimal ;
  geo-pos:long "-164.758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11814'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-164.758'^^xsd:double;
  dwc:latitude '-76.0633'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "-164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -164)"^^geo:wktLiteral ;
  geo-pos:lat "11"^^xsd:decimal ;
  geo-pos:long "-164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7394'^^xsd:integer;
  dwc:scientificName 'Oncaea notopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-164'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:aphiaid '128943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.5133 -163.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-163.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.5133 -163.733)"^^geo:wktLiteral ;
  geo-pos:lat "-26.5133"^^xsd:decimal ;
  geo-pos:long "-163.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15454'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.733'^^xsd:double;
  dwc:latitude '-26.5133'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.5133 -163.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-163.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.5133 -163.733)"^^geo:wktLiteral ;
  geo-pos:lat "-26.5133"^^xsd:decimal ;
  geo-pos:long "-163.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15299'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.733'^^xsd:double;
  dwc:latitude '-26.5133'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.385 -163.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.385"^^xsd:decimal ;
  dwc:decimalLongitude "-163.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.385 -163.473)"^^geo:wktLiteral ;
  geo-pos:lat "-76.385"^^xsd:decimal ;
  geo-pos:long "-163.473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11922'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.473'^^xsd:double;
  dwc:latitude '-76.385'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.385 -163.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.385"^^xsd:decimal ;
  dwc:decimalLongitude "-163.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.385 -163.473)"^^geo:wktLiteral ;
  geo-pos:lat "-76.385"^^xsd:decimal ;
  geo-pos:long "-163.473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12155'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.473'^^xsd:double;
  dwc:latitude '-76.385'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.385 -163.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.385"^^xsd:decimal ;
  dwc:decimalLongitude "-163.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.385 -163.473)"^^geo:wktLiteral ;
  geo-pos:lat "-76.385"^^xsd:decimal ;
  geo-pos:long "-163.473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12193'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.473'^^xsd:double;
  dwc:latitude '-76.385'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.385 -163.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.385"^^xsd:decimal ;
  dwc:decimalLongitude "-163.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.385 -163.473)"^^geo:wktLiteral ;
  geo-pos:lat "-76.385"^^xsd:decimal ;
  geo-pos:long "-163.473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11806'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.473'^^xsd:double;
  dwc:latitude '-76.385'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.3733 -163.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.3733"^^xsd:decimal ;
  dwc:decimalLongitude "-163.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.3733 -163.437)"^^geo:wktLiteral ;
  geo-pos:lat "-76.3733"^^xsd:decimal ;
  geo-pos:long "-163.437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11923'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.437'^^xsd:double;
  dwc:latitude '-76.3733'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.3733 -163.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.3733"^^xsd:decimal ;
  dwc:decimalLongitude "-163.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.3733 -163.437)"^^geo:wktLiteral ;
  geo-pos:lat "-76.3733"^^xsd:decimal ;
  geo-pos:long "-163.437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12156'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.437'^^xsd:double;
  dwc:latitude '-76.3733'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.3733 -163.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.3733"^^xsd:decimal ;
  dwc:decimalLongitude "-163.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.3733 -163.437)"^^geo:wktLiteral ;
  geo-pos:lat "-76.3733"^^xsd:decimal ;
  geo-pos:long "-163.437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12194'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.437'^^xsd:double;
  dwc:latitude '-76.3733'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.3733 -163.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.3733"^^xsd:decimal ;
  dwc:decimalLongitude "-163.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.3733 -163.437)"^^geo:wktLiteral ;
  geo-pos:lat "-76.3733"^^xsd:decimal ;
  geo-pos:long "-163.437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11807'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.437'^^xsd:double;
  dwc:latitude '-76.3733'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1833 -163.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-163.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1833 -163.2)"^^geo:wktLiteral ;
  geo-pos:lat "53.1833"^^xsd:decimal ;
  geo-pos:long "-163.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16846'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.2'^^xsd:double;
  dwc:latitude '53.1833'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5167 -163.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-163.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5167 -163.083)"^^geo:wktLiteral ;
  geo-pos:lat "-77.5167"^^xsd:decimal ;
  geo-pos:long "-163.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12181'^^xsd:integer;
  dwc:scientificName 'Magellania sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.083'^^xsd:double;
  dwc:latitude '-77.5167'^^xsd:double;
  dwc:aphiaid '182921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182921'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.55 -163.042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.55"^^xsd:decimal ;
  dwc:decimalLongitude "-163.042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.55 -163.042)"^^geo:wktLiteral ;
  geo-pos:lat "-77.55"^^xsd:decimal ;
  geo-pos:long "-163.042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12168'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.042'^^xsd:double;
  dwc:latitude '-77.55'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.55 -163.042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.55"^^xsd:decimal ;
  dwc:decimalLongitude "-163.042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.55 -163.042)"^^geo:wktLiteral ;
  geo-pos:lat "-77.55"^^xsd:decimal ;
  geo-pos:long "-163.042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11931'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-163.042'^^xsd:double;
  dwc:latitude '-77.55'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7333 -162.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-162.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7333 -162.2)"^^geo:wktLiteral ;
  geo-pos:lat "-77.7333"^^xsd:decimal ;
  geo-pos:long "-162.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12003'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-162.2'^^xsd:double;
  dwc:latitude '-77.7333'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.9917 -161.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.9917"^^xsd:decimal ;
  dwc:decimalLongitude "-161.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.9917 -161.942)"^^geo:wktLiteral ;
  geo-pos:lat "-76.9917"^^xsd:decimal ;
  geo-pos:long "-161.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11932'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-161.942'^^xsd:double;
  dwc:latitude '-76.9917'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.9917 -161.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.9917"^^xsd:decimal ;
  dwc:decimalLongitude "-161.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.9917 -161.942)"^^geo:wktLiteral ;
  geo-pos:lat "-76.9917"^^xsd:decimal ;
  geo-pos:long "-161.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12169'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-161.942'^^xsd:double;
  dwc:latitude '-76.9917'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.9917 -161.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.9917"^^xsd:decimal ;
  dwc:decimalLongitude "-161.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.9917 -161.942)"^^geo:wktLiteral ;
  geo-pos:lat "-76.9917"^^xsd:decimal ;
  geo-pos:long "-161.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11818'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-161.942'^^xsd:double;
  dwc:latitude '-76.9917'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.6983 -160.847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.6983"^^xsd:decimal ;
  dwc:decimalLongitude "-160.847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.6983 -160.847)"^^geo:wktLiteral ;
  geo-pos:lat "-22.6983"^^xsd:decimal ;
  geo-pos:long "-160.847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16785'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-160.847'^^xsd:double;
  dwc:latitude '-22.6983'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.45 -160.183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.45"^^xsd:decimal ;
  dwc:decimalLongitude "-160.183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.45 -160.183)"^^geo:wktLiteral ;
  geo-pos:lat "-43.45"^^xsd:decimal ;
  geo-pos:long "-160.183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4207'^^xsd:integer;
  dwc:scientificName 'Leviapseudes conspicuus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-160.183'^^xsd:double;
  dwc:latitude '-43.45'^^xsd:double;
  dwc:aphiaid '247138'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.125 -159.898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.125"^^xsd:decimal ;
  dwc:decimalLongitude "-159.898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.125 -159.898)"^^geo:wktLiteral ;
  geo-pos:lat "41.125"^^xsd:decimal ;
  geo-pos:long "-159.898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14755'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-159.898'^^xsd:double;
  dwc:latitude '41.125'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6333 -159.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-159.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6333 -159.683)"^^geo:wktLiteral ;
  geo-pos:lat "53.6333"^^xsd:decimal ;
  geo-pos:long "-159.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9727'^^xsd:integer;
  dwc:scientificName 'Holascus undulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-159.683'^^xsd:double;
  dwc:latitude '53.6333'^^xsd:double;
  dwc:aphiaid '171925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6283 -159.682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.6283"^^xsd:decimal ;
  dwc:decimalLongitude "-159.682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6283 -159.682)"^^geo:wktLiteral ;
  geo-pos:lat "53.6283"^^xsd:decimal ;
  geo-pos:long "-159.682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16841'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-159.682'^^xsd:double;
  dwc:latitude '53.6283'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6283 -159.682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.6283"^^xsd:decimal ;
  dwc:decimalLongitude "-159.682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6283 -159.682)"^^geo:wktLiteral ;
  geo-pos:lat "55.6283"^^xsd:decimal ;
  geo-pos:long "-159.682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11010'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-159.682'^^xsd:double;
  dwc:latitude '55.6283'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975 -157.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.975"^^xsd:decimal ;
  dwc:decimalLongitude "-157.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.975 -157.617)"^^geo:wktLiteral ;
  geo-pos:lat "53.975"^^xsd:decimal ;
  geo-pos:long "-157.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16844'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-157.617'^^xsd:double;
  dwc:latitude '53.975'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.4667 -157.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-157.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.4667 -157.2)"^^geo:wktLiteral ;
  geo-pos:lat "-41.4667"^^xsd:decimal ;
  geo-pos:long "-157.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4205'^^xsd:integer;
  dwc:scientificName 'Leviapseudes aberrans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-157.2'^^xsd:double;
  dwc:latitude '-41.4667'^^xsd:double;
  dwc:aphiaid '247135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.5167 -156.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-156.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.5167 -156.383)"^^geo:wktLiteral ;
  geo-pos:lat "71.5167"^^xsd:decimal ;
  geo-pos:long "-156.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '782'^^xsd:integer;
  dwc:scientificName 'Diastylis dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-156.383'^^xsd:double;
  dwc:latitude '71.5167'^^xsd:double;
  dwc:aphiaid '181938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3 -156.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.3"^^xsd:decimal ;
  dwc:decimalLongitude "-156.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3 -156.217)"^^geo:wktLiteral ;
  geo-pos:lat "-56.3"^^xsd:decimal ;
  geo-pos:long "-156.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11262'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-156.217'^^xsd:double;
  dwc:latitude '-56.3'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.2833 -156.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-156.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.2833 -156.217)"^^geo:wktLiteral ;
  geo-pos:lat "-56.2833"^^xsd:decimal ;
  geo-pos:long "-156.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12245'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-156.217'^^xsd:double;
  dwc:latitude '-56.2833'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.0617 -156.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.0617"^^xsd:decimal ;
  dwc:decimalLongitude "-156.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.0617 -156.2)"^^geo:wktLiteral ;
  geo-pos:lat "-11.0617"^^xsd:decimal ;
  geo-pos:long "-156.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15314'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-156.2'^^xsd:double;
  dwc:latitude '-11.0617'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15314'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.7212 -156.073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.7212"^^xsd:decimal ;
  dwc:decimalLongitude "-156.073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.7212 -156.073)"^^geo:wktLiteral ;
  geo-pos:lat "19.7212"^^xsd:decimal ;
  geo-pos:long "-156.073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7341'^^xsd:integer;
  dwc:scientificName 'Griceus buskeyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-156.073'^^xsd:double;
  dwc:latitude '19.7212'^^xsd:double;
  dwc:aphiaid '346512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0367 -153.858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-153.858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0367 -153.858)"^^geo:wktLiteral ;
  geo-pos:lat "45.0367"^^xsd:decimal ;
  geo-pos:long "-153.858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16627'^^xsd:integer;
  dwc:scientificName 'Lamellileda sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-153.858'^^xsd:double;
  dwc:latitude '45.0367'^^xsd:double;
  dwc:aphiaid '506303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1 -153.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1"^^xsd:decimal ;
  dwc:decimalLongitude "-153.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1 -153.1)"^^geo:wktLiteral ;
  geo-pos:lat "49.1"^^xsd:decimal ;
  geo-pos:long "-153.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4024'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-153.1'^^xsd:double;
  dwc:latitude '49.1'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3167 -152.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-152.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3167 -152.617)"^^geo:wktLiteral ;
  geo-pos:lat "14.3167"^^xsd:decimal ;
  geo-pos:long "-152.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9535'^^xsd:integer;
  dwc:scientificName 'Cladorhiza longipinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-152.617'^^xsd:double;
  dwc:latitude '14.3167'^^xsd:double;
  dwc:aphiaid '168235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3167 -152.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-152.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3167 -152.617)"^^geo:wktLiteral ;
  geo-pos:lat "14.3167"^^xsd:decimal ;
  geo-pos:long "-152.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9538'^^xsd:integer;
  dwc:scientificName 'Cladorhiza longipinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-152.617'^^xsd:double;
  dwc:latitude '14.3167'^^xsd:double;
  dwc:aphiaid '168235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3167 -152.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-152.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3167 -152.617)"^^geo:wktLiteral ;
  geo-pos:lat "14.3167"^^xsd:decimal ;
  geo-pos:long "-152.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9539'^^xsd:integer;
  dwc:scientificName 'Cladorhiza longipinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-152.617'^^xsd:double;
  dwc:latitude '14.3167'^^xsd:double;
  dwc:aphiaid '168235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.41667 -152.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.41667"^^xsd:decimal ;
  dwc:decimalLongitude "-152.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.41667 -152.25)"^^geo:wktLiteral ;
  geo-pos:lat "-7.41667"^^xsd:decimal ;
  geo-pos:long "-152.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9507'^^xsd:integer;
  dwc:scientificName 'Cladorhiza abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-152.25'^^xsd:double;
  dwc:latitude '-7.41667'^^xsd:double;
  dwc:aphiaid '133188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.41667 -152.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.41667"^^xsd:decimal ;
  dwc:decimalLongitude "-152.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.41667 -152.25)"^^geo:wktLiteral ;
  geo-pos:lat "-7.41667"^^xsd:decimal ;
  geo-pos:long "-152.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9627'^^xsd:integer;
  dwc:scientificName 'Euplectella crassistellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-152.25'^^xsd:double;
  dwc:latitude '-7.41667'^^xsd:double;
  dwc:aphiaid '171898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171898'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.41667 -152.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.41667"^^xsd:decimal ;
  dwc:decimalLongitude "-152.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.41667 -152.25)"^^geo:wktLiteral ;
  geo-pos:lat "-7.41667"^^xsd:decimal ;
  geo-pos:long "-152.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9628'^^xsd:integer;
  dwc:scientificName 'Euplectella crassistellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-152.25'^^xsd:double;
  dwc:latitude '-7.41667'^^xsd:double;
  dwc:aphiaid '171898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171898'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.605 -151.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.605"^^xsd:decimal ;
  dwc:decimalLongitude "-151.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.605 -151.967)"^^geo:wktLiteral ;
  geo-pos:lat "9.605"^^xsd:decimal ;
  geo-pos:long "-151.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4618'^^xsd:integer;
  dwc:scientificName 'Agathotanais ahyongi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.967'^^xsd:double;
  dwc:latitude '9.605'^^xsd:double;
  dwc:aphiaid '247400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5538 -151.639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.5538"^^xsd:decimal ;
  dwc:decimalLongitude "-151.639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5538 -151.639)"^^geo:wktLiteral ;
  geo-pos:lat "9.5538"^^xsd:decimal ;
  geo-pos:long "-151.639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4712'^^xsd:integer;
  dwc:scientificName 'Agathotanais manganicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.639'^^xsd:double;
  dwc:latitude '9.5538'^^xsd:double;
  dwc:aphiaid '247404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.33 -151.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.33"^^xsd:decimal ;
  dwc:decimalLongitude "-151.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.33 -151.585)"^^geo:wktLiteral ;
  geo-pos:lat "9.33"^^xsd:decimal ;
  geo-pos:long "-151.585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4713'^^xsd:integer;
  dwc:scientificName 'Agathotanais manganicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.585'^^xsd:double;
  dwc:latitude '9.33'^^xsd:double;
  dwc:aphiaid '247404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.55 -151.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.55"^^xsd:decimal ;
  dwc:decimalLongitude "-151.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.55 -151.567)"^^geo:wktLiteral ;
  geo-pos:lat "-0.55"^^xsd:decimal ;
  geo-pos:long "-151.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9768'^^xsd:integer;
  dwc:scientificName 'Hyalonema divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.567'^^xsd:double;
  dwc:latitude '-0.55'^^xsd:double;
  dwc:aphiaid '171495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.55 -151.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.55"^^xsd:decimal ;
  dwc:decimalLongitude "-151.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.55 -151.567)"^^geo:wktLiteral ;
  geo-pos:lat "-0.55"^^xsd:decimal ;
  geo-pos:long "-151.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9774'^^xsd:integer;
  dwc:scientificName 'Hyalonema elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.567'^^xsd:double;
  dwc:latitude '-0.55'^^xsd:double;
  dwc:aphiaid '368338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171432'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.55 -151.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.55"^^xsd:decimal ;
  dwc:decimalLongitude "-151.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.55 -151.567)"^^geo:wktLiteral ;
  geo-pos:lat "-0.55"^^xsd:decimal ;
  geo-pos:long "-151.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9716'^^xsd:integer;
  dwc:scientificName 'Holascus ridleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.567'^^xsd:double;
  dwc:latitude '-0.55'^^xsd:double;
  dwc:aphiaid '171919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.392 -151.549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.392"^^xsd:decimal ;
  dwc:decimalLongitude "-151.549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.392 -151.549)"^^geo:wktLiteral ;
  geo-pos:lat "9.392"^^xsd:decimal ;
  geo-pos:long "-151.549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4714'^^xsd:integer;
  dwc:scientificName 'Agathotanais manganicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.549'^^xsd:double;
  dwc:latitude '9.392'^^xsd:double;
  dwc:aphiaid '247404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4714'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.2633 -151.512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.2633"^^xsd:decimal ;
  dwc:decimalLongitude "-151.512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.2633 -151.512)"^^geo:wktLiteral ;
  geo-pos:lat "9.2633"^^xsd:decimal ;
  geo-pos:long "-151.512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4616'^^xsd:integer;
  dwc:scientificName 'Agathotanais ahyongi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.512'^^xsd:double;
  dwc:latitude '9.2633'^^xsd:double;
  dwc:aphiaid '247400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.355 -151.358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.355"^^xsd:decimal ;
  dwc:decimalLongitude "-151.358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.355 -151.358)"^^geo:wktLiteral ;
  geo-pos:lat "9.355"^^xsd:decimal ;
  geo-pos:long "-151.358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4619'^^xsd:integer;
  dwc:scientificName 'Agathotanais ahyongi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.358'^^xsd:double;
  dwc:latitude '9.355'^^xsd:double;
  dwc:aphiaid '247400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.4683 -151.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-151.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.4683 -151.26)"^^geo:wktLiteral ;
  geo-pos:lat "9.4683"^^xsd:decimal ;
  geo-pos:long "-151.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4617'^^xsd:integer;
  dwc:scientificName 'Agathotanais ahyongi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-151.26'^^xsd:double;
  dwc:latitude '9.4683'^^xsd:double;
  dwc:aphiaid '247400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.7517 -150.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.7517"^^xsd:decimal ;
  dwc:decimalLongitude "-150.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.7517 -150.583)"^^geo:wktLiteral ;
  geo-pos:lat "71.7517"^^xsd:decimal ;
  geo-pos:long "-150.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6823'^^xsd:integer;
  dwc:scientificName 'Cervinia unisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-150.583'^^xsd:double;
  dwc:latitude '71.7517'^^xsd:double;
  dwc:aphiaid '350005'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350005'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.35"^^xsd:decimal ;
  dwc:decimalLongitude "-150.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  geo-pos:lat "-22.35"^^xsd:decimal ;
  geo-pos:long "-150.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9338'^^xsd:integer;
  dwc:scientificName 'Axinella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-150.283'^^xsd:double;
  dwc:latitude '-22.35'^^xsd:double;
  dwc:aphiaid '165503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '165503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.35"^^xsd:decimal ;
  dwc:decimalLongitude "-150.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  geo-pos:lat "-22.35"^^xsd:decimal ;
  geo-pos:long "-150.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9340'^^xsd:integer;
  dwc:scientificName 'Axinella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-150.283'^^xsd:double;
  dwc:latitude '-22.35'^^xsd:double;
  dwc:aphiaid '165503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '165503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.35"^^xsd:decimal ;
  dwc:decimalLongitude "-150.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  geo-pos:lat "-22.35"^^xsd:decimal ;
  geo-pos:long "-150.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9569'^^xsd:integer;
  dwc:scientificName 'Cladorhiza similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-150.283'^^xsd:double;
  dwc:latitude '-22.35'^^xsd:double;
  dwc:aphiaid '168246'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466534'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.35"^^xsd:decimal ;
  dwc:decimalLongitude "-150.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  geo-pos:lat "-22.35"^^xsd:decimal ;
  geo-pos:long "-150.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9570'^^xsd:integer;
  dwc:scientificName 'Cladorhiza similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-150.283'^^xsd:double;
  dwc:latitude '-22.35'^^xsd:double;
  dwc:aphiaid '168246'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466534'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.35"^^xsd:decimal ;
  dwc:decimalLongitude "-150.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.35 -150.283)"^^geo:wktLiteral ;
  geo-pos:lat "-22.35"^^xsd:decimal ;
  geo-pos:long "-150.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9506'^^xsd:integer;
  dwc:scientificName 'Cladorhiza abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-150.283'^^xsd:double;
  dwc:latitude '-22.35'^^xsd:double;
  dwc:aphiaid '133188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.35 -150.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.35"^^xsd:decimal ;
  dwc:decimalLongitude "-150.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.35 -150.283)"^^geo:wktLiteral ;
  geo-pos:lat "22.35"^^xsd:decimal ;
  geo-pos:long "-150.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9568'^^xsd:integer;
  dwc:scientificName 'Cladorhiza similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-150.283'^^xsd:double;
  dwc:latitude '22.35'^^xsd:double;
  dwc:aphiaid '168246'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466534'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "-149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4080'^^xsd:integer;
  dwc:scientificName 'Antarcturus zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '257937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6 -148.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6"^^xsd:decimal ;
  dwc:decimalLongitude "-148.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6 -148.57)"^^geo:wktLiteral ;
  geo-pos:lat "57.6"^^xsd:decimal ;
  geo-pos:long "-148.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2954'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa richardsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-148.57'^^xsd:double;
  dwc:latitude '57.6'^^xsd:double;
  dwc:aphiaid '255700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.62 -148.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.62"^^xsd:decimal ;
  dwc:decimalLongitude "-148.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.62 -148.57)"^^geo:wktLiteral ;
  geo-pos:lat "57.62"^^xsd:decimal ;
  geo-pos:long "-148.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3029'^^xsd:integer;
  dwc:scientificName 'Nannoniscus cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-148.57'^^xsd:double;
  dwc:latitude '57.62'^^xsd:double;
  dwc:aphiaid '256304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9867 -147.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-147.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9867 -147.68)"^^geo:wktLiteral ;
  geo-pos:lat "44.9867"^^xsd:decimal ;
  geo-pos:long "-147.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16625'^^xsd:integer;
  dwc:scientificName 'Poromya (Dermatomya) hyalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-147.68'^^xsd:double;
  dwc:latitude '44.9867'^^xsd:double;
  dwc:aphiaid '408633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '508002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7133 -147.658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.7133"^^xsd:decimal ;
  dwc:decimalLongitude "-147.658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7133 -147.658)"^^geo:wktLiteral ;
  geo-pos:lat "70.7133"^^xsd:decimal ;
  geo-pos:long "-147.658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6822'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius brevisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-147.658'^^xsd:double;
  dwc:latitude '70.7133'^^xsd:double;
  dwc:aphiaid '355240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8933 -147.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8933"^^xsd:decimal ;
  dwc:decimalLongitude "-147.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8933 -147.608)"^^geo:wktLiteral ;
  geo-pos:lat "44.8933"^^xsd:decimal ;
  geo-pos:long "-147.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16626'^^xsd:integer;
  dwc:scientificName 'Ledella robusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-147.608'^^xsd:double;
  dwc:latitude '44.8933'^^xsd:double;
  dwc:aphiaid '506332'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506332'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.9667 -146.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-146.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.9667 -146.483)"^^geo:wktLiteral ;
  geo-pos:lat "72.9667"^^xsd:decimal ;
  geo-pos:long "-146.483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6824'^^xsd:integer;
  dwc:scientificName 'Expansicervinia glacieria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-146.483'^^xsd:double;
  dwc:latitude '72.9667'^^xsd:double;
  dwc:aphiaid '351882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351882'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.35 -146.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.35"^^xsd:decimal ;
  dwc:decimalLongitude "-146.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.35 -146.267)"^^geo:wktLiteral ;
  geo-pos:lat "16.35"^^xsd:decimal ;
  geo-pos:long "-146.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16897'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-146.267'^^xsd:double;
  dwc:latitude '16.35'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.21 -144.707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.21"^^xsd:decimal ;
  dwc:decimalLongitude "-144.707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.21 -144.707)"^^geo:wktLiteral ;
  geo-pos:lat "18.21"^^xsd:decimal ;
  geo-pos:long "-144.707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7239'^^xsd:integer;
  dwc:scientificName 'Chasmatopontius thelscalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-144.707'^^xsd:double;
  dwc:latitude '18.21'^^xsd:double;
  dwc:aphiaid '350037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.21 -144.707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.21"^^xsd:decimal ;
  dwc:decimalLongitude "-144.707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.21 -144.707)"^^geo:wktLiteral ;
  geo-pos:lat "18.21"^^xsd:decimal ;
  geo-pos:long "-144.707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7240'^^xsd:integer;
  dwc:scientificName 'Stygiopontius stabilitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-144.707'^^xsd:double;
  dwc:latitude '18.21'^^xsd:double;
  dwc:aphiaid '355925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2133 -144.707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.2133"^^xsd:decimal ;
  dwc:decimalLongitude "-144.707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2133 -144.707)"^^geo:wktLiteral ;
  geo-pos:lat "18.2133"^^xsd:decimal ;
  geo-pos:long "-144.707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7241'^^xsd:integer;
  dwc:scientificName 'Stygiopontius stabilitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-144.707'^^xsd:double;
  dwc:latitude '18.2133'^^xsd:double;
  dwc:aphiaid '355925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2133 -144.707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.2133"^^xsd:decimal ;
  dwc:decimalLongitude "-144.707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2133 -144.707)"^^geo:wktLiteral ;
  geo-pos:lat "18.2133"^^xsd:decimal ;
  geo-pos:long "-144.707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7242'^^xsd:integer;
  dwc:scientificName 'Chasmatopontius thelscalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-144.707'^^xsd:double;
  dwc:latitude '18.2133'^^xsd:double;
  dwc:aphiaid '350037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 -143.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.68"^^xsd:decimal ;
  dwc:decimalLongitude "-143.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 -143.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.68"^^xsd:decimal ;
  geo-pos:long "-143.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3637'^^xsd:integer;
  dwc:scientificName 'Storthyngura herculea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-143.9'^^xsd:double;
  dwc:latitude '37.68'^^xsd:double;
  dwc:aphiaid '294758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.7 -143.667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.7"^^xsd:decimal ;
  dwc:decimalLongitude "-143.667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.7 -143.667)"^^geo:wktLiteral ;
  geo-pos:lat "72.7"^^xsd:decimal ;
  geo-pos:long "-143.667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6825'^^xsd:integer;
  dwc:scientificName 'Expansicervinia glacieria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-143.667'^^xsd:double;
  dwc:latitude '72.7'^^xsd:double;
  dwc:aphiaid '351882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351882'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -143.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-143.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -143.15)"^^geo:wktLiteral ;
  geo-pos:lat "32.2"^^xsd:decimal ;
  geo-pos:long "-143.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17057'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-143.15'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1 -142.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1"^^xsd:decimal ;
  dwc:decimalLongitude "-142.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1 -142.1)"^^geo:wktLiteral ;
  geo-pos:lat "59.1"^^xsd:decimal ;
  geo-pos:long "-142.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15472'^^xsd:integer;
  dwc:scientificName 'Bathyneaera tillamookensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-142.1'^^xsd:double;
  dwc:latitude '59.1'^^xsd:double;
  dwc:aphiaid '408525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7133 -141.658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.7133"^^xsd:decimal ;
  dwc:decimalLongitude "-141.658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7133 -141.658)"^^geo:wktLiteral ;
  geo-pos:lat "70.7133"^^xsd:decimal ;
  geo-pos:long "-141.658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6821'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius bipartitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-141.658'^^xsd:double;
  dwc:latitude '70.7133'^^xsd:double;
  dwc:aphiaid '355239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8503 -141.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.8503"^^xsd:decimal ;
  dwc:decimalLongitude "-141.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8503 -141.083)"^^geo:wktLiteral ;
  geo-pos:lat "-66.8503"^^xsd:decimal ;
  geo-pos:long "-141.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4422'^^xsd:integer;
  dwc:scientificName 'Neotanais antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-141.083'^^xsd:double;
  dwc:latitude '-66.8503'^^xsd:double;
  dwc:aphiaid '244642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8503 -141.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8503"^^xsd:decimal ;
  dwc:decimalLongitude "-141.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8503 -141.083)"^^geo:wktLiteral ;
  geo-pos:lat "-64.8503"^^xsd:decimal ;
  geo-pos:long "-141.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4502'^^xsd:integer;
  dwc:scientificName 'Neotanais hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-141.083'^^xsd:double;
  dwc:latitude '-64.8503'^^xsd:double;
  dwc:aphiaid '244643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.08 -140.618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.08"^^xsd:decimal ;
  dwc:decimalLongitude "-140.618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.08 -140.618)"^^geo:wktLiteral ;
  geo-pos:lat "12.08"^^xsd:decimal ;
  geo-pos:long "-140.618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14793'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-140.618'^^xsd:double;
  dwc:latitude '12.08'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.96667 -139.933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-139.933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.96667 -139.933)"^^geo:wktLiteral ;
  geo-pos:lat "5.96667"^^xsd:decimal ;
  geo-pos:long "-139.933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16829'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-139.933'^^xsd:double;
  dwc:latitude '5.96667'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-137.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  geo-pos:lat "0.833333"^^xsd:decimal ;
  geo-pos:long "-137.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9734'^^xsd:integer;
  dwc:scientificName 'Hyalonema agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-137.9'^^xsd:double;
  dwc:latitude '0.833333'^^xsd:double;
  dwc:aphiaid '171503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-137.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  geo-pos:lat "0.833333"^^xsd:decimal ;
  geo-pos:long "-137.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9755'^^xsd:integer;
  dwc:scientificName 'Hyalonema brevancora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-137.9'^^xsd:double;
  dwc:latitude '0.833333'^^xsd:double;
  dwc:aphiaid '191758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-137.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  geo-pos:lat "0.833333"^^xsd:decimal ;
  geo-pos:long "-137.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9764'^^xsd:integer;
  dwc:scientificName 'Hyalonema crassipinulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-137.9'^^xsd:double;
  dwc:latitude '0.833333'^^xsd:double;
  dwc:aphiaid '171512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-137.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  geo-pos:lat "0.833333"^^xsd:decimal ;
  geo-pos:long "-137.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9803'^^xsd:integer;
  dwc:scientificName 'Hyalonema pateriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-137.9'^^xsd:double;
  dwc:latitude '0.833333'^^xsd:double;
  dwc:aphiaid '191712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-137.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  geo-pos:lat "0.833333"^^xsd:decimal ;
  geo-pos:long "-137.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9805'^^xsd:integer;
  dwc:scientificName 'Hyalonema placuna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-137.9'^^xsd:double;
  dwc:latitude '0.833333'^^xsd:double;
  dwc:aphiaid '171424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-137.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  geo-pos:lat "0.833333"^^xsd:decimal ;
  geo-pos:long "-137.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9796'^^xsd:integer;
  dwc:scientificName 'Hyalonema obtusum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-137.9'^^xsd:double;
  dwc:latitude '0.833333'^^xsd:double;
  dwc:aphiaid '171504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-137.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.833333 -137.9)"^^geo:wktLiteral ;
  geo-pos:lat "0.833333"^^xsd:decimal ;
  geo-pos:long "-137.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14558'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-137.9'^^xsd:double;
  dwc:latitude '0.833333'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.22 -137.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.22"^^xsd:decimal ;
  dwc:decimalLongitude "-137.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.22 -137.28)"^^geo:wktLiteral ;
  geo-pos:lat "81.22"^^xsd:decimal ;
  geo-pos:long "-137.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3854'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-137.28'^^xsd:double;
  dwc:latitude '81.22'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6667 -136.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-136.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6667 -136.417)"^^geo:wktLiteral ;
  geo-pos:lat "56.6667"^^xsd:decimal ;
  geo-pos:long "-136.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15473'^^xsd:integer;
  dwc:scientificName 'Bathyneaera tillamookensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-136.417'^^xsd:double;
  dwc:latitude '56.6667'^^xsd:double;
  dwc:aphiaid '408525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-136.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "-136.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16763'^^xsd:integer;
  dwc:scientificName 'Policordia alaskana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-136.333'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '405997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '772219'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-136.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "-136.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16764'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-136.333'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-136.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "-136.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9728'^^xsd:integer;
  dwc:scientificName 'Holascus undulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-136.333'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '171925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-136.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "-136.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9732'^^xsd:integer;
  dwc:scientificName 'Holascus undulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-136.333'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '171925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-136.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "-136.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9799'^^xsd:integer;
  dwc:scientificName 'Hyalonema ovuliferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-136.333'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '171498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171498'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-136.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "-136.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9797'^^xsd:integer;
  dwc:scientificName 'Hyalonema ovuliferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-136.333'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '171498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171498'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-136.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3333 -136.333)"^^geo:wktLiteral ;
  geo-pos:lat "55.3333"^^xsd:decimal ;
  geo-pos:long "-136.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14534'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-136.333'^^xsd:double;
  dwc:latitude '55.3333'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 -136.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.75"^^xsd:decimal ;
  dwc:decimalLongitude "-136.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 -136.167)"^^geo:wktLiteral ;
  geo-pos:lat "56.75"^^xsd:decimal ;
  geo-pos:long "-136.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15474'^^xsd:integer;
  dwc:scientificName 'Bathyneaera tillamookensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-136.167'^^xsd:double;
  dwc:latitude '56.75'^^xsd:double;
  dwc:aphiaid '408525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0017 -135.227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.0017"^^xsd:decimal ;
  dwc:decimalLongitude "-135.227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0017 -135.227)"^^geo:wktLiteral ;
  geo-pos:lat "45.0017"^^xsd:decimal ;
  geo-pos:long "-135.227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6981'^^xsd:integer;
  dwc:scientificName 'Crucisoma bernardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-135.227'^^xsd:double;
  dwc:latitude '45.0017'^^xsd:double;
  dwc:aphiaid '350355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350355'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4833 -133.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-133.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4833 -133.367)"^^geo:wktLiteral ;
  geo-pos:lat "-33.4833"^^xsd:decimal ;
  geo-pos:long "-133.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9342'^^xsd:integer;
  dwc:scientificName 'Bathydorus baculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-133.367'^^xsd:double;
  dwc:latitude '-33.4833'^^xsd:double;
  dwc:aphiaid '172028'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '367991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4833 -133.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-133.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4833 -133.367)"^^geo:wktLiteral ;
  geo-pos:lat "-33.4833"^^xsd:decimal ;
  geo-pos:long "-133.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9343'^^xsd:integer;
  dwc:scientificName 'Bathydorus baculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-133.367'^^xsd:double;
  dwc:latitude '-33.4833'^^xsd:double;
  dwc:aphiaid '172028'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '367991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9683 -132.245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9683"^^xsd:decimal ;
  dwc:decimalLongitude "-132.245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9683 -132.245)"^^geo:wktLiteral ;
  geo-pos:lat "44.9683"^^xsd:decimal ;
  geo-pos:long "-132.245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15784'^^xsd:integer;
  dwc:scientificName 'Cuspidaria buccina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132.245'^^xsd:double;
  dwc:latitude '44.9683'^^xsd:double;
  dwc:aphiaid '407530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 -132)"^^geo:wktLiteral ;
  geo-pos:lat "13"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7378'^^xsd:integer;
  dwc:scientificName 'Oncaea conifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '13'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 -132)"^^geo:wktLiteral ;
  geo-pos:lat "13"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7435'^^xsd:integer;
  dwc:scientificName 'Oncaea mediterranea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '13'^^xsd:integer;
  dwc:aphiaid '128939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 -132)"^^geo:wktLiteral ;
  geo-pos:lat "13"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7427'^^xsd:integer;
  dwc:scientificName 'Conaea rapax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '13'^^xsd:integer;
  dwc:aphiaid '128917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7604'^^xsd:integer;
  dwc:scientificName 'Eucalanus subtenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '104541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7626'^^xsd:integer;
  dwc:scientificName 'Clausocalanus mastigophorus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '104506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7610'^^xsd:integer;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7613'^^xsd:integer;
  dwc:scientificName 'Eucalanus elongatus var. inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '363304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7613'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346435'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7648'^^xsd:integer;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7651'^^xsd:integer;
  dwc:scientificName 'Calanus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '220831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7499'^^xsd:integer;
  dwc:scientificName 'Heterochaeta abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '366018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7499'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7500'^^xsd:integer;
  dwc:scientificName 'Heterochaeta vipera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '366037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7529'^^xsd:integer;
  dwc:scientificName 'Pleuromma abdominale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '596241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7504'^^xsd:integer;
  dwc:scientificName 'Scolecethrix abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '355529'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7518'^^xsd:integer;
  dwc:scientificName 'Leuckartia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '365785'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7550'^^xsd:integer;
  dwc:scientificName 'Metridia brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '104627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104627'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7553'^^xsd:integer;
  dwc:scientificName 'Euchaeta marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '104552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7479'^^xsd:integer;
  dwc:scientificName 'Heterochaeta longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '464268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7379'^^xsd:integer;
  dwc:scientificName 'Oithona linearis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '106648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "-132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 -132)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "-132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7415'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-132'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.6833 -131.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-131.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.6833 -131.383)"^^geo:wktLiteral ;
  geo-pos:lat "-39.6833"^^xsd:decimal ;
  geo-pos:long "-131.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10064'^^xsd:integer;
  dwc:scientificName 'Trachycaulus gurlitti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-131.383'^^xsd:double;
  dwc:latitude '-39.6833'^^xsd:double;
  dwc:aphiaid '171847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.6833 -131.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-131.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.6833 -131.383)"^^geo:wktLiteral ;
  geo-pos:lat "-39.6833"^^xsd:decimal ;
  geo-pos:long "-131.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9773'^^xsd:integer;
  dwc:scientificName 'Hyalonema elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-131.383'^^xsd:double;
  dwc:latitude '-39.6833'^^xsd:double;
  dwc:aphiaid '368338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171432'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.6833 -131.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-131.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.6833 -131.383)"^^geo:wktLiteral ;
  geo-pos:lat "-39.6833"^^xsd:decimal ;
  geo-pos:long "-131.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9827'^^xsd:integer;
  dwc:scientificName 'Hyalostylus dives'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-131.383'^^xsd:double;
  dwc:latitude '-39.6833'^^xsd:double;
  dwc:aphiaid '171843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9827'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.6833 -131.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-131.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.6833 -131.383)"^^geo:wktLiteral ;
  geo-pos:lat "-39.6833"^^xsd:decimal ;
  geo-pos:long "-131.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9815'^^xsd:integer;
  dwc:scientificName 'Hyalonema tenerum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-131.383'^^xsd:double;
  dwc:latitude '-39.6833'^^xsd:double;
  dwc:aphiaid '191734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.05 -131.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-131.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.05 -131.217)"^^geo:wktLiteral ;
  geo-pos:lat "-30.05"^^xsd:decimal ;
  geo-pos:long "-131.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4345'^^xsd:integer;
  dwc:scientificName 'Herpotanais birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-131.217'^^xsd:double;
  dwc:latitude '-30.05'^^xsd:double;
  dwc:aphiaid '247374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.405 -130.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.405"^^xsd:decimal ;
  dwc:decimalLongitude "-130.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.405 -130.48)"^^geo:wktLiteral ;
  geo-pos:lat "5.405"^^xsd:decimal ;
  geo-pos:long "-130.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9051'^^xsd:integer;
  dwc:scientificName 'Cephalochaetosoma pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.48'^^xsd:double;
  dwc:latitude '5.405'^^xsd:double;
  dwc:aphiaid '230036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230036'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.405 -130.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.405"^^xsd:decimal ;
  dwc:decimalLongitude "-130.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.405 -130.48)"^^geo:wktLiteral ;
  geo-pos:lat "5.405"^^xsd:decimal ;
  geo-pos:long "-130.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9052'^^xsd:integer;
  dwc:scientificName 'Cephalochaetosoma uchidai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.48'^^xsd:double;
  dwc:latitude '5.405'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9052'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6383 -130.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-130.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6383 -130.37)"^^geo:wktLiteral ;
  geo-pos:lat "48.6383"^^xsd:decimal ;
  geo-pos:long "-130.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7288'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.37'^^xsd:double;
  dwc:latitude '48.6383'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.83 -130.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.83"^^xsd:decimal ;
  dwc:decimalLongitude "-130.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.83 -130.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.83"^^xsd:decimal ;
  geo-pos:long "-130.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3967'^^xsd:integer;
  dwc:scientificName 'Disconectes coxalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.32'^^xsd:double;
  dwc:latitude '77.83'^^xsd:double;
  dwc:aphiaid '118607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7583 -130.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7583"^^xsd:decimal ;
  dwc:decimalLongitude "-130.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7583 -130.27)"^^geo:wktLiteral ;
  geo-pos:lat "49.7583"^^xsd:decimal ;
  geo-pos:long "-130.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7086'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.27'^^xsd:double;
  dwc:latitude '49.7583'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7583 -130.268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7583"^^xsd:decimal ;
  dwc:decimalLongitude "-130.268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7583 -130.268)"^^geo:wktLiteral ;
  geo-pos:lat "49.7583"^^xsd:decimal ;
  geo-pos:long "-130.268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7300'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.268'^^xsd:double;
  dwc:latitude '49.7583'^^xsd:double;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.76"^^xsd:decimal ;
  dwc:decimalLongitude "-130.268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  geo-pos:lat "49.76"^^xsd:decimal ;
  geo-pos:long "-130.268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7005'^^xsd:integer;
  dwc:scientificName 'Aphotopontius forcipatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.268'^^xsd:double;
  dwc:latitude '49.76'^^xsd:double;
  dwc:aphiaid '348893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.76"^^xsd:decimal ;
  dwc:decimalLongitude "-130.268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  geo-pos:lat "49.76"^^xsd:decimal ;
  geo-pos:long "-130.268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7085'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.268'^^xsd:double;
  dwc:latitude '49.76'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.76"^^xsd:decimal ;
  dwc:decimalLongitude "-130.268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  geo-pos:lat "49.76"^^xsd:decimal ;
  geo-pos:long "-130.268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7287'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.268'^^xsd:double;
  dwc:latitude '49.76'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.76"^^xsd:decimal ;
  dwc:decimalLongitude "-130.268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  geo-pos:lat "49.76"^^xsd:decimal ;
  geo-pos:long "-130.268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7292'^^xsd:integer;
  dwc:scientificName 'Aphotopontius forcipatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.268'^^xsd:double;
  dwc:latitude '49.76'^^xsd:double;
  dwc:aphiaid '348893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.76"^^xsd:decimal ;
  dwc:decimalLongitude "-130.268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.76 -130.268)"^^geo:wktLiteral ;
  geo-pos:lat "49.76"^^xsd:decimal ;
  geo-pos:long "-130.268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7296'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.268'^^xsd:double;
  dwc:latitude '49.76'^^xsd:double;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7767 -130.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7767"^^xsd:decimal ;
  dwc:decimalLongitude "-130.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7767 -130.253)"^^geo:wktLiteral ;
  geo-pos:lat "49.7767"^^xsd:decimal ;
  geo-pos:long "-130.253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7222'^^xsd:integer;
  dwc:scientificName 'Aphotopontius forcipatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.253'^^xsd:double;
  dwc:latitude '49.7767'^^xsd:double;
  dwc:aphiaid '348893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 -130.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "-130.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 -130.23)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "-130.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7285'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.23'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 -130.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "-130.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 -130.23)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "-130.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7289'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.23'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.2833 -130.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-130.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.2833 -130.217)"^^geo:wktLiteral ;
  geo-pos:lat "-64.2833"^^xsd:decimal ;
  geo-pos:long "-130.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11284'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.217'^^xsd:double;
  dwc:latitude '-64.2833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.2833 -130.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-130.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.2833 -130.217)"^^geo:wktLiteral ;
  geo-pos:lat "-64.2833"^^xsd:decimal ;
  geo-pos:long "-130.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11285'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.217'^^xsd:double;
  dwc:latitude '-64.2833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-130.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.9167"^^xsd:decimal ;
  geo-pos:long "-130.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7284'^^xsd:integer;
  dwc:scientificName 'Aphotopontius forcipatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.05'^^xsd:double;
  dwc:latitude '45.9167'^^xsd:double;
  dwc:aphiaid '348893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-130.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.9167"^^xsd:decimal ;
  geo-pos:long "-130.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7291'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.05'^^xsd:double;
  dwc:latitude '45.9167'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-130.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.9167"^^xsd:decimal ;
  geo-pos:long "-130.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7303'^^xsd:integer;
  dwc:scientificName 'Aphotopontius forcipatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.05'^^xsd:double;
  dwc:latitude '45.9167'^^xsd:double;
  dwc:aphiaid '348893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-130.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.9167"^^xsd:decimal ;
  geo-pos:long "-130.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7297'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.05'^^xsd:double;
  dwc:latitude '45.9167'^^xsd:double;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-130.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.9167"^^xsd:decimal ;
  geo-pos:long "-130.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7294'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.05'^^xsd:double;
  dwc:latitude '45.9167'^^xsd:double;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-130.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9167 -130.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.9167"^^xsd:decimal ;
  geo-pos:long "-130.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7295'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.05'^^xsd:double;
  dwc:latitude '45.9167'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9833 -130.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-130.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9833 -130.033)"^^geo:wktLiteral ;
  geo-pos:lat "45.9833"^^xsd:decimal ;
  geo-pos:long "-130.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6984'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.033'^^xsd:double;
  dwc:latitude '45.9833'^^xsd:double;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9233 -130.028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9233"^^xsd:decimal ;
  dwc:decimalLongitude "-130.028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9233 -130.028)"^^geo:wktLiteral ;
  geo-pos:lat "45.9233"^^xsd:decimal ;
  geo-pos:long "-130.028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7301'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.028'^^xsd:double;
  dwc:latitude '45.9233'^^xsd:double;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 -130.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20"^^xsd:decimal ;
  dwc:decimalLongitude "-130.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 -130.017)"^^geo:wktLiteral ;
  geo-pos:lat "20"^^xsd:decimal ;
  geo-pos:long "-130.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14762'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-130.017'^^xsd:double;
  dwc:latitude '20'^^xsd:integer;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9365 -129.982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9365"^^xsd:decimal ;
  dwc:decimalLongitude "-129.982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9365 -129.982)"^^geo:wktLiteral ;
  geo-pos:lat "45.9365"^^xsd:decimal ;
  geo-pos:long "-129.982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7325'^^xsd:integer;
  dwc:scientificName 'Humesiopontius arthuri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.982'^^xsd:double;
  dwc:latitude '45.9365'^^xsd:double;
  dwc:aphiaid '362264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362264'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-129.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8333"^^xsd:decimal ;
  geo-pos:long "-129.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11675'^^xsd:integer;
  dwc:scientificName 'Eucalathis macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.833'^^xsd:double;
  dwc:latitude '-54.8333'^^xsd:double;
  dwc:aphiaid '235556'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235556'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-129.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.8)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8333"^^xsd:decimal ;
  geo-pos:long "-129.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11782'^^xsd:integer;
  dwc:scientificName 'Liothyrella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.8'^^xsd:double;
  dwc:latitude '-54.8333'^^xsd:double;
  dwc:aphiaid '231829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-129.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.8)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8333"^^xsd:decimal ;
  geo-pos:long "-129.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11571'^^xsd:integer;
  dwc:scientificName 'Dallina eltanini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.8'^^xsd:double;
  dwc:latitude '-54.8333'^^xsd:double;
  dwc:aphiaid '235699'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-129.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.8)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8333"^^xsd:decimal ;
  geo-pos:long "-129.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11545'^^xsd:integer;
  dwc:scientificName 'Compsothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.8'^^xsd:double;
  dwc:latitude '-54.8333'^^xsd:double;
  dwc:aphiaid '235185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235185'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-129.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8333 -129.8)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8333"^^xsd:decimal ;
  geo-pos:long "-129.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11676'^^xsd:integer;
  dwc:scientificName 'Eucalathis macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.8'^^xsd:double;
  dwc:latitude '-54.8333'^^xsd:double;
  dwc:aphiaid '235556'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235556'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 -129.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-129.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 -129.8)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8167"^^xsd:decimal ;
  geo-pos:long "-129.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12352'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.8'^^xsd:double;
  dwc:latitude '-54.8167'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 -129.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-129.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 -129.8)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8167"^^xsd:decimal ;
  geo-pos:long "-129.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11677'^^xsd:integer;
  dwc:scientificName 'Eucalathis macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.8'^^xsd:double;
  dwc:latitude '-54.8167'^^xsd:double;
  dwc:aphiaid '235556'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235556'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.83 -129.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.83"^^xsd:decimal ;
  dwc:decimalLongitude "-129.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.83 -129.68)"^^geo:wktLiteral ;
  geo-pos:lat "77.83"^^xsd:decimal ;
  geo-pos:long "-129.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3966'^^xsd:integer;
  dwc:scientificName 'Disconectes coxalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.68'^^xsd:double;
  dwc:latitude '77.83'^^xsd:double;
  dwc:aphiaid '118607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5064 -129.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5064"^^xsd:decimal ;
  dwc:decimalLongitude "-129.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5064 -129.605)"^^geo:wktLiteral ;
  geo-pos:lat "46.5064"^^xsd:decimal ;
  geo-pos:long "-129.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9327'^^xsd:integer;
  dwc:scientificName 'Asceptrulum axialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.605'^^xsd:double;
  dwc:latitude '46.5064'^^xsd:double;
  dwc:aphiaid '171732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9327'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1474668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.95 -129.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.95"^^xsd:decimal ;
  dwc:decimalLongitude "-129.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.95 -129.083)"^^geo:wktLiteral ;
  geo-pos:lat "47.95"^^xsd:decimal ;
  geo-pos:long "-129.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7293'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129.083'^^xsd:double;
  dwc:latitude '47.95'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79 -129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79"^^xsd:decimal ;
  dwc:decimalLongitude "-129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79 -129)"^^geo:wktLiteral ;
  geo-pos:lat "79"^^xsd:decimal ;
  geo-pos:long "-129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3827'^^xsd:integer;
  dwc:scientificName 'Eurycope cryoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-129'^^xsd:integer;
  dwc:latitude '79'^^xsd:integer;
  dwc:aphiaid '233978'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3827'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4583"^^xsd:decimal ;
  dwc:decimalLongitude "-128.708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  geo-pos:lat "48.4583"^^xsd:decimal ;
  geo-pos:long "-128.708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7286'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.708'^^xsd:double;
  dwc:latitude '48.4583'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4583"^^xsd:decimal ;
  dwc:decimalLongitude "-128.708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  geo-pos:lat "48.4583"^^xsd:decimal ;
  geo-pos:long "-128.708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7290'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.708'^^xsd:double;
  dwc:latitude '48.4583'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4583"^^xsd:decimal ;
  dwc:decimalLongitude "-128.708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  geo-pos:lat "48.4583"^^xsd:decimal ;
  geo-pos:long "-128.708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7298'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.708'^^xsd:double;
  dwc:latitude '48.4583'^^xsd:double;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4583"^^xsd:decimal ;
  dwc:decimalLongitude "-128.708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  geo-pos:lat "48.4583"^^xsd:decimal ;
  geo-pos:long "-128.708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7299'^^xsd:integer;
  dwc:scientificName 'Amphicrossus altalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.708'^^xsd:double;
  dwc:latitude '48.4583'^^xsd:double;
  dwc:aphiaid '348781'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4583"^^xsd:decimal ;
  dwc:decimalLongitude "-128.708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  geo-pos:lat "48.4583"^^xsd:decimal ;
  geo-pos:long "-128.708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7302'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.708'^^xsd:double;
  dwc:latitude '48.4583'^^xsd:double;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4583"^^xsd:decimal ;
  dwc:decimalLongitude "-128.708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4583 -128.708)"^^geo:wktLiteral ;
  geo-pos:lat "48.4583"^^xsd:decimal ;
  geo-pos:long "-128.708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7304'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.708'^^xsd:double;
  dwc:latitude '48.4583'^^xsd:double;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81 -128.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81"^^xsd:decimal ;
  dwc:decimalLongitude "-128.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81 -128.5)"^^geo:wktLiteral ;
  geo-pos:lat "81"^^xsd:decimal ;
  geo-pos:long "-128.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3828'^^xsd:integer;
  dwc:scientificName 'Eurycope cryoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.5'^^xsd:double;
  dwc:latitude '81'^^xsd:integer;
  dwc:aphiaid '233978'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81 -128.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81"^^xsd:decimal ;
  dwc:decimalLongitude "-128.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81 -128.5)"^^geo:wktLiteral ;
  geo-pos:lat "81"^^xsd:decimal ;
  geo-pos:long "-128.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3873'^^xsd:integer;
  dwc:scientificName 'Eurycope septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.5'^^xsd:double;
  dwc:latitude '81'^^xsd:integer;
  dwc:aphiaid '118626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118626'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.13 -128.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.13"^^xsd:decimal ;
  dwc:decimalLongitude "-128.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.13 -128.22)"^^geo:wktLiteral ;
  geo-pos:lat "80.13"^^xsd:decimal ;
  geo-pos:long "-128.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3990'^^xsd:integer;
  dwc:scientificName 'Munneurycope glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.22'^^xsd:double;
  dwc:latitude '80.13'^^xsd:double;
  dwc:aphiaid '118630'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118630'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.1167 -128.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-128.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.1167 -128.2)"^^geo:wktLiteral ;
  geo-pos:lat "-63.1167"^^xsd:decimal ;
  geo-pos:long "-128.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11280'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128.2'^^xsd:double;
  dwc:latitude '-63.1167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.97 -128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.97"^^xsd:decimal ;
  dwc:decimalLongitude "-128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.97 -128)"^^geo:wktLiteral ;
  geo-pos:lat "81.97"^^xsd:decimal ;
  geo-pos:long "-128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3874'^^xsd:integer;
  dwc:scientificName 'Eurycope vasinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-128'^^xsd:integer;
  dwc:latitude '81.97'^^xsd:double;
  dwc:aphiaid '118627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118627'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.43 -127.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.43"^^xsd:decimal ;
  dwc:decimalLongitude "-127.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.43 -127.65)"^^geo:wktLiteral ;
  geo-pos:lat "79.43"^^xsd:decimal ;
  geo-pos:long "-127.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2910'^^xsd:integer;
  dwc:scientificName 'Cryodesma cryoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-127.65'^^xsd:double;
  dwc:latitude '79.43'^^xsd:double;
  dwc:aphiaid '118534'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118534'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.4333 -127.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-127.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.4333 -127.65)"^^geo:wktLiteral ;
  geo-pos:lat "79.4333"^^xsd:decimal ;
  geo-pos:long "-127.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '146'^^xsd:integer;
  dwc:scientificName 'Hemilamprops canadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-127.65'^^xsd:double;
  dwc:latitude '79.4333'^^xsd:double;
  dwc:aphiaid '182210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 -127.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41"^^xsd:decimal ;
  dwc:decimalLongitude "-127.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 -127.5)"^^geo:wktLiteral ;
  geo-pos:lat "41"^^xsd:decimal ;
  geo-pos:long "-127.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7237'^^xsd:integer;
  dwc:scientificName 'Benthoxynus spiculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-127.5'^^xsd:double;
  dwc:latitude '41'^^xsd:integer;
  dwc:aphiaid '349207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 -127.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41"^^xsd:decimal ;
  dwc:decimalLongitude "-127.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 -127.5)"^^geo:wktLiteral ;
  geo-pos:lat "41"^^xsd:decimal ;
  geo-pos:long "-127.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7215'^^xsd:integer;
  dwc:scientificName 'Aphotopontius forcipatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-127.5'^^xsd:double;
  dwc:latitude '41'^^xsd:integer;
  dwc:aphiaid '348893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 -127.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41"^^xsd:decimal ;
  dwc:decimalLongitude "-127.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 -127.5)"^^geo:wktLiteral ;
  geo-pos:lat "41"^^xsd:decimal ;
  geo-pos:long "-127.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7209'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-127.5'^^xsd:double;
  dwc:latitude '41'^^xsd:integer;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 -127.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41"^^xsd:decimal ;
  dwc:decimalLongitude "-127.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 -127.488)"^^geo:wktLiteral ;
  geo-pos:lat "41"^^xsd:decimal ;
  geo-pos:long "-127.488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7218'^^xsd:integer;
  dwc:scientificName 'Stygiopontius quadrispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-127.488'^^xsd:double;
  dwc:latitude '41'^^xsd:integer;
  dwc:aphiaid '355923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0067 -127.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-127.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0067 -127.488)"^^geo:wktLiteral ;
  geo-pos:lat "41.0067"^^xsd:decimal ;
  geo-pos:long "-127.488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7227'^^xsd:integer;
  dwc:scientificName 'Aphotopontius forcipatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-127.488'^^xsd:double;
  dwc:latitude '41.0067'^^xsd:double;
  dwc:aphiaid '348893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.15 -127.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.15"^^xsd:decimal ;
  dwc:decimalLongitude "-127.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.15 -127.15)"^^geo:wktLiteral ;
  geo-pos:lat "-60.15"^^xsd:decimal ;
  geo-pos:long "-127.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11294'^^xsd:integer;
  dwc:scientificName 'Phascolion hedraeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-127.15'^^xsd:double;
  dwc:latitude '-60.15'^^xsd:double;
  dwc:aphiaid '175037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.78 -127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.78"^^xsd:decimal ;
  dwc:decimalLongitude "-127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.78 -127)"^^geo:wktLiteral ;
  geo-pos:lat "81.78"^^xsd:decimal ;
  geo-pos:long "-127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3829'^^xsd:integer;
  dwc:scientificName 'Eurycope cryoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-127'^^xsd:integer;
  dwc:latitude '81.78'^^xsd:double;
  dwc:aphiaid '233978'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.635 -126.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.635"^^xsd:decimal ;
  dwc:decimalLongitude "-126.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.635 -126.995)"^^geo:wktLiteral ;
  geo-pos:lat "44.635"^^xsd:decimal ;
  geo-pos:long "-126.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4440'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-126.995'^^xsd:double;
  dwc:latitude '44.635'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6433 -126.983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6433"^^xsd:decimal ;
  dwc:decimalLongitude "-126.983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6433 -126.983)"^^geo:wktLiteral ;
  geo-pos:lat "44.6433"^^xsd:decimal ;
  geo-pos:long "-126.983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4458'^^xsd:integer;
  dwc:scientificName 'Neotanais calcarulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-126.983'^^xsd:double;
  dwc:latitude '44.6433'^^xsd:double;
  dwc:aphiaid '247379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 -126.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-126.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 -126.95)"^^geo:wktLiteral ;
  geo-pos:lat "28.3833"^^xsd:decimal ;
  geo-pos:long "-126.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9795'^^xsd:integer;
  dwc:scientificName 'Hyalonema obtusum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-126.95'^^xsd:double;
  dwc:latitude '28.3833'^^xsd:double;
  dwc:aphiaid '171504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -126.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-126.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -126.055)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-126.055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4439'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-126.055'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3667 -125.808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-125.808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3667 -125.808)"^^geo:wktLiteral ;
  geo-pos:lat "47.3667"^^xsd:decimal ;
  geo-pos:long "-125.808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14535'^^xsd:integer;
  dwc:scientificName 'Poromya leonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-125.808'^^xsd:double;
  dwc:latitude '47.3667'^^xsd:double;
  dwc:aphiaid '771581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408635'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6817 -125.588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-125.588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6817 -125.588)"^^geo:wktLiteral ;
  geo-pos:lat "44.6817"^^xsd:decimal ;
  geo-pos:long "-125.588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14801'^^xsd:integer;
  dwc:scientificName 'Ledella spinuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-125.588'^^xsd:double;
  dwc:latitude '44.6817'^^xsd:double;
  dwc:aphiaid '540142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -125.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65"^^xsd:decimal ;
  dwc:decimalLongitude "-125.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -125.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.65"^^xsd:decimal ;
  geo-pos:long "-125.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4438'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-125.567'^^xsd:double;
  dwc:latitude '44.65'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6517 -125.305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6517"^^xsd:decimal ;
  dwc:decimalLongitude "-125.305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6517 -125.305)"^^geo:wktLiteral ;
  geo-pos:lat "44.6517"^^xsd:decimal ;
  geo-pos:long "-125.305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4442'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-125.305'^^xsd:double;
  dwc:latitude '44.6517'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6583 -125.297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-125.297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6583 -125.297)"^^geo:wktLiteral ;
  geo-pos:lat "44.6583"^^xsd:decimal ;
  geo-pos:long "-125.297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4441'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-125.297'^^xsd:double;
  dwc:latitude '44.6583'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.02 -125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.02"^^xsd:decimal ;
  dwc:decimalLongitude "-125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.02 -125)"^^geo:wktLiteral ;
  geo-pos:lat "-3.02"^^xsd:decimal ;
  geo-pos:long "-125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3362'^^xsd:integer;
  dwc:scientificName 'Abyssaranea rupis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-125'^^xsd:integer;
  dwc:latitude '-3.02'^^xsd:double;
  dwc:aphiaid '258627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258627'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0333 -124.983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-124.983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0333 -124.983)"^^geo:wktLiteral ;
  geo-pos:lat "48.0333"^^xsd:decimal ;
  geo-pos:long "-124.983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2127'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124.983'^^xsd:double;
  dwc:latitude '48.0333'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.525 -124.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.525"^^xsd:decimal ;
  dwc:decimalLongitude "-124.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.525 -124.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.525"^^xsd:decimal ;
  geo-pos:long "-124.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14802'^^xsd:integer;
  dwc:scientificName 'Pseudoglomus fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124.9'^^xsd:double;
  dwc:latitude '44.525'^^xsd:double;
  dwc:aphiaid '816232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '816232'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 -124.867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "-124.867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 -124.867)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "-124.867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16753'^^xsd:integer;
  dwc:scientificName 'Acharax johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124.867'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:aphiaid '293239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -124.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-124.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -124.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-124.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11567'^^xsd:integer;
  dwc:scientificName 'Cryptopora hesperis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124.6'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:aphiaid '235419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7576'^^xsd:integer;
  dwc:scientificName 'Augaptilus megalurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7577'^^xsd:integer;
  dwc:scientificName 'Augaptilus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7564'^^xsd:integer;
  dwc:scientificName 'Acartia negligens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '346030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7597'^^xsd:integer;
  dwc:scientificName 'Scolecethrix longifurca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '355557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7601'^^xsd:integer;
  dwc:scientificName 'Scolecethrix abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '355529'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7627'^^xsd:integer;
  dwc:scientificName 'Clausocalanus mastigophorus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7615'^^xsd:integer;
  dwc:scientificName 'Eucalanus attenuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '149719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7637'^^xsd:integer;
  dwc:scientificName 'Euchaeta grandiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '351678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7638'^^xsd:integer;
  dwc:scientificName 'Eucalanus subtenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7653'^^xsd:integer;
  dwc:scientificName 'Calanus tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '149717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104468'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7498'^^xsd:integer;
  dwc:scientificName 'Hemicalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7498'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7525'^^xsd:integer;
  dwc:scientificName 'Eucalanus elongatus var. inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '363304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346435'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7526'^^xsd:integer;
  dwc:scientificName 'Leuckartia flavicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '364997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7530'^^xsd:integer;
  dwc:scientificName 'Pleuromma abdominale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '596241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7505'^^xsd:integer;
  dwc:scientificName 'Calanus darwinii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '220833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7508'^^xsd:integer;
  dwc:scientificName 'Spinocalanus abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1792081'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7510'^^xsd:integer;
  dwc:scientificName 'Scolecethrix bradyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104820'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7524'^^xsd:integer;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7543'^^xsd:integer;
  dwc:scientificName 'Rhincalanus cornutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1488083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7548'^^xsd:integer;
  dwc:scientificName 'Pleuromma gracile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '365861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7560'^^xsd:integer;
  dwc:scientificName 'Acartia danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '346026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7557'^^xsd:integer;
  dwc:scientificName 'Aetideus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7488'^^xsd:integer;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7481'^^xsd:integer;
  dwc:scientificName 'Hemicalanus oxycephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '365709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104434'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7477'^^xsd:integer;
  dwc:scientificName 'Leuckartia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '365785'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7465'^^xsd:integer;
  dwc:scientificName 'Leptocalanus filicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '364989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -124)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7467'^^xsd:integer;
  dwc:scientificName 'Metridia brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104627'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  geo-pos:lat "11"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7410'^^xsd:integer;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  geo-pos:lat "11"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7411'^^xsd:integer;
  dwc:scientificName 'Corycaeus furcifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:aphiaid '237977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  geo-pos:lat "11"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7414'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  geo-pos:lat "11"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7437'^^xsd:integer;
  dwc:scientificName 'Oncaea mediterranea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:aphiaid '128939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  geo-pos:lat "11"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7439'^^xsd:integer;
  dwc:scientificName 'Microsetella rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:aphiaid '116116'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  geo-pos:lat "11"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7432'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11"^^xsd:decimal ;
  dwc:decimalLongitude "-124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11 -124)"^^geo:wktLiteral ;
  geo-pos:lat "11"^^xsd:decimal ;
  geo-pos:long "-124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7420'^^xsd:integer;
  dwc:scientificName 'Oncaea tenuimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-124'^^xsd:integer;
  dwc:latitude '11'^^xsd:integer;
  dwc:aphiaid '354035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -123.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-123.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -123.917)"^^geo:wktLiteral ;
  geo-pos:lat "34.9"^^xsd:decimal ;
  geo-pos:long "-123.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14760'^^xsd:integer;
  dwc:scientificName 'Bathyneaera disa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-123.917'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:aphiaid '408513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -123.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-123.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -123.917)"^^geo:wktLiteral ;
  geo-pos:lat "34.9"^^xsd:decimal ;
  geo-pos:long "-123.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14761'^^xsd:integer;
  dwc:scientificName 'Bathyneaera disa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-123.917'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:aphiaid '408513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03361 -123.334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.03361"^^xsd:decimal ;
  dwc:decimalLongitude "-123.334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03361 -123.334)"^^geo:wktLiteral ;
  geo-pos:lat "-9.03361"^^xsd:decimal ;
  geo-pos:long "-123.334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9810'^^xsd:integer;
  dwc:scientificName 'Hyalonema sequoia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-123.334'^^xsd:double;
  dwc:latitude '-9.03361'^^xsd:double;
  dwc:aphiaid '171520'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171520'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03361 -123.334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.03361"^^xsd:decimal ;
  dwc:decimalLongitude "-123.334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03361 -123.334)"^^geo:wktLiteral ;
  geo-pos:lat "-9.03361"^^xsd:decimal ;
  geo-pos:long "-123.334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9736'^^xsd:integer;
  dwc:scientificName 'Hyalonema agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-123.334'^^xsd:double;
  dwc:latitude '-9.03361'^^xsd:double;
  dwc:aphiaid '171503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03361 -123.334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.03361"^^xsd:decimal ;
  dwc:decimalLongitude "-123.334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03361 -123.334)"^^geo:wktLiteral ;
  geo-pos:lat "-9.03361"^^xsd:decimal ;
  geo-pos:long "-123.334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9777'^^xsd:integer;
  dwc:scientificName 'Hyalonema geminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-123.334'^^xsd:double;
  dwc:latitude '-9.03361'^^xsd:double;
  dwc:aphiaid '171514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03361 -123.334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.03361"^^xsd:decimal ;
  dwc:decimalLongitude "-123.334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03361 -123.334)"^^geo:wktLiteral ;
  geo-pos:lat "-9.03361"^^xsd:decimal ;
  geo-pos:long "-123.334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9825'^^xsd:integer;
  dwc:scientificName 'Hyalonema umbraculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-123.334'^^xsd:double;
  dwc:latitude '-9.03361'^^xsd:double;
  dwc:aphiaid '171522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03333 -123.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.03333"^^xsd:decimal ;
  dwc:decimalLongitude "-123.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.03333 -123.333)"^^geo:wktLiteral ;
  geo-pos:lat "-9.03333"^^xsd:decimal ;
  geo-pos:long "-123.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14573'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-123.333'^^xsd:double;
  dwc:latitude '-9.03333'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.02 -123.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.02"^^xsd:decimal ;
  dwc:decimalLongitude "-123.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.02 -123.07)"^^geo:wktLiteral ;
  geo-pos:lat "-50.02"^^xsd:decimal ;
  geo-pos:long "-123.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3628'^^xsd:integer;
  dwc:scientificName 'Storthyngura fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-123.07'^^xsd:double;
  dwc:latitude '-50.02'^^xsd:double;
  dwc:aphiaid '294756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.85 -122.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.85"^^xsd:decimal ;
  dwc:decimalLongitude "-122.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.85 -122.817)"^^geo:wktLiteral ;
  geo-pos:lat "34.85"^^xsd:decimal ;
  geo-pos:long "-122.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12223'^^xsd:integer;
  dwc:scientificName 'Neorhynchia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-122.817'^^xsd:double;
  dwc:latitude '34.85'^^xsd:double;
  dwc:aphiaid '235192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235192'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -121.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-121.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -121.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.9333"^^xsd:decimal ;
  geo-pos:long "-121.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14779'^^xsd:integer;
  dwc:scientificName 'Poromya leonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-121.825'^^xsd:double;
  dwc:latitude '34.9333'^^xsd:double;
  dwc:aphiaid '771581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408635'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 -121.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8"^^xsd:decimal ;
  dwc:decimalLongitude "-121.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 -121.7)"^^geo:wktLiteral ;
  geo-pos:lat "8"^^xsd:decimal ;
  geo-pos:long "-121.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9778'^^xsd:integer;
  dwc:scientificName 'Hyalonema gracile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-121.7'^^xsd:double;
  dwc:latitude '8'^^xsd:integer;
  dwc:aphiaid '191708'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0264 -121.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0264"^^xsd:decimal ;
  dwc:decimalLongitude "-121.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0264 -121.533)"^^geo:wktLiteral ;
  geo-pos:lat "33.0264"^^xsd:decimal ;
  geo-pos:long "-121.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14562'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-121.533'^^xsd:double;
  dwc:latitude '33.0264'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.6167 -121.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-121.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.6167 -121.1)"^^geo:wktLiteral ;
  geo-pos:lat "-65.6167"^^xsd:decimal ;
  geo-pos:long "-121.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11288'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-121.1'^^xsd:double;
  dwc:latitude '-65.6167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0375 -120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0375"^^xsd:decimal ;
  dwc:decimalLongitude "-120.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0375 -120.7)"^^geo:wktLiteral ;
  geo-pos:lat "33.0375"^^xsd:decimal ;
  geo-pos:long "-120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14561'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.7'^^xsd:double;
  dwc:latitude '33.0375'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.04 -120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.04"^^xsd:decimal ;
  dwc:decimalLongitude "-120.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.04 -120.7)"^^geo:wktLiteral ;
  geo-pos:lat "33.04"^^xsd:decimal ;
  geo-pos:long "-120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3556'^^xsd:integer;
  dwc:scientificName 'Munna cacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.7'^^xsd:double;
  dwc:latitude '33.04'^^xsd:double;
  dwc:aphiaid '294773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.04 -120.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.04"^^xsd:decimal ;
  dwc:decimalLongitude "-120.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.04 -120.7)"^^geo:wktLiteral ;
  geo-pos:lat "33.04"^^xsd:decimal ;
  geo-pos:long "-120.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3557'^^xsd:integer;
  dwc:scientificName 'Munna cacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.7'^^xsd:double;
  dwc:latitude '33.04'^^xsd:double;
  dwc:aphiaid '294773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7917 -120.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.7917"^^xsd:decimal ;
  dwc:decimalLongitude "-120.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7917 -120.317)"^^geo:wktLiteral ;
  geo-pos:lat "31.7917"^^xsd:decimal ;
  geo-pos:long "-120.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12227'^^xsd:integer;
  dwc:scientificName 'Neorhynchia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.317'^^xsd:double;
  dwc:latitude '31.7917'^^xsd:double;
  dwc:aphiaid '235192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235192'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7917 -120.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.7917"^^xsd:decimal ;
  dwc:decimalLongitude "-120.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7917 -120.317)"^^geo:wktLiteral ;
  geo-pos:lat "31.7917"^^xsd:decimal ;
  geo-pos:long "-120.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12241'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.317'^^xsd:double;
  dwc:latitude '31.7917'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7917 -120.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.7917"^^xsd:decimal ;
  dwc:decimalLongitude "-120.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7917 -120.317)"^^geo:wktLiteral ;
  geo-pos:lat "31.7917"^^xsd:decimal ;
  geo-pos:long "-120.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11422'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.317'^^xsd:double;
  dwc:latitude '31.7917'^^xsd:double;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7917 -120.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.7917"^^xsd:decimal ;
  dwc:decimalLongitude "-120.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.7917 -120.317)"^^geo:wktLiteral ;
  geo-pos:lat "31.7917"^^xsd:decimal ;
  geo-pos:long "-120.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12289'^^xsd:integer;
  dwc:scientificName 'Pelagodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.317'^^xsd:double;
  dwc:latitude '31.7917'^^xsd:double;
  dwc:aphiaid '182851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182851'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -120.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-120.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -120.242)"^^geo:wktLiteral ;
  geo-pos:lat "31.4"^^xsd:decimal ;
  geo-pos:long "-120.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12222'^^xsd:integer;
  dwc:scientificName 'Neorhynchia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.242'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:aphiaid '235192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235192'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -120.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-120.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -120.242)"^^geo:wktLiteral ;
  geo-pos:lat "31.4"^^xsd:decimal ;
  geo-pos:long "-120.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12239'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.242'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -120.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-120.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -120.242)"^^geo:wktLiteral ;
  geo-pos:lat "31.4"^^xsd:decimal ;
  geo-pos:long "-120.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11420'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.242'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -120.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-120.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -120.242)"^^geo:wktLiteral ;
  geo-pos:lat "31.4"^^xsd:decimal ;
  geo-pos:long "-120.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12287'^^xsd:integer;
  dwc:scientificName 'Pelagodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.242'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:aphiaid '182851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182851'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.35 -120.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.35"^^xsd:decimal ;
  dwc:decimalLongitude "-120.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.35 -120.23)"^^geo:wktLiteral ;
  geo-pos:lat "19.35"^^xsd:decimal ;
  geo-pos:long "-120.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3350'^^xsd:integer;
  dwc:scientificName 'Haplomunna hubbsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.23'^^xsd:double;
  dwc:latitude '19.35'^^xsd:double;
  dwc:aphiaid '260505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.23 -120.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.23"^^xsd:decimal ;
  dwc:decimalLongitude "-120.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.23 -120.23)"^^geo:wktLiteral ;
  geo-pos:lat "31.23"^^xsd:decimal ;
  geo-pos:long "-120.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3348'^^xsd:integer;
  dwc:scientificName 'Haplomunna hubbsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.23'^^xsd:double;
  dwc:latitude '31.23'^^xsd:double;
  dwc:aphiaid '260505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.53 -120.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.53"^^xsd:decimal ;
  dwc:decimalLongitude "-120.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.53 -120.22)"^^geo:wktLiteral ;
  geo-pos:lat "31.53"^^xsd:decimal ;
  geo-pos:long "-120.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3351'^^xsd:integer;
  dwc:scientificName 'Haplomunna hubbsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.22'^^xsd:double;
  dwc:latitude '31.53'^^xsd:double;
  dwc:aphiaid '260505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.78 -120.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.78"^^xsd:decimal ;
  dwc:decimalLongitude "-120.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.78 -120.2)"^^geo:wktLiteral ;
  geo-pos:lat "31.78"^^xsd:decimal ;
  geo-pos:long "-120.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3349'^^xsd:integer;
  dwc:scientificName 'Haplomunna hubbsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.2'^^xsd:double;
  dwc:latitude '31.78'^^xsd:double;
  dwc:aphiaid '260505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.1 -120.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.1"^^xsd:decimal ;
  dwc:decimalLongitude "-120.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.1 -120.133)"^^geo:wktLiteral ;
  geo-pos:lat "-58.1"^^xsd:decimal ;
  geo-pos:long "-120.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11267'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.133'^^xsd:double;
  dwc:latitude '-58.1'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6 -120.123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6"^^xsd:decimal ;
  dwc:decimalLongitude "-120.123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6 -120.123)"^^geo:wktLiteral ;
  geo-pos:lat "31.6"^^xsd:decimal ;
  geo-pos:long "-120.123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12226'^^xsd:integer;
  dwc:scientificName 'Neorhynchia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.123'^^xsd:double;
  dwc:latitude '31.6'^^xsd:double;
  dwc:aphiaid '235192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235192'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6 -120.123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6"^^xsd:decimal ;
  dwc:decimalLongitude "-120.123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6 -120.123)"^^geo:wktLiteral ;
  geo-pos:lat "31.6"^^xsd:decimal ;
  geo-pos:long "-120.123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12240'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.123'^^xsd:double;
  dwc:latitude '31.6'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6 -120.123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6"^^xsd:decimal ;
  dwc:decimalLongitude "-120.123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6 -120.123)"^^geo:wktLiteral ;
  geo-pos:lat "31.6"^^xsd:decimal ;
  geo-pos:long "-120.123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11421'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.123'^^xsd:double;
  dwc:latitude '31.6'^^xsd:double;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6 -120.123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6"^^xsd:decimal ;
  dwc:decimalLongitude "-120.123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6 -120.123)"^^geo:wktLiteral ;
  geo-pos:lat "31.6"^^xsd:decimal ;
  geo-pos:long "-120.123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12288'^^xsd:integer;
  dwc:scientificName 'Pelagodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-120.123'^^xsd:double;
  dwc:latitude '31.6'^^xsd:double;
  dwc:aphiaid '182851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182851'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.5333 -119.983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-119.983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.5333 -119.983)"^^geo:wktLiteral ;
  geo-pos:lat "-16.5333"^^xsd:decimal ;
  geo-pos:long "-119.983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9379'^^xsd:integer;
  dwc:scientificName 'Caulophacella tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.983'^^xsd:double;
  dwc:latitude '-16.5333'^^xsd:double;
  dwc:aphiaid '172040'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1522418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40 -119.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40"^^xsd:decimal ;
  dwc:decimalLongitude "-119.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40 -119.767)"^^geo:wktLiteral ;
  geo-pos:lat "-40"^^xsd:decimal ;
  geo-pos:long "-119.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11496'^^xsd:integer;
  dwc:scientificName 'Bathynanus tenuicostatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.767'^^xsd:double;
  dwc:latitude '-40'^^xsd:integer;
  dwc:aphiaid '235565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3283 -119.653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.3283"^^xsd:decimal ;
  dwc:decimalLongitude "-119.653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3283 -119.653)"^^geo:wktLiteral ;
  geo-pos:lat "31.3283"^^xsd:decimal ;
  geo-pos:long "-119.653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12225'^^xsd:integer;
  dwc:scientificName 'Neorhynchia profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.653'^^xsd:double;
  dwc:latitude '31.3283'^^xsd:double;
  dwc:aphiaid '869002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3283 -119.653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.3283"^^xsd:decimal ;
  dwc:decimalLongitude "-119.653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3283 -119.653)"^^geo:wktLiteral ;
  geo-pos:lat "31.3283"^^xsd:decimal ;
  geo-pos:long "-119.653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12238'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.653'^^xsd:double;
  dwc:latitude '31.3283'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3283 -119.653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.3283"^^xsd:decimal ;
  dwc:decimalLongitude "-119.653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3283 -119.653)"^^geo:wktLiteral ;
  geo-pos:lat "31.3283"^^xsd:decimal ;
  geo-pos:long "-119.653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11418'^^xsd:integer;
  dwc:scientificName 'Abyssothyris elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.653'^^xsd:double;
  dwc:latitude '31.3283'^^xsd:double;
  dwc:aphiaid '458899'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3283 -119.653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.3283"^^xsd:decimal ;
  dwc:decimalLongitude "-119.653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3283 -119.653)"^^geo:wktLiteral ;
  geo-pos:lat "31.3283"^^xsd:decimal ;
  geo-pos:long "-119.653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12286'^^xsd:integer;
  dwc:scientificName 'Pelagodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.653'^^xsd:double;
  dwc:latitude '31.3283'^^xsd:double;
  dwc:aphiaid '182851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182851'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2 -119.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2"^^xsd:decimal ;
  dwc:decimalLongitude "-119.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2 -119.623)"^^geo:wktLiteral ;
  geo-pos:lat "31.2"^^xsd:decimal ;
  geo-pos:long "-119.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14973'^^xsd:integer;
  dwc:scientificName 'Ledella turnerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.623'^^xsd:double;
  dwc:latitude '31.2'^^xsd:double;
  dwc:aphiaid '540143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2 -119.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.2"^^xsd:decimal ;
  dwc:decimalLongitude "-119.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.2 -119.617)"^^geo:wktLiteral ;
  geo-pos:lat "31.2"^^xsd:decimal ;
  geo-pos:long "-119.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17061'^^xsd:integer;
  dwc:scientificName 'Silicula alleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.617'^^xsd:double;
  dwc:latitude '31.2'^^xsd:double;
  dwc:aphiaid '506454'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506454'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40 -119.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40"^^xsd:decimal ;
  dwc:decimalLongitude "-119.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40 -119.6)"^^geo:wktLiteral ;
  geo-pos:lat "-40"^^xsd:decimal ;
  geo-pos:long "-119.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11504'^^xsd:integer;
  dwc:scientificName 'Bathynanus tenuicostatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.6'^^xsd:double;
  dwc:latitude '-40'^^xsd:integer;
  dwc:aphiaid '235565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.675 -119.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.675"^^xsd:decimal ;
  dwc:decimalLongitude "-119.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.675 -119.488)"^^geo:wktLiteral ;
  geo-pos:lat "33.675"^^xsd:decimal ;
  geo-pos:long "-119.488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14775'^^xsd:integer;
  dwc:scientificName 'Acharax johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.488'^^xsd:double;
  dwc:latitude '33.675'^^xsd:double;
  dwc:aphiaid '293239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.5333 -119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.5333 -119.333)"^^geo:wktLiteral ;
  geo-pos:lat "-56.5333"^^xsd:decimal ;
  geo-pos:long "-119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5655'^^xsd:integer;
  dwc:scientificName 'Tanaella eltaninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.333'^^xsd:double;
  dwc:latitude '-56.5333'^^xsd:double;
  dwc:aphiaid '244658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4583 -119.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4583"^^xsd:decimal ;
  dwc:decimalLongitude "-119.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4583 -119.083)"^^geo:wktLiteral ;
  geo-pos:lat "32.4583"^^xsd:decimal ;
  geo-pos:long "-119.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16947'^^xsd:integer;
  dwc:scientificName 'Poromya houbricki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.083'^^xsd:double;
  dwc:latitude '32.4583'^^xsd:double;
  dwc:aphiaid '408613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0165 -119.031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0165"^^xsd:decimal ;
  dwc:decimalLongitude "-119.031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0165 -119.031)"^^geo:wktLiteral ;
  geo-pos:lat "33.0165"^^xsd:decimal ;
  geo-pos:long "-119.031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10977'^^xsd:integer;
  dwc:scientificName 'Golfingia nicolasi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119.031'^^xsd:double;
  dwc:latitude '33.0165'^^xsd:double;
  dwc:aphiaid '424476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -119)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7608'^^xsd:integer;
  dwc:scientificName 'Rhincalanus cornutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1488083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9"^^xsd:decimal ;
  dwc:decimalLongitude "-119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9 -119)"^^geo:wktLiteral ;
  geo-pos:lat "9"^^xsd:decimal ;
  geo-pos:long "-119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7558'^^xsd:integer;
  dwc:scientificName 'Aetideus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-119'^^xsd:integer;
  dwc:latitude '9'^^xsd:integer;
  dwc:aphiaid '104275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7472 -117.812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.7472"^^xsd:decimal ;
  dwc:decimalLongitude "-117.812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.7472 -117.812)"^^geo:wktLiteral ;
  geo-pos:lat "32.7472"^^xsd:decimal ;
  geo-pos:long "-117.812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14563'^^xsd:integer;
  dwc:scientificName 'Acharax johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.812'^^xsd:double;
  dwc:latitude '32.7472'^^xsd:double;
  dwc:aphiaid '293239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4333 -117.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-117.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4333 -117.7)"^^geo:wktLiteral ;
  geo-pos:lat "31.4333"^^xsd:decimal ;
  geo-pos:long "-117.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14575'^^xsd:integer;
  dwc:scientificName 'Poromya perla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.7'^^xsd:double;
  dwc:latitude '31.4333'^^xsd:double;
  dwc:aphiaid '408656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '494241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3333 -117.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-117.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3333 -117.5)"^^geo:wktLiteral ;
  geo-pos:lat "-65.3333"^^xsd:decimal ;
  geo-pos:long "-117.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11287'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.5'^^xsd:double;
  dwc:latitude '-65.3333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5792 -117.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5792"^^xsd:decimal ;
  dwc:decimalLongitude "-117.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5792 -117.483)"^^geo:wktLiteral ;
  geo-pos:lat "32.5792"^^xsd:decimal ;
  geo-pos:long "-117.483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6958'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Stenhelia) diegensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.483'^^xsd:double;
  dwc:latitude '32.5792'^^xsd:double;
  dwc:aphiaid '355825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5958 -117.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5958"^^xsd:decimal ;
  dwc:decimalLongitude "-117.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5958 -117.483)"^^geo:wktLiteral ;
  geo-pos:lat "32.5958"^^xsd:decimal ;
  geo-pos:long "-117.483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6361'^^xsd:integer;
  dwc:scientificName 'Arthuricornua anendopodia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.483'^^xsd:double;
  dwc:latitude '32.5958'^^xsd:double;
  dwc:aphiaid '361704'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361704'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3267 -117.318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3267"^^xsd:decimal ;
  dwc:decimalLongitude "-117.318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3267 -117.318)"^^geo:wktLiteral ;
  geo-pos:lat "32.3267"^^xsd:decimal ;
  geo-pos:long "-117.318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6986'^^xsd:integer;
  dwc:scientificName 'Dirivultus dantaneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.318'^^xsd:double;
  dwc:latitude '32.3267'^^xsd:double;
  dwc:aphiaid '351071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -117.277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-117.277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -117.277)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-117.277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14772'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.277'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -117.277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-117.277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -117.277)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-117.277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14773'^^xsd:integer;
  dwc:scientificName 'Tindaria compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.277'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:aphiaid '506463'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -117.277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-117.277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -117.277)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-117.277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14774'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.277'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.05 -117.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-117.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.05 -117.267)"^^geo:wktLiteral ;
  geo-pos:lat "0.05"^^xsd:decimal ;
  geo-pos:long "-117.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9690'^^xsd:integer;
  dwc:scientificName 'Holascus euonyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.267'^^xsd:double;
  dwc:latitude '0.05'^^xsd:double;
  dwc:aphiaid '171914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.0511111"^^xsd:decimal ;
  dwc:decimalLongitude "-117.252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  geo-pos:lat "0.0511111"^^xsd:decimal ;
  geo-pos:long "-117.252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9733'^^xsd:integer;
  dwc:scientificName 'Hyalonema aequatoriale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.252'^^xsd:double;
  dwc:latitude '0.0511111'^^xsd:double;
  dwc:aphiaid '171507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.0511111"^^xsd:decimal ;
  dwc:decimalLongitude "-117.252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  geo-pos:lat "0.0511111"^^xsd:decimal ;
  geo-pos:long "-117.252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9737'^^xsd:integer;
  dwc:scientificName 'Hyalonema agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.252'^^xsd:double;
  dwc:latitude '0.0511111'^^xsd:double;
  dwc:aphiaid '171503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.0511111"^^xsd:decimal ;
  dwc:decimalLongitude "-117.252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  geo-pos:lat "0.0511111"^^xsd:decimal ;
  geo-pos:long "-117.252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9775'^^xsd:integer;
  dwc:scientificName 'Hyalonema fimbriatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.252'^^xsd:double;
  dwc:latitude '0.0511111'^^xsd:double;
  dwc:aphiaid '171533'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171533'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.0511111"^^xsd:decimal ;
  dwc:decimalLongitude "-117.252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  geo-pos:lat "0.0511111"^^xsd:decimal ;
  geo-pos:long "-117.252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9765'^^xsd:integer;
  dwc:scientificName 'Hyalonema crassum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.252'^^xsd:double;
  dwc:latitude '0.0511111'^^xsd:double;
  dwc:aphiaid '171532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.0511111"^^xsd:decimal ;
  dwc:decimalLongitude "-117.252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.0511111 -117.252)"^^geo:wktLiteral ;
  geo-pos:lat "0.0511111"^^xsd:decimal ;
  geo-pos:long "-117.252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9814'^^xsd:integer;
  dwc:scientificName 'Hyalonema spinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-117.252'^^xsd:double;
  dwc:latitude '0.0511111'^^xsd:double;
  dwc:aphiaid '171537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8667 -116.883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-116.883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8667 -116.883)"^^geo:wktLiteral ;
  geo-pos:lat "36.8667"^^xsd:decimal ;
  geo-pos:long "-116.883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14784'^^xsd:integer;
  dwc:scientificName 'Nucula panamina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-116.883'^^xsd:double;
  dwc:latitude '36.8667'^^xsd:double;
  dwc:aphiaid '541890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506588'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.25 -115.667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.25"^^xsd:decimal ;
  dwc:decimalLongitude "-115.667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.25 -115.667)"^^geo:wktLiteral ;
  geo-pos:lat "-24.25"^^xsd:decimal ;
  geo-pos:long "-115.667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9281'^^xsd:integer;
  dwc:scientificName 'Abyssocladia inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115.667'^^xsd:double;
  dwc:latitude '-24.25'^^xsd:double;
  dwc:aphiaid '235786'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3333 -115.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-115.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3333 -115.385)"^^geo:wktLiteral ;
  geo-pos:lat "27.3333"^^xsd:decimal ;
  geo-pos:long "-115.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14788'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115.385'^^xsd:double;
  dwc:latitude '27.3333'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.1 -115.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.1"^^xsd:decimal ;
  dwc:decimalLongitude "-115.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.1 -115.283)"^^geo:wktLiteral ;
  geo-pos:lat "-64.1"^^xsd:decimal ;
  geo-pos:long "-115.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11240'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115.283'^^xsd:double;
  dwc:latitude '-64.1'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.1 -115.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.1"^^xsd:decimal ;
  dwc:decimalLongitude "-115.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.1 -115.283)"^^geo:wktLiteral ;
  geo-pos:lat "-64.1"^^xsd:decimal ;
  geo-pos:long "-115.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11282'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115.283'^^xsd:double;
  dwc:latitude '-64.1'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4 -115.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4"^^xsd:decimal ;
  dwc:decimalLongitude "-115.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4 -115.2)"^^geo:wktLiteral ;
  geo-pos:lat "27.4"^^xsd:decimal ;
  geo-pos:long "-115.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '775'^^xsd:integer;
  dwc:scientificName 'Diastyloides pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115.2'^^xsd:double;
  dwc:latitude '27.4'^^xsd:double;
  dwc:aphiaid '389311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4 -115.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4"^^xsd:decimal ;
  dwc:decimalLongitude "-115.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '118'^^xsd:integer;
  dwc:scientificName 'Diastyloides pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115.2'^^xsd:double;
  dwc:latitude '27.4'^^xsd:double;
  dwc:aphiaid '389311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.11 -115.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.11"^^xsd:decimal ;
  dwc:decimalLongitude "-115.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.11 -115.12)"^^geo:wktLiteral ;
  geo-pos:lat "27.11"^^xsd:decimal ;
  geo-pos:long "-115.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3973'^^xsd:integer;
  dwc:scientificName 'Betamorpha megista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115.12'^^xsd:double;
  dwc:latitude '27.11'^^xsd:double;
  dwc:aphiaid '258027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7579'^^xsd:integer;
  dwc:scientificName 'Calanus caroli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '349527'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346316'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7573'^^xsd:integer;
  dwc:scientificName 'Pleuromma gracile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '365861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7566'^^xsd:integer;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7568'^^xsd:integer;
  dwc:scientificName 'Calanus darwinii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '220833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7599'^^xsd:integer;
  dwc:scientificName 'Euchaeta marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7625'^^xsd:integer;
  dwc:scientificName 'Metridia venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104636'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7617'^^xsd:integer;
  dwc:scientificName 'Eucalanus subtenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7631'^^xsd:integer;
  dwc:scientificName 'Gaetanus armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7643'^^xsd:integer;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7650'^^xsd:integer;
  dwc:scientificName 'Scolecethrix danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7661'^^xsd:integer;
  dwc:scientificName 'Acrocalanus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '220838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7441'^^xsd:integer;
  dwc:scientificName 'Oncaea conifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7491'^^xsd:integer;
  dwc:scientificName 'Gaetanus miles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7514'^^xsd:integer;
  dwc:scientificName 'Clausocalanus mastigophorus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7515'^^xsd:integer;
  dwc:scientificName 'Paracalanus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464945'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7540'^^xsd:integer;
  dwc:scientificName 'Pontellina plumata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7561'^^xsd:integer;
  dwc:scientificName 'Acartia danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '346026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7461'^^xsd:integer;
  dwc:scientificName 'Leuckartia flavicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '364997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7375'^^xsd:integer;
  dwc:scientificName 'Oncaea mediterranea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '128939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7377'^^xsd:integer;
  dwc:scientificName 'Corycaeus furcifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '237977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7389'^^xsd:integer;
  dwc:scientificName 'Corycaeus gibbulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '350341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -115)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7405'^^xsd:integer;
  dwc:scientificName 'Corycaeus gracilicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-115'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '350342'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.95 -114.883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.95"^^xsd:decimal ;
  dwc:decimalLongitude "-114.883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.95 -114.883)"^^geo:wktLiteral ;
  geo-pos:lat "-60.95"^^xsd:decimal ;
  geo-pos:long "-114.883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11250'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-114.883'^^xsd:double;
  dwc:latitude '-60.95'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -114.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8"^^xsd:decimal ;
  dwc:decimalLongitude "-114.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -114.5)"^^geo:wktLiteral ;
  geo-pos:lat "-64.8"^^xsd:decimal ;
  geo-pos:long "-114.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11286'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-114.5'^^xsd:double;
  dwc:latitude '-64.8'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -114.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8"^^xsd:decimal ;
  dwc:decimalLongitude "-114.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -114.5)"^^geo:wktLiteral ;
  geo-pos:lat "-64.8"^^xsd:decimal ;
  geo-pos:long "-114.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11241'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-114.5'^^xsd:double;
  dwc:latitude '-64.8'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.4004 -114.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.4004"^^xsd:decimal ;
  dwc:decimalLongitude "-114.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.4004 -114.27)"^^geo:wktLiteral ;
  geo-pos:lat "-21.4004"^^xsd:decimal ;
  geo-pos:long "-114.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7342'^^xsd:integer;
  dwc:scientificName 'Grievella shanki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-114.27'^^xsd:double;
  dwc:latitude '-21.4004'^^xsd:double;
  dwc:aphiaid '346514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.69833 -114.095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.69833"^^xsd:decimal ;
  dwc:decimalLongitude "-114.095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.69833 -114.095)"^^geo:wktLiteral ;
  geo-pos:lat "1.69833"^^xsd:decimal ;
  geo-pos:long "-114.095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10266'^^xsd:integer;
  dwc:scientificName 'Golfingia elongata abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-114.095'^^xsd:double;
  dwc:latitude '1.69833'^^xsd:double;
  dwc:aphiaid '425223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175026'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5083 -113.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-113.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5083 -113.478)"^^geo:wktLiteral ;
  geo-pos:lat "24.5083"^^xsd:decimal ;
  geo-pos:long "-113.478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12221'^^xsd:integer;
  dwc:scientificName 'Neorhynchia abyssa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.478'^^xsd:double;
  dwc:latitude '24.5083'^^xsd:double;
  dwc:aphiaid '1334968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '869003'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5083 -113.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-113.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5083 -113.478)"^^geo:wktLiteral ;
  geo-pos:lat "24.5083"^^xsd:decimal ;
  geo-pos:long "-113.478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12243'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.478'^^xsd:double;
  dwc:latitude '24.5083'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5083 -113.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-113.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5083 -113.478)"^^geo:wktLiteral ;
  geo-pos:lat "24.5083"^^xsd:decimal ;
  geo-pos:long "-113.478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11419'^^xsd:integer;
  dwc:scientificName 'Abyssothyris elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.478'^^xsd:double;
  dwc:latitude '24.5083'^^xsd:double;
  dwc:aphiaid '458899'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.7533 -113.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-113.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.7533 -113.417)"^^geo:wktLiteral ;
  geo-pos:lat "24.7533"^^xsd:decimal ;
  geo-pos:long "-113.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12244'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.417'^^xsd:double;
  dwc:latitude '24.7533'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.7533 -113.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-113.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.7533 -113.417)"^^geo:wktLiteral ;
  geo-pos:lat "24.7533"^^xsd:decimal ;
  geo-pos:long "-113.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11424'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.417'^^xsd:double;
  dwc:latitude '24.7533'^^xsd:double;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.7533 -113.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-113.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.7533 -113.417)"^^geo:wktLiteral ;
  geo-pos:lat "24.7533"^^xsd:decimal ;
  geo-pos:long "-113.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12224'^^xsd:integer;
  dwc:scientificName 'Neorhynchia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.417'^^xsd:double;
  dwc:latitude '24.7533'^^xsd:double;
  dwc:aphiaid '235192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235192'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.96 -113.413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.96"^^xsd:decimal ;
  dwc:decimalLongitude "-113.413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.96 -113.413)"^^geo:wktLiteral ;
  geo-pos:lat "24.96"^^xsd:decimal ;
  geo-pos:long "-113.413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11011'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.413'^^xsd:double;
  dwc:latitude '24.96'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2667 -113.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-113.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2667 -113.367)"^^geo:wktLiteral ;
  geo-pos:lat "-18.2667"^^xsd:decimal ;
  geo-pos:long "-113.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9283'^^xsd:integer;
  dwc:scientificName 'Abyssocladia naudur'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.367'^^xsd:double;
  dwc:latitude '-18.2667'^^xsd:double;
  dwc:aphiaid '235788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2667 -113.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-113.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2667 -113.367)"^^geo:wktLiteral ;
  geo-pos:lat "-18.2667"^^xsd:decimal ;
  geo-pos:long "-113.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9298'^^xsd:integer;
  dwc:scientificName 'Asbestopluma agglutinans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.367'^^xsd:double;
  dwc:latitude '-18.2667'^^xsd:double;
  dwc:aphiaid '235779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235783'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.4 -113.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.4"^^xsd:decimal ;
  dwc:decimalLongitude "-113.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.4 -113.233)"^^geo:wktLiteral ;
  geo-pos:lat "-17.4"^^xsd:decimal ;
  geo-pos:long "-113.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9485'^^xsd:integer;
  dwc:scientificName 'Chondrocladia lampadiglobus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.233'^^xsd:double;
  dwc:latitude '-17.4'^^xsd:double;
  dwc:aphiaid '235778'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235778'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.4308 -113.202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.4308"^^xsd:decimal ;
  dwc:decimalLongitude "-113.202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.4308 -113.202)"^^geo:wktLiteral ;
  geo-pos:lat "-17.4308"^^xsd:decimal ;
  geo-pos:long "-113.202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9218'^^xsd:integer;
  dwc:scientificName 'Copidognathus papillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.202'^^xsd:double;
  dwc:latitude '-17.4308'^^xsd:double;
  dwc:aphiaid '406844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.3833 -113.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-113.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.3833 -113.2)"^^geo:wktLiteral ;
  geo-pos:lat "-17.3833"^^xsd:decimal ;
  geo-pos:long "-113.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9282'^^xsd:integer;
  dwc:scientificName 'Abyssocladia naudur'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.2'^^xsd:double;
  dwc:latitude '-17.3833'^^xsd:double;
  dwc:aphiaid '235788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.3833 -113.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-113.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.3833 -113.2)"^^geo:wktLiteral ;
  geo-pos:lat "-17.3833"^^xsd:decimal ;
  geo-pos:long "-113.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9563'^^xsd:integer;
  dwc:scientificName 'Cladorhiza segonzaci'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.2'^^xsd:double;
  dwc:latitude '-17.3833'^^xsd:double;
  dwc:aphiaid '235776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9917 -113.198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.9917"^^xsd:decimal ;
  dwc:decimalLongitude "-113.198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9917 -113.198)"^^geo:wktLiteral ;
  geo-pos:lat "23.9917"^^xsd:decimal ;
  geo-pos:long "-113.198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14785'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.198'^^xsd:double;
  dwc:latitude '23.9917'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9917 -113.198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.9917"^^xsd:decimal ;
  dwc:decimalLongitude "-113.198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9917 -113.198)"^^geo:wktLiteral ;
  geo-pos:lat "23.9917"^^xsd:decimal ;
  geo-pos:long "-113.198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14786'^^xsd:integer;
  dwc:scientificName 'Abra californica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.198'^^xsd:double;
  dwc:latitude '23.9917'^^xsd:double;
  dwc:aphiaid '507247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507247'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9917 -113.198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.9917"^^xsd:decimal ;
  dwc:decimalLongitude "-113.198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9917 -113.198)"^^geo:wktLiteral ;
  geo-pos:lat "23.9917"^^xsd:decimal ;
  geo-pos:long "-113.198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14787'^^xsd:integer;
  dwc:scientificName 'Poromya perla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-113.198'^^xsd:double;
  dwc:latitude '23.9917'^^xsd:double;
  dwc:aphiaid '408656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '494241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.3667 -112.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-112.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.3667 -112.267)"^^geo:wktLiteral ;
  geo-pos:lat "-13.3667"^^xsd:decimal ;
  geo-pos:long "-112.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9299'^^xsd:integer;
  dwc:scientificName 'Asbestopluma agglutinans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-112.267'^^xsd:double;
  dwc:latitude '-13.3667'^^xsd:double;
  dwc:aphiaid '235779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235783'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27"^^xsd:decimal ;
  dwc:decimalLongitude "-111.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.5)"^^geo:wktLiteral ;
  geo-pos:lat "27"^^xsd:decimal ;
  geo-pos:long "-111.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7049'^^xsd:integer;
  dwc:scientificName 'Laitmatobius crinitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.5'^^xsd:double;
  dwc:latitude '27'^^xsd:integer;
  dwc:aphiaid '346617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27"^^xsd:decimal ;
  dwc:decimalLongitude "-111.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.5)"^^geo:wktLiteral ;
  geo-pos:lat "27"^^xsd:decimal ;
  geo-pos:long "-111.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7042'^^xsd:integer;
  dwc:scientificName 'Laitmatobius crinitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.5'^^xsd:double;
  dwc:latitude '27'^^xsd:integer;
  dwc:aphiaid '346617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7042'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27"^^xsd:decimal ;
  dwc:decimalLongitude "-111.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.5)"^^geo:wktLiteral ;
  geo-pos:lat "27"^^xsd:decimal ;
  geo-pos:long "-111.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7115'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.5'^^xsd:double;
  dwc:latitude '27'^^xsd:integer;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0167 -111.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-111.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0167 -111.417)"^^geo:wktLiteral ;
  geo-pos:lat "27.0167"^^xsd:decimal ;
  geo-pos:long "-111.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7056'^^xsd:integer;
  dwc:scientificName 'Erebonaster protentipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.417'^^xsd:double;
  dwc:latitude '27.0167'^^xsd:double;
  dwc:aphiaid '351528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3958 -111.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3958"^^xsd:decimal ;
  dwc:decimalLongitude "-111.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3958 -111.417)"^^geo:wktLiteral ;
  geo-pos:lat "27.3958"^^xsd:decimal ;
  geo-pos:long "-111.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16751'^^xsd:integer;
  dwc:scientificName 'Acharax johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.417'^^xsd:double;
  dwc:latitude '27.3958'^^xsd:double;
  dwc:aphiaid '293239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0083"^^xsd:decimal ;
  dwc:decimalLongitude "-111.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.41)"^^geo:wktLiteral ;
  geo-pos:lat "27.0083"^^xsd:decimal ;
  geo-pos:long "-111.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7053'^^xsd:integer;
  dwc:scientificName 'Hyphalion captans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.41'^^xsd:double;
  dwc:latitude '27.0083'^^xsd:double;
  dwc:aphiaid '352387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '352387'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0083"^^xsd:decimal ;
  dwc:decimalLongitude "-111.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.408)"^^geo:wktLiteral ;
  geo-pos:lat "27.0083"^^xsd:decimal ;
  geo-pos:long "-111.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6515'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.408'^^xsd:double;
  dwc:latitude '27.0083'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0083"^^xsd:decimal ;
  dwc:decimalLongitude "-111.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.407)"^^geo:wktLiteral ;
  geo-pos:lat "27.0083"^^xsd:decimal ;
  geo-pos:long "-111.407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7093'^^xsd:integer;
  dwc:scientificName 'Stygiopontius mucroniferus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.407'^^xsd:double;
  dwc:latitude '27.0083'^^xsd:double;
  dwc:aphiaid '355921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0083"^^xsd:decimal ;
  dwc:decimalLongitude "-111.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.407)"^^geo:wktLiteral ;
  geo-pos:lat "27.0083"^^xsd:decimal ;
  geo-pos:long "-111.407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7087'^^xsd:integer;
  dwc:scientificName 'Stygiopontius flexus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.407'^^xsd:double;
  dwc:latitude '27.0083'^^xsd:double;
  dwc:aphiaid '355917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0083"^^xsd:decimal ;
  dwc:decimalLongitude "-111.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0083 -111.407)"^^geo:wktLiteral ;
  geo-pos:lat "27.0083"^^xsd:decimal ;
  geo-pos:long "-111.407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7083'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.407'^^xsd:double;
  dwc:latitude '27.0083'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0117 -111.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-111.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0117 -111.407)"^^geo:wktLiteral ;
  geo-pos:lat "27.0117"^^xsd:decimal ;
  geo-pos:long "-111.407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7019'^^xsd:integer;
  dwc:scientificName 'Erebonaster protentipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.407'^^xsd:double;
  dwc:latitude '27.0117'^^xsd:double;
  dwc:aphiaid '351528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0117 -111.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-111.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0117 -111.407)"^^geo:wktLiteral ;
  geo-pos:lat "27.0117"^^xsd:decimal ;
  geo-pos:long "-111.407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7055'^^xsd:integer;
  dwc:scientificName 'Erebonaster protentipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.407'^^xsd:double;
  dwc:latitude '27.0117'^^xsd:double;
  dwc:aphiaid '351528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27"^^xsd:decimal ;
  dwc:decimalLongitude "-111.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.4)"^^geo:wktLiteral ;
  geo-pos:lat "27"^^xsd:decimal ;
  geo-pos:long "-111.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8857'^^xsd:integer;
  dwc:scientificName 'Desmodora alberti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.4'^^xsd:double;
  dwc:latitude '27'^^xsd:integer;
  dwc:aphiaid '583216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8857'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27"^^xsd:decimal ;
  dwc:decimalLongitude "-111.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.4)"^^geo:wktLiteral ;
  geo-pos:lat "27"^^xsd:decimal ;
  geo-pos:long "-111.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8859'^^xsd:integer;
  dwc:scientificName 'Desmodorella balteata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.4'^^xsd:double;
  dwc:latitude '27'^^xsd:integer;
  dwc:aphiaid '583214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8859'^^xsd:anyURI;
  dwc:aphiaIdAccepted '853824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27"^^xsd:decimal ;
  dwc:decimalLongitude "-111.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27 -111.4)"^^geo:wktLiteral ;
  geo-pos:lat "27"^^xsd:decimal ;
  geo-pos:long "-111.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8860'^^xsd:integer;
  dwc:scientificName 'Desmodorella spineacaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.4'^^xsd:double;
  dwc:latitude '27'^^xsd:integer;
  dwc:aphiaid '583215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8860'^^xsd:anyURI;
  dwc:aphiaIdAccepted '853825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0433 -111.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0433"^^xsd:decimal ;
  dwc:decimalLongitude "-111.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0433 -111.383)"^^geo:wktLiteral ;
  geo-pos:lat "27.0433"^^xsd:decimal ;
  geo-pos:long "-111.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6516'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-111.383'^^xsd:double;
  dwc:latitude '27.0433'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.2333 -110.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-110.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.2333 -110.617)"^^geo:wktLiteral ;
  geo-pos:lat "-70.2333"^^xsd:decimal ;
  geo-pos:long "-110.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11829'^^xsd:integer;
  dwc:scientificName 'Liothyrella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-110.617'^^xsd:double;
  dwc:latitude '-70.2333'^^xsd:double;
  dwc:aphiaid '231829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0833 -110.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-110.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0833 -110.408)"^^geo:wktLiteral ;
  geo-pos:lat "27.0833"^^xsd:decimal ;
  geo-pos:long "-110.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7014'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-110.408'^^xsd:double;
  dwc:latitude '27.0833'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0833 -110.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-110.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0833 -110.408)"^^geo:wktLiteral ;
  geo-pos:lat "27.0833"^^xsd:decimal ;
  geo-pos:long "-110.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7050'^^xsd:integer;
  dwc:scientificName 'Erebonaster protentipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-110.408'^^xsd:double;
  dwc:latitude '27.0833'^^xsd:double;
  dwc:aphiaid '351528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5933 -110.108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5933"^^xsd:decimal ;
  dwc:decimalLongitude "-110.108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5933 -110.108)"^^geo:wktLiteral ;
  geo-pos:lat "22.5933"^^xsd:decimal ;
  geo-pos:long "-110.108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14765'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-110.108'^^xsd:double;
  dwc:latitude '22.5933'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5367 -109.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-109.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5367 -109.717)"^^geo:wktLiteral ;
  geo-pos:lat "22.5367"^^xsd:decimal ;
  geo-pos:long "-109.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14763'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.717'^^xsd:double;
  dwc:latitude '22.5367'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5367 -109.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-109.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5367 -109.717)"^^geo:wktLiteral ;
  geo-pos:lat "22.5367"^^xsd:decimal ;
  geo-pos:long "-109.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14764'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parkeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.717'^^xsd:double;
  dwc:latitude '22.5367'^^xsd:double;
  dwc:aphiaid '407881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407881'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.37 -109.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.37"^^xsd:decimal ;
  dwc:decimalLongitude "-109.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.37 -109.45)"^^geo:wktLiteral ;
  geo-pos:lat "-54.37"^^xsd:decimal ;
  geo-pos:long "-109.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4019'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.45'^^xsd:double;
  dwc:latitude '-54.37'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.97 -109.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.97"^^xsd:decimal ;
  dwc:decimalLongitude "-109.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.97 -109.35)"^^geo:wktLiteral ;
  geo-pos:lat "-58.97"^^xsd:decimal ;
  geo-pos:long "-109.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4018'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.35'^^xsd:double;
  dwc:latitude '-58.97'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7061'^^xsd:integer;
  dwc:scientificName 'Aphotopontius flexispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7057'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7058'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7059'^^xsd:integer;
  dwc:scientificName 'Aphotopontius flexispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7011'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7013'^^xsd:integer;
  dwc:scientificName 'Stygiopontius cinctiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7023'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7017'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7018'^^xsd:integer;
  dwc:scientificName 'Exrima singula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '351884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7024'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7037'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes introversus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350015'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350015'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7038'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7027'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7028'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7029'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7031'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7035'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7039'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6990'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6991'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6992'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6994'^^xsd:integer;
  dwc:scientificName 'Stygiopontius verruculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355926'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6995'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7002'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7001'^^xsd:integer;
  dwc:scientificName 'Aphotopontius flexispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7000'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6988'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7051'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7043'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7048'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7032'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7062'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7065'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7066'^^xsd:integer;
  dwc:scientificName 'Fissuricola caritus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '351894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7069'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7069'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7070'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7070'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7076'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7076'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7074'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7075'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7075'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7077'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7077'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7079'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7080'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7099'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7103'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7095'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7094'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7088'^^xsd:integer;
  dwc:scientificName 'Stygiopontius cinctiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7082'^^xsd:integer;
  dwc:scientificName 'Aphotopontius flexispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7121'^^xsd:integer;
  dwc:scientificName 'Stygiopontius appositus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7122'^^xsd:integer;
  dwc:scientificName 'Stygiopontius paxilifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355922'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355922'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7114'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7216'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7217'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7220'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7234'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7224'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7225'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7226'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7229'^^xsd:integer;
  dwc:scientificName 'Aphotopontius baculigerus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348891'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348891'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7205'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7206'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7211'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7213'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7214'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-109.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8333 -109.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.8333"^^xsd:decimal ;
  geo-pos:long "-109.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7203'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.1'^^xsd:double;
  dwc:latitude '20.8333'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.85 -109.082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.85"^^xsd:decimal ;
  dwc:decimalLongitude "-109.082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.85 -109.082)"^^geo:wktLiteral ;
  geo-pos:lat "20.85"^^xsd:decimal ;
  geo-pos:long "-109.082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6985'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109.082'^^xsd:double;
  dwc:latitude '20.85'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6985'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7565'^^xsd:integer;
  dwc:scientificName 'Acartia negligens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '346030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7569'^^xsd:integer;
  dwc:scientificName 'Calanus darwinii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '220833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7580'^^xsd:integer;
  dwc:scientificName 'Calanus caroli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '349527'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346316'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7586'^^xsd:integer;
  dwc:scientificName 'Labidocera detruncatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '104730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7602'^^xsd:integer;
  dwc:scientificName 'Pontellina plumata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '104743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7621'^^xsd:integer;
  dwc:scientificName 'Clausocalanus mastigophorus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '104506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7618'^^xsd:integer;
  dwc:scientificName 'Eucalanus subtenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '104541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7611'^^xsd:integer;
  dwc:scientificName 'Calanus pauper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '349535'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220834'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7644'^^xsd:integer;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7659'^^xsd:integer;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7497'^^xsd:integer;
  dwc:scientificName 'Heterochaeta papilligera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '365719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7506'^^xsd:integer;
  dwc:scientificName 'Temora discaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '220898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220898'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7384'^^xsd:integer;
  dwc:scientificName 'Corycaeus flaccus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '237976'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7381'^^xsd:integer;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7466'^^xsd:integer;
  dwc:scientificName 'Acartia danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '346026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7474'^^xsd:integer;
  dwc:scientificName 'Hemicalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7474'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7639'^^xsd:integer;
  dwc:scientificName 'Euchaeta marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '104552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7400'^^xsd:integer;
  dwc:scientificName 'Corycaeus longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '346312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '765217'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "-109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 -109)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "-109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7417'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-109'^^xsd:integer;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.8833 -108.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-108.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.8833 -108.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.8833"^^xsd:decimal ;
  geo-pos:long "-108.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11281'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108.65'^^xsd:double;
  dwc:latitude '-63.8833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7571'^^xsd:integer;
  dwc:scientificName 'Calanus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '220831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7574'^^xsd:integer;
  dwc:scientificName 'Calanus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '356625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7582'^^xsd:integer;
  dwc:scientificName 'Acartia negligens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '346030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7584'^^xsd:integer;
  dwc:scientificName 'Gaetanus miles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7588'^^xsd:integer;
  dwc:scientificName 'Heterochaeta papilligera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7600'^^xsd:integer;
  dwc:scientificName 'Calocalanus plumulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '211848'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '211848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7593'^^xsd:integer;
  dwc:scientificName 'Euchaeta media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7622'^^xsd:integer;
  dwc:scientificName 'Clausocalanus mastigophorus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7629'^^xsd:integer;
  dwc:scientificName 'Scolecethrix danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7607'^^xsd:integer;
  dwc:scientificName 'Pontella securifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104740'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7642'^^xsd:integer;
  dwc:scientificName 'Leuckartia flavicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '364997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7645'^^xsd:integer;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7647'^^xsd:integer;
  dwc:scientificName 'Calocalanus styliremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7649'^^xsd:integer;
  dwc:scientificName 'Calanus tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '149717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104468'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7656'^^xsd:integer;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7534'^^xsd:integer;
  dwc:scientificName 'Paracalanus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464945'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7516'^^xsd:integer;
  dwc:scientificName 'Pleuromma abdominale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '596241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7519'^^xsd:integer;
  dwc:scientificName 'Eucalanus subtenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7523'^^xsd:integer;
  dwc:scientificName 'Pontella princeps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '220927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7544'^^xsd:integer;
  dwc:scientificName 'Rhincalanus cornutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1488083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7547'^^xsd:integer;
  dwc:scientificName 'Calanus darwinii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '220833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7559'^^xsd:integer;
  dwc:scientificName 'Acrocalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104646'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104646'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7443'^^xsd:integer;
  dwc:scientificName 'Microsetella brevifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '353497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7443'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7419'^^xsd:integer;
  dwc:scientificName 'Corycaeus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '346308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7385'^^xsd:integer;
  dwc:scientificName 'Lubbockia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7387'^^xsd:integer;
  dwc:scientificName 'Corycaeus alatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '350335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7487'^^xsd:integer;
  dwc:scientificName 'Heterochaeta clausii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '459122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '358813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7472'^^xsd:integer;
  dwc:scientificName 'Pleuromma gracile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7473'^^xsd:integer;
  dwc:scientificName 'Hemicalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7473'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7462'^^xsd:integer;
  dwc:scientificName 'Leptocalanus filicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '364989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7374'^^xsd:integer;
  dwc:scientificName 'Corycaeus flaccus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '237976'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7380'^^xsd:integer;
  dwc:scientificName 'Lubbockia squillimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7409'^^xsd:integer;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7392'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7396'^^xsd:integer;
  dwc:scientificName 'Oncaea conifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7397'^^xsd:integer;
  dwc:scientificName 'Corycaeus venustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7404'^^xsd:integer;
  dwc:scientificName 'Corycaeus gibbulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '350341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7401'^^xsd:integer;
  dwc:scientificName 'Corycaeus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '357928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7398'^^xsd:integer;
  dwc:scientificName 'Corycaeus gracilicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '350342'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7399'^^xsd:integer;
  dwc:scientificName 'Corycaeus carinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '350337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128811'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7440'^^xsd:integer;
  dwc:scientificName 'Microsetella rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '116116'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7431'^^xsd:integer;
  dwc:scientificName 'Oncaea media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1862287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7428'^^xsd:integer;
  dwc:scientificName 'Euterpe acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '150138'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116162'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7429'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -108)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7416'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21 -108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21"^^xsd:decimal ;
  dwc:decimalLongitude "-108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21 -108)"^^geo:wktLiteral ;
  geo-pos:lat "21"^^xsd:decimal ;
  geo-pos:long "-108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8770'^^xsd:integer;
  dwc:scientificName 'Dinetia nycterobia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-108'^^xsd:integer;
  dwc:latitude '21'^^xsd:integer;
  dwc:aphiaid '230348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.1867 -107.768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.1867"^^xsd:decimal ;
  dwc:decimalLongitude "-107.768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.1867 -107.768)"^^geo:wktLiteral ;
  geo-pos:lat "22.1867"^^xsd:decimal ;
  geo-pos:long "-107.768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14767'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-107.768'^^xsd:double;
  dwc:latitude '22.1867'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.1867 -107.768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.1867"^^xsd:decimal ;
  dwc:decimalLongitude "-107.768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.1867 -107.768)"^^geo:wktLiteral ;
  geo-pos:lat "22.1867"^^xsd:decimal ;
  geo-pos:long "-107.768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14768'^^xsd:integer;
  dwc:scientificName 'Nuculana agapea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-107.768'^^xsd:double;
  dwc:latitude '22.1867'^^xsd:double;
  dwc:aphiaid '506358'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '866900'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3667 -107.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-107.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3667 -107.75)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3667"^^xsd:decimal ;
  geo-pos:long "-107.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9855'^^xsd:integer;
  dwc:scientificName 'Lanugonychia flabellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-107.75'^^xsd:double;
  dwc:latitude '-25.3667'^^xsd:double;
  dwc:aphiaid '171953'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.6417 -107.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-107.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.6417 -107.133)"^^geo:wktLiteral ;
  geo-pos:lat "22.6417"^^xsd:decimal ;
  geo-pos:long "-107.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14766'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-107.133'^^xsd:double;
  dwc:latitude '22.6417'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9833 -105.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-105.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9833 -105.167)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9833"^^xsd:decimal ;
  geo-pos:long "-105.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11245'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-105.167'^^xsd:double;
  dwc:latitude '-54.9833'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^xsd:decimal ;
  dwc:decimalLongitude "-105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -105)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "-105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7490'^^xsd:integer;
  dwc:scientificName 'Labidocera detruncatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-105'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:aphiaid '104730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^xsd:decimal ;
  dwc:decimalLongitude "-105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -105)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "-105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7476'^^xsd:integer;
  dwc:scientificName 'Labidocera acutifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-105'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:aphiaid '104727'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2833 -104.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-104.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2833 -104.517)"^^geo:wktLiteral ;
  geo-pos:lat "18.2833"^^xsd:decimal ;
  geo-pos:long "-104.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9280'^^xsd:integer;
  dwc:scientificName 'Abyssocladia huitzilopochtli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-104.517'^^xsd:double;
  dwc:latitude '18.2833'^^xsd:double;
  dwc:aphiaid '235785'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235785'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.8354 -104.291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.8354"^^xsd:decimal ;
  dwc:decimalLongitude "-104.291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.8354 -104.291)"^^geo:wktLiteral ;
  geo-pos:lat "9.8354"^^xsd:decimal ;
  geo-pos:long "-104.291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7306'^^xsd:integer;
  dwc:scientificName 'Aphotopontius acanthinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-104.291'^^xsd:double;
  dwc:latitude '9.8354'^^xsd:double;
  dwc:aphiaid '348889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348889'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5031 -104.243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.5031"^^xsd:decimal ;
  dwc:decimalLongitude "-104.243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5031 -104.243)"^^geo:wktLiteral ;
  geo-pos:lat "9.5031"^^xsd:decimal ;
  geo-pos:long "-104.243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7305'^^xsd:integer;
  dwc:scientificName 'Aphotopontius acanthinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-104.243'^^xsd:double;
  dwc:latitude '9.5031'^^xsd:double;
  dwc:aphiaid '348889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348889'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.11806 -104.168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.11806"^^xsd:decimal ;
  dwc:decimalLongitude "-104.168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.11806 -104.168)"^^geo:wktLiteral ;
  geo-pos:lat "-8.11806"^^xsd:decimal ;
  geo-pos:long "-104.168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9756'^^xsd:integer;
  dwc:scientificName 'Hyalonema campanula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-104.168'^^xsd:double;
  dwc:latitude '-8.11806'^^xsd:double;
  dwc:aphiaid '194730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.11806 -104.168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.11806"^^xsd:decimal ;
  dwc:decimalLongitude "-104.168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.11806 -104.168)"^^geo:wktLiteral ;
  geo-pos:lat "-8.11806"^^xsd:decimal ;
  geo-pos:long "-104.168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9807'^^xsd:integer;
  dwc:scientificName 'Hyalonema polycaulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-104.168'^^xsd:double;
  dwc:latitude '-8.11806'^^xsd:double;
  dwc:aphiaid '171469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.125 -104.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.125"^^xsd:decimal ;
  dwc:decimalLongitude "-104.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.125 -104.167)"^^geo:wktLiteral ;
  geo-pos:lat "-8.125"^^xsd:decimal ;
  geo-pos:long "-104.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12229'^^xsd:integer;
  dwc:scientificName 'Neorhynchia strebeli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-104.167'^^xsd:double;
  dwc:latitude '-8.125'^^xsd:double;
  dwc:aphiaid '235431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.125 -104.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.125"^^xsd:decimal ;
  dwc:decimalLongitude "-104.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.125 -104.167)"^^geo:wktLiteral ;
  geo-pos:lat "-8.125"^^xsd:decimal ;
  geo-pos:long "-104.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14571'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) neoceanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-104.167'^^xsd:double;
  dwc:latitude '-8.125'^^xsd:double;
  dwc:aphiaid '428625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '391807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.125 -104.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.125"^^xsd:decimal ;
  dwc:decimalLongitude "-104.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.125 -104.167)"^^geo:wktLiteral ;
  geo-pos:lat "-8.125"^^xsd:decimal ;
  geo-pos:long "-104.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14570'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-104.167'^^xsd:double;
  dwc:latitude '-8.125'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.125 -104.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.125"^^xsd:decimal ;
  dwc:decimalLongitude "-104.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.125 -104.167)"^^geo:wktLiteral ;
  geo-pos:lat "-8.125"^^xsd:decimal ;
  geo-pos:long "-104.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14572'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-104.167'^^xsd:double;
  dwc:latitude '-8.125'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8167 -103.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-103.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8167 -103.95)"^^geo:wktLiteral ;
  geo-pos:lat "12.8167"^^xsd:decimal ;
  geo-pos:long "-103.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9398'^^xsd:integer;
  dwc:scientificName 'Caulophacus cyanae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.95'^^xsd:double;
  dwc:latitude '12.8167'^^xsd:double;
  dwc:aphiaid '293595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293595'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8183 -103.948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8183"^^xsd:decimal ;
  dwc:decimalLongitude "-103.948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8183 -103.948)"^^geo:wktLiteral ;
  geo-pos:lat "12.8183"^^xsd:decimal ;
  geo-pos:long "-103.948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7026'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.948'^^xsd:double;
  dwc:latitude '12.8183'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8183 -103.948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8183"^^xsd:decimal ;
  dwc:decimalLongitude "-103.948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8183 -103.948)"^^geo:wktLiteral ;
  geo-pos:lat "12.8183"^^xsd:decimal ;
  geo-pos:long "-103.948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7097'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.948'^^xsd:double;
  dwc:latitude '12.8183'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8183 -103.948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8183"^^xsd:decimal ;
  dwc:decimalLongitude "-103.948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8183 -103.948)"^^geo:wktLiteral ;
  geo-pos:lat "12.8183"^^xsd:decimal ;
  geo-pos:long "-103.948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7084'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.948'^^xsd:double;
  dwc:latitude '12.8183'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8133 -103.947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8133"^^xsd:decimal ;
  dwc:decimalLongitude "-103.947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8133 -103.947)"^^geo:wktLiteral ;
  geo-pos:lat "12.8133"^^xsd:decimal ;
  geo-pos:long "-103.947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7071'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.947'^^xsd:double;
  dwc:latitude '12.8133'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7071'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8133 -103.947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8133"^^xsd:decimal ;
  dwc:decimalLongitude "-103.947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8133 -103.947)"^^geo:wktLiteral ;
  geo-pos:lat "12.8133"^^xsd:decimal ;
  geo-pos:long "-103.947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7073'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.947'^^xsd:double;
  dwc:latitude '12.8133'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8133 -103.947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8133"^^xsd:decimal ;
  dwc:decimalLongitude "-103.947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8133 -103.947)"^^geo:wktLiteral ;
  geo-pos:lat "12.8133"^^xsd:decimal ;
  geo-pos:long "-103.947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7100'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.947'^^xsd:double;
  dwc:latitude '12.8133'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8133 -103.947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8133"^^xsd:decimal ;
  dwc:decimalLongitude "-103.947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8133 -103.947)"^^geo:wktLiteral ;
  geo-pos:lat "12.8133"^^xsd:decimal ;
  geo-pos:long "-103.947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7098'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.947'^^xsd:double;
  dwc:latitude '12.8133'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7767 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7767"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7767 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.7767"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7033'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.7767'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7767 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7767"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7767 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.7767"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6996'^^xsd:integer;
  dwc:scientificName 'Exrima dolichopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.7767'^^xsd:double;
  dwc:aphiaid '351883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7767 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7767"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7767 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.7767"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7003'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.7767'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7767 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7767"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7767 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.7767"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7052'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.7767'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7012'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7007'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7009'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7010'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7020'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7022'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7030'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6998'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6999'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7054'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7064'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7113'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.81"^^xsd:decimal ;
  dwc:decimalLongitude "-103.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.81 -103.945)"^^geo:wktLiteral ;
  geo-pos:lat "12.81"^^xsd:decimal ;
  geo-pos:long "-103.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7116'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.945'^^xsd:double;
  dwc:latitude '12.81'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.816 -103.944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.816"^^xsd:decimal ;
  dwc:decimalLongitude "-103.944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.816 -103.944)"^^geo:wktLiteral ;
  geo-pos:lat "12.816"^^xsd:decimal ;
  geo-pos:long "-103.944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7156'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.944'^^xsd:double;
  dwc:latitude '12.816'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.816 -103.944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.816"^^xsd:decimal ;
  dwc:decimalLongitude "-103.944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.816 -103.944)"^^geo:wktLiteral ;
  geo-pos:lat "12.816"^^xsd:decimal ;
  geo-pos:long "-103.944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7125'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.944'^^xsd:double;
  dwc:latitude '12.816'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.816 -103.944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.816"^^xsd:decimal ;
  dwc:decimalLongitude "-103.944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.816 -103.944)"^^geo:wktLiteral ;
  geo-pos:lat "12.816"^^xsd:decimal ;
  geo-pos:long "-103.944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7183'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.944'^^xsd:double;
  dwc:latitude '12.816'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8067 -103.943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8067"^^xsd:decimal ;
  dwc:decimalLongitude "-103.943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8067 -103.943)"^^geo:wktLiteral ;
  geo-pos:lat "12.8067"^^xsd:decimal ;
  geo-pos:long "-103.943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7006'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.943'^^xsd:double;
  dwc:latitude '12.8067'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8067 -103.943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8067"^^xsd:decimal ;
  dwc:decimalLongitude "-103.943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8067 -103.943)"^^geo:wktLiteral ;
  geo-pos:lat "12.8067"^^xsd:decimal ;
  geo-pos:long "-103.943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7072'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.943'^^xsd:double;
  dwc:latitude '12.8067'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7072'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7149'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7146'^^xsd:integer;
  dwc:scientificName 'Stygiopontius appositus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '355914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7155'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7127'^^xsd:integer;
  dwc:scientificName 'Benthoxynus tumidiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '349208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7197'^^xsd:integer;
  dwc:scientificName 'Stygiopontius appositus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '355914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7198'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7193'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7190'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7191'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7201'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7185'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7177'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7164'^^xsd:integer;
  dwc:scientificName 'Stygiopontius stabilitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '355925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7167'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7168'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7172'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7161'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8118"^^xsd:decimal ;
  dwc:decimalLongitude "-103.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8118 -103.942)"^^geo:wktLiteral ;
  geo-pos:lat "12.8118"^^xsd:decimal ;
  geo-pos:long "-103.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7162'^^xsd:integer;
  dwc:scientificName 'Aphotopontius hydronauticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.942'^^xsd:double;
  dwc:latitude '12.8118'^^xsd:double;
  dwc:aphiaid '348894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6427 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.6427"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6427 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.6427"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7141'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.6427'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6427 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.6427"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6427 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.6427"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7196'^^xsd:integer;
  dwc:scientificName 'Benthoxynus tumidiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.6427'^^xsd:double;
  dwc:aphiaid '349208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6427 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.6427"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6427 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.6427"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7192'^^xsd:integer;
  dwc:scientificName 'Exrima dolichopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.6427'^^xsd:double;
  dwc:aphiaid '351883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6427 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.6427"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6427 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.6427"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7180'^^xsd:integer;
  dwc:scientificName 'Benthoxynus tumidiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.6427'^^xsd:double;
  dwc:aphiaid '349208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7753 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7753"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7753 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.7753"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7134'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.7753'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7753 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7753"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7753 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.7753"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7138'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.7753'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7142'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7139'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7143'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7145'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7157'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7150'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7132'^^xsd:integer;
  dwc:scientificName 'Cheramomyzon abyssale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '350043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7135'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7137'^^xsd:integer;
  dwc:scientificName 'Exrima dolichopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '351883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7131'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7128'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7126'^^xsd:integer;
  dwc:scientificName 'Stygiopontius cinctiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '355916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7184'^^xsd:integer;
  dwc:scientificName 'Cheramomyzon abyssale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '350043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7186'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7188'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7182'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7174'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8087"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8087 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8087"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7163'^^xsd:integer;
  dwc:scientificName 'Stygiopontius sentifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8087'^^xsd:double;
  dwc:aphiaid '355924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7140'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7140'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7195'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '350014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7189'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7199'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7200'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7178'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7169'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7175'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7176'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7158'^^xsd:integer;
  dwc:scientificName 'Aphotopontius hydronauticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '348894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8093"^^xsd:decimal ;
  dwc:decimalLongitude "-103.941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8093 -103.941)"^^geo:wktLiteral ;
  geo-pos:lat "12.8093"^^xsd:decimal ;
  geo-pos:long "-103.941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7160'^^xsd:integer;
  dwc:scientificName 'Aphotopontius hydronauticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.941'^^xsd:double;
  dwc:latitude '12.8093'^^xsd:double;
  dwc:aphiaid '348894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8015 -103.939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8015"^^xsd:decimal ;
  dwc:decimalLongitude "-103.939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8015 -103.939)"^^geo:wktLiteral ;
  geo-pos:lat "12.8015"^^xsd:decimal ;
  geo-pos:long "-103.939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7147'^^xsd:integer;
  dwc:scientificName 'Benthoxynus tumidiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.939'^^xsd:double;
  dwc:latitude '12.8015'^^xsd:double;
  dwc:aphiaid '349208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8015 -103.939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8015"^^xsd:decimal ;
  dwc:decimalLongitude "-103.939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8015 -103.939)"^^geo:wktLiteral ;
  geo-pos:lat "12.8015"^^xsd:decimal ;
  geo-pos:long "-103.939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7154'^^xsd:integer;
  dwc:scientificName 'Cheramomyzon abyssale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.939'^^xsd:double;
  dwc:latitude '12.8015'^^xsd:double;
  dwc:aphiaid '350043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8015 -103.939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8015"^^xsd:decimal ;
  dwc:decimalLongitude "-103.939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8015 -103.939)"^^geo:wktLiteral ;
  geo-pos:lat "12.8015"^^xsd:decimal ;
  geo-pos:long "-103.939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7181'^^xsd:integer;
  dwc:scientificName 'Stygiopontius hispidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.939'^^xsd:double;
  dwc:latitude '12.8015'^^xsd:double;
  dwc:aphiaid '355918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8015 -103.939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8015"^^xsd:decimal ;
  dwc:decimalLongitude "-103.939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8015 -103.939)"^^geo:wktLiteral ;
  geo-pos:lat "12.8015"^^xsd:decimal ;
  geo-pos:long "-103.939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7171'^^xsd:integer;
  dwc:scientificName 'Scotoecetes introrsus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.939'^^xsd:double;
  dwc:latitude '12.8015'^^xsd:double;
  dwc:aphiaid '355586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8 -103.933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8"^^xsd:decimal ;
  dwc:decimalLongitude "-103.933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8 -103.933)"^^geo:wktLiteral ;
  geo-pos:lat "12.8"^^xsd:decimal ;
  geo-pos:long "-103.933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9215'^^xsd:integer;
  dwc:scientificName 'Copidognathus papillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-103.933'^^xsd:double;
  dwc:latitude '12.8'^^xsd:double;
  dwc:aphiaid '406844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.2 -102.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.2"^^xsd:decimal ;
  dwc:decimalLongitude "-102.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.2 -102.467)"^^geo:wktLiteral ;
  geo-pos:lat "-66.2"^^xsd:decimal ;
  geo-pos:long "-102.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11289'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-102.467'^^xsd:double;
  dwc:latitude '-66.2'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.3833 -102.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-102.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.3833 -102.45)"^^geo:wktLiteral ;
  geo-pos:lat "13.3833"^^xsd:decimal ;
  geo-pos:long "-102.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7340'^^xsd:integer;
  dwc:scientificName 'Parkius karenwishnerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-102.45'^^xsd:double;
  dwc:latitude '13.3833'^^xsd:double;
  dwc:aphiaid '359665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.1847 -102.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.1847"^^xsd:decimal ;
  dwc:decimalLongitude "-102.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.1847 -102.4)"^^geo:wktLiteral ;
  geo-pos:lat "-19.1847"^^xsd:decimal ;
  geo-pos:long "-102.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9779'^^xsd:integer;
  dwc:scientificName 'Hyalonema grandancora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-102.4'^^xsd:double;
  dwc:latitude '-19.1847'^^xsd:double;
  dwc:aphiaid '171420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7333 -99.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-99.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7333 -99.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-61.7333"^^xsd:decimal ;
  geo-pos:long "-99.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11277'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99.8667'^^xsd:double;
  dwc:latitude '-61.7333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.095 -99.4617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.095"^^xsd:decimal ;
  dwc:decimalLongitude "-99.4617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.095 -99.4617)"^^geo:wktLiteral ;
  geo-pos:lat "-25.095"^^xsd:decimal ;
  geo-pos:long "-99.4617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8149'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99.4617'^^xsd:double;
  dwc:latitude '-25.095'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0167 -99.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-99.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0167 -99.25)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0167"^^xsd:decimal ;
  geo-pos:long "-99.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11255'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99.25'^^xsd:double;
  dwc:latitude '-55.0167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0167 -99.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-99.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0167 -99.25)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0167"^^xsd:decimal ;
  geo-pos:long "-99.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11256'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99.25'^^xsd:double;
  dwc:latitude '-55.0167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7570'^^xsd:integer;
  dwc:scientificName 'Leuckartia clausii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7572'^^xsd:integer;
  dwc:scientificName 'Calanus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '220831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7567'^^xsd:integer;
  dwc:scientificName 'Calanus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '356625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7581'^^xsd:integer;
  dwc:scientificName 'Calanus caroli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '349527'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346316'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7583'^^xsd:integer;
  dwc:scientificName 'Hemicalanus chierchiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7585'^^xsd:integer;
  dwc:scientificName 'Heterochaeta clausii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '459122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '358813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7596'^^xsd:integer;
  dwc:scientificName 'Gaetanus miles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7589'^^xsd:integer;
  dwc:scientificName 'Gaetanus armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7592'^^xsd:integer;
  dwc:scientificName 'Eucalanus elongatus var. inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '363304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346435'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7594'^^xsd:integer;
  dwc:scientificName 'Ctenocalanus vanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7606'^^xsd:integer;
  dwc:scientificName 'Hemicalanus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '364913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7603'^^xsd:integer;
  dwc:scientificName 'Clausocalanus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7623'^^xsd:integer;
  dwc:scientificName 'Clausocalanus mastigophorus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7624'^^xsd:integer;
  dwc:scientificName 'Eucalanus attenuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '149719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7619'^^xsd:integer;
  dwc:scientificName 'Eucalanus subtenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7609'^^xsd:integer;
  dwc:scientificName 'Metridia curticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7612'^^xsd:integer;
  dwc:scientificName 'Eucalanus subcrassus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '211835'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7614'^^xsd:integer;
  dwc:scientificName 'Heterochaeta papilligera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7635'^^xsd:integer;
  dwc:scientificName 'Euchaeta flava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '351676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7640'^^xsd:integer;
  dwc:scientificName 'Euchaeta marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7652'^^xsd:integer;
  dwc:scientificName 'Augaptilus hecticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '357376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7660'^^xsd:integer;
  dwc:scientificName 'Euchaeta grandiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '351678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7662'^^xsd:integer;
  dwc:scientificName 'Aetideus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7654'^^xsd:integer;
  dwc:scientificName 'Calanus tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '149717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104468'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7655'^^xsd:integer;
  dwc:scientificName 'Acrocalanus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '220838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7657'^^xsd:integer;
  dwc:scientificName 'Centropages gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '220903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7658'^^xsd:integer;
  dwc:scientificName 'Candace pipinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365527'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104475'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7495'^^xsd:integer;
  dwc:scientificName 'Labidocera detruncatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7496'^^xsd:integer;
  dwc:scientificName 'Heterochaeta spinifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '366031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7493'^^xsd:integer;
  dwc:scientificName 'Leptocalanus filicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '364989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7502'^^xsd:integer;
  dwc:scientificName 'Scolecethrix bradyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104820'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7492'^^xsd:integer;
  dwc:scientificName 'Heterochaeta vipera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '366037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7503'^^xsd:integer;
  dwc:scientificName 'Spinocalanus abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1792081'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7535'^^xsd:integer;
  dwc:scientificName 'Paracalanus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464945'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7527'^^xsd:integer;
  dwc:scientificName 'Rhincalanus nasutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7531'^^xsd:integer;
  dwc:scientificName 'Pleuromma gracile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7507'^^xsd:integer;
  dwc:scientificName 'Isochaeta ovalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365742'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7509'^^xsd:integer;
  dwc:scientificName 'Scolecethrix danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7512'^^xsd:integer;
  dwc:scientificName 'Scolecethrix porrecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '355568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7512'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7513'^^xsd:integer;
  dwc:scientificName 'Scolecethrix longifurca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '355557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7513'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7517'^^xsd:integer;
  dwc:scientificName 'Augaptilus palumboi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '357377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7537'^^xsd:integer;
  dwc:scientificName 'Pleuromma abdominale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '596241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7538'^^xsd:integer;
  dwc:scientificName 'Phyllopus bidentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '344706'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7539'^^xsd:integer;
  dwc:scientificName 'Phaenna spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7541'^^xsd:integer;
  dwc:scientificName 'Pontellina plumata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7545'^^xsd:integer;
  dwc:scientificName 'Rhincalanus cornutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1488083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7546'^^xsd:integer;
  dwc:scientificName 'Pleuromma xiphias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7555'^^xsd:integer;
  dwc:scientificName 'Acartia negligens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '346030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7556'^^xsd:integer;
  dwc:scientificName 'Calocalanus pavo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7442'^^xsd:integer;
  dwc:scientificName 'Oithona linearis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '106648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7382'^^xsd:integer;
  dwc:scientificName 'Oncaea dentipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '149768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7485'^^xsd:integer;
  dwc:scientificName 'Hemicalanus oxycephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104434'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7480'^^xsd:integer;
  dwc:scientificName 'Heterochaeta longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '464268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7482'^^xsd:integer;
  dwc:scientificName 'Calanus darwinii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '220833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7483'^^xsd:integer;
  dwc:scientificName 'Hemicalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7483'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7484'^^xsd:integer;
  dwc:scientificName 'Acartia danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '346026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7478'^^xsd:integer;
  dwc:scientificName 'Leuckartia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '365785'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7463'^^xsd:integer;
  dwc:scientificName 'Temora discaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '220898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220898'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7464'^^xsd:integer;
  dwc:scientificName 'Leuckartia flavicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '364997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7468'^^xsd:integer;
  dwc:scientificName 'Metridia brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104627'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7501'^^xsd:integer;
  dwc:scientificName 'Metridia princeps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104635'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104635'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7552'^^xsd:integer;
  dwc:scientificName 'Acrocalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104646'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104646'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7646'^^xsd:integer;
  dwc:scientificName 'Calocalanus styliremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '104673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7376'^^xsd:integer;
  dwc:scientificName 'Corina granulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '364762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7388'^^xsd:integer;
  dwc:scientificName 'Oncaea tenuimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '354035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7383'^^xsd:integer;
  dwc:scientificName 'Corycaeus flaccus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '237976'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7407'^^xsd:integer;
  dwc:scientificName 'Corycaeus concinnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '350338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7408'^^xsd:integer;
  dwc:scientificName 'Oncaea ornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128944'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7412'^^xsd:integer;
  dwc:scientificName 'Lubbockia squillimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7413'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7393'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7390'^^xsd:integer;
  dwc:scientificName 'Aegisthus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '115508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7391'^^xsd:integer;
  dwc:scientificName 'Corycaeus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '357928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7395'^^xsd:integer;
  dwc:scientificName 'Corycaeus gracilicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '350342'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7402'^^xsd:integer;
  dwc:scientificName 'Corycaeus venustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7403'^^xsd:integer;
  dwc:scientificName 'Corycaeus longicaudis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '357926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '358643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7406'^^xsd:integer;
  dwc:scientificName 'Corycaeus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '346308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7436'^^xsd:integer;
  dwc:scientificName 'Oncaea conifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7438'^^xsd:integer;
  dwc:scientificName 'Aegisthus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '115509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7433'^^xsd:integer;
  dwc:scientificName 'Oncaea mediterranea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7434'^^xsd:integer;
  dwc:scientificName 'Oncaea notopus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7430'^^xsd:integer;
  dwc:scientificName 'Oncaea media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1862287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7426'^^xsd:integer;
  dwc:scientificName 'Oithona setigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '106655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7421'^^xsd:integer;
  dwc:scientificName 'Corycaeus gibbulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '350341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7422'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7423'^^xsd:integer;
  dwc:scientificName 'Clytemnestra rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '115804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7424'^^xsd:integer;
  dwc:scientificName 'Mormonilla minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '119817'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '344703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7425'^^xsd:integer;
  dwc:scientificName 'Mormonilla phasma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '119818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '119818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3"^^xsd:decimal ;
  dwc:decimalLongitude "-99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3 -99)"^^geo:wktLiteral ;
  geo-pos:lat "-3"^^xsd:decimal ;
  geo-pos:long "-99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7418'^^xsd:integer;
  dwc:scientificName 'Corycaeus furcifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-99'^^xsd:integer;
  dwc:latitude '-3'^^xsd:integer;
  dwc:aphiaid '237977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7667 -98.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-98.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7667 -98.6667)"^^geo:wktLiteral ;
  geo-pos:lat "14.7667"^^xsd:decimal ;
  geo-pos:long "-98.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10035'^^xsd:integer;
  dwc:scientificName 'Thenea echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-98.6667'^^xsd:double;
  dwc:latitude '14.7667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10035'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7667 -98.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-98.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7667 -98.6667)"^^geo:wktLiteral ;
  geo-pos:lat "14.7667"^^xsd:decimal ;
  geo-pos:long "-98.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9753'^^xsd:integer;
  dwc:scientificName 'Hyalonema bianchoratum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-98.6667'^^xsd:double;
  dwc:latitude '14.7667'^^xsd:double;
  dwc:aphiaid '194729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.9 -96.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-96.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.9 -96.95)"^^geo:wktLiteral ;
  geo-pos:lat "-39.9"^^xsd:decimal ;
  geo-pos:long "-96.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11999'^^xsd:integer;
  dwc:scientificName 'Macandrevia diamantina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.95'^^xsd:double;
  dwc:latitude '-39.9'^^xsd:double;
  dwc:aphiaid '235579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.9 -96.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-96.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.9 -96.95)"^^geo:wktLiteral ;
  geo-pos:lat "-39.9"^^xsd:decimal ;
  geo-pos:long "-96.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12218'^^xsd:integer;
  dwc:scientificName 'Neorhynchia strebeli rectimarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.95'^^xsd:double;
  dwc:latitude '-39.9'^^xsd:double;
  dwc:aphiaid '1334969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235431'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.9 -96.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-96.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.9 -96.95)"^^geo:wktLiteral ;
  geo-pos:lat "-39.9"^^xsd:decimal ;
  geo-pos:long "-96.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11414'^^xsd:integer;
  dwc:scientificName 'Abyssothyris cf wyvillei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.95'^^xsd:double;
  dwc:latitude '-39.9'^^xsd:double;
  dwc:aphiaid '235514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-96.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  geo-pos:lat "10.2333"^^xsd:decimal ;
  geo-pos:long "-96.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10045'^^xsd:integer;
  dwc:scientificName 'Thenea lamelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.4667'^^xsd:double;
  dwc:latitude '10.2333'^^xsd:double;
  dwc:aphiaid '170300'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170300'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-96.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  geo-pos:lat "10.2333"^^xsd:decimal ;
  geo-pos:long "-96.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10054'^^xsd:integer;
  dwc:scientificName 'Thenea pyriformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.4667'^^xsd:double;
  dwc:latitude '10.2333'^^xsd:double;
  dwc:aphiaid '170313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170313'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-96.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  geo-pos:lat "10.2333"^^xsd:decimal ;
  geo-pos:long "-96.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16778'^^xsd:integer;
  dwc:scientificName 'Tindaria compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.4667'^^xsd:double;
  dwc:latitude '10.2333'^^xsd:double;
  dwc:aphiaid '506463'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-96.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  geo-pos:lat "10.2333"^^xsd:decimal ;
  geo-pos:long "-96.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9804'^^xsd:integer;
  dwc:scientificName 'Hyalonema pedunculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.4667'^^xsd:double;
  dwc:latitude '10.2333'^^xsd:double;
  dwc:aphiaid '171518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-96.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2333 -96.4667)"^^geo:wktLiteral ;
  geo-pos:lat "10.2333"^^xsd:decimal ;
  geo-pos:long "-96.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14549'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.4667'^^xsd:double;
  dwc:latitude '10.2333'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4989 -96.0036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4989"^^xsd:decimal ;
  dwc:decimalLongitude "-96.0036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4989 -96.0036)"^^geo:wktLiteral ;
  geo-pos:lat "27.4989"^^xsd:decimal ;
  geo-pos:long "-96.0036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4739'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.0036'^^xsd:double;
  dwc:latitude '27.4989'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4989 -96.0036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4989"^^xsd:decimal ;
  dwc:decimalLongitude "-96.0036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4989 -96.0036)"^^geo:wktLiteral ;
  geo-pos:lat "27.4989"^^xsd:decimal ;
  geo-pos:long "-96.0036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5042'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.0036'^^xsd:double;
  dwc:latitude '27.4989'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5042'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4989 -96.0036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4989"^^xsd:decimal ;
  dwc:decimalLongitude "-96.0036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4989 -96.0036)"^^geo:wktLiteral ;
  geo-pos:lat "27.4989"^^xsd:decimal ;
  geo-pos:long "-96.0036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5666'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.0036'^^xsd:double;
  dwc:latitude '27.4989'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5004 -96.0024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5004"^^xsd:decimal ;
  dwc:decimalLongitude "-96.0024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5004 -96.0024)"^^geo:wktLiteral ;
  geo-pos:lat "27.5004"^^xsd:decimal ;
  geo-pos:long "-96.0024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4738'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.0024'^^xsd:double;
  dwc:latitude '27.5004'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5004 -96.0024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5004"^^xsd:decimal ;
  dwc:decimalLongitude "-96.0024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5004 -96.0024)"^^geo:wktLiteral ;
  geo-pos:lat "27.5004"^^xsd:decimal ;
  geo-pos:long "-96.0024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5041'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-96.0024'^^xsd:double;
  dwc:latitude '27.5004'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2541 -95.7436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2541"^^xsd:decimal ;
  dwc:decimalLongitude "-95.7436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2541 -95.7436)"^^geo:wktLiteral ;
  geo-pos:lat "27.2541"^^xsd:decimal ;
  geo-pos:long "-95.7436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5764'^^xsd:integer;
  dwc:scientificName 'Tanaella prolixcauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.7436'^^xsd:double;
  dwc:latitude '27.2541'^^xsd:double;
  dwc:aphiaid '247678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2541 -95.7436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2541"^^xsd:decimal ;
  dwc:decimalLongitude "-95.7436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2541 -95.7436)"^^geo:wktLiteral ;
  geo-pos:lat "27.2541"^^xsd:decimal ;
  geo-pos:long "-95.7436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5710'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.7436'^^xsd:double;
  dwc:latitude '27.2541'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.25 -95.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.25"^^xsd:decimal ;
  dwc:decimalLongitude "-95.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.25 -95.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-10.25"^^xsd:decimal ;
  geo-pos:long "-95.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14569'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.6833'^^xsd:double;
  dwc:latitude '-10.25'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7481 -95.2461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.7481"^^xsd:decimal ;
  dwc:decimalLongitude "-95.2461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7481 -95.2461)"^^geo:wktLiteral ;
  geo-pos:lat "26.7481"^^xsd:decimal ;
  geo-pos:long "-95.2461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5043'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.2461'^^xsd:double;
  dwc:latitude '26.7481'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7481 -95.2461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.7481"^^xsd:decimal ;
  dwc:decimalLongitude "-95.2461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7481 -95.2461)"^^geo:wktLiteral ;
  geo-pos:lat "26.7481"^^xsd:decimal ;
  geo-pos:long "-95.2461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5763'^^xsd:integer;
  dwc:scientificName 'Tanaella prolixcauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.2461'^^xsd:double;
  dwc:latitude '26.7481'^^xsd:double;
  dwc:aphiaid '247678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7481 -95.2461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.7481"^^xsd:decimal ;
  dwc:decimalLongitude "-95.2461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7481 -95.2461)"^^geo:wktLiteral ;
  geo-pos:lat "26.7481"^^xsd:decimal ;
  geo-pos:long "-95.2461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5711'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.2461'^^xsd:double;
  dwc:latitude '26.7481'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4667 -95.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-95.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4667 -95.15)"^^geo:wktLiteral ;
  geo-pos:lat "14.4667"^^xsd:decimal ;
  geo-pos:long "-95.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14756'^^xsd:integer;
  dwc:scientificName 'Myonera mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.15'^^xsd:double;
  dwc:latitude '14.4667'^^xsd:double;
  dwc:aphiaid '408580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4667 -95.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-95.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4667 -95.15)"^^geo:wktLiteral ;
  geo-pos:lat "14.4667"^^xsd:decimal ;
  geo-pos:long "-95.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14757'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.15'^^xsd:double;
  dwc:latitude '14.4667'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4667 -95.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-95.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4667 -95.15)"^^geo:wktLiteral ;
  geo-pos:lat "14.4667"^^xsd:decimal ;
  geo-pos:long "-95.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14758'^^xsd:integer;
  dwc:scientificName 'Acharax johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.15'^^xsd:double;
  dwc:latitude '14.4667'^^xsd:double;
  dwc:aphiaid '293239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61 -95.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61"^^xsd:decimal ;
  dwc:decimalLongitude "-95.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61 -95.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-61"^^xsd:decimal ;
  geo-pos:long "-95.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11274'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.0333'^^xsd:double;
  dwc:latitude '-61'^^xsd:integer;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5047 -95.0031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5047"^^xsd:decimal ;
  dwc:decimalLongitude "-95.0031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5047 -95.0031)"^^geo:wktLiteral ;
  geo-pos:lat "26.5047"^^xsd:decimal ;
  geo-pos:long "-95.0031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5044'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-95.0031'^^xsd:double;
  dwc:latitude '26.5047'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.6 -94.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.6"^^xsd:decimal ;
  dwc:decimalLongitude "-94.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.6 -94.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.6"^^xsd:decimal ;
  geo-pos:long "-94.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14568'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-94.9333'^^xsd:double;
  dwc:latitude '-21.6'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.52 -94.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.52"^^xsd:decimal ;
  dwc:decimalLongitude "-94.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.52 -94.63)"^^geo:wktLiteral ;
  geo-pos:lat "81.52"^^xsd:decimal ;
  geo-pos:long "-94.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3855'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-94.63'^^xsd:double;
  dwc:latitude '81.52'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0024 -94.4897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.0024"^^xsd:decimal ;
  dwc:decimalLongitude "-94.4897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0024 -94.4897)"^^geo:wktLiteral ;
  geo-pos:lat "26.0024"^^xsd:decimal ;
  geo-pos:long "-94.4897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5097'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-94.4897'^^xsd:double;
  dwc:latitude '26.0024'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.4333 -94.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-94.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.4333 -94.4333)"^^geo:wktLiteral ;
  geo-pos:lat "18.4333"^^xsd:decimal ;
  geo-pos:long "-94.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11666'^^xsd:integer;
  dwc:scientificName 'Ecnomiosa gerda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-94.4333'^^xsd:double;
  dwc:latitude '18.4333'^^xsd:double;
  dwc:aphiaid '235584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5797 -93.5476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5797"^^xsd:decimal ;
  dwc:decimalLongitude "-93.5476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5797 -93.5476)"^^geo:wktLiteral ;
  geo-pos:lat "27.5797"^^xsd:decimal ;
  geo-pos:long "-93.5476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5094'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.5476'^^xsd:double;
  dwc:latitude '27.5797'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2661 -93.3613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2661"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2661 -93.3613)"^^geo:wktLiteral ;
  geo-pos:lat "26.2661"^^xsd:decimal ;
  geo-pos:long "-93.3613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4746'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3613'^^xsd:double;
  dwc:latitude '26.2661'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4117 -93.3397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4117"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4117 -93.3397)"^^geo:wktLiteral ;
  geo-pos:lat "27.4117"^^xsd:decimal ;
  geo-pos:long "-93.3397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4744'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3397'^^xsd:double;
  dwc:latitude '27.4117'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4117 -93.3397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4117"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4117 -93.3397)"^^geo:wktLiteral ;
  geo-pos:lat "27.4117"^^xsd:decimal ;
  geo-pos:long "-93.3397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5099'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3397'^^xsd:double;
  dwc:latitude '27.4117'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.1698 -93.3392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.1698"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.1698 -93.3392)"^^geo:wktLiteral ;
  geo-pos:lat "25.1698"^^xsd:decimal ;
  geo-pos:long "-93.3392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5081'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3392'^^xsd:double;
  dwc:latitude '25.1698'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4133 -93.3376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4133"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4133 -93.3376)"^^geo:wktLiteral ;
  geo-pos:lat "27.4133"^^xsd:decimal ;
  geo-pos:long "-93.3376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4743'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3376'^^xsd:double;
  dwc:latitude '27.4133'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4133 -93.3376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4133"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4133 -93.3376)"^^geo:wktLiteral ;
  geo-pos:lat "27.4133"^^xsd:decimal ;
  geo-pos:long "-93.3376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5895'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3376'^^xsd:double;
  dwc:latitude '27.4133'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1729 -93.3218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.1729"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1729 -93.3218)"^^geo:wktLiteral ;
  geo-pos:lat "27.1729"^^xsd:decimal ;
  geo-pos:long "-93.3218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4745'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3218'^^xsd:double;
  dwc:latitude '27.1729'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1729 -93.3218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.1729"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1729 -93.3218)"^^geo:wktLiteral ;
  geo-pos:lat "27.1729"^^xsd:decimal ;
  geo-pos:long "-93.3218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5095'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3218'^^xsd:double;
  dwc:latitude '27.1729'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1729 -93.3218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.1729"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1729 -93.3218)"^^geo:wktLiteral ;
  geo-pos:lat "27.1729"^^xsd:decimal ;
  geo-pos:long "-93.3218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5896'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3218'^^xsd:double;
  dwc:latitude '27.1729'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3229 -93.3218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3229"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3229 -93.3218)"^^geo:wktLiteral ;
  geo-pos:lat "27.3229"^^xsd:decimal ;
  geo-pos:long "-93.3218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5034'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3218'^^xsd:double;
  dwc:latitude '27.3229'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7317 -93.3195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.7317"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7317 -93.3195)"^^geo:wktLiteral ;
  geo-pos:lat "26.7317"^^xsd:decimal ;
  geo-pos:long "-93.3195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5091'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3195'^^xsd:double;
  dwc:latitude '26.7317'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7317 -93.3195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.7317"^^xsd:decimal ;
  dwc:decimalLongitude "-93.3195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.7317 -93.3195)"^^geo:wktLiteral ;
  geo-pos:lat "26.7317"^^xsd:decimal ;
  geo-pos:long "-93.3195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5715'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-93.3195'^^xsd:double;
  dwc:latitude '26.7317'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.14833 -92.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.14833"^^xsd:decimal ;
  dwc:decimalLongitude "-92.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.14833 -92.885)"^^geo:wktLiteral ;
  geo-pos:lat "-8.14833"^^xsd:decimal ;
  geo-pos:long "-92.885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15706'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.885'^^xsd:double;
  dwc:latitude '-8.14833'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7258 -92.5023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7258"^^xsd:decimal ;
  dwc:decimalLongitude "-92.5023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7258 -92.5023)"^^geo:wktLiteral ;
  geo-pos:lat "27.7258"^^xsd:decimal ;
  geo-pos:long "-92.5023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5755'^^xsd:integer;
  dwc:scientificName 'Tanaella prolixcauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.5023'^^xsd:double;
  dwc:latitude '27.7258'^^xsd:double;
  dwc:aphiaid '247678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2545 -92.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2545"^^xsd:decimal ;
  dwc:decimalLongitude "-92.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2545 -92.395)"^^geo:wktLiteral ;
  geo-pos:lat "26.2545"^^xsd:decimal ;
  geo-pos:long "-92.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5893'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.395'^^xsd:double;
  dwc:latitude '26.2545'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2545 -92.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2545"^^xsd:decimal ;
  dwc:decimalLongitude "-92.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2545 -92.395)"^^geo:wktLiteral ;
  geo-pos:lat "26.2545"^^xsd:decimal ;
  geo-pos:long "-92.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5761'^^xsd:integer;
  dwc:scientificName 'Tanaella prolixcauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.395'^^xsd:double;
  dwc:latitude '26.2545'^^xsd:double;
  dwc:aphiaid '247678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2618 -92.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2618"^^xsd:decimal ;
  dwc:decimalLongitude "-92.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2618 -92.395)"^^geo:wktLiteral ;
  geo-pos:lat "26.2618"^^xsd:decimal ;
  geo-pos:long "-92.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5709'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.395'^^xsd:double;
  dwc:latitude '26.2618'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2495 -92.3912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2495"^^xsd:decimal ;
  dwc:decimalLongitude "-92.3912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2495 -92.3912)"^^geo:wktLiteral ;
  geo-pos:lat "26.2495"^^xsd:decimal ;
  geo-pos:long "-92.3912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4752'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.3912'^^xsd:double;
  dwc:latitude '26.2495'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.589 -92.357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.589"^^xsd:decimal ;
  dwc:decimalLongitude "-92.357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.589 -92.357)"^^geo:wktLiteral ;
  geo-pos:lat "27.589"^^xsd:decimal ;
  geo-pos:long "-92.357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5683'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.357'^^xsd:double;
  dwc:latitude '27.589'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5927 -92.3555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5927"^^xsd:decimal ;
  dwc:decimalLongitude "-92.3555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5927 -92.3555)"^^geo:wktLiteral ;
  geo-pos:lat "27.5927"^^xsd:decimal ;
  geo-pos:long "-92.3555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5689'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.3555'^^xsd:double;
  dwc:latitude '27.5927'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7213 -92.1347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7213"^^xsd:decimal ;
  dwc:decimalLongitude "-92.1347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7213 -92.1347)"^^geo:wktLiteral ;
  geo-pos:lat "27.7213"^^xsd:decimal ;
  geo-pos:long "-92.1347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5662'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.1347'^^xsd:double;
  dwc:latitude '27.7213'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7213 -92.1347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7213"^^xsd:decimal ;
  dwc:decimalLongitude "-92.1347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7213 -92.1347)"^^geo:wktLiteral ;
  geo-pos:lat "27.7213"^^xsd:decimal ;
  geo-pos:long "-92.1347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5669'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.1347'^^xsd:double;
  dwc:latitude '27.7213'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.56667 -92.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.56667"^^xsd:decimal ;
  dwc:decimalLongitude "-92.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.56667 -92.1)"^^geo:wktLiteral ;
  geo-pos:lat "2.56667"^^xsd:decimal ;
  geo-pos:long "-92.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10044'^^xsd:integer;
  dwc:scientificName 'Thenea fenestrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-92.1'^^xsd:double;
  dwc:latitude '2.56667'^^xsd:double;
  dwc:aphiaid '170294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1337 -91.9993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.1337"^^xsd:decimal ;
  dwc:decimalLongitude "-91.9993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1337 -91.9993)"^^geo:wktLiteral ;
  geo-pos:lat "27.1337"^^xsd:decimal ;
  geo-pos:long "-91.9993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5082'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.9993'^^xsd:double;
  dwc:latitude '27.1337'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1367 -91.9987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-91.9987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1367 -91.9987)"^^geo:wktLiteral ;
  geo-pos:lat "27.1367"^^xsd:decimal ;
  geo-pos:long "-91.9987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4751'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.9987'^^xsd:double;
  dwc:latitude '27.1367'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.0333 -91.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-91.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.0333 -91.9667)"^^geo:wktLiteral ;
  geo-pos:lat "20.0333"^^xsd:decimal ;
  geo-pos:long "-91.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11492'^^xsd:integer;
  dwc:scientificName 'Argyrotheca sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.9667'^^xsd:double;
  dwc:latitude '20.0333'^^xsd:double;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A40> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.8 -91.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.8"^^xsd:decimal ;
  dwc:decimalLongitude "-91.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.8 -91.9)"^^geo:wktLiteral ;
  geo-pos:lat "-70.8"^^xsd:decimal ;
  geo-pos:long "-91.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '40'^^xsd:integer;
  dwc:scientificName 'Campylaspis frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.9'^^xsd:double;
  dwc:latitude '-70.8'^^xsd:double;
  dwc:aphiaid '182400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:40'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 -91.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-91.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 -91.85)"^^geo:wktLiteral ;
  geo-pos:lat "12.3333"^^xsd:decimal ;
  geo-pos:long "-91.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14759'^^xsd:integer;
  dwc:scientificName 'Acharax johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.85'^^xsd:double;
  dwc:latitude '12.3333'^^xsd:double;
  dwc:aphiaid '293239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5565 -91.8244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5565"^^xsd:decimal ;
  dwc:decimalLongitude "-91.8244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5565 -91.8244)"^^geo:wktLiteral ;
  geo-pos:lat "26.5565"^^xsd:decimal ;
  geo-pos:long "-91.8244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4737'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.8244'^^xsd:double;
  dwc:latitude '26.5565'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7855 -91.7687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7855"^^xsd:decimal ;
  dwc:decimalLongitude "-91.7687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7855 -91.7687)"^^geo:wktLiteral ;
  geo-pos:lat "27.7855"^^xsd:decimal ;
  geo-pos:long "-91.7687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5080'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.7687'^^xsd:double;
  dwc:latitude '27.7855'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7855 -91.7687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7855"^^xsd:decimal ;
  dwc:decimalLongitude "-91.7687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7855 -91.7687)"^^geo:wktLiteral ;
  geo-pos:lat "27.7855"^^xsd:decimal ;
  geo-pos:long "-91.7687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5682'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.7687'^^xsd:double;
  dwc:latitude '27.7855'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7842 -91.7683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7842"^^xsd:decimal ;
  dwc:decimalLongitude "-91.7683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7842 -91.7683)"^^geo:wktLiteral ;
  geo-pos:lat "27.7842"^^xsd:decimal ;
  geo-pos:long "-91.7683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5670'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.7683'^^xsd:double;
  dwc:latitude '27.7842'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7843 -91.7682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7843"^^xsd:decimal ;
  dwc:decimalLongitude "-91.7682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7843 -91.7682)"^^geo:wktLiteral ;
  geo-pos:lat "27.7843"^^xsd:decimal ;
  geo-pos:long "-91.7682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5688'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.7682'^^xsd:double;
  dwc:latitude '27.7843'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7837 -91.7675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7837"^^xsd:decimal ;
  dwc:decimalLongitude "-91.7675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7837 -91.7675)"^^geo:wktLiteral ;
  geo-pos:lat "27.7837"^^xsd:decimal ;
  geo-pos:long "-91.7675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5671'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.7675'^^xsd:double;
  dwc:latitude '27.7837'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.1631 -91.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.1631"^^xsd:decimal ;
  dwc:decimalLongitude "-91.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.1631 -91.7333)"^^geo:wktLiteral ;
  geo-pos:lat "26.1631"^^xsd:decimal ;
  geo-pos:long "-91.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4749'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.7333'^^xsd:double;
  dwc:latitude '26.1631'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3224 -91.5558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3224"^^xsd:decimal ;
  dwc:decimalLongitude "-91.5558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3224 -91.5558)"^^geo:wktLiteral ;
  geo-pos:lat "27.3224"^^xsd:decimal ;
  geo-pos:long "-91.5558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4747'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.5558'^^xsd:double;
  dwc:latitude '27.3224'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3232 -91.5558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3232"^^xsd:decimal ;
  dwc:decimalLongitude "-91.5558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3232 -91.5558)"^^geo:wktLiteral ;
  geo-pos:lat "27.3232"^^xsd:decimal ;
  geo-pos:long "-91.5558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5897'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.5558'^^xsd:double;
  dwc:latitude '27.3232'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3232 -91.5558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3232"^^xsd:decimal ;
  dwc:decimalLongitude "-91.5558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3232 -91.5558)"^^geo:wktLiteral ;
  geo-pos:lat "27.3232"^^xsd:decimal ;
  geo-pos:long "-91.5558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5716'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.5558'^^xsd:double;
  dwc:latitude '27.3232'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7062 -91.5507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7062"^^xsd:decimal ;
  dwc:decimalLongitude "-91.5507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7062 -91.5507)"^^geo:wktLiteral ;
  geo-pos:lat "27.7062"^^xsd:decimal ;
  geo-pos:long "-91.5507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5083'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.5507'^^xsd:double;
  dwc:latitude '27.7062'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7072 -91.5503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7072"^^xsd:decimal ;
  dwc:decimalLongitude "-91.5503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7072 -91.5503)"^^geo:wktLiteral ;
  geo-pos:lat "27.7072"^^xsd:decimal ;
  geo-pos:long "-91.5503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5084'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.5503'^^xsd:double;
  dwc:latitude '27.7072'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7072 -91.5503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7072"^^xsd:decimal ;
  dwc:decimalLongitude "-91.5503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7072 -91.5503)"^^geo:wktLiteral ;
  geo-pos:lat "27.7072"^^xsd:decimal ;
  geo-pos:long "-91.5503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5695'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.5503'^^xsd:double;
  dwc:latitude '27.7072'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3263 -91.541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3263"^^xsd:decimal ;
  dwc:decimalLongitude "-91.541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3263 -91.541)"^^geo:wktLiteral ;
  geo-pos:lat "27.3263"^^xsd:decimal ;
  geo-pos:long "-91.541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5668'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.541'^^xsd:double;
  dwc:latitude '27.3263'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.265278 -91.4447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.265278"^^xsd:decimal ;
  dwc:decimalLongitude "-91.4447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.265278 -91.4447)"^^geo:wktLiteral ;
  geo-pos:lat "-0.265278"^^xsd:decimal ;
  geo-pos:long "-91.4447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11493'^^xsd:integer;
  dwc:scientificName 'Argyrotheca sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.4447'^^xsd:double;
  dwc:latitude '-0.265278'^^xsd:double;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2062 -91.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2062"^^xsd:decimal ;
  dwc:decimalLongitude "-91.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2062 -91.403)"^^geo:wktLiteral ;
  geo-pos:lat "27.2062"^^xsd:decimal ;
  geo-pos:long "-91.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4748'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.403'^^xsd:double;
  dwc:latitude '27.2062'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3232 -91.3232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3232"^^xsd:decimal ;
  dwc:decimalLongitude "-91.3232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3232 -91.3232)"^^geo:wktLiteral ;
  geo-pos:lat "27.3232"^^xsd:decimal ;
  geo-pos:long "-91.3232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5092'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.3232'^^xsd:double;
  dwc:latitude '27.3232'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6887 -91.2918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.6887"^^xsd:decimal ;
  dwc:decimalLongitude "-91.2918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6887 -91.2918)"^^geo:wktLiteral ;
  geo-pos:lat "27.6887"^^xsd:decimal ;
  geo-pos:long "-91.2918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5663'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.2918'^^xsd:double;
  dwc:latitude '27.6887'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6862 -91.291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.6862"^^xsd:decimal ;
  dwc:decimalLongitude "-91.291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.6862 -91.291)"^^geo:wktLiteral ;
  geo-pos:lat "27.6862"^^xsd:decimal ;
  geo-pos:long "-91.291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5694'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.291'^^xsd:double;
  dwc:latitude '27.6862'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2514 -91.2514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2514"^^xsd:decimal ;
  dwc:decimalLongitude "-91.2514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2514 -91.2514)"^^geo:wktLiteral ;
  geo-pos:lat "26.2514"^^xsd:decimal ;
  geo-pos:long "-91.2514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4753'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.2514'^^xsd:double;
  dwc:latitude '26.2514'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7582 -91.218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7582"^^xsd:decimal ;
  dwc:decimalLongitude "-91.218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7582 -91.218)"^^geo:wktLiteral ;
  geo-pos:lat "27.7582"^^xsd:decimal ;
  geo-pos:long "-91.218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5684'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.218'^^xsd:double;
  dwc:latitude '27.7582'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7582 -91.218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7582"^^xsd:decimal ;
  dwc:decimalLongitude "-91.218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7582 -91.218)"^^geo:wktLiteral ;
  geo-pos:lat "27.7582"^^xsd:decimal ;
  geo-pos:long "-91.218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5685'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.218'^^xsd:double;
  dwc:latitude '27.7582'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7395 -91.2178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7395"^^xsd:decimal ;
  dwc:decimalLongitude "-91.2178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7395 -91.2178)"^^geo:wktLiteral ;
  geo-pos:lat "27.7395"^^xsd:decimal ;
  geo-pos:long "-91.2178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5686'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.2178'^^xsd:double;
  dwc:latitude '27.7395'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7562 -91.2178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7562"^^xsd:decimal ;
  dwc:decimalLongitude "-91.2178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7562 -91.2178)"^^geo:wktLiteral ;
  geo-pos:lat "27.7562"^^xsd:decimal ;
  geo-pos:long "-91.2178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5085'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.2178'^^xsd:double;
  dwc:latitude '27.7562'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2523 -91.2102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2523"^^xsd:decimal ;
  dwc:decimalLongitude "-91.2102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2523 -91.2102)"^^geo:wktLiteral ;
  geo-pos:lat "26.2523"^^xsd:decimal ;
  geo-pos:long "-91.2102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5040'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.2102'^^xsd:double;
  dwc:latitude '26.2523'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8633 -91.145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-91.145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8633 -91.145)"^^geo:wktLiteral ;
  geo-pos:lat "0.8633"^^xsd:decimal ;
  geo-pos:long "-91.145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9262'^^xsd:integer;
  dwc:scientificName 'Campyloderes cf. vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-91.145'^^xsd:double;
  dwc:latitude '0.8633'^^xsd:double;
  dwc:aphiaid '265050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1459299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7532 -90.7902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7532"^^xsd:decimal ;
  dwc:decimalLongitude "-90.7902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7532 -90.7902)"^^geo:wktLiteral ;
  geo-pos:lat "27.7532"^^xsd:decimal ;
  geo-pos:long "-90.7902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5690'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.7902'^^xsd:double;
  dwc:latitude '27.7532'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7528 -90.7897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7528"^^xsd:decimal ;
  dwc:decimalLongitude "-90.7897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7528 -90.7897)"^^geo:wktLiteral ;
  geo-pos:lat "27.7528"^^xsd:decimal ;
  geo-pos:long "-90.7897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5664'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.7897'^^xsd:double;
  dwc:latitude '27.7528'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8383 -90.7345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8383"^^xsd:decimal ;
  dwc:decimalLongitude "-90.7345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8383 -90.7345)"^^geo:wktLiteral ;
  geo-pos:lat "27.8383"^^xsd:decimal ;
  geo-pos:long "-90.7345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5088'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.7345'^^xsd:double;
  dwc:latitude '27.8383'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8383 -90.7345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8383"^^xsd:decimal ;
  dwc:decimalLongitude "-90.7345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8383 -90.7345)"^^geo:wktLiteral ;
  geo-pos:lat "27.8383"^^xsd:decimal ;
  geo-pos:long "-90.7345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5696'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.7345'^^xsd:double;
  dwc:latitude '27.8383'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8382 -90.7343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8382"^^xsd:decimal ;
  dwc:decimalLongitude "-90.7343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8382 -90.7343)"^^geo:wktLiteral ;
  geo-pos:lat "27.8382"^^xsd:decimal ;
  geo-pos:long "-90.7343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5692'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.7343'^^xsd:double;
  dwc:latitude '27.8382'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8372 -90.7335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8372"^^xsd:decimal ;
  dwc:decimalLongitude "-90.7335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8372 -90.7335)"^^geo:wktLiteral ;
  geo-pos:lat "27.8372"^^xsd:decimal ;
  geo-pos:long "-90.7335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5079'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.7335'^^xsd:double;
  dwc:latitude '27.8372'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8372 -90.7335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8372"^^xsd:decimal ;
  dwc:decimalLongitude "-90.7335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8372 -90.7335)"^^geo:wktLiteral ;
  geo-pos:lat "27.8372"^^xsd:decimal ;
  geo-pos:long "-90.7335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5697'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.7335'^^xsd:double;
  dwc:latitude '27.8372'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 -90.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.3"^^xsd:decimal ;
  dwc:decimalLongitude "-90.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 -90.6667)"^^geo:wktLiteral ;
  geo-pos:lat "6.3"^^xsd:decimal ;
  geo-pos:long "-90.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9886'^^xsd:integer;
  dwc:scientificName 'Lophocalyx spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.6667'^^xsd:double;
  dwc:latitude '6.3'^^xsd:double;
  dwc:aphiaid '171958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1472222'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1006 -90.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.1006"^^xsd:decimal ;
  dwc:decimalLongitude "-90.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1006 -90.55)"^^geo:wktLiteral ;
  geo-pos:lat "-65.1006"^^xsd:decimal ;
  geo-pos:long "-90.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4597'^^xsd:integer;
  dwc:scientificName 'Neotanais tricarinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.55'^^xsd:double;
  dwc:latitude '-65.1006'^^xsd:double;
  dwc:aphiaid '244646'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244646'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2204 -90.2798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2204"^^xsd:decimal ;
  dwc:decimalLongitude "-90.2798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2204 -90.2798)"^^geo:wktLiteral ;
  geo-pos:lat "28.2204"^^xsd:decimal ;
  geo-pos:long "-90.2798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4735'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.2798'^^xsd:double;
  dwc:latitude '28.2204'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0333 -90.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-90.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0333 -90.25)"^^geo:wktLiteral ;
  geo-pos:lat "28.0333"^^xsd:decimal ;
  geo-pos:long "-90.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12661'^^xsd:integer;
  dwc:scientificName 'Tichosina ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.25'^^xsd:double;
  dwc:latitude '28.0333'^^xsd:double;
  dwc:aphiaid '422245'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422245'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8267 -90.1133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8267"^^xsd:decimal ;
  dwc:decimalLongitude "-90.1133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8267 -90.1133)"^^geo:wktLiteral ;
  geo-pos:lat "27.8267"^^xsd:decimal ;
  geo-pos:long "-90.1133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5086'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-90.1133'^^xsd:double;
  dwc:latitude '27.8267'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7283"^^xsd:decimal ;
  dwc:decimalLongitude "-89.9796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  geo-pos:lat "27.7283"^^xsd:decimal ;
  geo-pos:long "-89.9796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4734'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.9796'^^xsd:double;
  dwc:latitude '27.7283'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7283"^^xsd:decimal ;
  dwc:decimalLongitude "-89.9796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  geo-pos:lat "27.7283"^^xsd:decimal ;
  geo-pos:long "-89.9796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5093'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.9796'^^xsd:double;
  dwc:latitude '27.7283'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7283"^^xsd:decimal ;
  dwc:decimalLongitude "-89.9796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  geo-pos:lat "27.7283"^^xsd:decimal ;
  geo-pos:long "-89.9796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5036'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.9796'^^xsd:double;
  dwc:latitude '27.7283'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7283"^^xsd:decimal ;
  dwc:decimalLongitude "-89.9796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  geo-pos:lat "27.7283"^^xsd:decimal ;
  geo-pos:long "-89.9796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5665'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.9796'^^xsd:double;
  dwc:latitude '27.7283'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7283"^^xsd:decimal ;
  dwc:decimalLongitude "-89.9796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  geo-pos:lat "27.7283"^^xsd:decimal ;
  geo-pos:long "-89.9796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5890'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.9796'^^xsd:double;
  dwc:latitude '27.7283'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7283"^^xsd:decimal ;
  dwc:decimalLongitude "-89.9796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7283 -89.9796)"^^geo:wktLiteral ;
  geo-pos:lat "27.7283"^^xsd:decimal ;
  geo-pos:long "-89.9796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5699'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.9796'^^xsd:double;
  dwc:latitude '27.7283'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7328 -89.977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7328"^^xsd:decimal ;
  dwc:decimalLongitude "-89.977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7328 -89.977)"^^geo:wktLiteral ;
  geo-pos:lat "27.7328"^^xsd:decimal ;
  geo-pos:long "-89.977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5889'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.977'^^xsd:double;
  dwc:latitude '27.7328'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7329 -89.977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7329"^^xsd:decimal ;
  dwc:decimalLongitude "-89.977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7329 -89.977)"^^geo:wktLiteral ;
  geo-pos:lat "27.7329"^^xsd:decimal ;
  geo-pos:long "-89.977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4733'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.977'^^xsd:double;
  dwc:latitude '27.7329'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1167 -89.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-89.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1167 -89.8333)"^^geo:wktLiteral ;
  geo-pos:lat "10.1167"^^xsd:decimal ;
  geo-pos:long "-89.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5018'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.8333'^^xsd:double;
  dwc:latitude '10.1167'^^xsd:double;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1167 -89.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-89.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1167 -89.8333)"^^geo:wktLiteral ;
  geo-pos:lat "10.1167"^^xsd:decimal ;
  geo-pos:long "-89.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5957'^^xsd:integer;
  dwc:scientificName 'Siphonolabrum mirabile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.8333'^^xsd:double;
  dwc:latitude '10.1167'^^xsd:double;
  dwc:aphiaid '247433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1167 -89.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-89.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1167 -89.8333)"^^geo:wktLiteral ;
  geo-pos:lat "10.1167"^^xsd:decimal ;
  geo-pos:long "-89.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '311'^^xsd:integer;
  dwc:scientificName 'Vemakylindrus costaricanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.8333'^^xsd:double;
  dwc:latitude '10.1167'^^xsd:double;
  dwc:aphiaid '182133'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:311'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.12 -89.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.12"^^xsd:decimal ;
  dwc:decimalLongitude "-89.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.12 -89.83)"^^geo:wktLiteral ;
  geo-pos:lat "10.12"^^xsd:decimal ;
  geo-pos:long "-89.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3152'^^xsd:integer;
  dwc:scientificName 'Mesosignum asperum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.83'^^xsd:double;
  dwc:latitude '10.12'^^xsd:double;
  dwc:aphiaid '258077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4594 -89.7857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4594"^^xsd:decimal ;
  dwc:decimalLongitude "-89.7857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4594 -89.7857)"^^geo:wktLiteral ;
  geo-pos:lat "27.4594"^^xsd:decimal ;
  geo-pos:long "-89.7857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5096'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.7857'^^xsd:double;
  dwc:latitude '27.4594'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4594 -89.7857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4594"^^xsd:decimal ;
  dwc:decimalLongitude "-89.7857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4594 -89.7857)"^^geo:wktLiteral ;
  geo-pos:lat "27.4594"^^xsd:decimal ;
  geo-pos:long "-89.7857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5035'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.7857'^^xsd:double;
  dwc:latitude '27.4594'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4594 -89.7857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4594"^^xsd:decimal ;
  dwc:decimalLongitude "-89.7857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4594 -89.7857)"^^geo:wktLiteral ;
  geo-pos:lat "27.4594"^^xsd:decimal ;
  geo-pos:long "-89.7857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5888'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.7857'^^xsd:double;
  dwc:latitude '27.4594'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4511 -89.6726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.4511"^^xsd:decimal ;
  dwc:decimalLongitude "-89.6726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4511 -89.6726)"^^geo:wktLiteral ;
  geo-pos:lat "28.4511"^^xsd:decimal ;
  geo-pos:long "-89.6726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5891'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.6726'^^xsd:double;
  dwc:latitude '28.4511'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4511 -89.6726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.4511"^^xsd:decimal ;
  dwc:decimalLongitude "-89.6726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4511 -89.6726)"^^geo:wktLiteral ;
  geo-pos:lat "28.4511"^^xsd:decimal ;
  geo-pos:long "-89.6726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5698'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.6726'^^xsd:double;
  dwc:latitude '28.4511'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3333 -89.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3333 -89.65)"^^geo:wktLiteral ;
  geo-pos:lat "9.3333"^^xsd:decimal ;
  geo-pos:long "-89.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5020'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.65'^^xsd:double;
  dwc:latitude '9.3333'^^xsd:double;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.03 -89.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.03"^^xsd:decimal ;
  dwc:decimalLongitude "-89.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.03 -89.63)"^^geo:wktLiteral ;
  geo-pos:lat "-66.03"^^xsd:decimal ;
  geo-pos:long "-89.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3184'^^xsd:integer;
  dwc:scientificName 'Haploniscus antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.63'^^xsd:double;
  dwc:latitude '-66.03'^^xsd:double;
  dwc:aphiaid '174904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.18 -89.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.18"^^xsd:decimal ;
  dwc:decimalLongitude "-89.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.18 -89.57)"^^geo:wktLiteral ;
  geo-pos:lat "12.18"^^xsd:decimal ;
  geo-pos:long "-89.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3687'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.57'^^xsd:double;
  dwc:latitude '12.18'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3333 -89.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3333 -89.5667)"^^geo:wktLiteral ;
  geo-pos:lat "9.3333"^^xsd:decimal ;
  geo-pos:long "-89.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '223'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5667'^^xsd:double;
  dwc:latitude '9.3333'^^xsd:double;
  dwc:aphiaid '182091'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182091'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.36667 -89.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.36667"^^xsd:decimal ;
  dwc:decimalLongitude "-89.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.36667 -89.55)"^^geo:wktLiteral ;
  geo-pos:lat "9.36667"^^xsd:decimal ;
  geo-pos:long "-89.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10168'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.55'^^xsd:double;
  dwc:latitude '9.36667'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3667 -89.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-89.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3667 -89.55)"^^geo:wktLiteral ;
  geo-pos:lat "9.3667"^^xsd:decimal ;
  geo-pos:long "-89.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4446'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.55'^^xsd:double;
  dwc:latitude '9.3667'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.37 -89.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.37"^^xsd:decimal ;
  dwc:decimalLongitude "-89.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.37 -89.55)"^^geo:wktLiteral ;
  geo-pos:lat "9.37"^^xsd:decimal ;
  geo-pos:long "-89.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3151'^^xsd:integer;
  dwc:scientificName 'Mesosignum asperum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.55'^^xsd:double;
  dwc:latitude '9.37'^^xsd:double;
  dwc:aphiaid '258077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.3833"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4563'^^xsd:integer;
  dwc:scientificName 'Neotanais pfaffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.3833'^^xsd:double;
  dwc:aphiaid '247390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.3833"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5021'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.3833'^^xsd:double;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.3833"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4431'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.3833'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.3833"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5656'^^xsd:integer;
  dwc:scientificName 'Tanaella forcifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.3833'^^xsd:double;
  dwc:aphiaid '247674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.3833"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5774'^^xsd:integer;
  dwc:scientificName 'Anarthruropsis galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.3833'^^xsd:double;
  dwc:aphiaid '247424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.3833"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4185'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes longissimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.3833'^^xsd:double;
  dwc:aphiaid '247125'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247125'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.3833"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4190'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.3833'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3833 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.3833"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '113'^^xsd:integer;
  dwc:scientificName 'Diastylis tenebricosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.3833'^^xsd:double;
  dwc:aphiaid '181986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181986'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.38333"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14705'^^xsd:integer;
  dwc:scientificName 'Dacrydium panamensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:aphiaid '428632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.38333"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14706'^^xsd:integer;
  dwc:scientificName 'Kelliella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:aphiaid '428683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464353'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.38333"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14707'^^xsd:integer;
  dwc:scientificName 'Cuspidaria haasi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:aphiaid '407774'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407774'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.38333"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14704'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.38333"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14708'^^xsd:integer;
  dwc:scientificName 'Policordia alaskana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:aphiaid '405997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '772219'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.38333"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9306'^^xsd:integer;
  dwc:scientificName 'Asbestopluma globularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:aphiaid '168197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '863525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.5333)"^^geo:wktLiteral ;
  geo-pos:lat "9.38333"^^xsd:decimal ;
  geo-pos:long "-89.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9532'^^xsd:integer;
  dwc:scientificName 'Cladorhiza linearis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.5333'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:aphiaid '168234'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466626'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38 -89.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38"^^xsd:decimal ;
  dwc:decimalLongitude "-89.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38 -89.53)"^^geo:wktLiteral ;
  geo-pos:lat "9.38"^^xsd:decimal ;
  geo-pos:long "-89.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3483'^^xsd:integer;
  dwc:scientificName 'Ischnomesus planus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.53'^^xsd:double;
  dwc:latitude '9.38'^^xsd:double;
  dwc:aphiaid '255928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38 -89.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38"^^xsd:decimal ;
  dwc:decimalLongitude "-89.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38 -89.53)"^^geo:wktLiteral ;
  geo-pos:lat "9.38"^^xsd:decimal ;
  geo-pos:long "-89.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3484'^^xsd:integer;
  dwc:scientificName 'Ischnomesus roseus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.53'^^xsd:double;
  dwc:latitude '9.38'^^xsd:double;
  dwc:aphiaid '183219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183219'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38 -89.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38"^^xsd:decimal ;
  dwc:decimalLongitude "-89.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38 -89.53)"^^geo:wktLiteral ;
  geo-pos:lat "9.38"^^xsd:decimal ;
  geo-pos:long "-89.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4040'^^xsd:integer;
  dwc:scientificName 'Munnopsis longiremus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.53'^^xsd:double;
  dwc:latitude '9.38'^^xsd:double;
  dwc:aphiaid '256277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256277'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2189 -89.4964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2189"^^xsd:decimal ;
  dwc:decimalLongitude "-89.4964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2189 -89.4964)"^^geo:wktLiteral ;
  geo-pos:lat "28.2189"^^xsd:decimal ;
  geo-pos:long "-89.4964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5038'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.4964'^^xsd:double;
  dwc:latitude '28.2189'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2204 -89.4961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2204"^^xsd:decimal ;
  dwc:decimalLongitude "-89.4961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2204 -89.4961)"^^geo:wktLiteral ;
  geo-pos:lat "28.2204"^^xsd:decimal ;
  geo-pos:long "-89.4961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5037'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.4961'^^xsd:double;
  dwc:latitude '28.2204'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.25 -89.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.25"^^xsd:decimal ;
  dwc:decimalLongitude "-89.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.25 -89.4833)"^^geo:wktLiteral ;
  geo-pos:lat "9.25"^^xsd:decimal ;
  geo-pos:long "-89.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5019'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.4833'^^xsd:double;
  dwc:latitude '9.25'^^xsd:double;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.25 -89.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.25"^^xsd:decimal ;
  dwc:decimalLongitude "-89.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.25 -89.4833)"^^geo:wktLiteral ;
  geo-pos:lat "9.25"^^xsd:decimal ;
  geo-pos:long "-89.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5958'^^xsd:integer;
  dwc:scientificName 'Siphonolabrum mirabile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.4833'^^xsd:double;
  dwc:latitude '9.25'^^xsd:double;
  dwc:aphiaid '247433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.38333"^^xsd:decimal ;
  dwc:decimalLongitude "-89.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.38333 -89.3833)"^^geo:wktLiteral ;
  geo-pos:lat "9.38333"^^xsd:decimal ;
  geo-pos:long "-89.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10131'^^xsd:integer;
  dwc:scientificName 'Lithacrosiphon cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.3833'^^xsd:double;
  dwc:latitude '9.38333'^^xsd:double;
  dwc:aphiaid '410726'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410726'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.41667 -89.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.41667"^^xsd:decimal ;
  dwc:decimalLongitude "-89.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.41667 -89.3667)"^^geo:wktLiteral ;
  geo-pos:lat "9.41667"^^xsd:decimal ;
  geo-pos:long "-89.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10146'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.3667'^^xsd:double;
  dwc:latitude '9.41667'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.3829 -89.2414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.3829"^^xsd:decimal ;
  dwc:decimalLongitude "-89.2414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.3829 -89.2414)"^^geo:wktLiteral ;
  geo-pos:lat "26.3829"^^xsd:decimal ;
  geo-pos:long "-89.2414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5701'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.2414'^^xsd:double;
  dwc:latitude '26.3829'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.827 -89.1659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.827"^^xsd:decimal ;
  dwc:decimalLongitude "-89.1659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.827 -89.1659)"^^geo:wktLiteral ;
  geo-pos:lat "27.827"^^xsd:decimal ;
  geo-pos:long "-89.1659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5039'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.1659'^^xsd:double;
  dwc:latitude '27.827'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.827 -89.1659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.827"^^xsd:decimal ;
  dwc:decimalLongitude "-89.1659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.827 -89.1659)"^^geo:wktLiteral ;
  geo-pos:lat "27.827"^^xsd:decimal ;
  geo-pos:long "-89.1659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5892'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.1659'^^xsd:double;
  dwc:latitude '27.827'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.827 -89.1659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.827"^^xsd:decimal ;
  dwc:decimalLongitude "-89.1659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.827 -89.1659)"^^geo:wktLiteral ;
  geo-pos:lat "27.827"^^xsd:decimal ;
  geo-pos:long "-89.1659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5703'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.1659'^^xsd:double;
  dwc:latitude '27.827'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.827 -89.1659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.827"^^xsd:decimal ;
  dwc:decimalLongitude "-89.1659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.827 -89.1659)"^^geo:wktLiteral ;
  geo-pos:lat "28.827"^^xsd:decimal ;
  geo-pos:long "-89.1659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4736'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-89.1659'^^xsd:double;
  dwc:latitude '28.827'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.3 -88.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.3"^^xsd:decimal ;
  dwc:decimalLongitude "-88.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.3 -88.9)"^^geo:wktLiteral ;
  geo-pos:lat "-9.3"^^xsd:decimal ;
  geo-pos:long "-88.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3194'^^xsd:integer;
  dwc:scientificName 'Haploniscus gratissimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.9'^^xsd:double;
  dwc:latitude '-9.3'^^xsd:double;
  dwc:aphiaid '294673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3 -88.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.3"^^xsd:decimal ;
  dwc:decimalLongitude "-88.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.3 -88.9)"^^geo:wktLiteral ;
  geo-pos:lat "9.3"^^xsd:decimal ;
  geo-pos:long "-88.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5014'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.9'^^xsd:double;
  dwc:latitude '9.3'^^xsd:double;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3322 -88.6678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3322"^^xsd:decimal ;
  dwc:decimalLongitude "-88.6678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3322 -88.6678)"^^geo:wktLiteral ;
  geo-pos:lat "27.3322"^^xsd:decimal ;
  geo-pos:long "-88.6678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4750'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.6678'^^xsd:double;
  dwc:latitude '27.3322'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.75 -88.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.75"^^xsd:decimal ;
  dwc:decimalLongitude "-88.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.75 -88.6333)"^^geo:wktLiteral ;
  geo-pos:lat "12.75"^^xsd:decimal ;
  geo-pos:long "-88.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4623'^^xsd:integer;
  dwc:scientificName 'Agathotanais hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.6333'^^xsd:double;
  dwc:latitude '12.75'^^xsd:double;
  dwc:aphiaid '247403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.75 -88.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.75"^^xsd:decimal ;
  dwc:decimalLongitude "-88.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.75 -88.6333)"^^geo:wktLiteral ;
  geo-pos:lat "12.75"^^xsd:decimal ;
  geo-pos:long "-88.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4567'^^xsd:integer;
  dwc:scientificName 'Neotanais pfaffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.6333'^^xsd:double;
  dwc:latitude '12.75'^^xsd:double;
  dwc:aphiaid '247390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.75 -88.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.75"^^xsd:decimal ;
  dwc:decimalLongitude "-88.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.75 -88.63)"^^geo:wktLiteral ;
  geo-pos:lat "12.75"^^xsd:decimal ;
  geo-pos:long "-88.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3149'^^xsd:integer;
  dwc:scientificName 'Mesosignum ansatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.63'^^xsd:double;
  dwc:latitude '12.75'^^xsd:double;
  dwc:aphiaid '258076'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258076'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.75 -88.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.75"^^xsd:decimal ;
  dwc:decimalLongitude "-88.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.75 -88.63)"^^geo:wktLiteral ;
  geo-pos:lat "12.75"^^xsd:decimal ;
  geo-pos:long "-88.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3150'^^xsd:integer;
  dwc:scientificName 'Mesosignum asperum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.63'^^xsd:double;
  dwc:latitude '12.75'^^xsd:double;
  dwc:aphiaid '258077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8668'^^xsd:integer;
  dwc:scientificName 'Enoploides tyrannis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8531'^^xsd:integer;
  dwc:scientificName 'Trefusia attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8533'^^xsd:integer;
  dwc:scientificName 'Trefusia dominatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8512'^^xsd:integer;
  dwc:scientificName 'Oxystomina inexpugnabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583434'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8512'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583434'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8503'^^xsd:integer;
  dwc:scientificName 'Syringolaimus venustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '584121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '584121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8493'^^xsd:integer;
  dwc:scientificName 'Syringolaimus gladiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8324'^^xsd:integer;
  dwc:scientificName 'Acantholaimus maks'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '182948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8327'^^xsd:integer;
  dwc:scientificName 'Acantholaimus tectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583369'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8327'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8335'^^xsd:integer;
  dwc:scientificName 'Chromadorita pentameris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8321'^^xsd:integer;
  dwc:scientificName 'Acantholaimus incomptus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '182946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8406'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera praetenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583396'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8407'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583397'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054754'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8433'^^xsd:integer;
  dwc:scientificName 'Theristus sonnae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8433'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8397'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera cuspidospiculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '734438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8399'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8372'^^xsd:integer;
  dwc:scientificName 'Camacolaimus iaculator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720154'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.066"^^xsd:decimal ;
  dwc:decimalLongitude "-88.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.066 -88.471)"^^geo:wktLiteral ;
  geo-pos:lat "-7.066"^^xsd:decimal ;
  geo-pos:long "-88.471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8340'^^xsd:integer;
  dwc:scientificName 'Nyctonema portentosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.471'^^xsd:double;
  dwc:latitude '-7.066'^^xsd:double;
  dwc:aphiaid '583374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0645"^^xsd:decimal ;
  dwc:decimalLongitude "-88.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0645"^^xsd:decimal ;
  geo-pos:long "-88.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8523'^^xsd:integer;
  dwc:scientificName 'Halalaimus aedificandistudiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.47'^^xsd:double;
  dwc:latitude '-7.0645'^^xsd:double;
  dwc:aphiaid '583438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0645"^^xsd:decimal ;
  dwc:decimalLongitude "-88.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0645"^^xsd:decimal ;
  geo-pos:long "-88.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8464'^^xsd:integer;
  dwc:scientificName 'Southerniella lympha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.47'^^xsd:double;
  dwc:latitude '-7.0645'^^xsd:double;
  dwc:aphiaid '583416'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '957045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0645"^^xsd:decimal ;
  dwc:decimalLongitude "-88.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0645"^^xsd:decimal ;
  geo-pos:long "-88.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8398'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.47'^^xsd:double;
  dwc:latitude '-7.0645'^^xsd:double;
  dwc:aphiaid '583392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0645"^^xsd:decimal ;
  dwc:decimalLongitude "-88.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0645"^^xsd:decimal ;
  geo-pos:long "-88.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8435'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus octacanthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.47'^^xsd:double;
  dwc:latitude '-7.0645'^^xsd:double;
  dwc:aphiaid '583404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0645"^^xsd:decimal ;
  dwc:decimalLongitude "-88.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0645"^^xsd:decimal ;
  geo-pos:long "-88.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8354'^^xsd:integer;
  dwc:scientificName 'Molgolaimus porosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.47'^^xsd:double;
  dwc:latitude '-7.0645'^^xsd:double;
  dwc:aphiaid '583379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0645"^^xsd:decimal ;
  dwc:decimalLongitude "-88.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.47)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0645"^^xsd:decimal ;
  geo-pos:long "-88.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8343'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus bulbicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.47'^^xsd:double;
  dwc:latitude '-7.0645'^^xsd:double;
  dwc:aphiaid '583375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.4698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0645"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0645 -88.4698)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0645"^^xsd:decimal ;
  geo-pos:long "-88.4698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8359'^^xsd:integer;
  dwc:scientificName 'Eudraconema dracocephalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4698'^^xsd:double;
  dwc:latitude '-7.0645'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8359'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0638 -88.4698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0638"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0638 -88.4698)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0638"^^xsd:decimal ;
  geo-pos:long "-88.4698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8686'^^xsd:integer;
  dwc:scientificName 'Eurystomina absoluta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4698'^^xsd:double;
  dwc:latitude '-7.0638'^^xsd:double;
  dwc:aphiaid '583445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.064"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  geo-pos:lat "-7.064"^^xsd:decimal ;
  geo-pos:long "-88.4692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8681'^^xsd:integer;
  dwc:scientificName 'Phylloncholaimus immanis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4692'^^xsd:double;
  dwc:latitude '-7.064'^^xsd:double;
  dwc:aphiaid '583444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.064"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  geo-pos:lat "-7.064"^^xsd:decimal ;
  geo-pos:long "-88.4692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8515'^^xsd:integer;
  dwc:scientificName 'Cricohalalaimus vagabundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4692'^^xsd:double;
  dwc:latitude '-7.064'^^xsd:double;
  dwc:aphiaid '583435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.064"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  geo-pos:lat "-7.064"^^xsd:decimal ;
  geo-pos:long "-88.4692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8334'^^xsd:integer;
  dwc:scientificName 'Chromadorita dimeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4692'^^xsd:double;
  dwc:latitude '-7.064'^^xsd:double;
  dwc:aphiaid '583371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.064"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  geo-pos:lat "-7.064"^^xsd:decimal ;
  geo-pos:long "-88.4692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8459'^^xsd:integer;
  dwc:scientificName 'Diplopeltula tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4692'^^xsd:double;
  dwc:latitude '-7.064'^^xsd:double;
  dwc:aphiaid '583414'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583414'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.064"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  geo-pos:lat "-7.064"^^xsd:decimal ;
  geo-pos:long "-88.4692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8462'^^xsd:integer;
  dwc:scientificName 'Southerniella conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4692'^^xsd:double;
  dwc:latitude '-7.064'^^xsd:double;
  dwc:aphiaid '121422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121422'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.064"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  geo-pos:lat "-7.064"^^xsd:decimal ;
  geo-pos:long "-88.4692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8485'^^xsd:integer;
  dwc:scientificName 'Erebus tenebricosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4692'^^xsd:double;
  dwc:latitude '-7.064'^^xsd:double;
  dwc:aphiaid '583425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1475755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.064"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  geo-pos:lat "-7.064"^^xsd:decimal ;
  geo-pos:long "-88.4692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8487'^^xsd:integer;
  dwc:scientificName 'Micoletzkyia inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4692'^^xsd:double;
  dwc:latitude '-7.064'^^xsd:double;
  dwc:aphiaid '583429'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583429'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.064"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.064 -88.4692)"^^geo:wktLiteral ;
  geo-pos:lat "-7.064"^^xsd:decimal ;
  geo-pos:long "-88.4692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8440'^^xsd:integer;
  dwc:scientificName 'Cervonema memorabile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4692'^^xsd:double;
  dwc:latitude '-7.064'^^xsd:double;
  dwc:aphiaid '583406'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8660'^^xsd:integer;
  dwc:scientificName 'Microlaimus porosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '228624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8514'^^xsd:integer;
  dwc:scientificName 'Cricohalalaimus vagabundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8458'^^xsd:integer;
  dwc:scientificName 'Diplopeltula tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583414'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583414'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8461'^^xsd:integer;
  dwc:scientificName 'Southerniella amblynema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583415'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '957044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8415'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera bella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583399'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8430'^^xsd:integer;
  dwc:scientificName 'Theristus discolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8425'^^xsd:integer;
  dwc:scientificName 'Enchonema umbrosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8403'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera ovifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8418'^^xsd:integer;
  dwc:scientificName 'Capsula galeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8378'^^xsd:integer;
  dwc:scientificName 'Aegialoalaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '121184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8436'^^xsd:integer;
  dwc:scientificName 'Thelonema majum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583405'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0652"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0652 -88.4678)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0652"^^xsd:decimal ;
  geo-pos:long "-88.4678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8349'^^xsd:integer;
  dwc:scientificName 'Chromaspirina modesta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4678'^^xsd:double;
  dwc:latitude '-7.0652'^^xsd:double;
  dwc:aphiaid '583377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0637 -88.466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0637"^^xsd:decimal ;
  dwc:decimalLongitude "-88.466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0637 -88.466)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0637"^^xsd:decimal ;
  geo-pos:long "-88.466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8505'^^xsd:integer;
  dwc:scientificName 'Thalassironus multidentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.466'^^xsd:double;
  dwc:latitude '-7.0637'^^xsd:double;
  dwc:aphiaid '583432'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583432'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0701 -88.4657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0701"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0701 -88.4657)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0701"^^xsd:decimal ;
  geo-pos:long "-88.4657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5160'^^xsd:integer;
  dwc:scientificName 'Portaratrum fascinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4657'^^xsd:double;
  dwc:latitude '-7.0701'^^xsd:double;
  dwc:aphiaid '247460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8652'^^xsd:integer;
  dwc:scientificName 'Caligocanna mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '474823'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '474823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8664'^^xsd:integer;
  dwc:scientificName 'Bathynox clavata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '229825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8520'^^xsd:integer;
  dwc:scientificName 'Halalaimus absconditus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583436'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8331'^^xsd:integer;
  dwc:scientificName 'Chromadorita abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8470'^^xsd:integer;
  dwc:scientificName 'Desmoscolex longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8412'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera tristis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8385'^^xsd:integer;
  dwc:scientificName 'Ceramonema aureolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583386'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8428'^^xsd:integer;
  dwc:scientificName 'Manganonema microcephalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '584288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '584288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8420'^^xsd:integer;
  dwc:scientificName 'Capsula galeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8393'^^xsd:integer;
  dwc:scientificName 'Pterygonema amoenum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8361'^^xsd:integer;
  dwc:scientificName 'Leptolaimus clandestinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583380'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4653)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8351'^^xsd:integer;
  dwc:scientificName 'Chromaspirina modesta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4653'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.056 -88.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.056"^^xsd:decimal ;
  dwc:decimalLongitude "-88.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.056 -88.465)"^^geo:wktLiteral ;
  geo-pos:lat "-7.056"^^xsd:decimal ;
  geo-pos:long "-88.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8673'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.465'^^xsd:double;
  dwc:latitude '-7.056'^^xsd:double;
  dwc:aphiaid '1306299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.056 -88.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.056"^^xsd:decimal ;
  dwc:decimalLongitude "-88.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.056 -88.465)"^^geo:wktLiteral ;
  geo-pos:lat "-7.056"^^xsd:decimal ;
  geo-pos:long "-88.465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8488'^^xsd:integer;
  dwc:scientificName 'Phanodermella obtusicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.465'^^xsd:double;
  dwc:latitude '-7.056'^^xsd:double;
  dwc:aphiaid '583430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583430'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4647)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8675'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion forceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4647'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8656'^^xsd:integer;
  dwc:scientificName 'Microlaimus discolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '228623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8649'^^xsd:integer;
  dwc:scientificName 'Aponema nympha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '228595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '836304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8329'^^xsd:integer;
  dwc:scientificName 'Chromadorita abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '583370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8315'^^xsd:integer;
  dwc:scientificName 'Acantholaimus aheneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '583364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8315'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8484'^^xsd:integer;
  dwc:scientificName 'Erebus tenebricosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '583425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1475755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8389'^^xsd:integer;
  dwc:scientificName 'Dasynemoides volutabundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '583388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8427'^^xsd:integer;
  dwc:scientificName 'Manganonema microcephalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '584288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '584288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8424'^^xsd:integer;
  dwc:scientificName 'Enchonema umbrosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '583401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8402'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera ovifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '583394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8417'^^xsd:integer;
  dwc:scientificName 'Capsula galeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '583400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8377'^^xsd:integer;
  dwc:scientificName 'Aegialoalaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '121184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0737"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0737 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0737"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8374'^^xsd:integer;
  dwc:scientificName 'Camacolaimus iaculator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0737'^^xsd:double;
  dwc:aphiaid '583385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720154'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8658'^^xsd:integer;
  dwc:scientificName 'Microlaimus discolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '228623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8516'^^xsd:integer;
  dwc:scientificName 'Cricohalalaimus vagabundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8452'^^xsd:integer;
  dwc:scientificName 'Diplopeltula peruensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8326'^^xsd:integer;
  dwc:scientificName 'Acantholaimus occultus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583368'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8326'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8468'^^xsd:integer;
  dwc:scientificName 'Desmoscolex brachyrhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8486'^^xsd:integer;
  dwc:scientificName 'Erebus tenebricosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1475755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8480'^^xsd:integer;
  dwc:scientificName 'Greeffiella longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583423'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8394'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera abnormis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4643)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8449'^^xsd:integer;
  dwc:scientificName 'Diplopeltula longiloba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4643'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583409'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0705 -88.4637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0705"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0705 -88.4637)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0705"^^xsd:decimal ;
  geo-pos:long "-88.4637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8677'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion forceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4637'^^xsd:double;
  dwc:latitude '-7.0705'^^xsd:double;
  dwc:aphiaid '583428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0595 -88.4637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0595"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0595 -88.4637)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0595"^^xsd:decimal ;
  geo-pos:long "-88.4637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8672'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4637'^^xsd:double;
  dwc:latitude '-7.0595'^^xsd:double;
  dwc:aphiaid '1306299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0595 -88.4637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0595"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0595 -88.4637)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0595"^^xsd:decimal ;
  geo-pos:long "-88.4637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8676'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion forceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4637'^^xsd:double;
  dwc:latitude '-7.0595'^^xsd:double;
  dwc:aphiaid '583428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0603"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0603"^^xsd:decimal ;
  geo-pos:long "-88.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8522'^^xsd:integer;
  dwc:scientificName 'Halalaimus abyssus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4633'^^xsd:double;
  dwc:latitude '-7.0603'^^xsd:double;
  dwc:aphiaid '583437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0603"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0603"^^xsd:decimal ;
  geo-pos:long "-88.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8528'^^xsd:integer;
  dwc:scientificName 'Halalaimus oblongus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4633'^^xsd:double;
  dwc:latitude '-7.0603'^^xsd:double;
  dwc:aphiaid '583442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0603"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0603"^^xsd:decimal ;
  geo-pos:long "-88.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8317'^^xsd:integer;
  dwc:scientificName 'Acantholaimus angustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4633'^^xsd:double;
  dwc:latitude '-7.0603'^^xsd:double;
  dwc:aphiaid '583365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8317'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0603"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0603"^^xsd:decimal ;
  geo-pos:long "-88.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8413'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera tristis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4633'^^xsd:double;
  dwc:latitude '-7.0603'^^xsd:double;
  dwc:aphiaid '583398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0603"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0603"^^xsd:decimal ;
  geo-pos:long "-88.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8431'^^xsd:integer;
  dwc:scientificName 'Theristus discolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4633'^^xsd:double;
  dwc:latitude '-7.0603'^^xsd:double;
  dwc:aphiaid '583402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0603"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0603 -88.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0603"^^xsd:decimal ;
  geo-pos:long "-88.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8444'^^xsd:integer;
  dwc:scientificName 'Cervonema tenuicaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4633'^^xsd:double;
  dwc:latitude '-7.0603'^^xsd:double;
  dwc:aphiaid '121351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8444'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4632)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0725"^^xsd:decimal ;
  geo-pos:long "-88.4632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8669'^^xsd:integer;
  dwc:scientificName 'Enoploides tyrannis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4632'^^xsd:double;
  dwc:latitude '-7.0725'^^xsd:double;
  dwc:aphiaid '583426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4632)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0725"^^xsd:decimal ;
  geo-pos:long "-88.4632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8537'^^xsd:integer;
  dwc:scientificName 'Trophomera abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4632'^^xsd:double;
  dwc:latitude '-7.0725'^^xsd:double;
  dwc:aphiaid '458905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4632)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0725"^^xsd:decimal ;
  geo-pos:long "-88.4632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8540'^^xsd:integer;
  dwc:scientificName 'Trophomera regalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4632'^^xsd:double;
  dwc:latitude '-7.0725'^^xsd:double;
  dwc:aphiaid '458935'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0693 -88.4631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0693"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0693 -88.4631)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0693"^^xsd:decimal ;
  geo-pos:long "-88.4631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5159'^^xsd:integer;
  dwc:scientificName 'Portaratrum fascinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4631'^^xsd:double;
  dwc:latitude '-7.0693'^^xsd:double;
  dwc:aphiaid '247460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0725"^^xsd:decimal ;
  geo-pos:long "-88.4628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8454'^^xsd:integer;
  dwc:scientificName 'Diplopeltula repens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4628'^^xsd:double;
  dwc:latitude '-7.0725'^^xsd:double;
  dwc:aphiaid '583412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0725"^^xsd:decimal ;
  geo-pos:long "-88.4628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8318'^^xsd:integer;
  dwc:scientificName 'Acantholaimus caecus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4628'^^xsd:double;
  dwc:latitude '-7.0725'^^xsd:double;
  dwc:aphiaid '583366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8318'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0725"^^xsd:decimal ;
  geo-pos:long "-88.4628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8364'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4628'^^xsd:double;
  dwc:latitude '-7.0725'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0725"^^xsd:decimal ;
  geo-pos:long "-88.4628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8367'^^xsd:integer;
  dwc:scientificName 'Camacolaimus bellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4628'^^xsd:double;
  dwc:latitude '-7.0725'^^xsd:double;
  dwc:aphiaid '583382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0725"^^xsd:decimal ;
  geo-pos:long "-88.4628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8369'^^xsd:integer;
  dwc:scientificName 'Camacolaimus bulbimangani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4628'^^xsd:double;
  dwc:latitude '-7.0725'^^xsd:double;
  dwc:aphiaid '583383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720145'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0725"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0725 -88.4628)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0725"^^xsd:decimal ;
  geo-pos:long "-88.4628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8341'^^xsd:integer;
  dwc:scientificName 'Nyctonema portentosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4628'^^xsd:double;
  dwc:latitude '-7.0725'^^xsd:double;
  dwc:aphiaid '583374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0728 -88.4627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0728"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0728 -88.4627)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0728"^^xsd:decimal ;
  geo-pos:long "-88.4627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5161'^^xsd:integer;
  dwc:scientificName 'Portaratrum fascinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4627'^^xsd:double;
  dwc:latitude '-7.0728'^^xsd:double;
  dwc:aphiaid '247460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0565"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0565"^^xsd:decimal ;
  geo-pos:long "-88.4615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8657'^^xsd:integer;
  dwc:scientificName 'Microlaimus discolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4615'^^xsd:double;
  dwc:latitude '-7.0565'^^xsd:double;
  dwc:aphiaid '228623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0565"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0565"^^xsd:decimal ;
  geo-pos:long "-88.4615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8330'^^xsd:integer;
  dwc:scientificName 'Chromadorita abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4615'^^xsd:double;
  dwc:latitude '-7.0565'^^xsd:double;
  dwc:aphiaid '583370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0565"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0565"^^xsd:decimal ;
  geo-pos:long "-88.4615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8443'^^xsd:integer;
  dwc:scientificName 'Cervonema tenuicaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4615'^^xsd:double;
  dwc:latitude '-7.0565'^^xsd:double;
  dwc:aphiaid '121351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8443'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0565"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0565"^^xsd:decimal ;
  geo-pos:long "-88.4615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8437'^^xsd:integer;
  dwc:scientificName 'Thelonema majum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4615'^^xsd:double;
  dwc:latitude '-7.0565'^^xsd:double;
  dwc:aphiaid '583405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583405'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0565"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0565"^^xsd:decimal ;
  geo-pos:long "-88.4615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8350'^^xsd:integer;
  dwc:scientificName 'Chromaspirina modesta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4615'^^xsd:double;
  dwc:latitude '-7.0565'^^xsd:double;
  dwc:aphiaid '583377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0565"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0565 -88.4615)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0565"^^xsd:decimal ;
  geo-pos:long "-88.4615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8345'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus bulbicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4615'^^xsd:double;
  dwc:latitude '-7.0565'^^xsd:double;
  dwc:aphiaid '583375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0775 -88.4612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0775"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0775 -88.4612)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0775"^^xsd:decimal ;
  geo-pos:long "-88.4612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8497'^^xsd:integer;
  dwc:scientificName 'Syringolaimus ingens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4612'^^xsd:double;
  dwc:latitude '-7.0775'^^xsd:double;
  dwc:aphiaid '584119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '584119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0797 -88.4605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0797"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0797 -88.4605)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0797"^^xsd:decimal ;
  geo-pos:long "-88.4605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8498'^^xsd:integer;
  dwc:scientificName 'Syringolaimus ingens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4605'^^xsd:double;
  dwc:latitude '-7.0797'^^xsd:double;
  dwc:aphiaid '584119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '584119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0782 -88.4605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0782"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0782 -88.4605)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0782"^^xsd:decimal ;
  geo-pos:long "-88.4605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8527'^^xsd:integer;
  dwc:scientificName 'Halalaimus longinquus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4605'^^xsd:double;
  dwc:latitude '-7.0782'^^xsd:double;
  dwc:aphiaid '583441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0782 -88.4605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0782"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0782 -88.4605)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0782"^^xsd:decimal ;
  geo-pos:long "-88.4605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8472'^^xsd:integer;
  dwc:scientificName 'Desmoscolex noctuabundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4605'^^xsd:double;
  dwc:latitude '-7.0782'^^xsd:double;
  dwc:aphiaid '583420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0782 -88.4605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0782"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0782 -88.4605)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0782"^^xsd:decimal ;
  geo-pos:long "-88.4605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8474'^^xsd:integer;
  dwc:scientificName 'Desmoscolex obscurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4605'^^xsd:double;
  dwc:latitude '-7.0782'^^xsd:double;
  dwc:aphiaid '583421'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583421'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0782 -88.4605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0782"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0782 -88.4605)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0782"^^xsd:decimal ;
  geo-pos:long "-88.4605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8446'^^xsd:integer;
  dwc:scientificName 'Diplopeltula dulcis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4605'^^xsd:double;
  dwc:latitude '-7.0782'^^xsd:double;
  dwc:aphiaid '583408'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583408'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0808 -88.4603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0808"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0808 -88.4603)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0808"^^xsd:decimal ;
  geo-pos:long "-88.4603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8671'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4603'^^xsd:double;
  dwc:latitude '-7.0808'^^xsd:double;
  dwc:aphiaid '1306299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0607 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0607"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0607 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0607"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8521'^^xsd:integer;
  dwc:scientificName 'Halalaimus abyssus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0607'^^xsd:double;
  dwc:aphiaid '583437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0607 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0607"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0607 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0607"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8395'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera amabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0607'^^xsd:double;
  dwc:aphiaid '583391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0607 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0607"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0607 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0607"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8344'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus bulbicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0607'^^xsd:double;
  dwc:aphiaid '583375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8534'^^xsd:integer;
  dwc:scientificName 'Trefusia dominatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '583447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8504'^^xsd:integer;
  dwc:scientificName 'Syringolaimus venustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '584121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '584121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8325'^^xsd:integer;
  dwc:scientificName 'Acantholaimus maks'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '182948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8323'^^xsd:integer;
  dwc:scientificName 'Acantholaimus incomptus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '182946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8333'^^xsd:integer;
  dwc:scientificName 'Chromadorita dimeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '583371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8400'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera mortalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '583393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8373'^^xsd:integer;
  dwc:scientificName 'Camacolaimus iaculator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '583385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720154'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8366'^^xsd:integer;
  dwc:scientificName 'Camacolaimus bellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '583382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8368'^^xsd:integer;
  dwc:scientificName 'Camacolaimus bulbimangani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '583383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720145'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8346'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus comatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '836055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '836055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0588"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0588 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0588"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8338'^^xsd:integer;
  dwc:scientificName 'Dichromadora abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '-7.0588'^^xsd:double;
  dwc:aphiaid '583373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0693 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0693"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0693 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0693"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8670'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0693'^^xsd:double;
  dwc:aphiaid '1306299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8524'^^xsd:integer;
  dwc:scientificName 'Halalaimus arundinaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '583439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8510'^^xsd:integer;
  dwc:scientificName 'Litinium obtusilobus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '583433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8494'^^xsd:integer;
  dwc:scientificName 'Syringolaimus gladiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '583431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8322'^^xsd:integer;
  dwc:scientificName 'Acantholaimus incomptus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '182946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8328'^^xsd:integer;
  dwc:scientificName 'Acantholaimus tectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '583369'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8328'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8408'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '583397'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054754'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8365'^^xsd:integer;
  dwc:scientificName 'Camacolaimus bellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '583382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8355'^^xsd:integer;
  dwc:scientificName 'Molgolaimus porosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '583379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8352'^^xsd:integer;
  dwc:scientificName 'Molgolaimus amphimacrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '583378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0587"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0587 -88.4595)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0587"^^xsd:decimal ;
  geo-pos:long "-88.4595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8336'^^xsd:integer;
  dwc:scientificName 'Chromadorita pentameris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4595'^^xsd:double;
  dwc:latitude '-7.0587'^^xsd:double;
  dwc:aphiaid '583372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0253"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0253"^^xsd:decimal ;
  geo-pos:long "-88.4593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8655'^^xsd:integer;
  dwc:scientificName 'Microlaimus clancularius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4593'^^xsd:double;
  dwc:latitude '-7.0253'^^xsd:double;
  dwc:aphiaid '228625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228625'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0253"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0253"^^xsd:decimal ;
  geo-pos:long "-88.4593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8661'^^xsd:integer;
  dwc:scientificName 'Microlaimus porosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4593'^^xsd:double;
  dwc:latitude '-7.0253'^^xsd:double;
  dwc:aphiaid '228624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0253"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0253"^^xsd:decimal ;
  geo-pos:long "-88.4593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8517'^^xsd:integer;
  dwc:scientificName 'Cricohalalaimus vagabundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4593'^^xsd:double;
  dwc:latitude '-7.0253'^^xsd:double;
  dwc:aphiaid '583435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0253"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0253"^^xsd:decimal ;
  geo-pos:long "-88.4593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8332'^^xsd:integer;
  dwc:scientificName 'Chromadorita abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4593'^^xsd:double;
  dwc:latitude '-7.0253'^^xsd:double;
  dwc:aphiaid '583370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0253"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0253"^^xsd:decimal ;
  geo-pos:long "-88.4593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8463'^^xsd:integer;
  dwc:scientificName 'Southerniella conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4593'^^xsd:double;
  dwc:latitude '-7.0253'^^xsd:double;
  dwc:aphiaid '121422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121422'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0253"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0253 -88.4593)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0253"^^xsd:decimal ;
  geo-pos:long "-88.4593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8476'^^xsd:integer;
  dwc:scientificName 'Desmoscolex opacus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4593'^^xsd:double;
  dwc:latitude '-7.0253'^^xsd:double;
  dwc:aphiaid '583422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583422'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.069 -88.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.069"^^xsd:decimal ;
  dwc:decimalLongitude "-88.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.069 -88.459)"^^geo:wktLiteral ;
  geo-pos:lat "-7.069"^^xsd:decimal ;
  geo-pos:long "-88.459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8680'^^xsd:integer;
  dwc:scientificName 'Phylloncholaimus immanis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.459'^^xsd:double;
  dwc:latitude '-7.069'^^xsd:double;
  dwc:aphiaid '583444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.069 -88.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.069"^^xsd:decimal ;
  dwc:decimalLongitude "-88.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.069 -88.459)"^^geo:wktLiteral ;
  geo-pos:lat "-7.069"^^xsd:decimal ;
  geo-pos:long "-88.459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8507'^^xsd:integer;
  dwc:scientificName 'Thalassironus multidentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.459'^^xsd:double;
  dwc:latitude '-7.069'^^xsd:double;
  dwc:aphiaid '583432'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583432'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0218"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0218"^^xsd:decimal ;
  geo-pos:long "-88.4588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8653'^^xsd:integer;
  dwc:scientificName 'Caligocanna mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4588'^^xsd:double;
  dwc:latitude '-7.0218'^^xsd:double;
  dwc:aphiaid '474823'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '474823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0218"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0218"^^xsd:decimal ;
  geo-pos:long "-88.4588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8659'^^xsd:integer;
  dwc:scientificName 'Microlaimus discolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4588'^^xsd:double;
  dwc:latitude '-7.0218'^^xsd:double;
  dwc:aphiaid '228623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0218"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0218"^^xsd:decimal ;
  geo-pos:long "-88.4588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8662'^^xsd:integer;
  dwc:scientificName 'Microlaimus porosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4588'^^xsd:double;
  dwc:latitude '-7.0218'^^xsd:double;
  dwc:aphiaid '228624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0218"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0218"^^xsd:decimal ;
  geo-pos:long "-88.4588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8455'^^xsd:integer;
  dwc:scientificName 'Diplopeltula suavis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4588'^^xsd:double;
  dwc:latitude '-7.0218'^^xsd:double;
  dwc:aphiaid '583413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0218"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0218"^^xsd:decimal ;
  geo-pos:long "-88.4588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8384'^^xsd:integer;
  dwc:scientificName 'Diplopeltoides ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4588'^^xsd:double;
  dwc:latitude '-7.0218'^^xsd:double;
  dwc:aphiaid '121193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0218"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0218"^^xsd:decimal ;
  geo-pos:long "-88.4588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8421'^^xsd:integer;
  dwc:scientificName 'Capsula galeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4588'^^xsd:double;
  dwc:latitude '-7.0218'^^xsd:double;
  dwc:aphiaid '583400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0218"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0218"^^xsd:decimal ;
  geo-pos:long "-88.4588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8404'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera ovifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4588'^^xsd:double;
  dwc:latitude '-7.0218'^^xsd:double;
  dwc:aphiaid '583394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0218"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0218 -88.4588)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0218"^^xsd:decimal ;
  geo-pos:long "-88.4588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8441'^^xsd:integer;
  dwc:scientificName 'Cervonema memorabile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4588'^^xsd:double;
  dwc:latitude '-7.0218'^^xsd:double;
  dwc:aphiaid '583406'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0698 -88.4585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0698"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0698 -88.4585)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0698"^^xsd:decimal ;
  geo-pos:long "-88.4585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8688'^^xsd:integer;
  dwc:scientificName 'Eurystomina absoluta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4585'^^xsd:double;
  dwc:latitude '-7.0698'^^xsd:double;
  dwc:aphiaid '583445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0703"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0703"^^xsd:decimal ;
  geo-pos:long "-88.4577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8654'^^xsd:integer;
  dwc:scientificName 'Caligocanna mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4577'^^xsd:double;
  dwc:latitude '-7.0703'^^xsd:double;
  dwc:aphiaid '474823'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '474823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0703"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0703"^^xsd:decimal ;
  geo-pos:long "-88.4577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8663'^^xsd:integer;
  dwc:scientificName 'Microlaimus porosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4577'^^xsd:double;
  dwc:latitude '-7.0703'^^xsd:double;
  dwc:aphiaid '228624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0703"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0703"^^xsd:decimal ;
  geo-pos:long "-88.4577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8665'^^xsd:integer;
  dwc:scientificName 'Bathynox clavata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4577'^^xsd:double;
  dwc:latitude '-7.0703'^^xsd:double;
  dwc:aphiaid '229825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0703"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0703"^^xsd:decimal ;
  geo-pos:long "-88.4577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8518'^^xsd:integer;
  dwc:scientificName 'Cricohalalaimus vagabundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4577'^^xsd:double;
  dwc:latitude '-7.0703'^^xsd:double;
  dwc:aphiaid '583435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0703"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0703"^^xsd:decimal ;
  geo-pos:long "-88.4577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8453'^^xsd:integer;
  dwc:scientificName 'Diplopeltula peruensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4577'^^xsd:double;
  dwc:latitude '-7.0703'^^xsd:double;
  dwc:aphiaid '583411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0703"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0703"^^xsd:decimal ;
  geo-pos:long "-88.4577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8432'^^xsd:integer;
  dwc:scientificName 'Theristus discolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4577'^^xsd:double;
  dwc:latitude '-7.0703'^^xsd:double;
  dwc:aphiaid '583402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0703"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0703 -88.4577)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0703"^^xsd:decimal ;
  geo-pos:long "-88.4577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8358'^^xsd:integer;
  dwc:scientificName 'Eudraconema dracocephalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4577'^^xsd:double;
  dwc:latitude '-7.0703'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8358'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7 -88.4577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7 -88.4577)"^^geo:wktLiteral ;
  geo-pos:lat "-7"^^xsd:decimal ;
  geo-pos:long "-88.4577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8678'^^xsd:integer;
  dwc:scientificName 'Phylloncholaimus immanis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4577'^^xsd:double;
  dwc:latitude '-7'^^xsd:integer;
  dwc:aphiaid '583444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8651'^^xsd:integer;
  dwc:scientificName 'Caligocanna mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '474823'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '474823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8526'^^xsd:integer;
  dwc:scientificName 'Halalaimus longinquus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8460'^^xsd:integer;
  dwc:scientificName 'Southerniella amblynema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583415'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '957044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8316'^^xsd:integer;
  dwc:scientificName 'Acantholaimus angustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8469'^^xsd:integer;
  dwc:scientificName 'Desmoscolex longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8414'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera bella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583399'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8416'^^xsd:integer;
  dwc:scientificName 'Capsula galeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8388'^^xsd:integer;
  dwc:scientificName 'Ceramonema manganum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583387'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8391'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8423'^^xsd:integer;
  dwc:scientificName 'Enchonema umbrosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8439'^^xsd:integer;
  dwc:scientificName 'Cervonema memorabile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583406'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8448'^^xsd:integer;
  dwc:scientificName 'Diplopeltula longiloba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '583409'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0732"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0732 -88.4575)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0732"^^xsd:decimal ;
  geo-pos:long "-88.4575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8383'^^xsd:integer;
  dwc:scientificName 'Diplopeltoides ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4575'^^xsd:double;
  dwc:latitude '-7.0732'^^xsd:double;
  dwc:aphiaid '121193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0673 -88.4568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0673"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0673 -88.4568)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0673"^^xsd:decimal ;
  geo-pos:long "-88.4568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8538'^^xsd:integer;
  dwc:scientificName 'Trophomera marionensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4568'^^xsd:double;
  dwc:latitude '-7.0673'^^xsd:double;
  dwc:aphiaid '458927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0705 -88.4565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0705"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0705 -88.4565)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0705"^^xsd:decimal ;
  geo-pos:long "-88.4565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8496'^^xsd:integer;
  dwc:scientificName 'Syringolaimus ingens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4565'^^xsd:double;
  dwc:latitude '-7.0705'^^xsd:double;
  dwc:aphiaid '584119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '584119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0283 -88.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0283"^^xsd:decimal ;
  dwc:decimalLongitude "-88.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0283 -88.456)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0283"^^xsd:decimal ;
  geo-pos:long "-88.456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8466'^^xsd:integer;
  dwc:scientificName 'Coninckia brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.456'^^xsd:double;
  dwc:latitude '-7.0283'^^xsd:double;
  dwc:aphiaid '583417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0283 -88.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0283"^^xsd:decimal ;
  dwc:decimalLongitude "-88.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0283 -88.456)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0283"^^xsd:decimal ;
  geo-pos:long "-88.456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8411'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.456'^^xsd:double;
  dwc:latitude '-7.0283'^^xsd:double;
  dwc:aphiaid '583397'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054754'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0283 -88.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0283"^^xsd:decimal ;
  dwc:decimalLongitude "-88.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0283 -88.456)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0283"^^xsd:decimal ;
  geo-pos:long "-88.456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8380'^^xsd:integer;
  dwc:scientificName 'Cyartonema zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.456'^^xsd:double;
  dwc:latitude '-7.0283'^^xsd:double;
  dwc:aphiaid '121192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.4555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8450'^^xsd:integer;
  dwc:scientificName 'Diplopeltula mollis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4555'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '583410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.4555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8479'^^xsd:integer;
  dwc:scientificName 'Greeffiella longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4555'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '583423'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.4555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8426'^^xsd:integer;
  dwc:scientificName 'Enchonema umbrosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4555'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '583401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.4555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8419'^^xsd:integer;
  dwc:scientificName 'Capsula galeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4555'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '583400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.4555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8392'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4555'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.4555)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.4555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8363'^^xsd:integer;
  dwc:scientificName 'Leptolaimus formosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4555'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '583381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0717 -88.4553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0717"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0717 -88.4553)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0717"^^xsd:decimal ;
  geo-pos:long "-88.4553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8539'^^xsd:integer;
  dwc:scientificName 'Trophomera minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4553'^^xsd:double;
  dwc:latitude '-7.0717'^^xsd:double;
  dwc:aphiaid '458929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0717 -88.4553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0717"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0717 -88.4553)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0717"^^xsd:decimal ;
  geo-pos:long "-88.4553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8490'^^xsd:integer;
  dwc:scientificName 'Phanodermella obtusicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4553'^^xsd:double;
  dwc:latitude '-7.0717'^^xsd:double;
  dwc:aphiaid '583430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583430'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7 -88.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7"^^xsd:decimal ;
  dwc:decimalLongitude "-88.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7 -88.455)"^^geo:wktLiteral ;
  geo-pos:lat "-7"^^xsd:decimal ;
  geo-pos:long "-88.455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8481'^^xsd:integer;
  dwc:scientificName 'Greeffiella longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.455'^^xsd:double;
  dwc:latitude '-7'^^xsd:integer;
  dwc:aphiaid '583423'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0867 -88.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0867 -88.4533)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0867"^^xsd:decimal ;
  geo-pos:long "-88.4533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8667'^^xsd:integer;
  dwc:scientificName 'Bathynox clavata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4533'^^xsd:double;
  dwc:latitude '-7.0867'^^xsd:double;
  dwc:aphiaid '229825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0838 -88.4518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0838"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0838 -88.4518)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0838"^^xsd:decimal ;
  geo-pos:long "-88.4518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8679'^^xsd:integer;
  dwc:scientificName 'Phylloncholaimus immanis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4518'^^xsd:double;
  dwc:latitude '-7.0838'^^xsd:double;
  dwc:aphiaid '583444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.085 -88.4507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.085"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.085 -88.4507)"^^geo:wktLiteral ;
  geo-pos:lat "-7.085"^^xsd:decimal ;
  geo-pos:long "-88.4507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8666'^^xsd:integer;
  dwc:scientificName 'Bathynox clavata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4507'^^xsd:double;
  dwc:latitude '-7.085'^^xsd:double;
  dwc:aphiaid '229825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.13 -88.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.13"^^xsd:decimal ;
  dwc:decimalLongitude "-88.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.13 -88.45)"^^geo:wktLiteral ;
  geo-pos:lat "-7.13"^^xsd:decimal ;
  geo-pos:long "-88.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3654'^^xsd:integer;
  dwc:scientificName 'Storthyngura parka'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.45'^^xsd:double;
  dwc:latitude '-7.13'^^xsd:double;
  dwc:aphiaid '255779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255779'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.12 -88.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.12"^^xsd:decimal ;
  dwc:decimalLongitude "-88.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.12 -88.45)"^^geo:wktLiteral ;
  geo-pos:lat "-7.12"^^xsd:decimal ;
  geo-pos:long "-88.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2919'^^xsd:integer;
  dwc:scientificName 'Eugerda gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.45'^^xsd:double;
  dwc:latitude '-7.12'^^xsd:double;
  dwc:aphiaid '818729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.45)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3193'^^xsd:integer;
  dwc:scientificName 'Mastigoniscus gratissimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.45'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '261113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.45)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3364'^^xsd:integer;
  dwc:scientificName 'Mastigoniscus platovatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.45'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '261117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261117'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.45)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3365'^^xsd:integer;
  dwc:scientificName 'Mastigoniscus stenocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.45'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '261120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0618 -88.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0618"^^xsd:decimal ;
  dwc:decimalLongitude "-88.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0618 -88.45)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0618"^^xsd:decimal ;
  geo-pos:long "-88.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8506'^^xsd:integer;
  dwc:scientificName 'Thalassironus multidentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.45'^^xsd:double;
  dwc:latitude '-7.0618'^^xsd:double;
  dwc:aphiaid '583432'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583432'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0618 -88.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0618"^^xsd:decimal ;
  dwc:decimalLongitude "-88.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0618 -88.45)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0618"^^xsd:decimal ;
  geo-pos:long "-88.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8491'^^xsd:integer;
  dwc:scientificName 'Phanodermella obtusicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.45'^^xsd:double;
  dwc:latitude '-7.0618'^^xsd:double;
  dwc:aphiaid '583430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583430'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0743 -88.4487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0743"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0743 -88.4487)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0743"^^xsd:decimal ;
  geo-pos:long "-88.4487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8489'^^xsd:integer;
  dwc:scientificName 'Phanodermella obtusicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4487'^^xsd:double;
  dwc:latitude '-7.0743'^^xsd:double;
  dwc:aphiaid '583430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583430'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0647 -88.4473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0647"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0647 -88.4473)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0647"^^xsd:decimal ;
  geo-pos:long "-88.4473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8685'^^xsd:integer;
  dwc:scientificName 'Eurystomina absoluta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4473'^^xsd:double;
  dwc:latitude '-7.0647'^^xsd:double;
  dwc:aphiaid '583445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0647 -88.4473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0647"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0647 -88.4473)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0647"^^xsd:decimal ;
  geo-pos:long "-88.4473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8508'^^xsd:integer;
  dwc:scientificName 'Thalassironus multidentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4473'^^xsd:double;
  dwc:latitude '-7.0647'^^xsd:double;
  dwc:aphiaid '583432'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583432'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0647 -88.4473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0647"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0647 -88.4473)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0647"^^xsd:decimal ;
  geo-pos:long "-88.4473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8492'^^xsd:integer;
  dwc:scientificName 'Phanodermella obtusicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4473'^^xsd:double;
  dwc:latitude '-7.0647'^^xsd:double;
  dwc:aphiaid '583430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583430'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8529'^^xsd:integer;
  dwc:scientificName 'Halalaimus praestans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583443'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8535'^^xsd:integer;
  dwc:scientificName 'Trefusia dominatrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8532'^^xsd:integer;
  dwc:scientificName 'Trefusia attenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8495'^^xsd:integer;
  dwc:scientificName 'Syringolaimus gladiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8319'^^xsd:integer;
  dwc:scientificName 'Acantholaimus caecus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8319'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8475'^^xsd:integer;
  dwc:scientificName 'Desmoscolex opacus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583422'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8405'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera peruensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8409'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583397'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054754'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8401'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera mortalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8396'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera amabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8375'^^xsd:integer;
  dwc:scientificName 'Camacolaimus prytherchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '121233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868945'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8434'^^xsd:integer;
  dwc:scientificName 'Theristus sonnae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8434'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8370'^^xsd:integer;
  dwc:scientificName 'Camacolaimus bulbimangani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720145'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8371'^^xsd:integer;
  dwc:scientificName 'Camacolaimus glandulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1720152'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8353'^^xsd:integer;
  dwc:scientificName 'Molgolaimus amphimacrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8356'^^xsd:integer;
  dwc:scientificName 'Molgolaimus porosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8342'^^xsd:integer;
  dwc:scientificName 'Nyctonema portentosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8347'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus comatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '836055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '836055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.0745"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.0745 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.0745"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8337'^^xsd:integer;
  dwc:scientificName 'Chromadorita pentameris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.0745'^^xsd:double;
  dwc:aphiaid '583372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8511'^^xsd:integer;
  dwc:scientificName 'Litinium obtusilobus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8509'^^xsd:integer;
  dwc:scientificName 'Thalassironus multidentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583432'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583432'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8457'^^xsd:integer;
  dwc:scientificName 'Diplopeltula suavis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8379'^^xsd:integer;
  dwc:scientificName 'Cyartonema zosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '121192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4458)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8360'^^xsd:integer;
  dwc:scientificName 'Leptolaimus clandestinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4458'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583380'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.1257 -88.4453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.1257"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.1257 -88.4453)"^^geo:wktLiteral ;
  geo-pos:lat "-7.1257"^^xsd:decimal ;
  geo-pos:long "-88.4453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8687'^^xsd:integer;
  dwc:scientificName 'Eurystomina absoluta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4453'^^xsd:double;
  dwc:latitude '-7.1257'^^xsd:double;
  dwc:aphiaid '583445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.074"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.074 -88.4453)"^^geo:wktLiteral ;
  geo-pos:lat "-7.074"^^xsd:decimal ;
  geo-pos:long "-88.4453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8684'^^xsd:integer;
  dwc:scientificName 'Eurystomina absoluta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4453'^^xsd:double;
  dwc:latitude '-7.074'^^xsd:double;
  dwc:aphiaid '583445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.075 -88.445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.075"^^xsd:decimal ;
  dwc:decimalLongitude "-88.445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.075 -88.445)"^^geo:wktLiteral ;
  geo-pos:lat "-7.075"^^xsd:decimal ;
  geo-pos:long "-88.445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8683'^^xsd:integer;
  dwc:scientificName 'Eurystomina absoluta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.445'^^xsd:double;
  dwc:latitude '-7.075'^^xsd:double;
  dwc:aphiaid '583445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.075 -88.445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.075"^^xsd:decimal ;
  dwc:decimalLongitude "-88.445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.075 -88.445)"^^geo:wktLiteral ;
  geo-pos:lat "-7.075"^^xsd:decimal ;
  geo-pos:long "-88.445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8536'^^xsd:integer;
  dwc:scientificName 'Trophomera abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.445'^^xsd:double;
  dwc:latitude '-7.075'^^xsd:double;
  dwc:aphiaid '458905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8650'^^xsd:integer;
  dwc:scientificName 'Caligocanna mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '474823'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '474823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8530'^^xsd:integer;
  dwc:scientificName 'Halalaimus praestans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583443'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8648'^^xsd:integer;
  dwc:scientificName 'Aponema nympha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '228595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '836304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8525'^^xsd:integer;
  dwc:scientificName 'Halalaimus egregius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8519'^^xsd:integer;
  dwc:scientificName 'Halalaimus absconditus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583436'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8513'^^xsd:integer;
  dwc:scientificName 'Oxystomina inexpugnabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583434'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8513'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583434'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8456'^^xsd:integer;
  dwc:scientificName 'Diplopeltula suavis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8451'^^xsd:integer;
  dwc:scientificName 'Diplopeltula peruensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8320'^^xsd:integer;
  dwc:scientificName 'Acantholaimus coruscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8473'^^xsd:integer;
  dwc:scientificName 'Desmoscolex obscurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583421'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583421'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8465'^^xsd:integer;
  dwc:scientificName 'Southerniella lympha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583416'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '957045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8478'^^xsd:integer;
  dwc:scientificName 'Greeffiella longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583423'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8483'^^xsd:integer;
  dwc:scientificName 'Tricoma manganicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8410'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583397'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054754'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8387'^^xsd:integer;
  dwc:scientificName 'Ceramonema manganum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583387'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8422'^^xsd:integer;
  dwc:scientificName 'Enchonema umbrosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8445'^^xsd:integer;
  dwc:scientificName 'Campylaimus abditus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583407'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8376'^^xsd:integer;
  dwc:scientificName 'Aegialoalaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '121184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8447'^^xsd:integer;
  dwc:scientificName 'Diplopeltula longiloba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583409'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8447'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8382'^^xsd:integer;
  dwc:scientificName 'Diplopeltoides ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '121193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.084"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.084 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.084"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8362'^^xsd:integer;
  dwc:scientificName 'Leptolaimus formosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.084'^^xsd:double;
  dwc:aphiaid '583381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8471'^^xsd:integer;
  dwc:scientificName 'Desmoscolex noctuabundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '583420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8467'^^xsd:integer;
  dwc:scientificName 'Desmoscolex brachyrhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '583418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8477'^^xsd:integer;
  dwc:scientificName 'Greeffiella longiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '583423'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8482'^^xsd:integer;
  dwc:scientificName 'Tricoma manganicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '583424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8386'^^xsd:integer;
  dwc:scientificName 'Ceramonema manganum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '583387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583387'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8390'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8429'^^xsd:integer;
  dwc:scientificName 'Theristus discolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '583402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8442'^^xsd:integer;
  dwc:scientificName 'Cervonema tenuicaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '121351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8442'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8438'^^xsd:integer;
  dwc:scientificName 'Cervonema memorabile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '583406'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8381'^^xsd:integer;
  dwc:scientificName 'Diplopeltoides ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '121193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8357'^^xsd:integer;
  dwc:scientificName 'Eudraconema dracocephalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8357'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8348'^^xsd:integer;
  dwc:scientificName 'Chromaspirina modesta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '583377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.081"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.081 -88.4443)"^^geo:wktLiteral ;
  geo-pos:lat "-7.081"^^xsd:decimal ;
  geo-pos:long "-88.4443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8339'^^xsd:integer;
  dwc:scientificName 'Dichromadora abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4443'^^xsd:double;
  dwc:latitude '-7.081'^^xsd:double;
  dwc:aphiaid '583373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.082 -88.4387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.082"^^xsd:decimal ;
  dwc:decimalLongitude "-88.4387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.082 -88.4387)"^^geo:wktLiteral ;
  geo-pos:lat "-7.082"^^xsd:decimal ;
  geo-pos:long "-88.4387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8674'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion forceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.4387'^^xsd:double;
  dwc:latitude '-7.082'^^xsd:double;
  dwc:aphiaid '583428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.07"^^xsd:decimal ;
  dwc:decimalLongitude "-88.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.07 -88.43)"^^geo:wktLiteral ;
  geo-pos:lat "-7.07"^^xsd:decimal ;
  geo-pos:long "-88.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3363'^^xsd:integer;
  dwc:scientificName 'Mastigoniscus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.43'^^xsd:double;
  dwc:latitude '-7.07'^^xsd:double;
  dwc:aphiaid '261111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.1005 -88.415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.1005"^^xsd:decimal ;
  dwc:decimalLongitude "-88.415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.1005 -88.415)"^^geo:wktLiteral ;
  geo-pos:lat "-7.1005"^^xsd:decimal ;
  geo-pos:long "-88.415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8682'^^xsd:integer;
  dwc:scientificName 'Phylloncholaimus immanis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.415'^^xsd:double;
  dwc:latitude '-7.1005'^^xsd:double;
  dwc:aphiaid '583444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1464935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.85 -88.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.85"^^xsd:decimal ;
  dwc:decimalLongitude "-88.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.85 -88.3)"^^geo:wktLiteral ;
  geo-pos:lat "28.85"^^xsd:decimal ;
  geo-pos:long "-88.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16767'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.3'^^xsd:double;
  dwc:latitude '28.85'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.4083 -88.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.4083"^^xsd:decimal ;
  dwc:decimalLongitude "-88.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.4083 -88.1667)"^^geo:wktLiteral ;
  geo-pos:lat "29.4083"^^xsd:decimal ;
  geo-pos:long "-88.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11631'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.1667'^^xsd:double;
  dwc:latitude '29.4083'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1003 -88.1347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1003"^^xsd:decimal ;
  dwc:decimalLongitude "-88.1347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1003 -88.1347)"^^geo:wktLiteral ;
  geo-pos:lat "10.1003"^^xsd:decimal ;
  geo-pos:long "-88.1347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4132'^^xsd:integer;
  dwc:scientificName 'Apseudes unicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.1347'^^xsd:double;
  dwc:latitude '10.1003'^^xsd:double;
  dwc:aphiaid '244631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458650'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5333 -88.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-88.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5333 -88.1)"^^geo:wktLiteral ;
  geo-pos:lat "28.5333"^^xsd:decimal ;
  geo-pos:long "-88.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16766'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.1'^^xsd:double;
  dwc:latitude '28.5333'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5333 -88.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-88.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5333 -88.1)"^^geo:wktLiteral ;
  geo-pos:lat "28.5333"^^xsd:decimal ;
  geo-pos:long "-88.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16765'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-88.1'^^xsd:double;
  dwc:latitude '28.5333'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0015 -87.9882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.0015"^^xsd:decimal ;
  dwc:decimalLongitude "-87.9882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.0015 -87.9882)"^^geo:wktLiteral ;
  geo-pos:lat "27.0015"^^xsd:decimal ;
  geo-pos:long "-87.9882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5708'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.9882'^^xsd:double;
  dwc:latitude '27.0015'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -87.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-87.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -87.8333)"^^geo:wktLiteral ;
  geo-pos:lat "23.2167"^^xsd:decimal ;
  geo-pos:long "-87.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12396'^^xsd:integer;
  dwc:scientificName 'Stenosarina oregonae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.8333'^^xsd:double;
  dwc:latitude '23.2167'^^xsd:double;
  dwc:aphiaid '235505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -87.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-87.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -87.8333)"^^geo:wktLiteral ;
  geo-pos:lat "23.2167"^^xsd:decimal ;
  geo-pos:long "-87.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11633'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.8333'^^xsd:double;
  dwc:latitude '23.2167'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -87.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3"^^xsd:decimal ;
  dwc:decimalLongitude "-87.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -87.8333)"^^geo:wktLiteral ;
  geo-pos:lat "24.3"^^xsd:decimal ;
  geo-pos:long "-87.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12394'^^xsd:integer;
  dwc:scientificName 'Stenosarina angustata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.8333'^^xsd:double;
  dwc:latitude '24.3'^^xsd:double;
  dwc:aphiaid '235503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -87.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3"^^xsd:decimal ;
  dwc:decimalLongitude "-87.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -87.8333)"^^geo:wktLiteral ;
  geo-pos:lat "24.3"^^xsd:decimal ;
  geo-pos:long "-87.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11634'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.8333'^^xsd:double;
  dwc:latitude '24.3'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5568 -87.7623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.5568"^^xsd:decimal ;
  dwc:decimalLongitude "-87.7623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5568 -87.7623)"^^geo:wktLiteral ;
  geo-pos:lat "28.5568"^^xsd:decimal ;
  geo-pos:long "-87.7623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4740'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.7623'^^xsd:double;
  dwc:latitude '28.5568'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5572 -87.7607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.5572"^^xsd:decimal ;
  dwc:decimalLongitude "-87.7607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5572 -87.7607)"^^geo:wktLiteral ;
  geo-pos:lat "28.5572"^^xsd:decimal ;
  geo-pos:long "-87.7607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4755'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.7607'^^xsd:double;
  dwc:latitude '28.5572'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.7 -87.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.7"^^xsd:decimal ;
  dwc:decimalLongitude "-87.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.7 -87.7)"^^geo:wktLiteral ;
  geo-pos:lat "82.7"^^xsd:decimal ;
  geo-pos:long "-87.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3853'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.7'^^xsd:double;
  dwc:latitude '82.7'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.9194 -87.6704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.9194"^^xsd:decimal ;
  dwc:decimalLongitude "-87.6704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.9194 -87.6704)"^^geo:wktLiteral ;
  geo-pos:lat "28.9194"^^xsd:decimal ;
  geo-pos:long "-87.6704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5046'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.6704'^^xsd:double;
  dwc:latitude '28.9194'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.9194 -87.6704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.9194"^^xsd:decimal ;
  dwc:decimalLongitude "-87.6704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.9194 -87.6704)"^^geo:wktLiteral ;
  geo-pos:lat "28.9194"^^xsd:decimal ;
  geo-pos:long "-87.6704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5047'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.6704'^^xsd:double;
  dwc:latitude '28.9194'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.9194 -87.6704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.9194"^^xsd:decimal ;
  dwc:decimalLongitude "-87.6704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.9194 -87.6704)"^^geo:wktLiteral ;
  geo-pos:lat "28.9194"^^xsd:decimal ;
  geo-pos:long "-87.6704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5098'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.6704'^^xsd:double;
  dwc:latitude '28.9194'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.9168 -87.6677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.9168"^^xsd:decimal ;
  dwc:decimalLongitude "-87.6677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.9168 -87.6677)"^^geo:wktLiteral ;
  geo-pos:lat "28.9168"^^xsd:decimal ;
  geo-pos:long "-87.6677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5089'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.6677'^^xsd:double;
  dwc:latitude '28.9168'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9333 -87.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-87.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9333 -87.5333)"^^geo:wktLiteral ;
  geo-pos:lat "23.9333"^^xsd:decimal ;
  geo-pos:long "-87.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12395'^^xsd:integer;
  dwc:scientificName 'Stenosarina angustata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.5333'^^xsd:double;
  dwc:latitude '23.9333'^^xsd:double;
  dwc:aphiaid '235503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29 -87.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29"^^xsd:decimal ;
  dwc:decimalLongitude "-87.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29 -87.4833)"^^geo:wktLiteral ;
  geo-pos:lat "29"^^xsd:decimal ;
  geo-pos:long "-87.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4451'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.4833'^^xsd:double;
  dwc:latitude '29'^^xsd:integer;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.25 -87.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.25"^^xsd:decimal ;
  dwc:decimalLongitude "-87.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.25 -87.45)"^^geo:wktLiteral ;
  geo-pos:lat "-71.25"^^xsd:decimal ;
  geo-pos:long "-87.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7459'^^xsd:integer;
  dwc:scientificName 'Pseudocyclopina belgicae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.45'^^xsd:double;
  dwc:latitude '-71.25'^^xsd:double;
  dwc:aphiaid '359021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359021'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2746 -87.3317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2746"^^xsd:decimal ;
  dwc:decimalLongitude "-87.3317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2746 -87.3317)"^^geo:wktLiteral ;
  geo-pos:lat "28.2746"^^xsd:decimal ;
  geo-pos:long "-87.3317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5667'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.3317'^^xsd:double;
  dwc:latitude '28.2746'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2746 -87.3317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2746"^^xsd:decimal ;
  dwc:decimalLongitude "-87.3317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2746 -87.3317)"^^geo:wktLiteral ;
  geo-pos:lat "28.2746"^^xsd:decimal ;
  geo-pos:long "-87.3317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5713'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.3317'^^xsd:double;
  dwc:latitude '28.2746'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.4833 -87.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-87.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.4833 -87.1)"^^geo:wktLiteral ;
  geo-pos:lat "20.4833"^^xsd:decimal ;
  geo-pos:long "-87.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12487'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.1'^^xsd:double;
  dwc:latitude '20.4833'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3342 -87.0626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.3342"^^xsd:decimal ;
  dwc:decimalLongitude "-87.0626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3342 -87.0626)"^^geo:wktLiteral ;
  geo-pos:lat "29.3342"^^xsd:decimal ;
  geo-pos:long "-87.0626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5712'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.0626'^^xsd:double;
  dwc:latitude '29.3342'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3342 -87.0563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.3342"^^xsd:decimal ;
  dwc:decimalLongitude "-87.0563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3342 -87.0563)"^^geo:wktLiteral ;
  geo-pos:lat "29.3342"^^xsd:decimal ;
  geo-pos:long "-87.0563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5045'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.0563'^^xsd:double;
  dwc:latitude '29.3342'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3342 -87.0563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.3342"^^xsd:decimal ;
  dwc:decimalLongitude "-87.0563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3342 -87.0563)"^^geo:wktLiteral ;
  geo-pos:lat "29.3342"^^xsd:decimal ;
  geo-pos:long "-87.0563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5894'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.0563'^^xsd:double;
  dwc:latitude '29.3342'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3332 -87.0484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.3332"^^xsd:decimal ;
  dwc:decimalLongitude "-87.0484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3332 -87.0484)"^^geo:wktLiteral ;
  geo-pos:lat "29.3332"^^xsd:decimal ;
  geo-pos:long "-87.0484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4754'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.0484'^^xsd:double;
  dwc:latitude '29.3332'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3332 -87.0484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.3332"^^xsd:decimal ;
  dwc:decimalLongitude "-87.0484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3332 -87.0484)"^^geo:wktLiteral ;
  geo-pos:lat "29.3332"^^xsd:decimal ;
  geo-pos:long "-87.0484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5898'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.0484'^^xsd:double;
  dwc:latitude '29.3332'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4992 -87.0014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4992"^^xsd:decimal ;
  dwc:decimalLongitude "-87.0014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4992 -87.0014)"^^geo:wktLiteral ;
  geo-pos:lat "27.4992"^^xsd:decimal ;
  geo-pos:long "-87.0014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4741'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-87.0014'^^xsd:double;
  dwc:latitude '27.4992'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.45 -86.9517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.45"^^xsd:decimal ;
  dwc:decimalLongitude "-86.9517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.45 -86.9517)"^^geo:wktLiteral ;
  geo-pos:lat "29.45"^^xsd:decimal ;
  geo-pos:long "-86.9517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12362'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.9517'^^xsd:double;
  dwc:latitude '29.45'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1833 -86.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-86.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1833 -86.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-65.1833"^^xsd:decimal ;
  geo-pos:long "-86.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4263'^^xsd:integer;
  dwc:scientificName 'Leviapseudes tenuimanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.8667'^^xsd:double;
  dwc:latitude '-65.1833'^^xsd:double;
  dwc:aphiaid '244634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.587 -86.771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.587"^^xsd:decimal ;
  dwc:decimalLongitude "-86.771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.587 -86.771)"^^geo:wktLiteral ;
  geo-pos:lat "28.587"^^xsd:decimal ;
  geo-pos:long "-86.771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5672'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.771'^^xsd:double;
  dwc:latitude '28.587'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.586 -86.7707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.586"^^xsd:decimal ;
  dwc:decimalLongitude "-86.7707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.586 -86.7707)"^^geo:wktLiteral ;
  geo-pos:lat "28.586"^^xsd:decimal ;
  geo-pos:long "-86.7707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5680'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.7707'^^xsd:double;
  dwc:latitude '28.586'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.6 -86.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.6"^^xsd:decimal ;
  dwc:decimalLongitude "-86.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.6 -86.7667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.6"^^xsd:decimal ;
  geo-pos:long "-86.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10042'^^xsd:integer;
  dwc:scientificName 'Thenea fenestrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.7667'^^xsd:double;
  dwc:latitude '-0.6'^^xsd:double;
  dwc:aphiaid '170294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10042'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5 -86.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5"^^xsd:decimal ;
  dwc:decimalLongitude "-86.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5 -86.75)"^^geo:wktLiteral ;
  geo-pos:lat "5.5"^^xsd:decimal ;
  geo-pos:long "-86.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14541'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.75'^^xsd:double;
  dwc:latitude '5.5'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5877 -86.7378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.5877"^^xsd:decimal ;
  dwc:decimalLongitude "-86.7378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5877 -86.7378)"^^geo:wktLiteral ;
  geo-pos:lat "28.5877"^^xsd:decimal ;
  geo-pos:long "-86.7378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5676'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.7378'^^xsd:double;
  dwc:latitude '28.5877'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5877 -86.7378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.5877"^^xsd:decimal ;
  dwc:decimalLongitude "-86.7378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5877 -86.7378)"^^geo:wktLiteral ;
  geo-pos:lat "28.5877"^^xsd:decimal ;
  geo-pos:long "-86.7378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5673'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.7378'^^xsd:double;
  dwc:latitude '28.5877'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.258 -86.6097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.258"^^xsd:decimal ;
  dwc:decimalLongitude "-86.6097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.258 -86.6097)"^^geo:wktLiteral ;
  geo-pos:lat "28.258"^^xsd:decimal ;
  geo-pos:long "-86.6097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5760'^^xsd:integer;
  dwc:scientificName 'Tanaella prolixcauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.6097'^^xsd:double;
  dwc:latitude '28.258'^^xsd:double;
  dwc:aphiaid '247678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.258 -86.6097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.258"^^xsd:decimal ;
  dwc:decimalLongitude "-86.6097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.258 -86.6097)"^^geo:wktLiteral ;
  geo-pos:lat "28.258"^^xsd:decimal ;
  geo-pos:long "-86.6097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5691'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.6097'^^xsd:double;
  dwc:latitude '28.258'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2577 -86.6085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2577"^^xsd:decimal ;
  dwc:decimalLongitude "-86.6085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2577 -86.6085)"^^geo:wktLiteral ;
  geo-pos:lat "28.2577"^^xsd:decimal ;
  geo-pos:long "-86.6085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5687'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.6085'^^xsd:double;
  dwc:latitude '28.2577'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -86.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -86.4667)"^^geo:wktLiteral ;
  geo-pos:lat "23.2167"^^xsd:decimal ;
  geo-pos:long "-86.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12381'^^xsd:integer;
  dwc:scientificName 'Platidia davidsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4667'^^xsd:double;
  dwc:latitude '23.2167'^^xsd:double;
  dwc:aphiaid '104067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -86.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -86.4667)"^^geo:wktLiteral ;
  geo-pos:lat "23.2167"^^xsd:decimal ;
  geo-pos:long "-86.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12377'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4667'^^xsd:double;
  dwc:latitude '23.2167'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -86.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -86.4667)"^^geo:wktLiteral ;
  geo-pos:lat "23.2167"^^xsd:decimal ;
  geo-pos:long "-86.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12540'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4667'^^xsd:double;
  dwc:latitude '23.2167'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -86.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2167 -86.4667)"^^geo:wktLiteral ;
  geo-pos:lat "23.2167"^^xsd:decimal ;
  geo-pos:long "-86.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11665'^^xsd:integer;
  dwc:scientificName 'Ecnomiosa gerda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4667'^^xsd:double;
  dwc:latitude '23.2167'^^xsd:double;
  dwc:aphiaid '235584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2526 -86.4178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2526"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2526 -86.4178)"^^geo:wktLiteral ;
  geo-pos:lat "28.2526"^^xsd:decimal ;
  geo-pos:long "-86.4178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4742'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4178'^^xsd:double;
  dwc:latitude '28.2526'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2526 -86.4178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2526"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2526 -86.4178)"^^geo:wktLiteral ;
  geo-pos:lat "28.2526"^^xsd:decimal ;
  geo-pos:long "-86.4178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5714'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4178'^^xsd:double;
  dwc:latitude '28.2526'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5714'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2526 -86.4178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2526"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2526 -86.4178)"^^geo:wktLiteral ;
  geo-pos:lat "28.2526"^^xsd:decimal ;
  geo-pos:long "-86.4178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5707'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4178'^^xsd:double;
  dwc:latitude '28.2526'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2518 -86.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2518"^^xsd:decimal ;
  dwc:decimalLongitude "-86.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2518 -86.417)"^^geo:wktLiteral ;
  geo-pos:lat "28.2518"^^xsd:decimal ;
  geo-pos:long "-86.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4756'^^xsd:integer;
  dwc:scientificName 'Paragathotanais medius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.417'^^xsd:double;
  dwc:latitude '28.2518'^^xsd:double;
  dwc:aphiaid '247410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2518 -86.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2518"^^xsd:decimal ;
  dwc:decimalLongitude "-86.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2518 -86.417)"^^geo:wktLiteral ;
  geo-pos:lat "28.2518"^^xsd:decimal ;
  geo-pos:long "-86.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5899'^^xsd:integer;
  dwc:scientificName 'Parafilitanais mexicana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.417'^^xsd:double;
  dwc:latitude '28.2518'^^xsd:double;
  dwc:aphiaid '247488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2167 -86.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2167 -86.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-21.2167"^^xsd:decimal ;
  geo-pos:long "-86.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12510'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4167'^^xsd:double;
  dwc:latitude '-21.2167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12510'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2167 -86.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2167 -86.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-21.2167"^^xsd:decimal ;
  geo-pos:long "-86.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12646'^^xsd:integer;
  dwc:scientificName 'Tichosina truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4167'^^xsd:double;
  dwc:latitude '-21.2167'^^xsd:double;
  dwc:aphiaid '869698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '869698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1537 -86.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1537"^^xsd:decimal ;
  dwc:decimalLongitude "-86.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1537 -86.407)"^^geo:wktLiteral ;
  geo-pos:lat "28.1537"^^xsd:decimal ;
  geo-pos:long "-86.407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5759'^^xsd:integer;
  dwc:scientificName 'Tanaella prolixcauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.407'^^xsd:double;
  dwc:latitude '28.1537'^^xsd:double;
  dwc:aphiaid '247678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0037 -86.4068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0037"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0037 -86.4068)"^^geo:wktLiteral ;
  geo-pos:lat "28.0037"^^xsd:decimal ;
  geo-pos:long "-86.4068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5693'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4068'^^xsd:double;
  dwc:latitude '28.0037'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1537 -86.4068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1537"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1537 -86.4068)"^^geo:wktLiteral ;
  geo-pos:lat "28.1537"^^xsd:decimal ;
  geo-pos:long "-86.4068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5757'^^xsd:integer;
  dwc:scientificName 'Tanaella prolixcauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4068'^^xsd:double;
  dwc:latitude '28.1537'^^xsd:double;
  dwc:aphiaid '247678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1537 -86.4068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1537"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1537 -86.4068)"^^geo:wktLiteral ;
  geo-pos:lat "28.1537"^^xsd:decimal ;
  geo-pos:long "-86.4068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5758'^^xsd:integer;
  dwc:scientificName 'Tanaella prolixcauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4068'^^xsd:double;
  dwc:latitude '28.1537'^^xsd:double;
  dwc:aphiaid '247678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -86.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -86.4)"^^geo:wktLiteral ;
  geo-pos:lat "21.0333"^^xsd:decimal ;
  geo-pos:long "-86.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12485'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4'^^xsd:double;
  dwc:latitude '21.0333'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -86.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -86.4)"^^geo:wktLiteral ;
  geo-pos:lat "21.0333"^^xsd:decimal ;
  geo-pos:long "-86.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12647'^^xsd:integer;
  dwc:scientificName 'Tichosina truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4'^^xsd:double;
  dwc:latitude '21.0333'^^xsd:double;
  dwc:aphiaid '869698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '869698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -86.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -86.4)"^^geo:wktLiteral ;
  geo-pos:lat "21.0333"^^xsd:decimal ;
  geo-pos:long "-86.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12600'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4'^^xsd:double;
  dwc:latitude '21.0333'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -86.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-86.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -86.4)"^^geo:wktLiteral ;
  geo-pos:lat "21.0333"^^xsd:decimal ;
  geo-pos:long "-86.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12587'^^xsd:integer;
  dwc:scientificName 'Tichosina expansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.4'^^xsd:double;
  dwc:latitude '21.0333'^^xsd:double;
  dwc:aphiaid '235480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0083 -86.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0083"^^xsd:decimal ;
  dwc:decimalLongitude "-86.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0083 -86.3833)"^^geo:wktLiteral ;
  geo-pos:lat "21.0083"^^xsd:decimal ;
  geo-pos:long "-86.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12356'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.3833'^^xsd:double;
  dwc:latitude '21.0083'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0083 -86.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0083"^^xsd:decimal ;
  dwc:decimalLongitude "-86.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0083 -86.3833)"^^geo:wktLiteral ;
  geo-pos:lat "21.0083"^^xsd:decimal ;
  geo-pos:long "-86.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12486'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.3833'^^xsd:double;
  dwc:latitude '21.0083'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0083 -86.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0083"^^xsd:decimal ;
  dwc:decimalLongitude "-86.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0083 -86.3833)"^^geo:wktLiteral ;
  geo-pos:lat "21.0083"^^xsd:decimal ;
  geo-pos:long "-86.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12649'^^xsd:integer;
  dwc:scientificName 'Tichosina truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.3833'^^xsd:double;
  dwc:latitude '21.0083'^^xsd:double;
  dwc:aphiaid '869698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '869698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.5672 -86.3506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.5672"^^xsd:decimal ;
  dwc:decimalLongitude "-86.3506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.5672 -86.3506)"^^geo:wktLiteral ;
  geo-pos:lat "-62.5672"^^xsd:decimal ;
  geo-pos:long "-86.3506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4510'^^xsd:integer;
  dwc:scientificName 'Neotanais magnificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.3506'^^xsd:double;
  dwc:latitude '-62.5672'^^xsd:double;
  dwc:aphiaid '244645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0833 -86.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-86.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0833 -86.35)"^^geo:wktLiteral ;
  geo-pos:lat "21.0833"^^xsd:decimal ;
  geo-pos:long "-86.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12628'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.35'^^xsd:double;
  dwc:latitude '21.0833'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.1667 -86.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-86.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.1667 -86.35)"^^geo:wktLiteral ;
  geo-pos:lat "21.1667"^^xsd:decimal ;
  geo-pos:long "-86.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11582'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.35'^^xsd:double;
  dwc:latitude '21.1667'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.1667 -86.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-86.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.1667 -86.35)"^^geo:wktLiteral ;
  geo-pos:lat "21.1667"^^xsd:decimal ;
  geo-pos:long "-86.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12616'^^xsd:integer;
  dwc:scientificName 'Tichosina rotundovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.35'^^xsd:double;
  dwc:latitude '21.1667'^^xsd:double;
  dwc:aphiaid '235486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1177 -86.3203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1177"^^xsd:decimal ;
  dwc:decimalLongitude "-86.3203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1177 -86.3203)"^^geo:wktLiteral ;
  geo-pos:lat "28.1177"^^xsd:decimal ;
  geo-pos:long "-86.3203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5659'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.3203'^^xsd:double;
  dwc:latitude '28.1177'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0667 -86.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-86.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0667 -86.3167)"^^geo:wktLiteral ;
  geo-pos:lat "21.0667"^^xsd:decimal ;
  geo-pos:long "-86.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12666'^^xsd:integer;
  dwc:scientificName 'Tichosina truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.3167'^^xsd:double;
  dwc:latitude '21.0667'^^xsd:double;
  dwc:aphiaid '869698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '869698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3003 -86.3065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3003"^^xsd:decimal ;
  dwc:decimalLongitude "-86.3065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3003 -86.3065)"^^geo:wktLiteral ;
  geo-pos:lat "28.3003"^^xsd:decimal ;
  geo-pos:long "-86.3065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5675'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.3065'^^xsd:double;
  dwc:latitude '28.3003'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.308 -86.3018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.308"^^xsd:decimal ;
  dwc:decimalLongitude "-86.3018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.308 -86.3018)"^^geo:wktLiteral ;
  geo-pos:lat "28.308"^^xsd:decimal ;
  geo-pos:long "-86.3018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5661'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.3018'^^xsd:double;
  dwc:latitude '28.308'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2747 -86.2422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2747"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2747 -86.2422)"^^geo:wktLiteral ;
  geo-pos:lat "28.2747"^^xsd:decimal ;
  geo-pos:long "-86.2422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5679'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2422'^^xsd:double;
  dwc:latitude '28.2747'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2743 -86.241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2743"^^xsd:decimal ;
  dwc:decimalLongitude "-86.241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2743 -86.241)"^^geo:wktLiteral ;
  geo-pos:lat "28.2743"^^xsd:decimal ;
  geo-pos:long "-86.241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5674'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.241'^^xsd:double;
  dwc:latitude '28.2743'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2742 -86.2408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2742"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2742 -86.2408)"^^geo:wktLiteral ;
  geo-pos:lat "28.2742"^^xsd:decimal ;
  geo-pos:long "-86.2408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5087'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2408'^^xsd:double;
  dwc:latitude '28.2742'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.275 -86.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.275"^^xsd:decimal ;
  dwc:decimalLongitude "-86.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.275 -86.24)"^^geo:wktLiteral ;
  geo-pos:lat "28.275"^^xsd:decimal ;
  geo-pos:long "-86.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5660'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.24'^^xsd:double;
  dwc:latitude '28.275'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8042"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  geo-pos:lat "0.8042"^^xsd:decimal ;
  geo-pos:long "-86.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7238'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2247'^^xsd:double;
  dwc:latitude '0.8042'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8042"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  geo-pos:lat "0.8042"^^xsd:decimal ;
  geo-pos:long "-86.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7221'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2247'^^xsd:double;
  dwc:latitude '0.8042'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8042"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  geo-pos:lat "0.8042"^^xsd:decimal ;
  geo-pos:long "-86.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7233'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2247'^^xsd:double;
  dwc:latitude '0.8042'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8042"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  geo-pos:lat "0.8042"^^xsd:decimal ;
  geo-pos:long "-86.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7232'^^xsd:integer;
  dwc:scientificName 'Aphotopontius probolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2247'^^xsd:double;
  dwc:latitude '0.8042'^^xsd:double;
  dwc:aphiaid '348897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8042"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  geo-pos:lat "0.8042"^^xsd:decimal ;
  geo-pos:long "-86.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7223'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2247'^^xsd:double;
  dwc:latitude '0.8042'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8042"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  geo-pos:lat "0.8042"^^xsd:decimal ;
  geo-pos:long "-86.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7228'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2247'^^xsd:double;
  dwc:latitude '0.8042'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8042"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  geo-pos:lat "0.8042"^^xsd:decimal ;
  geo-pos:long "-86.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7208'^^xsd:integer;
  dwc:scientificName 'Rhogobius pressulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2247'^^xsd:double;
  dwc:latitude '0.8042'^^xsd:double;
  dwc:aphiaid '355310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355310'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8042"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  geo-pos:lat "0.8042"^^xsd:decimal ;
  geo-pos:long "-86.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7210'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2247'^^xsd:double;
  dwc:latitude '0.8042'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8042"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8042 -86.2247)"^^geo:wktLiteral ;
  geo-pos:lat "0.8042"^^xsd:decimal ;
  geo-pos:long "-86.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7207'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2247'^^xsd:double;
  dwc:latitude '0.8042'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.815 -86.2217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.815"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.815 -86.2217)"^^geo:wktLiteral ;
  geo-pos:lat "0.815"^^xsd:decimal ;
  geo-pos:long "-86.2217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7036'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2217'^^xsd:double;
  dwc:latitude '0.815'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.815 -86.2217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.815"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.815 -86.2217)"^^geo:wktLiteral ;
  geo-pos:lat "0.815"^^xsd:decimal ;
  geo-pos:long "-86.2217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7040'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2217'^^xsd:double;
  dwc:latitude '0.815'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.815 -86.2217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.815"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.815 -86.2217)"^^geo:wktLiteral ;
  geo-pos:lat "0.815"^^xsd:decimal ;
  geo-pos:long "-86.2217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7044'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2217'^^xsd:double;
  dwc:latitude '0.815'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.815 -86.2217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.815"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.815 -86.2217)"^^geo:wktLiteral ;
  geo-pos:lat "0.815"^^xsd:decimal ;
  geo-pos:long "-86.2217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7091'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2217'^^xsd:double;
  dwc:latitude '0.815'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7060'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7021'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7025'^^xsd:integer;
  dwc:scientificName 'Aphotopontius baculigerus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348891'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348891'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7034'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes introversus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '350015'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350015'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7041'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7004'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6987'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7045'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7047'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7108'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7063'^^xsd:integer;
  dwc:scientificName 'Aphotopontius arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7067'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7102'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7092'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7124'^^xsd:integer;
  dwc:scientificName 'Rhogobius pressulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '355310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355310'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7118'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7119'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7120'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7109'^^xsd:integer;
  dwc:scientificName 'Hyalopontius boxshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '346564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7231'^^xsd:integer;
  dwc:scientificName 'Aphotopontius probolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.2833 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.2833 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "21.2833"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12355'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '21.2833'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.2833 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.2833 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "21.2833"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12648'^^xsd:integer;
  dwc:scientificName 'Tichosina truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '21.2833'^^xsd:double;
  dwc:aphiaid '869698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '869698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.2833 -86.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-86.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.2833 -86.2167)"^^geo:wktLiteral ;
  geo-pos:lat "21.2833"^^xsd:decimal ;
  geo-pos:long "-86.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11594'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.2167'^^xsd:double;
  dwc:latitude '21.2833'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7983 -86.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7983"^^xsd:decimal ;
  dwc:decimalLongitude "-86.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7983 -86.155)"^^geo:wktLiteral ;
  geo-pos:lat "0.7983"^^xsd:decimal ;
  geo-pos:long "-86.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7089'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.155'^^xsd:double;
  dwc:latitude '0.7983'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7963 -86.1535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7963"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7963 -86.1535)"^^geo:wktLiteral ;
  geo-pos:lat "0.7963"^^xsd:decimal ;
  geo-pos:long "-86.1535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7230'^^xsd:integer;
  dwc:scientificName 'Aphotopontius probolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1535'^^xsd:double;
  dwc:latitude '0.7963'^^xsd:double;
  dwc:aphiaid '348897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.798167 -86.1535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.798167"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.798167 -86.1535)"^^geo:wktLiteral ;
  geo-pos:lat "0.798167"^^xsd:decimal ;
  geo-pos:long "-86.1535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11402'^^xsd:integer;
  dwc:scientificName 'Rimitantulus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1535'^^xsd:double;
  dwc:latitude '0.798167'^^xsd:double;
  dwc:aphiaid '366574'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366574'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7982"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  geo-pos:lat "0.7982"^^xsd:decimal ;
  geo-pos:long "-86.1535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9214'^^xsd:integer;
  dwc:scientificName 'Copidognathus papillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1535'^^xsd:double;
  dwc:latitude '0.7982'^^xsd:double;
  dwc:aphiaid '406844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7982"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  geo-pos:lat "0.7982"^^xsd:decimal ;
  geo-pos:long "-86.1535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7219'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1535'^^xsd:double;
  dwc:latitude '0.7982'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7982"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  geo-pos:lat "0.7982"^^xsd:decimal ;
  geo-pos:long "-86.1535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7235'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1535'^^xsd:double;
  dwc:latitude '0.7982'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7982"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  geo-pos:lat "0.7982"^^xsd:decimal ;
  geo-pos:long "-86.1535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7204'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1535'^^xsd:double;
  dwc:latitude '0.7982'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7982"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7982 -86.1535)"^^geo:wktLiteral ;
  geo-pos:lat "0.7982"^^xsd:decimal ;
  geo-pos:long "-86.1535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7212'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes aliger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1535'^^xsd:double;
  dwc:latitude '0.7982'^^xsd:double;
  dwc:aphiaid '350013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.1522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.1522)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.1522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7107'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1522'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8083 -86.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8083"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8083 -86.1517)"^^geo:wktLiteral ;
  geo-pos:lat "0.8083"^^xsd:decimal ;
  geo-pos:long "-86.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7112'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1517'^^xsd:double;
  dwc:latitude '0.8083'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7983 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7983"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7983 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.7983"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6993'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.7983'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7983 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7983"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7983 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.7983"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7046'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.7983'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7983 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7983"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7983 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.7983"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7106'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.7983'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7016'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7015'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7008'^^xsd:integer;
  dwc:scientificName 'Rhogobius contractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '355309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6989'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6997'^^xsd:integer;
  dwc:scientificName 'Nilva torifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '353789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7101'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7090'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.8"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.8 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "0.8"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7105'^^xsd:integer;
  dwc:scientificName 'Aphotopontius limatulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '0.8'^^xsd:double;
  dwc:aphiaid '348895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.97 -86.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.97"^^xsd:decimal ;
  dwc:decimalLongitude "-86.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.97 -86.15)"^^geo:wktLiteral ;
  geo-pos:lat "15.97"^^xsd:decimal ;
  geo-pos:long "-86.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11476'^^xsd:integer;
  dwc:scientificName 'Argyrotheca rubrocostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.15'^^xsd:double;
  dwc:latitude '15.97'^^xsd:double;
  dwc:aphiaid '235643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833 -86.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833 -86.1333)"^^geo:wktLiteral ;
  geo-pos:lat "0.7833"^^xsd:decimal ;
  geo-pos:long "-86.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7068'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1333'^^xsd:double;
  dwc:latitude '0.7833'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7068'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833 -86.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833 -86.1333)"^^geo:wktLiteral ;
  geo-pos:lat "0.7833"^^xsd:decimal ;
  geo-pos:long "-86.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7081'^^xsd:integer;
  dwc:scientificName 'Ecbathyrion prolixicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1333'^^xsd:double;
  dwc:latitude '0.7833'^^xsd:double;
  dwc:aphiaid '351201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833 -86.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7833 -86.1333)"^^geo:wktLiteral ;
  geo-pos:lat "0.7833"^^xsd:decimal ;
  geo-pos:long "-86.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7117'^^xsd:integer;
  dwc:scientificName 'Oncaea praeclara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1333'^^xsd:double;
  dwc:latitude '0.7833'^^xsd:double;
  dwc:aphiaid '354033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7948 -86.129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7948"^^xsd:decimal ;
  dwc:decimalLongitude "-86.129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7948 -86.129)"^^geo:wktLiteral ;
  geo-pos:lat "0.7948"^^xsd:decimal ;
  geo-pos:long "-86.129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7236'^^xsd:integer;
  dwc:scientificName 'Ceuthoecetes acanthothrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.129'^^xsd:double;
  dwc:latitude '0.7948'^^xsd:double;
  dwc:aphiaid '350012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.6833 -86.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.6833 -86.1167)"^^geo:wktLiteral ;
  geo-pos:lat "28.6833"^^xsd:decimal ;
  geo-pos:long "-86.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11566'^^xsd:integer;
  dwc:scientificName 'Cryptopora rectimarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1167'^^xsd:double;
  dwc:latitude '28.6833'^^xsd:double;
  dwc:aphiaid '235416'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7933 -86.1067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7933"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7933 -86.1067)"^^geo:wktLiteral ;
  geo-pos:lat "0.7933"^^xsd:decimal ;
  geo-pos:long "-86.1067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7104'^^xsd:integer;
  dwc:scientificName 'Aphotopontius mammillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1067'^^xsd:double;
  dwc:latitude '0.7933'^^xsd:double;
  dwc:aphiaid '348896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.25 -86.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.25"^^xsd:decimal ;
  dwc:decimalLongitude "-86.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.25 -86.1)"^^geo:wktLiteral ;
  geo-pos:lat "4.25"^^xsd:decimal ;
  geo-pos:long "-86.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3153'^^xsd:integer;
  dwc:scientificName 'Mesosignum macrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.1'^^xsd:double;
  dwc:latitude '4.25'^^xsd:double;
  dwc:aphiaid '258083'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26 -86.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26"^^xsd:decimal ;
  dwc:decimalLongitude "-86.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26 -86.0833)"^^geo:wktLiteral ;
  geo-pos:lat "26"^^xsd:decimal ;
  geo-pos:long "-86.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12654'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.0833'^^xsd:double;
  dwc:latitude '26'^^xsd:integer;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5018 -86.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.5018"^^xsd:decimal ;
  dwc:decimalLongitude "-86.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5018 -86.0833)"^^geo:wktLiteral ;
  geo-pos:lat "28.5018"^^xsd:decimal ;
  geo-pos:long "-86.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5090'^^xsd:integer;
  dwc:scientificName 'Collettea elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.0833'^^xsd:double;
  dwc:latitude '28.5018'^^xsd:double;
  dwc:aphiaid '247439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5018 -86.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.5018"^^xsd:decimal ;
  dwc:decimalLongitude "-86.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.5018 -86.0833)"^^geo:wktLiteral ;
  geo-pos:lat "28.5018"^^xsd:decimal ;
  geo-pos:long "-86.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5048'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.0833'^^xsd:double;
  dwc:latitude '28.5018'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-86.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  geo-pos:lat "15.9867"^^xsd:decimal ;
  geo-pos:long "-86.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11462'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.0333'^^xsd:double;
  dwc:latitude '15.9867'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-86.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  geo-pos:lat "15.9867"^^xsd:decimal ;
  geo-pos:long "-86.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11477'^^xsd:integer;
  dwc:scientificName 'Argyrotheca rubrocostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.0333'^^xsd:double;
  dwc:latitude '15.9867'^^xsd:double;
  dwc:aphiaid '235643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-86.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  geo-pos:lat "15.9867"^^xsd:decimal ;
  geo-pos:long "-86.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11478'^^xsd:integer;
  dwc:scientificName 'Argyrotheca sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.0333'^^xsd:double;
  dwc:latitude '15.9867'^^xsd:double;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-86.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  geo-pos:lat "15.9867"^^xsd:decimal ;
  geo-pos:long "-86.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11479'^^xsd:integer;
  dwc:scientificName 'Argyrotheca sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.0333'^^xsd:double;
  dwc:latitude '15.9867'^^xsd:double;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-86.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9867 -86.0333)"^^geo:wktLiteral ;
  geo-pos:lat "15.9867"^^xsd:decimal ;
  geo-pos:long "-86.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12550'^^xsd:integer;
  dwc:scientificName 'Thecidellina aff. T barretti (Davidson)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86.0333'^^xsd:double;
  dwc:latitude '15.9867'^^xsd:double;
  dwc:aphiaid '235203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235203'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.9167 -86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.9167 -86)"^^geo:wktLiteral ;
  geo-pos:lat "5.9167"^^xsd:decimal ;
  geo-pos:long "-86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6014'^^xsd:integer;
  dwc:scientificName 'Tanaopsis profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-86'^^xsd:integer;
  dwc:latitude '5.9167'^^xsd:double;
  dwc:aphiaid '247525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.0833 -85.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-85.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.0833 -85.9167)"^^geo:wktLiteral ;
  geo-pos:lat "7.0833"^^xsd:decimal ;
  geo-pos:long "-85.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5022'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.9167'^^xsd:double;
  dwc:latitude '7.0833'^^xsd:double;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.125 -85.8697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.125"^^xsd:decimal ;
  dwc:decimalLongitude "-85.8697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.125 -85.8697)"^^geo:wktLiteral ;
  geo-pos:lat "28.125"^^xsd:decimal ;
  geo-pos:long "-85.8697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5681'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.8697'^^xsd:double;
  dwc:latitude '28.125'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.1667 -85.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-85.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.1667 -85.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-7.1667"^^xsd:decimal ;
  geo-pos:long "-85.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2295'^^xsd:integer;
  dwc:scientificName 'Leucon jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.8333'^^xsd:double;
  dwc:latitude '-7.1667'^^xsd:double;
  dwc:aphiaid '182310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182310'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.16667 -85.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-85.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.16667 -85.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-7.16667"^^xsd:decimal ;
  geo-pos:long "-85.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10151'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.8333'^^xsd:double;
  dwc:latitude '-7.16667'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.16667 -85.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-85.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.16667 -85.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-7.16667"^^xsd:decimal ;
  geo-pos:long "-85.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12220'^^xsd:integer;
  dwc:scientificName 'Neorhynchia strebeli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.8333'^^xsd:double;
  dwc:latitude '-7.16667'^^xsd:double;
  dwc:aphiaid '235431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.2 -85.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.2"^^xsd:decimal ;
  dwc:decimalLongitude "-85.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.2 -85.8)"^^geo:wktLiteral ;
  geo-pos:lat "-11.2"^^xsd:decimal ;
  geo-pos:long "-85.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2325'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.8'^^xsd:double;
  dwc:latitude '-11.2'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.7502 -85.7494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.7502"^^xsd:decimal ;
  dwc:decimalLongitude "-85.7494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.7502 -85.7494)"^^geo:wktLiteral ;
  geo-pos:lat "28.7502"^^xsd:decimal ;
  geo-pos:long "-85.7494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5049'^^xsd:integer;
  dwc:scientificName 'Cetiopyge mira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.7494'^^xsd:double;
  dwc:latitude '28.7502'^^xsd:double;
  dwc:aphiaid '247438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0352 -85.676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.0352"^^xsd:decimal ;
  dwc:decimalLongitude "-85.676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.0352 -85.676)"^^geo:wktLiteral ;
  geo-pos:lat "28.0352"^^xsd:decimal ;
  geo-pos:long "-85.676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5678'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.676'^^xsd:double;
  dwc:latitude '28.0352'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.9583 -85.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.9583"^^xsd:decimal ;
  dwc:decimalLongitude "-85.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.9583 -85.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-12.9583"^^xsd:decimal ;
  geo-pos:long "-85.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12219'^^xsd:integer;
  dwc:scientificName 'Neorhynchia strebeli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.6333'^^xsd:double;
  dwc:latitude '-12.9583'^^xsd:double;
  dwc:aphiaid '235431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5 -85.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.5"^^xsd:decimal ;
  dwc:decimalLongitude "-85.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5 -85.6)"^^geo:wktLiteral ;
  geo-pos:lat "-8.5"^^xsd:decimal ;
  geo-pos:long "-85.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14567'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.6'^^xsd:double;
  dwc:latitude '-8.5'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2007 -85.5217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2007"^^xsd:decimal ;
  dwc:decimalLongitude "-85.5217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2007 -85.5217)"^^geo:wktLiteral ;
  geo-pos:lat "28.2007"^^xsd:decimal ;
  geo-pos:long "-85.5217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5677'^^xsd:integer;
  dwc:scientificName 'Tanaella mclellandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.5217'^^xsd:double;
  dwc:latitude '28.2007'^^xsd:double;
  dwc:aphiaid '247676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.28333 -85.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-85.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.28333 -85.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-5.28333"^^xsd:decimal ;
  geo-pos:long "-85.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9722'^^xsd:integer;
  dwc:scientificName 'Holascus taraxacum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.3333'^^xsd:double;
  dwc:latitude '-5.28333'^^xsd:double;
  dwc:aphiaid '171922'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171922'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.28333 -85.3181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-85.3181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.28333 -85.3181)"^^geo:wktLiteral ;
  geo-pos:lat "-5.28333"^^xsd:decimal ;
  geo-pos:long "-85.3181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9780'^^xsd:integer;
  dwc:scientificName 'Hyalonema henshawi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.3181'^^xsd:double;
  dwc:latitude '-5.28333'^^xsd:double;
  dwc:aphiaid '171515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.28333 -85.3181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-85.3181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.28333 -85.3181)"^^geo:wktLiteral ;
  geo-pos:lat "-5.28333"^^xsd:decimal ;
  geo-pos:long "-85.3181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9766'^^xsd:integer;
  dwc:scientificName 'Hyalonema densum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.3181'^^xsd:double;
  dwc:latitude '-5.28333'^^xsd:double;
  dwc:aphiaid '171513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -85.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.35"^^xsd:decimal ;
  dwc:decimalLongitude "-85.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -85.2833)"^^geo:wktLiteral ;
  geo-pos:lat "6.35"^^xsd:decimal ;
  geo-pos:long "-85.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2330'^^xsd:integer;
  dwc:scientificName 'Archaeocuma peruanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.2833'^^xsd:double;
  dwc:latitude '6.35'^^xsd:double;
  dwc:aphiaid '182200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -85.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.35"^^xsd:decimal ;
  dwc:decimalLongitude "-85.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -85.2833)"^^geo:wktLiteral ;
  geo-pos:lat "6.35"^^xsd:decimal ;
  geo-pos:long "-85.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '323'^^xsd:integer;
  dwc:scientificName 'Archaeocuma peruanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.2833'^^xsd:double;
  dwc:latitude '6.35'^^xsd:double;
  dwc:aphiaid '182200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -85.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.35"^^xsd:decimal ;
  dwc:decimalLongitude "-85.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -85.28)"^^geo:wktLiteral ;
  geo-pos:lat "6.35"^^xsd:decimal ;
  geo-pos:long "-85.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3165'^^xsd:integer;
  dwc:scientificName 'Mesosignum usheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.28'^^xsd:double;
  dwc:latitude '6.35'^^xsd:double;
  dwc:aphiaid '258087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.93333 -85.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.93333"^^xsd:decimal ;
  dwc:decimalLongitude "-85.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.93333 -85.175)"^^geo:wktLiteral ;
  geo-pos:lat "5.93333"^^xsd:decimal ;
  geo-pos:long "-85.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14540'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.175'^^xsd:double;
  dwc:latitude '5.93333'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.93333 -85.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.93333"^^xsd:decimal ;
  dwc:decimalLongitude "-85.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.93333 -85.1667)"^^geo:wktLiteral ;
  geo-pos:lat "5.93333"^^xsd:decimal ;
  geo-pos:long "-85.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10041'^^xsd:integer;
  dwc:scientificName 'Thenea fenestrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.1667'^^xsd:double;
  dwc:latitude '5.93333'^^xsd:double;
  dwc:aphiaid '170294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.25 -85.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.25"^^xsd:decimal ;
  dwc:decimalLongitude "-85.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.25 -85.1)"^^geo:wktLiteral ;
  geo-pos:lat "4.25"^^xsd:decimal ;
  geo-pos:long "-85.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11975'^^xsd:integer;
  dwc:scientificName 'Macandrevia aff M. diamantina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.1'^^xsd:double;
  dwc:latitude '4.25'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.25 -85.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.25"^^xsd:decimal ;
  dwc:decimalLongitude "-85.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.25 -85.1)"^^geo:wktLiteral ;
  geo-pos:lat "4.25"^^xsd:decimal ;
  geo-pos:long "-85.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3192'^^xsd:integer;
  dwc:scientificName 'Haploniscus generalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-85.1'^^xsd:double;
  dwc:latitude '4.25'^^xsd:double;
  dwc:aphiaid '294672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261112'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0167 -84.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-84.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0167 -84.9167)"^^geo:wktLiteral ;
  geo-pos:lat "26.0167"^^xsd:decimal ;
  geo-pos:long "-84.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7111'^^xsd:integer;
  dwc:scientificName 'Bythocheres prominulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.9167'^^xsd:double;
  dwc:latitude '26.0167'^^xsd:double;
  dwc:aphiaid '349505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.03 -84.915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.03"^^xsd:decimal ;
  dwc:decimalLongitude "-84.915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.03 -84.915)"^^geo:wktLiteral ;
  geo-pos:lat "26.03"^^xsd:decimal ;
  geo-pos:long "-84.915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7123'^^xsd:integer;
  dwc:scientificName 'Erebonaster spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.915'^^xsd:double;
  dwc:latitude '26.03'^^xsd:double;
  dwc:aphiaid '351529'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362319'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.03 -84.915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.03"^^xsd:decimal ;
  dwc:decimalLongitude "-84.915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.03 -84.915)"^^geo:wktLiteral ;
  geo-pos:lat "26.03"^^xsd:decimal ;
  geo-pos:long "-84.915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7110'^^xsd:integer;
  dwc:scientificName 'Bythocheres prominulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.915'^^xsd:double;
  dwc:latitude '26.03'^^xsd:double;
  dwc:aphiaid '349505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1333 -84.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-84.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1333 -84.8833)"^^geo:wktLiteral ;
  geo-pos:lat "27.1333"^^xsd:decimal ;
  geo-pos:long "-84.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12538'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.8833'^^xsd:double;
  dwc:latitude '27.1333'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1333 -84.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-84.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1333 -84.8833)"^^geo:wktLiteral ;
  geo-pos:lat "27.1333"^^xsd:decimal ;
  geo-pos:long "-84.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12659'^^xsd:integer;
  dwc:scientificName 'Tichosina floridensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.8833'^^xsd:double;
  dwc:latitude '27.1333'^^xsd:double;
  dwc:aphiaid '235471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.55 -84.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.55"^^xsd:decimal ;
  dwc:decimalLongitude "-84.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.55 -84.3833)"^^geo:wktLiteral ;
  geo-pos:lat "24.55"^^xsd:decimal ;
  geo-pos:long "-84.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10050'^^xsd:integer;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.3833'^^xsd:double;
  dwc:latitude '24.55'^^xsd:double;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.55 -84.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.55"^^xsd:decimal ;
  dwc:decimalLongitude "-84.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.55 -84.35)"^^geo:wktLiteral ;
  geo-pos:lat "25.55"^^xsd:decimal ;
  geo-pos:long "-84.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11485'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.35'^^xsd:double;
  dwc:latitude '25.55'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.55 -84.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.55"^^xsd:decimal ;
  dwc:decimalLongitude "-84.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.55 -84.35)"^^geo:wktLiteral ;
  geo-pos:lat "25.55"^^xsd:decimal ;
  geo-pos:long "-84.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12656'^^xsd:integer;
  dwc:scientificName 'Tichosina floridensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.35'^^xsd:double;
  dwc:latitude '25.55'^^xsd:double;
  dwc:aphiaid '235471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.05 -84.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.05"^^xsd:decimal ;
  dwc:decimalLongitude "-84.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.05 -84.2833)"^^geo:wktLiteral ;
  geo-pos:lat "26.05"^^xsd:decimal ;
  geo-pos:long "-84.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12537'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.2833'^^xsd:double;
  dwc:latitude '26.05'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.05 -84.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.05"^^xsd:decimal ;
  dwc:decimalLongitude "-84.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.05 -84.2833)"^^geo:wktLiteral ;
  geo-pos:lat "26.05"^^xsd:decimal ;
  geo-pos:long "-84.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12658'^^xsd:integer;
  dwc:scientificName 'Tichosina floridensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.2833'^^xsd:double;
  dwc:latitude '26.05'^^xsd:double;
  dwc:aphiaid '235471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.7582 -84.0084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.7582"^^xsd:decimal ;
  dwc:decimalLongitude "-84.0084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.7582 -84.0084)"^^geo:wktLiteral ;
  geo-pos:lat "8.7582"^^xsd:decimal ;
  geo-pos:long "-84.0084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9274'^^xsd:integer;
  dwc:scientificName 'Fissuroderes thermoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-84.0084'^^xsd:double;
  dwc:latitude '8.7582'^^xsd:double;
  dwc:aphiaid '265930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.2167 -83.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-83.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.2167 -83.9167)"^^geo:wktLiteral ;
  geo-pos:lat "25.2167"^^xsd:decimal ;
  geo-pos:long "-83.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12539'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.9167'^^xsd:double;
  dwc:latitude '25.2167'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.2167 -83.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-83.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.2167 -83.9167)"^^geo:wktLiteral ;
  geo-pos:lat "25.2167"^^xsd:decimal ;
  geo-pos:long "-83.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12660'^^xsd:integer;
  dwc:scientificName 'Tichosina floridensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.9167'^^xsd:double;
  dwc:latitude '25.2167'^^xsd:double;
  dwc:aphiaid '235471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.0047 -83.9023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.0047"^^xsd:decimal ;
  dwc:decimalLongitude "-83.9023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.0047 -83.9023)"^^geo:wktLiteral ;
  geo-pos:lat "7.0047"^^xsd:decimal ;
  geo-pos:long "-83.9023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9263'^^xsd:integer;
  dwc:scientificName 'Campyloderes cf. vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.9023'^^xsd:double;
  dwc:latitude '7.0047'^^xsd:double;
  dwc:aphiaid '265050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1459299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9766 -83.8928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9766"^^xsd:decimal ;
  dwc:decimalLongitude "-83.8928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9766 -83.8928)"^^geo:wktLiteral ;
  geo-pos:lat "8.9766"^^xsd:decimal ;
  geo-pos:long "-83.8928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9275'^^xsd:integer;
  dwc:scientificName 'Fissuroderes thermoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.8928'^^xsd:double;
  dwc:latitude '8.9766'^^xsd:double;
  dwc:aphiaid '265930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.88833 -83.8917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.88833"^^xsd:decimal ;
  dwc:decimalLongitude "-83.8917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.88833 -83.8917)"^^geo:wktLiteral ;
  geo-pos:lat "-5.88833"^^xsd:decimal ;
  geo-pos:long "-83.8917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15461'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.8917'^^xsd:double;
  dwc:latitude '-5.88833'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.58333 -83.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.58333"^^xsd:decimal ;
  dwc:decimalLongitude "-83.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.58333 -83.8833)"^^geo:wktLiteral ;
  geo-pos:lat "2.58333"^^xsd:decimal ;
  geo-pos:long "-83.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14542'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.8833'^^xsd:double;
  dwc:latitude '2.58333'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.58333 -83.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.58333"^^xsd:decimal ;
  dwc:decimalLongitude "-83.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.58333 -83.8833)"^^geo:wktLiteral ;
  geo-pos:lat "2.58333"^^xsd:decimal ;
  geo-pos:long "-83.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14543'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.8833'^^xsd:double;
  dwc:latitude '2.58333'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4 -83.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.4"^^xsd:decimal ;
  dwc:decimalLongitude "-83.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4 -83.7167)"^^geo:wktLiteral ;
  geo-pos:lat "26.4"^^xsd:decimal ;
  geo-pos:long "-83.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12379'^^xsd:integer;
  dwc:scientificName 'Platidia clepsyda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.7167'^^xsd:double;
  dwc:latitude '26.4'^^xsd:double;
  dwc:aphiaid '235648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4 -83.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.4"^^xsd:decimal ;
  dwc:decimalLongitude "-83.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4 -83.7167)"^^geo:wktLiteral ;
  geo-pos:lat "26.4"^^xsd:decimal ;
  geo-pos:long "-83.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11700'^^xsd:integer;
  dwc:scientificName 'Glottidia pyramidata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.7167'^^xsd:double;
  dwc:latitude '26.4'^^xsd:double;
  dwc:aphiaid '235372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.5833 -83.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-83.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.5833 -83.7)"^^geo:wktLiteral ;
  geo-pos:lat "25.5833"^^xsd:decimal ;
  geo-pos:long "-83.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12380'^^xsd:integer;
  dwc:scientificName 'Platidia clepsyda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.7'^^xsd:double;
  dwc:latitude '25.5833'^^xsd:double;
  dwc:aphiaid '235648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.90167 -83.5675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.90167"^^xsd:decimal ;
  dwc:decimalLongitude "-83.5675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.90167 -83.5675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.90167"^^xsd:decimal ;
  geo-pos:long "-83.5675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9739'^^xsd:integer;
  dwc:scientificName 'Hyalonema agujanum lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.5675'^^xsd:double;
  dwc:latitude '-6.90167'^^xsd:double;
  dwc:aphiaid '195564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171530'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.90167 -83.5675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.90167"^^xsd:decimal ;
  dwc:decimalLongitude "-83.5675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.90167 -83.5675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.90167"^^xsd:decimal ;
  geo-pos:long "-83.5675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9824'^^xsd:integer;
  dwc:scientificName 'Hyalonema tylostylum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.5675'^^xsd:double;
  dwc:latitude '-6.90167'^^xsd:double;
  dwc:aphiaid '191784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.90167 -83.5675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.90167"^^xsd:decimal ;
  dwc:decimalLongitude "-83.5675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.90167 -83.5675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.90167"^^xsd:decimal ;
  geo-pos:long "-83.5675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9818'^^xsd:integer;
  dwc:scientificName 'Hyalonema tenusifusum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.5675'^^xsd:double;
  dwc:latitude '-6.90167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9818'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.91667 -83.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.91667"^^xsd:decimal ;
  dwc:decimalLongitude "-83.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.91667 -83.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.91667"^^xsd:decimal ;
  geo-pos:long "-83.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14566'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.5667'^^xsd:double;
  dwc:latitude '-6.91667'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.91667 -83.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.91667"^^xsd:decimal ;
  dwc:decimalLongitude "-83.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.91667 -83.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-6.91667"^^xsd:decimal ;
  geo-pos:long "-83.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9647'^^xsd:integer;
  dwc:scientificName 'Eurete spinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.5667'^^xsd:double;
  dwc:latitude '-6.91667'^^xsd:double;
  dwc:aphiaid '171709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171709'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.0333 -83.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-83.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.0333 -83.1667)"^^geo:wktLiteral ;
  geo-pos:lat "7.0333"^^xsd:decimal ;
  geo-pos:long "-83.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4445'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.1667'^^xsd:double;
  dwc:latitude '7.0333'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.03333 -83.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.03333"^^xsd:decimal ;
  dwc:decimalLongitude "-83.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.03333 -83.1667)"^^geo:wktLiteral ;
  geo-pos:lat "7.03333"^^xsd:decimal ;
  geo-pos:long "-83.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10167'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.1667'^^xsd:double;
  dwc:latitude '7.03333'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4833 -83.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-83.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4833 -83.1167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.4833"^^xsd:decimal ;
  geo-pos:long "-83.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10061'^^xsd:integer;
  dwc:scientificName 'Thenea wrightii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.1167'^^xsd:double;
  dwc:latitude '-37.4833'^^xsd:double;
  dwc:aphiaid '170317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1463285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.16667 -83.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-83.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.16667 -83.1)"^^geo:wktLiteral ;
  geo-pos:lat "6.16667"^^xsd:decimal ;
  geo-pos:long "-83.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14539'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.1'^^xsd:double;
  dwc:latitude '6.16667'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.16667 -83.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-83.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.16667 -83.1)"^^geo:wktLiteral ;
  geo-pos:lat "6.16667"^^xsd:decimal ;
  geo-pos:long "-83.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14538'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.1'^^xsd:double;
  dwc:latitude '6.16667'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0333 -83.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-83.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0333 -83.0333)"^^geo:wktLiteral ;
  geo-pos:lat "24.0333"^^xsd:decimal ;
  geo-pos:long "-83.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11664'^^xsd:integer;
  dwc:scientificName 'Ecnomiosa gerda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83.0333'^^xsd:double;
  dwc:latitude '24.0333'^^xsd:double;
  dwc:aphiaid '235584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.7 -83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.7"^^xsd:decimal ;
  dwc:decimalLongitude "-83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.7 -83)"^^geo:wktLiteral ;
  geo-pos:lat "-5.7"^^xsd:decimal ;
  geo-pos:long "-83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9351'^^xsd:integer;
  dwc:scientificName 'Bathydorus laevis spinosissimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83'^^xsd:integer;
  dwc:latitude '-5.7'^^xsd:double;
  dwc:aphiaid '815641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172035'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.7 -83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.7"^^xsd:decimal ;
  dwc:decimalLongitude "-83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.7 -83)"^^geo:wktLiteral ;
  geo-pos:lat "-5.7"^^xsd:decimal ;
  geo-pos:long "-83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9432'^^xsd:integer;
  dwc:scientificName 'Caulophacus schulzei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-83'^^xsd:integer;
  dwc:latitude '-5.7'^^xsd:double;
  dwc:aphiaid '172062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.68528 -82.9853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.68528"^^xsd:decimal ;
  dwc:decimalLongitude "-82.9853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.68528 -82.9853)"^^geo:wktLiteral ;
  geo-pos:lat "-5.68528"^^xsd:decimal ;
  geo-pos:long "-82.9853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9735'^^xsd:integer;
  dwc:scientificName 'Hyalonema agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.9853'^^xsd:double;
  dwc:latitude '-5.68528'^^xsd:double;
  dwc:aphiaid '171503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.06861 -82.9853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.06861"^^xsd:decimal ;
  dwc:decimalLongitude "-82.9853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.06861 -82.9853)"^^geo:wktLiteral ;
  geo-pos:lat "-5.06861"^^xsd:decimal ;
  geo-pos:long "-82.9853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9754'^^xsd:integer;
  dwc:scientificName 'Hyalonema bianchoratum pinulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.9853'^^xsd:double;
  dwc:latitude '-5.06861'^^xsd:double;
  dwc:aphiaid '195563'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171510'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.06861 -82.9853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.06861"^^xsd:decimal ;
  dwc:decimalLongitude "-82.9853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.06861 -82.9853)"^^geo:wktLiteral ;
  geo-pos:lat "-5.06861"^^xsd:decimal ;
  geo-pos:long "-82.9853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9801'^^xsd:integer;
  dwc:scientificName 'Hyalonema pateriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.9853'^^xsd:double;
  dwc:latitude '-5.06861'^^xsd:double;
  dwc:aphiaid '191712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.1333 -82.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.1333 -82.6833)"^^geo:wktLiteral ;
  geo-pos:lat "6.1333"^^xsd:decimal ;
  geo-pos:long "-82.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5151'^^xsd:integer;
  dwc:scientificName 'Libanius pulcher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.6833'^^xsd:double;
  dwc:latitude '6.1333'^^xsd:double;
  dwc:aphiaid '247458'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.13 -82.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.13"^^xsd:decimal ;
  dwc:decimalLongitude "-82.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.13 -82.68)"^^geo:wktLiteral ;
  geo-pos:lat "-6.13"^^xsd:decimal ;
  geo-pos:long "-82.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3161'^^xsd:integer;
  dwc:scientificName 'Mesosignum multidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.68'^^xsd:double;
  dwc:latitude '-6.13'^^xsd:double;
  dwc:aphiaid '258085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.3333 -82.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.3333 -82.6167)"^^geo:wktLiteral ;
  geo-pos:lat "-61.3333"^^xsd:decimal ;
  geo-pos:long "-82.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11275'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.6167'^^xsd:double;
  dwc:latitude '-61.3333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -82.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.25"^^xsd:decimal ;
  dwc:decimalLongitude "-82.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -82.52)"^^geo:wktLiteral ;
  geo-pos:lat "-3.25"^^xsd:decimal ;
  geo-pos:long "-82.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3338'^^xsd:integer;
  dwc:scientificName 'Haploniscus robinsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.52'^^xsd:double;
  dwc:latitude '-3.25'^^xsd:double;
  dwc:aphiaid '255829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.0167 -82.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-82.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.0167 -82.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-63.0167"^^xsd:decimal ;
  geo-pos:long "-82.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4252'^^xsd:integer;
  dwc:scientificName 'Leviapseudes pleonudus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.5167'^^xsd:double;
  dwc:latitude '-63.0167'^^xsd:double;
  dwc:aphiaid '244633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63 -82.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63"^^xsd:decimal ;
  dwc:decimalLongitude "-82.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63 -82.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-63"^^xsd:decimal ;
  geo-pos:long "-82.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11298'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.5167'^^xsd:double;
  dwc:latitude '-63'^^xsd:integer;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -82.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.25"^^xsd:decimal ;
  dwc:decimalLongitude "-82.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -82.5)"^^geo:wktLiteral ;
  geo-pos:lat "-3.25"^^xsd:decimal ;
  geo-pos:long "-82.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4625'^^xsd:integer;
  dwc:scientificName 'Agathotanais hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.5'^^xsd:double;
  dwc:latitude '-3.25'^^xsd:double;
  dwc:aphiaid '247403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -82.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.25"^^xsd:decimal ;
  dwc:decimalLongitude "-82.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -82.5)"^^geo:wktLiteral ;
  geo-pos:lat "-3.25"^^xsd:decimal ;
  geo-pos:long "-82.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10169'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.5'^^xsd:double;
  dwc:latitude '-3.25'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4667 -82.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-82.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4667 -82.4667)"^^geo:wktLiteral ;
  geo-pos:lat "12.4667"^^xsd:decimal ;
  geo-pos:long "-82.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12555'^^xsd:integer;
  dwc:scientificName 'Tichosina bullisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.4667'^^xsd:double;
  dwc:latitude '12.4667'^^xsd:double;
  dwc:aphiaid '235476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0667 -82.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-82.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0667 -82.4667)"^^geo:wktLiteral ;
  geo-pos:lat "21.0667"^^xsd:decimal ;
  geo-pos:long "-82.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9370'^^xsd:integer;
  dwc:scientificName 'Calycosoma validum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.4667'^^xsd:double;
  dwc:latitude '21.0667'^^xsd:double;
  dwc:aphiaid '171951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1833 -82.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-82.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1833 -82.3833)"^^geo:wktLiteral ;
  geo-pos:lat "23.1833"^^xsd:decimal ;
  geo-pos:long "-82.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12353'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.3833'^^xsd:double;
  dwc:latitude '23.1833'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1833 -82.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-82.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1833 -82.3833)"^^geo:wktLiteral ;
  geo-pos:lat "23.1833"^^xsd:decimal ;
  geo-pos:long "-82.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11679'^^xsd:integer;
  dwc:scientificName 'Eucalathis cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.3833'^^xsd:double;
  dwc:latitude '23.1833'^^xsd:double;
  dwc:aphiaid '235557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1931 -82.3236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.1931"^^xsd:decimal ;
  dwc:decimalLongitude "-82.3236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1931 -82.3236)"^^geo:wktLiteral ;
  geo-pos:lat "23.1931"^^xsd:decimal ;
  geo-pos:long "-82.3236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12644'^^xsd:integer;
  dwc:scientificName 'Tichosina subtriangulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.3236'^^xsd:double;
  dwc:latitude '23.1931'^^xsd:double;
  dwc:aphiaid '235488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5 -82.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5"^^xsd:decimal ;
  dwc:decimalLongitude "-82.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5 -82.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-1.5"^^xsd:decimal ;
  geo-pos:long "-82.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2353'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.3167'^^xsd:double;
  dwc:latitude '-1.5'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5 -82.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5"^^xsd:decimal ;
  dwc:decimalLongitude "-82.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5 -82.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-1.5"^^xsd:decimal ;
  geo-pos:long "-82.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2348'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.3167'^^xsd:double;
  dwc:latitude '-1.5'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A98> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5 -82.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.5"^^xsd:decimal ;
  dwc:decimalLongitude "-82.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.5 -82.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-1.5"^^xsd:decimal ;
  geo-pos:long "-82.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '98'^^xsd:integer;
  dwc:scientificName 'Cyclaspoides bacescui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.3167'^^xsd:double;
  dwc:latitude '-1.5'^^xsd:double;
  dwc:aphiaid '181769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:98'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181769'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.182 -82.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.182"^^xsd:decimal ;
  dwc:decimalLongitude "-82.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.182 -82.25)"^^geo:wktLiteral ;
  geo-pos:lat "-1.182"^^xsd:decimal ;
  geo-pos:long "-82.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9264'^^xsd:integer;
  dwc:scientificName 'Campyloderes cf. vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.25'^^xsd:double;
  dwc:latitude '-1.182'^^xsd:double;
  dwc:aphiaid '265050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1459299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7167 -82.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-82.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7167 -82.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-42.7167"^^xsd:decimal ;
  geo-pos:long "-82.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10058'^^xsd:integer;
  dwc:scientificName 'Thenea wrightii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.1833'^^xsd:double;
  dwc:latitude '-42.7167'^^xsd:double;
  dwc:aphiaid '170317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1463285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7167 -82.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-82.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7167 -82.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-42.7167"^^xsd:decimal ;
  geo-pos:long "-82.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10059'^^xsd:integer;
  dwc:scientificName 'Thenea wrightii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.1833'^^xsd:double;
  dwc:latitude '-42.7167'^^xsd:double;
  dwc:aphiaid '170317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1463285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7167 -82.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-82.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7167 -82.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-42.7167"^^xsd:decimal ;
  geo-pos:long "-82.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10062'^^xsd:integer;
  dwc:scientificName 'Thenea wrightii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.1833'^^xsd:double;
  dwc:latitude '-42.7167'^^xsd:double;
  dwc:aphiaid '170317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1463285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.72 -82.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.72"^^xsd:decimal ;
  dwc:decimalLongitude "-82.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.72 -82.18)"^^geo:wktLiteral ;
  geo-pos:lat "-42.72"^^xsd:decimal ;
  geo-pos:long "-82.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3718'^^xsd:integer;
  dwc:scientificName 'Acanthocope acutispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.18'^^xsd:double;
  dwc:latitude '-42.72'^^xsd:double;
  dwc:aphiaid '255712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255712'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.77"^^xsd:decimal ;
  dwc:decimalLongitude "-82.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  geo-pos:lat "-6.77"^^xsd:decimal ;
  geo-pos:long "-82.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3186'^^xsd:integer;
  dwc:scientificName 'Haploniscus bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.18'^^xsd:double;
  dwc:latitude '-6.77'^^xsd:double;
  dwc:aphiaid '255804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.77"^^xsd:decimal ;
  dwc:decimalLongitude "-82.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  geo-pos:lat "-6.77"^^xsd:decimal ;
  geo-pos:long "-82.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3406'^^xsd:integer;
  dwc:scientificName 'Ischnomesus simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.18'^^xsd:double;
  dwc:latitude '-6.77'^^xsd:double;
  dwc:aphiaid '255929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.77"^^xsd:decimal ;
  dwc:decimalLongitude "-82.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  geo-pos:lat "-6.77"^^xsd:decimal ;
  geo-pos:long "-82.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3407'^^xsd:integer;
  dwc:scientificName 'Ischnomesus calcificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.18'^^xsd:double;
  dwc:latitude '-6.77'^^xsd:double;
  dwc:aphiaid '255917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.77"^^xsd:decimal ;
  dwc:decimalLongitude "-82.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  geo-pos:lat "-6.77"^^xsd:decimal ;
  geo-pos:long "-82.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3935'^^xsd:integer;
  dwc:scientificName 'Eurycope cavusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.18'^^xsd:double;
  dwc:latitude '-6.77'^^xsd:double;
  dwc:aphiaid '294731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3935'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.77"^^xsd:decimal ;
  dwc:decimalLongitude "-82.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  geo-pos:lat "-6.77"^^xsd:decimal ;
  geo-pos:long "-82.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3843'^^xsd:integer;
  dwc:scientificName 'Eurycope manifestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.18'^^xsd:double;
  dwc:latitude '-6.77'^^xsd:double;
  dwc:aphiaid '255751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3843'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.77"^^xsd:decimal ;
  dwc:decimalLongitude "-82.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.77 -82.18)"^^geo:wktLiteral ;
  geo-pos:lat "-6.77"^^xsd:decimal ;
  geo-pos:long "-82.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3841'^^xsd:integer;
  dwc:scientificName 'Eurycope eltaniae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.18'^^xsd:double;
  dwc:latitude '-6.77'^^xsd:double;
  dwc:aphiaid '255738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.15 -82.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.15"^^xsd:decimal ;
  dwc:decimalLongitude "-82.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.15 -82.1333)"^^geo:wktLiteral ;
  geo-pos:lat "3.15"^^xsd:decimal ;
  geo-pos:long "-82.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9802'^^xsd:integer;
  dwc:scientificName 'Hyalonema pateriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.1333'^^xsd:double;
  dwc:latitude '3.15'^^xsd:double;
  dwc:aphiaid '191712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.15 -82.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.15"^^xsd:decimal ;
  dwc:decimalLongitude "-82.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.15 -82.1333)"^^geo:wktLiteral ;
  geo-pos:lat "3.15"^^xsd:decimal ;
  geo-pos:long "-82.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14545'^^xsd:integer;
  dwc:scientificName 'Poromya perla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.1333'^^xsd:double;
  dwc:latitude '3.15'^^xsd:double;
  dwc:aphiaid '408656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '494241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.15 -82.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.15"^^xsd:decimal ;
  dwc:decimalLongitude "-82.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.15 -82.1333)"^^geo:wktLiteral ;
  geo-pos:lat "3.15"^^xsd:decimal ;
  geo-pos:long "-82.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14544'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.1333'^^xsd:double;
  dwc:latitude '3.15'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  geo-pos:lat "6.28333"^^xsd:decimal ;
  geo-pos:long "-82.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16757'^^xsd:integer;
  dwc:scientificName 'Nuculana agapea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.0833'^^xsd:double;
  dwc:latitude '6.28333'^^xsd:double;
  dwc:aphiaid '506358'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '866900'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  geo-pos:lat "6.28333"^^xsd:decimal ;
  geo-pos:long "-82.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16758'^^xsd:integer;
  dwc:scientificName 'Tindaria compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.0833'^^xsd:double;
  dwc:latitude '6.28333'^^xsd:double;
  dwc:aphiaid '506463'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  geo-pos:lat "6.28333"^^xsd:decimal ;
  geo-pos:long "-82.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16759'^^xsd:integer;
  dwc:scientificName 'Nucula panamina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.0833'^^xsd:double;
  dwc:latitude '6.28333'^^xsd:double;
  dwc:aphiaid '541890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506588'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  geo-pos:lat "6.28333"^^xsd:decimal ;
  geo-pos:long "-82.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14536'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.0833'^^xsd:double;
  dwc:latitude '6.28333'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.28333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.28333 -82.0833)"^^geo:wktLiteral ;
  geo-pos:lat "6.28333"^^xsd:decimal ;
  geo-pos:long "-82.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14537'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.0833'^^xsd:double;
  dwc:latitude '6.28333'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3333 -82.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3333 -82.0667)"^^geo:wktLiteral ;
  geo-pos:lat "24.3333"^^xsd:decimal ;
  geo-pos:long "-82.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11599'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.0667'^^xsd:double;
  dwc:latitude '24.3333'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3333 -82.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-82.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3333 -82.0667)"^^geo:wktLiteral ;
  geo-pos:lat "24.3333"^^xsd:decimal ;
  geo-pos:long "-82.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12575'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.0667'^^xsd:double;
  dwc:latitude '24.3333'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4083 -82.0417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.4083"^^xsd:decimal ;
  dwc:decimalLongitude "-82.0417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4083 -82.0417)"^^geo:wktLiteral ;
  geo-pos:lat "24.4083"^^xsd:decimal ;
  geo-pos:long "-82.0417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12631'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.0417'^^xsd:double;
  dwc:latitude '24.4083'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.72 -82.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.72"^^xsd:decimal ;
  dwc:decimalLongitude "-82.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.72 -82.02)"^^geo:wktLiteral ;
  geo-pos:lat "-5.72"^^xsd:decimal ;
  geo-pos:long "-82.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3844'^^xsd:integer;
  dwc:scientificName 'Eurycope manifestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.02'^^xsd:double;
  dwc:latitude '-5.72'^^xsd:double;
  dwc:aphiaid '255751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.4667 -82.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-82.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.4667 -82.0167)"^^geo:wktLiteral ;
  geo-pos:lat "13.4667"^^xsd:decimal ;
  geo-pos:long "-82.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12556'^^xsd:integer;
  dwc:scientificName 'Tichosina bullisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82.0167'^^xsd:double;
  dwc:latitude '13.4667'^^xsd:double;
  dwc:aphiaid '235476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5 -82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5"^^xsd:decimal ;
  dwc:decimalLongitude "-82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5 -82)"^^geo:wktLiteral ;
  geo-pos:lat "-5"^^xsd:decimal ;
  geo-pos:long "-82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11165'^^xsd:integer;
  dwc:scientificName 'Golfingia wodjanizkii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-82'^^xsd:integer;
  dwc:latitude '-5'^^xsd:integer;
  dwc:aphiaid '424477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3833 -81.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3833 -81.9833)"^^geo:wktLiteral ;
  geo-pos:lat "24.3833"^^xsd:decimal ;
  geo-pos:long "-81.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12621'^^xsd:integer;
  dwc:scientificName 'Tichosina solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.9833'^^xsd:double;
  dwc:latitude '24.3833'^^xsd:double;
  dwc:aphiaid '235487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3833 -81.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3833 -81.9833)"^^geo:wktLiteral ;
  geo-pos:lat "24.3833"^^xsd:decimal ;
  geo-pos:long "-81.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11598'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.9833'^^xsd:double;
  dwc:latitude '24.3833'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2847 -81.8917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.2847"^^xsd:decimal ;
  dwc:decimalLongitude "-81.8917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2847 -81.8917)"^^geo:wktLiteral ;
  geo-pos:lat "24.2847"^^xsd:decimal ;
  geo-pos:long "-81.8917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12652'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.8917'^^xsd:double;
  dwc:latitude '24.2847'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.32 -81.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.32"^^xsd:decimal ;
  dwc:decimalLongitude "-81.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.32 -81.82)"^^geo:wktLiteral ;
  geo-pos:lat "-6.32"^^xsd:decimal ;
  geo-pos:long "-81.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3580'^^xsd:integer;
  dwc:scientificName 'Iolanthe neotonus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.82'^^xsd:double;
  dwc:latitude '-6.32'^^xsd:double;
  dwc:aphiaid '294621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294621'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.32 -81.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.32"^^xsd:decimal ;
  dwc:decimalLongitude "-81.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.32 -81.82)"^^geo:wktLiteral ;
  geo-pos:lat "-6.32"^^xsd:decimal ;
  geo-pos:long "-81.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3900'^^xsd:integer;
  dwc:scientificName 'Ilyarachna vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.82'^^xsd:double;
  dwc:latitude '-6.32'^^xsd:double;
  dwc:aphiaid '255875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5167 -81.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-81.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5167 -81.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.5167"^^xsd:decimal ;
  geo-pos:long "-81.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4186'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.6833'^^xsd:double;
  dwc:latitude '-8.5167'^^xsd:double;
  dwc:aphiaid '247126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247126'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.52 -81.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.52"^^xsd:decimal ;
  dwc:decimalLongitude "-81.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.52 -81.68)"^^geo:wktLiteral ;
  geo-pos:lat "-8.52"^^xsd:decimal ;
  geo-pos:long "-81.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3670'^^xsd:integer;
  dwc:scientificName 'Storthyngura unicornalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.68'^^xsd:double;
  dwc:latitude '-8.52'^^xsd:double;
  dwc:aphiaid '294769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263987'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5167 -81.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-81.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5167 -81.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.5167"^^xsd:decimal ;
  geo-pos:long "-81.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4428'^^xsd:integer;
  dwc:scientificName 'Neotanais bulbodens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.6667'^^xsd:double;
  dwc:latitude '-8.5167'^^xsd:double;
  dwc:aphiaid '820088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5167 -81.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-81.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.5167 -81.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.5167"^^xsd:decimal ;
  geo-pos:long "-81.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4459'^^xsd:integer;
  dwc:scientificName 'Neotanais calcarulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.6667'^^xsd:double;
  dwc:latitude '-8.5167'^^xsd:double;
  dwc:aphiaid '247379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1833 -81.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1833 -81.6)"^^geo:wktLiteral ;
  geo-pos:lat "24.1833"^^xsd:decimal ;
  geo-pos:long "-81.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11554'^^xsd:integer;
  dwc:scientificName 'Cryptopora rectimarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.6'^^xsd:double;
  dwc:latitude '24.1833'^^xsd:double;
  dwc:aphiaid '235416'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.5833 -81.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.5833 -81.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-21.5833"^^xsd:decimal ;
  geo-pos:long "-81.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9255'^^xsd:integer;
  dwc:scientificName 'Thalassarachna humboldti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.5667'^^xsd:double;
  dwc:latitude '-21.5833'^^xsd:double;
  dwc:aphiaid '407443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406638'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2583 -81.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.2583"^^xsd:decimal ;
  dwc:decimalLongitude "-81.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2583 -81.5667)"^^geo:wktLiteral ;
  geo-pos:lat "24.2583"^^xsd:decimal ;
  geo-pos:long "-81.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12565'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.5667'^^xsd:double;
  dwc:latitude '24.2583'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2583 -81.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.2583"^^xsd:decimal ;
  dwc:decimalLongitude "-81.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2583 -81.5667)"^^geo:wktLiteral ;
  geo-pos:lat "24.2583"^^xsd:decimal ;
  geo-pos:long "-81.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11588'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.5667'^^xsd:double;
  dwc:latitude '24.2583'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.77 -81.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.77"^^xsd:decimal ;
  dwc:decimalLongitude "-81.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.77 -81.53)"^^geo:wktLiteral ;
  geo-pos:lat "-3.77"^^xsd:decimal ;
  geo-pos:long "-81.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4031'^^xsd:integer;
  dwc:scientificName 'Munnopsis abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.53'^^xsd:double;
  dwc:latitude '-3.77'^^xsd:double;
  dwc:aphiaid '256271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.7833 -81.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-69.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.7833 -81.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-69.7833"^^xsd:decimal ;
  geo-pos:long "-81.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12008'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.5167'^^xsd:double;
  dwc:latitude '-69.7833'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.7833 -81.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-69.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.7833 -81.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-69.7833"^^xsd:decimal ;
  geo-pos:long "-81.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11529'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.5167'^^xsd:double;
  dwc:latitude '-69.7833'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4167 -81.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-81.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4167 -81.5)"^^geo:wktLiteral ;
  geo-pos:lat "24.4167"^^xsd:decimal ;
  geo-pos:long "-81.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11576'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.5'^^xsd:double;
  dwc:latitude '24.4167'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4167 -81.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-81.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4167 -81.5)"^^geo:wktLiteral ;
  geo-pos:lat "24.4167"^^xsd:decimal ;
  geo-pos:long "-81.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12560'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.5'^^xsd:double;
  dwc:latitude '24.4167'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -81.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -81.4833)"^^geo:wktLiteral ;
  geo-pos:lat "24.3"^^xsd:decimal ;
  geo-pos:long "-81.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12573'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4833'^^xsd:double;
  dwc:latitude '24.3'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -81.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -81.4833)"^^geo:wktLiteral ;
  geo-pos:lat "24.3"^^xsd:decimal ;
  geo-pos:long "-81.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11596'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4833'^^xsd:double;
  dwc:latitude '24.3'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.51667 -81.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.51667"^^xsd:decimal ;
  dwc:decimalLongitude "-81.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.51667 -81.45)"^^geo:wktLiteral ;
  geo-pos:lat "-7.51667"^^xsd:decimal ;
  geo-pos:long "-81.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10162'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.45'^^xsd:double;
  dwc:latitude '-7.51667'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.53333 -81.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.53333"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.53333 -81.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-7.53333"^^xsd:decimal ;
  geo-pos:long "-81.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10160'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4333'^^xsd:double;
  dwc:latitude '-7.53333'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.53333 -81.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.53333"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.53333 -81.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-7.53333"^^xsd:decimal ;
  geo-pos:long "-81.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10139'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4333'^^xsd:double;
  dwc:latitude '-7.53333'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.35 -81.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.35"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4'^^xsd:integer;
  dwc:scientificName 'Archaeocuma peruanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4167'^^xsd:double;
  dwc:latitude '-8.35'^^xsd:double;
  dwc:aphiaid '182200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.35 -81.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.35"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.35 -81.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-8.35"^^xsd:decimal ;
  geo-pos:long "-81.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '322'^^xsd:integer;
  dwc:scientificName 'Archaeocuma peruanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4167'^^xsd:double;
  dwc:latitude '-8.35'^^xsd:double;
  dwc:aphiaid '182200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5 -81.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.5"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5 -81.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-7.5"^^xsd:decimal ;
  geo-pos:long "-81.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10159'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4167'^^xsd:double;
  dwc:latitude '-7.5'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5833 -81.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5833 -81.4)"^^geo:wktLiteral ;
  geo-pos:lat "-7.5833"^^xsd:decimal ;
  geo-pos:long "-81.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2323'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4'^^xsd:double;
  dwc:latitude '-7.5833'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5833 -81.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.5833 -81.4)"^^geo:wktLiteral ;
  geo-pos:lat "-7.5833"^^xsd:decimal ;
  geo-pos:long "-81.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2253'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4'^^xsd:double;
  dwc:latitude '-7.5833'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.58 -81.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.58"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.58 -81.4)"^^geo:wktLiteral ;
  geo-pos:lat "-7.58"^^xsd:decimal ;
  geo-pos:long "-81.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3195'^^xsd:integer;
  dwc:scientificName 'Haploniscus gratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4'^^xsd:double;
  dwc:latitude '-7.58'^^xsd:double;
  dwc:aphiaid '294674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2333 -81.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2333 -81.4)"^^geo:wktLiteral ;
  geo-pos:lat "24.2333"^^xsd:decimal ;
  geo-pos:long "-81.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12620'^^xsd:integer;
  dwc:scientificName 'Tichosina solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4'^^xsd:double;
  dwc:latitude '24.2333'^^xsd:double;
  dwc:aphiaid '235487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2333 -81.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2333 -81.4)"^^geo:wktLiteral ;
  geo-pos:lat "24.2333"^^xsd:decimal ;
  geo-pos:long "-81.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12574'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4'^^xsd:double;
  dwc:latitude '24.2333'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2333 -81.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-81.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2333 -81.4)"^^geo:wktLiteral ;
  geo-pos:lat "24.2333"^^xsd:decimal ;
  geo-pos:long "-81.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11597'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.4'^^xsd:double;
  dwc:latitude '24.2333'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.55 -81.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.55"^^xsd:decimal ;
  dwc:decimalLongitude "-81.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.55 -81.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.55"^^xsd:decimal ;
  geo-pos:long "-81.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10161'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.3667'^^xsd:double;
  dwc:latitude '-7.55'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.55 -81.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.55"^^xsd:decimal ;
  dwc:decimalLongitude "-81.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.55 -81.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.55"^^xsd:decimal ;
  geo-pos:long "-81.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2286'^^xsd:integer;
  dwc:scientificName 'Eudorella gracilior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.3667'^^xsd:double;
  dwc:latitude '-7.55'^^xsd:double;
  dwc:aphiaid '182287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.55 -81.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.55"^^xsd:decimal ;
  dwc:decimalLongitude "-81.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.55 -81.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.55"^^xsd:decimal ;
  geo-pos:long "-81.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2254'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.3667'^^xsd:double;
  dwc:latitude '-7.55'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.0833 -81.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.0833 -81.35)"^^geo:wktLiteral ;
  geo-pos:lat "14.0833"^^xsd:decimal ;
  geo-pos:long "-81.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12633'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.35'^^xsd:double;
  dwc:latitude '14.0833'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.4 -81.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.4"^^xsd:decimal ;
  dwc:decimalLongitude "-81.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.4 -81.25)"^^geo:wktLiteral ;
  geo-pos:lat "-8.4"^^xsd:decimal ;
  geo-pos:long "-81.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9169'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus badalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.25'^^xsd:double;
  dwc:latitude '-8.4'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9169'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2833 -81.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2833 -81.1833)"^^geo:wktLiteral ;
  geo-pos:lat "24.2833"^^xsd:decimal ;
  geo-pos:long "-81.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11586'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.1833'^^xsd:double;
  dwc:latitude '24.2833'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2833 -81.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-81.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.2833 -81.1833)"^^geo:wktLiteral ;
  geo-pos:lat "24.2833"^^xsd:decimal ;
  geo-pos:long "-81.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12619'^^xsd:integer;
  dwc:scientificName 'Tichosina solida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.1833'^^xsd:double;
  dwc:latitude '24.2833'^^xsd:double;
  dwc:aphiaid '235487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -81.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-81.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -81.1833)"^^geo:wktLiteral ;
  geo-pos:lat "24.3667"^^xsd:decimal ;
  geo-pos:long "-81.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11577'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.1833'^^xsd:double;
  dwc:latitude '24.3667'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37 -81.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.37"^^xsd:decimal ;
  dwc:decimalLongitude "-81.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.37 -81.18)"^^geo:wktLiteral ;
  geo-pos:lat "-8.37"^^xsd:decimal ;
  geo-pos:long "-81.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3187'^^xsd:integer;
  dwc:scientificName 'Haploniscus bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.18'^^xsd:double;
  dwc:latitude '-8.37'^^xsd:double;
  dwc:aphiaid '255804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.58 -81.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.58"^^xsd:decimal ;
  dwc:decimalLongitude "-81.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.58 -81.15)"^^geo:wktLiteral ;
  geo-pos:lat "-8.58"^^xsd:decimal ;
  geo-pos:long "-81.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4030'^^xsd:integer;
  dwc:scientificName 'Munnopsis abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.15'^^xsd:double;
  dwc:latitude '-8.58'^^xsd:double;
  dwc:aphiaid '256271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.22 -81.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.22"^^xsd:decimal ;
  dwc:decimalLongitude "-81.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.22 -81.15)"^^geo:wktLiteral ;
  geo-pos:lat "-8.22"^^xsd:decimal ;
  geo-pos:long "-81.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3892'^^xsd:integer;
  dwc:scientificName 'Ilyarachna pervica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.15'^^xsd:double;
  dwc:latitude '-8.22'^^xsd:double;
  dwc:aphiaid '255866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255866'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.22 -81.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.22"^^xsd:decimal ;
  dwc:decimalLongitude "-81.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.22 -81.15)"^^geo:wktLiteral ;
  geo-pos:lat "-8.22"^^xsd:decimal ;
  geo-pos:long "-81.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3842'^^xsd:integer;
  dwc:scientificName 'Eurycope latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.15'^^xsd:double;
  dwc:latitude '-8.22'^^xsd:double;
  dwc:aphiaid '255747'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.07 -81.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.07"^^xsd:decimal ;
  dwc:decimalLongitude "-81.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.07 -81.15)"^^geo:wktLiteral ;
  geo-pos:lat "-8.07"^^xsd:decimal ;
  geo-pos:long "-81.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3895'^^xsd:integer;
  dwc:scientificName 'Ilyarachna vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.15'^^xsd:double;
  dwc:latitude '-8.07'^^xsd:double;
  dwc:aphiaid '255875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.07 -81.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.07"^^xsd:decimal ;
  dwc:decimalLongitude "-81.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.07 -81.15)"^^geo:wktLiteral ;
  geo-pos:lat "-8.07"^^xsd:decimal ;
  geo-pos:long "-81.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3838'^^xsd:integer;
  dwc:scientificName 'Eurycope eltaniae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.15'^^xsd:double;
  dwc:latitude '-8.07'^^xsd:double;
  dwc:aphiaid '255738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -81.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3"^^xsd:decimal ;
  dwc:decimalLongitude "-81.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3 -81.1167)"^^geo:wktLiteral ;
  geo-pos:lat "24.3"^^xsd:decimal ;
  geo-pos:long "-81.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11581'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.1167'^^xsd:double;
  dwc:latitude '24.3'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3167 -81.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-81.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3167 -81.1167)"^^geo:wktLiteral ;
  geo-pos:lat "24.3167"^^xsd:decimal ;
  geo-pos:long "-81.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11580'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.1167'^^xsd:double;
  dwc:latitude '24.3167'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3167 -81.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-81.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3167 -81.1167)"^^geo:wktLiteral ;
  geo-pos:lat "24.3167"^^xsd:decimal ;
  geo-pos:long "-81.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12627'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.1167'^^xsd:double;
  dwc:latitude '24.3167'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.42 -81.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.42"^^xsd:decimal ;
  dwc:decimalLongitude "-81.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.42 -81.08)"^^geo:wktLiteral ;
  geo-pos:lat "-8.42"^^xsd:decimal ;
  geo-pos:long "-81.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3896'^^xsd:integer;
  dwc:scientificName 'Ilyarachna vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.08'^^xsd:double;
  dwc:latitude '-8.42'^^xsd:double;
  dwc:aphiaid '255875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.11667 -81.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.11667"^^xsd:decimal ;
  dwc:decimalLongitude "-81.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.11667 -81.0667)"^^geo:wktLiteral ;
  geo-pos:lat "1.11667"^^xsd:decimal ;
  geo-pos:long "-81.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16760'^^xsd:integer;
  dwc:scientificName 'Acharax johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.0667'^^xsd:double;
  dwc:latitude '1.11667'^^xsd:double;
  dwc:aphiaid '293239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.11667 -81.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.11667"^^xsd:decimal ;
  dwc:decimalLongitude "-81.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.11667 -81.0667)"^^geo:wktLiteral ;
  geo-pos:lat "1.11667"^^xsd:decimal ;
  geo-pos:long "-81.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9353'^^xsd:integer;
  dwc:scientificName 'Bathydorus laevis spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.0667'^^xsd:double;
  dwc:latitude '1.11667'^^xsd:double;
  dwc:aphiaid '172033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '724698'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.11667 -81.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.11667"^^xsd:decimal ;
  dwc:decimalLongitude "-81.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.11667 -81.0667)"^^geo:wktLiteral ;
  geo-pos:lat "1.11667"^^xsd:decimal ;
  geo-pos:long "-81.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9430'^^xsd:integer;
  dwc:scientificName 'Caulophacus schulzei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.0667'^^xsd:double;
  dwc:latitude '1.11667'^^xsd:double;
  dwc:aphiaid '172062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3667 -81.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-81.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3667 -81.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3667"^^xsd:decimal ;
  geo-pos:long "-81.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6488'^^xsd:integer;
  dwc:scientificName 'Eurycletodes peruanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.0333'^^xsd:double;
  dwc:latitude '-8.3667'^^xsd:double;
  dwc:aphiaid '429845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '429845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 -81.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.77"^^xsd:decimal ;
  dwc:decimalLongitude "-81.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 -81.03)"^^geo:wktLiteral ;
  geo-pos:lat "-8.77"^^xsd:decimal ;
  geo-pos:long "-81.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3189'^^xsd:integer;
  dwc:scientificName 'Haploniscus bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81.03'^^xsd:double;
  dwc:latitude '-8.77'^^xsd:double;
  dwc:aphiaid '255804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24"^^xsd:decimal ;
  dwc:decimalLongitude "-81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -81)"^^geo:wktLiteral ;
  geo-pos:lat "-24"^^xsd:decimal ;
  geo-pos:long "-81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11158'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81'^^xsd:integer;
  dwc:latitude '-24'^^xsd:integer;
  dwc:aphiaid '136048'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18"^^xsd:decimal ;
  dwc:decimalLongitude "-81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -81)"^^geo:wktLiteral ;
  geo-pos:lat "-18"^^xsd:decimal ;
  geo-pos:long "-81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11152'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81'^^xsd:integer;
  dwc:latitude '-18'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18"^^xsd:decimal ;
  dwc:decimalLongitude "-81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -81)"^^geo:wktLiteral ;
  geo-pos:lat "-18"^^xsd:decimal ;
  geo-pos:long "-81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11167'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81'^^xsd:integer;
  dwc:latitude '-18'^^xsd:integer;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18"^^xsd:decimal ;
  dwc:decimalLongitude "-81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -81)"^^geo:wktLiteral ;
  geo-pos:lat "-18"^^xsd:decimal ;
  geo-pos:long "-81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11159'^^xsd:integer;
  dwc:scientificName 'Golfingia schuettei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81'^^xsd:integer;
  dwc:latitude '-18'^^xsd:integer;
  dwc:aphiaid '424389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8 -81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8"^^xsd:decimal ;
  dwc:decimalLongitude "-81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8 -81)"^^geo:wktLiteral ;
  geo-pos:lat "-8"^^xsd:decimal ;
  geo-pos:long "-81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16728'^^xsd:integer;
  dwc:scientificName 'Bathyneaera tillamookensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81'^^xsd:integer;
  dwc:latitude '-8'^^xsd:integer;
  dwc:aphiaid '408525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2"^^xsd:decimal ;
  dwc:decimalLongitude "-81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2 -81)"^^geo:wktLiteral ;
  geo-pos:lat "-2"^^xsd:decimal ;
  geo-pos:long "-81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11151'^^xsd:integer;
  dwc:scientificName 'Golfingia chuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-81'^^xsd:integer;
  dwc:latitude '-2'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11151'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4167 -80.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4167 -80.9667)"^^geo:wktLiteral ;
  geo-pos:lat "24.4167"^^xsd:decimal ;
  geo-pos:long "-80.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11578'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.9667'^^xsd:double;
  dwc:latitude '24.4167'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.1167 -80.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.1167 -80.95)"^^geo:wktLiteral ;
  geo-pos:lat "-10.1167"^^xsd:decimal ;
  geo-pos:long "-80.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2324'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.95'^^xsd:double;
  dwc:latitude '-10.1167'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.1167 -80.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.1167 -80.95)"^^geo:wktLiteral ;
  geo-pos:lat "-10.1167"^^xsd:decimal ;
  geo-pos:long "-80.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '190'^^xsd:integer;
  dwc:scientificName 'Leucon savulescu'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.95'^^xsd:double;
  dwc:latitude '-10.1167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:190'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -80.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -80.95)"^^geo:wktLiteral ;
  geo-pos:lat "24.3667"^^xsd:decimal ;
  geo-pos:long "-80.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11585'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.95'^^xsd:double;
  dwc:latitude '24.3667'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -80.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -80.95)"^^geo:wktLiteral ;
  geo-pos:lat "24.3667"^^xsd:decimal ;
  geo-pos:long "-80.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12563'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.95'^^xsd:double;
  dwc:latitude '24.3667'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.18333 -80.9419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.18333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.9419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.18333 -80.9419)"^^geo:wktLiteral ;
  geo-pos:lat "-2.18333"^^xsd:decimal ;
  geo-pos:long "-80.9419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11641'^^xsd:integer;
  dwc:scientificName 'Discina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.9419'^^xsd:double;
  dwc:latitude '-2.18333'^^xsd:double;
  dwc:aphiaid '235161'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235161'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -80.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -80.9167)"^^geo:wktLiteral ;
  geo-pos:lat "24.3667"^^xsd:decimal ;
  geo-pos:long "-80.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11584'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.9167'^^xsd:double;
  dwc:latitude '24.3667'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -80.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3667 -80.9167)"^^geo:wktLiteral ;
  geo-pos:lat "24.3667"^^xsd:decimal ;
  geo-pos:long "-80.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12562'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.9167'^^xsd:double;
  dwc:latitude '24.3667'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4833 -80.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4833 -80.9)"^^geo:wktLiteral ;
  geo-pos:lat "24.4833"^^xsd:decimal ;
  geo-pos:long "-80.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12479'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.9'^^xsd:double;
  dwc:latitude '24.4833'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4833 -80.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4833 -80.9)"^^geo:wktLiteral ;
  geo-pos:lat "24.4833"^^xsd:decimal ;
  geo-pos:long "-80.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11575'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.9'^^xsd:double;
  dwc:latitude '24.4833'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4833 -80.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4833 -80.9)"^^geo:wktLiteral ;
  geo-pos:lat "24.4833"^^xsd:decimal ;
  geo-pos:long "-80.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12614'^^xsd:integer;
  dwc:scientificName 'Tichosina rotundovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.9'^^xsd:double;
  dwc:latitude '24.4833'^^xsd:double;
  dwc:aphiaid '235486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.375 -80.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.375"^^xsd:decimal ;
  dwc:decimalLongitude "-80.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.375 -80.8833)"^^geo:wktLiteral ;
  geo-pos:lat "24.375"^^xsd:decimal ;
  geo-pos:long "-80.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12564'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.8833'^^xsd:double;
  dwc:latitude '24.375'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.375 -80.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.375"^^xsd:decimal ;
  dwc:decimalLongitude "-80.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.375 -80.8833)"^^geo:wktLiteral ;
  geo-pos:lat "24.375"^^xsd:decimal ;
  geo-pos:long "-80.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11587'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.8833'^^xsd:double;
  dwc:latitude '24.375'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.93333 -80.875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.93333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.93333 -80.875)"^^geo:wktLiteral ;
  geo-pos:lat "4.93333"^^xsd:decimal ;
  geo-pos:long "-80.875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14546'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.875'^^xsd:double;
  dwc:latitude '4.93333'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3833 -80.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.3833 -80.8667)"^^geo:wktLiteral ;
  geo-pos:lat "24.3833"^^xsd:decimal ;
  geo-pos:long "-80.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11579'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.8667'^^xsd:double;
  dwc:latitude '24.3833'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4 -80.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.4"^^xsd:decimal ;
  dwc:decimalLongitude "-80.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.4 -80.8667)"^^geo:wktLiteral ;
  geo-pos:lat "24.4"^^xsd:decimal ;
  geo-pos:long "-80.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11583'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.8667'^^xsd:double;
  dwc:latitude '24.4'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1167 -80.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1167 -80.8333)"^^geo:wktLiteral ;
  geo-pos:lat "10.1167"^^xsd:decimal ;
  geo-pos:long "-80.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4807'^^xsd:integer;
  dwc:scientificName 'Paragathotanais typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.8333'^^xsd:double;
  dwc:latitude '10.1167'^^xsd:double;
  dwc:aphiaid '136378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333 -80.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333 -80.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9333"^^xsd:decimal ;
  geo-pos:long "-80.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6484'^^xsd:integer;
  dwc:scientificName 'Paranannopus truncatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.7833'^^xsd:double;
  dwc:latitude '-8.9333'^^xsd:double;
  dwc:aphiaid '354347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8667"^^xsd:decimal ;
  geo-pos:long "-80.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6473'^^xsd:integer;
  dwc:scientificName 'Malacopsyllus hades'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.7833'^^xsd:double;
  dwc:latitude '-8.8667'^^xsd:double;
  dwc:aphiaid '359256'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8667"^^xsd:decimal ;
  geo-pos:long "-80.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9084'^^xsd:integer;
  dwc:scientificName 'Acantholaimus maks'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.7833'^^xsd:double;
  dwc:latitude '-8.8667'^^xsd:double;
  dwc:aphiaid '182948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8667"^^xsd:decimal ;
  geo-pos:long "-80.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9167'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus badalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.7833'^^xsd:double;
  dwc:latitude '-8.8667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9167'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8667"^^xsd:decimal ;
  geo-pos:long "-80.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9164'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus badalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.7833'^^xsd:double;
  dwc:latitude '-8.8667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9164'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8667 -80.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8667"^^xsd:decimal ;
  geo-pos:long "-80.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8548'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.7833'^^xsd:double;
  dwc:latitude '-8.8667'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.93 -80.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.93"^^xsd:decimal ;
  dwc:decimalLongitude "-80.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.93 -80.78)"^^geo:wktLiteral ;
  geo-pos:lat "-8.93"^^xsd:decimal ;
  geo-pos:long "-80.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3158'^^xsd:integer;
  dwc:scientificName 'Mesosignum multidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.78'^^xsd:double;
  dwc:latitude '-8.93'^^xsd:double;
  dwc:aphiaid '258085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.93 -80.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.93"^^xsd:decimal ;
  dwc:decimalLongitude "-80.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.93 -80.78)"^^geo:wktLiteral ;
  geo-pos:lat "-8.93"^^xsd:decimal ;
  geo-pos:long "-80.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3036'^^xsd:integer;
  dwc:scientificName 'Nannoniscus ovatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.78'^^xsd:double;
  dwc:latitude '-8.93'^^xsd:double;
  dwc:aphiaid '256311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.93 -80.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.93"^^xsd:decimal ;
  dwc:decimalLongitude "-80.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.93 -80.78)"^^geo:wktLiteral ;
  geo-pos:lat "-8.93"^^xsd:decimal ;
  geo-pos:long "-80.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3034'^^xsd:integer;
  dwc:scientificName 'Nannoniscus muscarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.78'^^xsd:double;
  dwc:latitude '-8.93'^^xsd:double;
  dwc:aphiaid '256310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256310'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.87"^^xsd:decimal ;
  dwc:decimalLongitude "-80.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  geo-pos:lat "-8.87"^^xsd:decimal ;
  geo-pos:long "-80.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3157'^^xsd:integer;
  dwc:scientificName 'Mesosignum multidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.78'^^xsd:double;
  dwc:latitude '-8.87'^^xsd:double;
  dwc:aphiaid '258085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.87"^^xsd:decimal ;
  dwc:decimalLongitude "-80.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  geo-pos:lat "-8.87"^^xsd:decimal ;
  geo-pos:long "-80.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3191'^^xsd:integer;
  dwc:scientificName 'Haploniscus concavus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.78'^^xsd:double;
  dwc:latitude '-8.87'^^xsd:double;
  dwc:aphiaid '294671'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.87"^^xsd:decimal ;
  dwc:decimalLongitude "-80.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  geo-pos:lat "-8.87"^^xsd:decimal ;
  geo-pos:long "-80.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3038'^^xsd:integer;
  dwc:scientificName 'Nannoniscus perunis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.78'^^xsd:double;
  dwc:latitude '-8.87'^^xsd:double;
  dwc:aphiaid '256312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256312'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.87"^^xsd:decimal ;
  dwc:decimalLongitude "-80.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  geo-pos:lat "-8.87"^^xsd:decimal ;
  geo-pos:long "-80.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3897'^^xsd:integer;
  dwc:scientificName 'Ilyarachna vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.78'^^xsd:double;
  dwc:latitude '-8.87'^^xsd:double;
  dwc:aphiaid '255875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.87"^^xsd:decimal ;
  dwc:decimalLongitude "-80.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.87 -80.78)"^^geo:wktLiteral ;
  geo-pos:lat "-8.87"^^xsd:decimal ;
  geo-pos:long "-80.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3891'^^xsd:integer;
  dwc:scientificName 'Ilyarachna defecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.78'^^xsd:double;
  dwc:latitude '-8.87'^^xsd:double;
  dwc:aphiaid '255860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1646551'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7333"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9165'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus badalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.7333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9165'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7333"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2257'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.7333'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7333"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8545'^^xsd:integer;
  dwc:scientificName 'Acantholaimus quintus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.7333'^^xsd:double;
  dwc:aphiaid '182951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7333"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8549'^^xsd:integer;
  dwc:scientificName 'Acantholaimus maks'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.7333'^^xsd:double;
  dwc:aphiaid '182948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7333 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7333"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4433'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.7333'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.73"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.73"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3119'^^xsd:integer;
  dwc:scientificName 'Macrostylis longifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.73'^^xsd:double;
  dwc:aphiaid '256112'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256112'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.73"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.73"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3155'^^xsd:integer;
  dwc:scientificName 'Mesosignum multidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.73'^^xsd:double;
  dwc:aphiaid '258085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.73"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.73"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3037'^^xsd:integer;
  dwc:scientificName 'Nannoniscus perunis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.73'^^xsd:double;
  dwc:aphiaid '256312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256312'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.73"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.73"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3898'^^xsd:integer;
  dwc:scientificName 'Ilyarachna vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.73'^^xsd:double;
  dwc:aphiaid '255875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.73"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.73"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3839'^^xsd:integer;
  dwc:scientificName 'Eurycope eltaniae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.73'^^xsd:double;
  dwc:aphiaid '255738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.73"^^xsd:decimal ;
  dwc:decimalLongitude "-80.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.73 -80.75)"^^geo:wktLiteral ;
  geo-pos:lat "-8.73"^^xsd:decimal ;
  geo-pos:long "-80.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3558'^^xsd:integer;
  dwc:scientificName 'Zoromunna setifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.75'^^xsd:double;
  dwc:latitude '-8.73'^^xsd:double;
  dwc:aphiaid '264146'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '264146'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 -80.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.77"^^xsd:decimal ;
  dwc:decimalLongitude "-80.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 -80.73)"^^geo:wktLiteral ;
  geo-pos:lat "-8.77"^^xsd:decimal ;
  geo-pos:long "-80.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3160'^^xsd:integer;
  dwc:scientificName 'Mesosignum multidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.73'^^xsd:double;
  dwc:latitude '-8.77'^^xsd:double;
  dwc:aphiaid '258085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 -80.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.77"^^xsd:decimal ;
  dwc:decimalLongitude "-80.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 -80.73)"^^geo:wktLiteral ;
  geo-pos:lat "-8.77"^^xsd:decimal ;
  geo-pos:long "-80.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3030'^^xsd:integer;
  dwc:scientificName 'Nannoniscus detrimentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.73'^^xsd:double;
  dwc:latitude '-8.77'^^xsd:double;
  dwc:aphiaid '256305'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256305'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 -80.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.77"^^xsd:decimal ;
  dwc:decimalLongitude "-80.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 -80.73)"^^geo:wktLiteral ;
  geo-pos:lat "-8.77"^^xsd:decimal ;
  geo-pos:long "-80.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3840'^^xsd:integer;
  dwc:scientificName 'Eurycope eltaniae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.73'^^xsd:double;
  dwc:latitude '-8.77'^^xsd:double;
  dwc:aphiaid '255738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.72 -80.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.72"^^xsd:decimal ;
  dwc:decimalLongitude "-80.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.72 -80.72)"^^geo:wktLiteral ;
  geo-pos:lat "-8.72"^^xsd:decimal ;
  geo-pos:long "-80.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3530'^^xsd:integer;
  dwc:scientificName 'Janirella latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.72'^^xsd:double;
  dwc:latitude '-8.72'^^xsd:double;
  dwc:aphiaid '255946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 -80.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3"^^xsd:decimal ;
  dwc:decimalLongitude "-80.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 -80.72)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3"^^xsd:decimal ;
  geo-pos:long "-80.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4029'^^xsd:integer;
  dwc:scientificName 'Munnopsis abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.72'^^xsd:double;
  dwc:latitude '-8.3'^^xsd:double;
  dwc:aphiaid '256271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9166'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus badalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9166'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11350'^^xsd:integer;
  dwc:scientificName 'Basipodella harpacticola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '349195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8542'^^xsd:integer;
  dwc:scientificName 'Acantholaimus akvavitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '182942'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4413'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '152'^^xsd:integer;
  dwc:scientificName 'Heteroleucon bacescui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '182309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.35"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "6.35"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9433'^^xsd:integer;
  dwc:scientificName 'Caulophacus schulzei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '6.35'^^xsd:double;
  dwc:aphiaid '172062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.35"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "6.35"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9798'^^xsd:integer;
  dwc:scientificName 'Hyalonema ovuliferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '6.35'^^xsd:double;
  dwc:aphiaid '171498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171498'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.35"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "6.35"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14547'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '6.35'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.35"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "6.35"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9352'^^xsd:integer;
  dwc:scientificName 'Bathydorus laevis spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '6.35'^^xsd:double;
  dwc:aphiaid '172033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '724698'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.35"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.35 -80.6833)"^^geo:wktLiteral ;
  geo-pos:lat "6.35"^^xsd:decimal ;
  geo-pos:long "-80.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9431'^^xsd:integer;
  dwc:scientificName 'Caulophacus schulzei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6833'^^xsd:double;
  dwc:latitude '6.35'^^xsd:double;
  dwc:aphiaid '172062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3120'^^xsd:integer;
  dwc:scientificName 'Macrostylis longifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.68'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '256112'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256112'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3190'^^xsd:integer;
  dwc:scientificName 'Haploniscus bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.68'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '255804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3408'^^xsd:integer;
  dwc:scientificName 'Haplomesus modestatenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.68'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '255892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3653'^^xsd:integer;
  dwc:scientificName 'Storthyngura octospinosalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.68'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '255778'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255778'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3946'^^xsd:integer;
  dwc:scientificName 'Eurycope profundum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.68'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '294729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258028'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3893'^^xsd:integer;
  dwc:scientificName 'Ilyarachna pervica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.68'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '255866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255866'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3039'^^xsd:integer;
  dwc:scientificName 'Nannoniscus perunis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.68'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '256312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256312'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9"^^xsd:decimal ;
  dwc:decimalLongitude "-80.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9 -80.68)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9"^^xsd:decimal ;
  geo-pos:long "-80.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3162'^^xsd:integer;
  dwc:scientificName 'Mesosignum truncatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.68'^^xsd:double;
  dwc:latitude '-8.9'^^xsd:double;
  dwc:aphiaid '258086'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7 -80.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7"^^xsd:decimal ;
  dwc:decimalLongitude "-80.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7 -80.67)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7"^^xsd:decimal ;
  geo-pos:long "-80.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3339'^^xsd:integer;
  dwc:scientificName 'Austrogonium abyssale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.67'^^xsd:double;
  dwc:latitude '-8.7'^^xsd:double;
  dwc:aphiaid '259197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7 -80.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7 -80.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7"^^xsd:decimal ;
  geo-pos:long "-80.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8550'^^xsd:integer;
  dwc:scientificName 'Acantholaimus maks'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6667'^^xsd:double;
  dwc:latitude '-8.7'^^xsd:double;
  dwc:aphiaid '182948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7 -80.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7 -80.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7"^^xsd:decimal ;
  geo-pos:long "-80.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9168'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus badalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6667'^^xsd:double;
  dwc:latitude '-8.7'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9168'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7 -80.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7 -80.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7"^^xsd:decimal ;
  geo-pos:long "-80.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8543'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6667'^^xsd:double;
  dwc:latitude '-8.7'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3833 -80.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3833 -80.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3833"^^xsd:decimal ;
  geo-pos:long "-80.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4564'^^xsd:integer;
  dwc:scientificName 'Neotanais pfaffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6667'^^xsd:double;
  dwc:latitude '-8.3833'^^xsd:double;
  dwc:aphiaid '247390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3833 -80.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3833 -80.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3833"^^xsd:decimal ;
  geo-pos:long "-80.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4432'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6667'^^xsd:double;
  dwc:latitude '-8.3833'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.97 -80.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.97"^^xsd:decimal ;
  dwc:decimalLongitude "-80.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.97 -80.62)"^^geo:wktLiteral ;
  geo-pos:lat "-7.97"^^xsd:decimal ;
  geo-pos:long "-80.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4028'^^xsd:integer;
  dwc:scientificName 'Munnopsis abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.62'^^xsd:double;
  dwc:latitude '-7.97'^^xsd:double;
  dwc:aphiaid '256271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9833 -80.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9833 -80.6167)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9833"^^xsd:decimal ;
  geo-pos:long "-80.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6512'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes peruanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.6167'^^xsd:double;
  dwc:latitude '-7.9833'^^xsd:double;
  dwc:aphiaid '354910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6512'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354910'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7003 -80.5525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.7003"^^xsd:decimal ;
  dwc:decimalLongitude "-80.5525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7003 -80.5525)"^^geo:wktLiteral ;
  geo-pos:lat "18.7003"^^xsd:decimal ;
  geo-pos:long "-80.5525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4834'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.5525'^^xsd:double;
  dwc:latitude '18.7003'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.085 -80.5003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.085"^^xsd:decimal ;
  dwc:decimalLongitude "-80.5003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.085 -80.5003)"^^geo:wktLiteral ;
  geo-pos:lat "19.085"^^xsd:decimal ;
  geo-pos:long "-80.5003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4812'^^xsd:integer;
  dwc:scientificName 'Paragathotanais typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.5003'^^xsd:double;
  dwc:latitude '19.085'^^xsd:double;
  dwc:aphiaid '136378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4812'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.8833 -80.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.8833 -80.5)"^^geo:wktLiteral ;
  geo-pos:lat "-7.8833"^^xsd:decimal ;
  geo-pos:long "-80.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9170'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus peruanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.5'^^xsd:double;
  dwc:latitude '-7.8833'^^xsd:double;
  dwc:aphiaid '230930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 -80.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "-80.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 -80.5)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "-80.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11861'^^xsd:integer;
  dwc:scientificName 'Liothyrella desolari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.5'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:aphiaid '235463'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.65 -80.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.65"^^xsd:decimal ;
  dwc:decimalLongitude "-80.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.65 -80.4833)"^^geo:wktLiteral ;
  geo-pos:lat "20.65"^^xsd:decimal ;
  geo-pos:long "-80.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15879'^^xsd:integer;
  dwc:scientificName 'Bathyneaera disa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.4833'^^xsd:double;
  dwc:latitude '20.65'^^xsd:double;
  dwc:aphiaid '408513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.88333 -80.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.88333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.88333 -80.4667)"^^geo:wktLiteral ;
  geo-pos:lat "4.88333"^^xsd:decimal ;
  geo-pos:long "-80.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4435'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.4667'^^xsd:double;
  dwc:latitude '4.88333'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4333 -80.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4333 -80.4667)"^^geo:wktLiteral ;
  geo-pos:lat "19.4333"^^xsd:decimal ;
  geo-pos:long "-80.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17050'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.4667'^^xsd:double;
  dwc:latitude '19.4333'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4172 -80.4508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.4172"^^xsd:decimal ;
  dwc:decimalLongitude "-80.4508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4172 -80.4508)"^^geo:wktLiteral ;
  geo-pos:lat "19.4172"^^xsd:decimal ;
  geo-pos:long "-80.4508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4261'^^xsd:integer;
  dwc:scientificName 'Leviapseudes sibogae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.4508'^^xsd:double;
  dwc:latitude '19.4172'^^xsd:double;
  dwc:aphiaid '244635'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247134'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.38 -80.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.38"^^xsd:decimal ;
  dwc:decimalLongitude "-80.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.38 -80.42)"^^geo:wktLiteral ;
  geo-pos:lat "-8.38"^^xsd:decimal ;
  geo-pos:long "-80.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3728'^^xsd:integer;
  dwc:scientificName 'Acanthocope orbus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.42'^^xsd:double;
  dwc:latitude '-8.38'^^xsd:double;
  dwc:aphiaid '255717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 -80.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 -80.35)"^^geo:wktLiteral ;
  geo-pos:lat "-10.0333"^^xsd:decimal ;
  geo-pos:long "-80.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10148'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.35'^^xsd:double;
  dwc:latitude '-10.0333'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 -80.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 -80.35)"^^geo:wktLiteral ;
  geo-pos:lat "-10.0333"^^xsd:decimal ;
  geo-pos:long "-80.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2349'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.35'^^xsd:double;
  dwc:latitude '-10.0333'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.11667 -80.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.11667"^^xsd:decimal ;
  dwc:decimalLongitude "-80.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.11667 -80.35)"^^geo:wktLiteral ;
  geo-pos:lat "1.11667"^^xsd:decimal ;
  geo-pos:long "-80.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16756'^^xsd:integer;
  dwc:scientificName 'Nuculana agapea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.35'^^xsd:double;
  dwc:latitude '1.11667'^^xsd:double;
  dwc:aphiaid '506358'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '866900'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  geo-pos:lat "24.0833"^^xsd:decimal ;
  geo-pos:long "-80.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11452'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.3333'^^xsd:double;
  dwc:latitude '24.0833'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  geo-pos:lat "24.0833"^^xsd:decimal ;
  geo-pos:long "-80.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11453'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.3333'^^xsd:double;
  dwc:latitude '24.0833'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  geo-pos:lat "24.0833"^^xsd:decimal ;
  geo-pos:long "-80.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12511'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.3333'^^xsd:double;
  dwc:latitude '24.0833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12511'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  geo-pos:lat "24.0833"^^xsd:decimal ;
  geo-pos:long "-80.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12512'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.3333'^^xsd:double;
  dwc:latitude '24.0833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12512'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3333)"^^geo:wktLiteral ;
  geo-pos:lat "24.0833"^^xsd:decimal ;
  geo-pos:long "-80.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12629'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.3333'^^xsd:double;
  dwc:latitude '24.0833'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.87 -80.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.87"^^xsd:decimal ;
  dwc:decimalLongitude "-80.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.87 -80.33)"^^geo:wktLiteral ;
  geo-pos:lat "-60.87"^^xsd:decimal ;
  geo-pos:long "-80.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3629'^^xsd:integer;
  dwc:scientificName 'Storthyngura fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.33'^^xsd:double;
  dwc:latitude '-60.87'^^xsd:double;
  dwc:aphiaid '294756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3167)"^^geo:wktLiteral ;
  geo-pos:lat "24.0833"^^xsd:decimal ;
  geo-pos:long "-80.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11455'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.3167'^^xsd:double;
  dwc:latitude '24.0833'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-80.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -80.3167)"^^geo:wktLiteral ;
  geo-pos:lat "24.0833"^^xsd:decimal ;
  geo-pos:long "-80.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12514'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.3167'^^xsd:double;
  dwc:latitude '24.0833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12514'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.73333 -80.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.73333 -80.3)"^^geo:wktLiteral ;
  geo-pos:lat "-6.73333"^^xsd:decimal ;
  geo-pos:long "-80.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11644'^^xsd:integer;
  dwc:scientificName 'Discinisca laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.3'^^xsd:double;
  dwc:latitude '-6.73333'^^xsd:double;
  dwc:aphiaid '235376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.73333 -80.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-80.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.73333 -80.3)"^^geo:wktLiteral ;
  geo-pos:lat "-6.73333"^^xsd:decimal ;
  geo-pos:long "-80.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11645'^^xsd:integer;
  dwc:scientificName 'Discinisca laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.3'^^xsd:double;
  dwc:latitude '-6.73333'^^xsd:double;
  dwc:aphiaid '235376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1 -80.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.1"^^xsd:decimal ;
  dwc:decimalLongitude "-80.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1 -80.2)"^^geo:wktLiteral ;
  geo-pos:lat "24.1"^^xsd:decimal ;
  geo-pos:long "-80.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11454'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.2'^^xsd:double;
  dwc:latitude '24.1'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1 -80.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.1"^^xsd:decimal ;
  dwc:decimalLongitude "-80.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1 -80.2)"^^geo:wktLiteral ;
  geo-pos:lat "24.1"^^xsd:decimal ;
  geo-pos:long "-80.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12513'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.2'^^xsd:double;
  dwc:latitude '24.1'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12513'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1 -80.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.1"^^xsd:decimal ;
  dwc:decimalLongitude "-80.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1 -80.2)"^^geo:wktLiteral ;
  geo-pos:lat "24.1"^^xsd:decimal ;
  geo-pos:long "-80.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12630'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.2'^^xsd:double;
  dwc:latitude '24.1'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.2167 -80.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.2167 -80.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-10.2167"^^xsd:decimal ;
  geo-pos:long "-80.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10147'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.0833'^^xsd:double;
  dwc:latitude '-10.2167'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.2167 -80.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.2167 -80.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-10.2167"^^xsd:decimal ;
  geo-pos:long "-80.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16811'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.0833'^^xsd:double;
  dwc:latitude '-10.2167'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.22 -80.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.22"^^xsd:decimal ;
  dwc:decimalLongitude "-80.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.22 -80.08)"^^geo:wktLiteral ;
  geo-pos:lat "-10.22"^^xsd:decimal ;
  geo-pos:long "-80.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3035'^^xsd:integer;
  dwc:scientificName 'Nannoniscus ovatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.08'^^xsd:double;
  dwc:latitude '-10.22'^^xsd:double;
  dwc:aphiaid '256311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.22 -80.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.22"^^xsd:decimal ;
  dwc:decimalLongitude "-80.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.22 -80.08)"^^geo:wktLiteral ;
  geo-pos:lat "-10.22"^^xsd:decimal ;
  geo-pos:long "-80.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3894'^^xsd:integer;
  dwc:scientificName 'Ilyarachna vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.08'^^xsd:double;
  dwc:latitude '-10.22'^^xsd:double;
  dwc:aphiaid '255875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7167"^^xsd:decimal ;
  geo-pos:long "-80.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2258'^^xsd:integer;
  dwc:scientificName 'Campylaspis bulbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.0667'^^xsd:double;
  dwc:latitude '-9.7167'^^xsd:double;
  dwc:aphiaid '182390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7167"^^xsd:decimal ;
  geo-pos:long "-80.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2296'^^xsd:integer;
  dwc:scientificName 'Leucon meredithi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.0667'^^xsd:double;
  dwc:latitude '-9.7167'^^xsd:double;
  dwc:aphiaid '182347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7167"^^xsd:decimal ;
  geo-pos:long "-80.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2331'^^xsd:integer;
  dwc:scientificName 'Archaeocuma peruanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.0667'^^xsd:double;
  dwc:latitude '-9.7167'^^xsd:double;
  dwc:aphiaid '182200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7167"^^xsd:decimal ;
  geo-pos:long "-80.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4447'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.0667'^^xsd:double;
  dwc:latitude '-9.7167'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4447'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7167"^^xsd:decimal ;
  geo-pos:long "-80.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '324'^^xsd:integer;
  dwc:scientificName 'Archaeocuma peruanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.0667'^^xsd:double;
  dwc:latitude '-9.7167'^^xsd:double;
  dwc:aphiaid '182200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-80.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 -80.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7167"^^xsd:decimal ;
  geo-pos:long "-80.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '272'^^xsd:integer;
  dwc:scientificName 'Procampylaspis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80.0667'^^xsd:double;
  dwc:latitude '-9.7167'^^xsd:double;
  dwc:aphiaid '468200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '468200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.3667 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-80"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.3667 -80)"^^geo:wktLiteral ;
  geo-pos:lat "-29.3667"^^xsd:decimal ;
  geo-pos:long "-80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9253'^^xsd:integer;
  dwc:scientificName 'Thalassarachna bandyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '-29.3667'^^xsd:double;
  dwc:aphiaid '407435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.3667 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-80"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.3667 -80)"^^geo:wktLiteral ;
  geo-pos:lat "-29.3667"^^xsd:decimal ;
  geo-pos:long "-80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9254'^^xsd:integer;
  dwc:scientificName 'Thalassarachna humboldti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '-29.3667'^^xsd:double;
  dwc:aphiaid '407443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406638'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.3667 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-80"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.3667 -80)"^^geo:wktLiteral ;
  geo-pos:lat "-29.3667"^^xsd:decimal ;
  geo-pos:long "-80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9212'^^xsd:integer;
  dwc:scientificName 'Copidognathus bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '-29.3667'^^xsd:double;
  dwc:aphiaid '406698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10"^^xsd:decimal ;
  dwc:decimalLongitude "-80"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10 -80)"^^geo:wktLiteral ;
  geo-pos:lat "-10"^^xsd:decimal ;
  geo-pos:long "-80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11166'^^xsd:integer;
  dwc:scientificName 'Golfingia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-80'^^xsd:integer;
  dwc:latitude '-10'^^xsd:integer;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.1333 -79.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.1333 -79.8667)"^^geo:wktLiteral ;
  geo-pos:lat "25.1333"^^xsd:decimal ;
  geo-pos:long "-79.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4452'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.8667'^^xsd:double;
  dwc:latitude '25.1333'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -79.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-79.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0833 -79.7667)"^^geo:wktLiteral ;
  geo-pos:lat "24.0833"^^xsd:decimal ;
  geo-pos:long "-79.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12582'^^xsd:integer;
  dwc:scientificName 'Tichosina erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.7667'^^xsd:double;
  dwc:latitude '24.0833'^^xsd:double;
  dwc:aphiaid '235479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9833 -79.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-79.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9833 -79.7167)"^^geo:wktLiteral ;
  geo-pos:lat "23.9833"^^xsd:decimal ;
  geo-pos:long "-79.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12476'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.7167'^^xsd:double;
  dwc:latitude '23.9833'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9833 -79.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-79.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9833 -79.7167)"^^geo:wktLiteral ;
  geo-pos:lat "23.9833"^^xsd:decimal ;
  geo-pos:long "-79.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12640'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.7167'^^xsd:double;
  dwc:latitude '23.9833'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9833 -79.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-79.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9833 -79.7167)"^^geo:wktLiteral ;
  geo-pos:lat "23.9833"^^xsd:decimal ;
  geo-pos:long "-79.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12581'^^xsd:integer;
  dwc:scientificName 'Tichosina elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.7167'^^xsd:double;
  dwc:latitude '23.9833'^^xsd:double;
  dwc:aphiaid '235478'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235478'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9833 -79.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-79.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.9833 -79.7167)"^^geo:wktLiteral ;
  geo-pos:lat "23.9833"^^xsd:decimal ;
  geo-pos:long "-79.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12583'^^xsd:integer;
  dwc:scientificName 'Tichosina erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.7167'^^xsd:double;
  dwc:latitude '23.9833'^^xsd:double;
  dwc:aphiaid '235479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0667 -79.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0667 -79.7)"^^geo:wktLiteral ;
  geo-pos:lat "24.0667"^^xsd:decimal ;
  geo-pos:long "-79.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12481'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.7'^^xsd:double;
  dwc:latitude '24.0667'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.09167 -79.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.09167"^^xsd:decimal ;
  dwc:decimalLongitude "-79.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.09167 -79.6667)"^^geo:wktLiteral ;
  geo-pos:lat "7.09167"^^xsd:decimal ;
  geo-pos:long "-79.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16737'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.6667'^^xsd:double;
  dwc:latitude '7.09167'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.09167 -79.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.09167"^^xsd:decimal ;
  dwc:decimalLongitude "-79.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.09167 -79.6667)"^^geo:wktLiteral ;
  geo-pos:lat "7.09167"^^xsd:decimal ;
  geo-pos:long "-79.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14548'^^xsd:integer;
  dwc:scientificName 'Poromya perla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.6667'^^xsd:double;
  dwc:latitude '7.09167'^^xsd:double;
  dwc:aphiaid '408656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '494241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.725 -79.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.725"^^xsd:decimal ;
  dwc:decimalLongitude "-79.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.725 -79.65)"^^geo:wktLiteral ;
  geo-pos:lat "9.725"^^xsd:decimal ;
  geo-pos:long "-79.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12543'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.65'^^xsd:double;
  dwc:latitude '9.725'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.725 -79.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.725"^^xsd:decimal ;
  dwc:decimalLongitude "-79.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.725 -79.65)"^^geo:wktLiteral ;
  geo-pos:lat "9.725"^^xsd:decimal ;
  geo-pos:long "-79.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11640'^^xsd:integer;
  dwc:scientificName 'Dallithyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.65'^^xsd:double;
  dwc:latitude '9.725'^^xsd:double;
  dwc:aphiaid '182836'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182836'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.7667 -79.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.7667 -79.65)"^^geo:wktLiteral ;
  geo-pos:lat "9.7667"^^xsd:decimal ;
  geo-pos:long "-79.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2285'^^xsd:integer;
  dwc:scientificName 'Eudorella gracilior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.65'^^xsd:double;
  dwc:latitude '9.7667'^^xsd:double;
  dwc:aphiaid '182287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.77167 -79.625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.77167"^^xsd:decimal ;
  dwc:decimalLongitude "-79.625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.77167 -79.625)"^^geo:wktLiteral ;
  geo-pos:lat "9.77167"^^xsd:decimal ;
  geo-pos:long "-79.625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11568'^^xsd:integer;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.625'^^xsd:double;
  dwc:latitude '9.77167'^^xsd:double;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.7717 -79.625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.7717"^^xsd:decimal ;
  dwc:decimalLongitude "-79.625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.7717 -79.625)"^^geo:wktLiteral ;
  geo-pos:lat "9.7717"^^xsd:decimal ;
  geo-pos:long "-79.625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4450'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.625'^^xsd:double;
  dwc:latitude '9.7717'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.7667 -79.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.7667 -79.6167)"^^geo:wktLiteral ;
  geo-pos:lat "9.7667"^^xsd:decimal ;
  geo-pos:long "-79.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2329'^^xsd:integer;
  dwc:scientificName 'Archaeocuma peruanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.6167'^^xsd:double;
  dwc:latitude '9.7667'^^xsd:double;
  dwc:aphiaid '182200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.46667 -79.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.46667 -79.6)"^^geo:wktLiteral ;
  geo-pos:lat "7.46667"^^xsd:decimal ;
  geo-pos:long "-79.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9973'^^xsd:integer;
  dwc:scientificName 'Sigmatoxella annexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.6'^^xsd:double;
  dwc:latitude '7.46667'^^xsd:double;
  dwc:aphiaid '196700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.3667 -79.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.3667 -79.55)"^^geo:wktLiteral ;
  geo-pos:lat "7.3667"^^xsd:decimal ;
  geo-pos:long "-79.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4191'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.55'^^xsd:double;
  dwc:latitude '7.3667'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.5833 -79.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-79.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.5833 -79.55)"^^geo:wktLiteral ;
  geo-pos:lat "23.5833"^^xsd:decimal ;
  geo-pos:long "-79.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12669'^^xsd:integer;
  dwc:scientificName 'Tichosina bartletti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.55'^^xsd:double;
  dwc:latitude '23.5833'^^xsd:double;
  dwc:aphiaid '235472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6333 -79.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6333 -79.5)"^^geo:wktLiteral ;
  geo-pos:lat "5.6333"^^xsd:decimal ;
  geo-pos:long "-79.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5024'^^xsd:integer;
  dwc:scientificName 'Paranarthrura undulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.5'^^xsd:double;
  dwc:latitude '5.6333'^^xsd:double;
  dwc:aphiaid '247417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6333 -79.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6333 -79.5)"^^geo:wktLiteral ;
  geo-pos:lat "5.6333"^^xsd:decimal ;
  geo-pos:long "-79.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4267'^^xsd:integer;
  dwc:scientificName 'Leviapseudes wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.5'^^xsd:double;
  dwc:latitude '5.6333'^^xsd:double;
  dwc:aphiaid '247146'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247146'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.225 -79.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.225"^^xsd:decimal ;
  dwc:decimalLongitude "-79.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.225 -79.45)"^^geo:wktLiteral ;
  geo-pos:lat "25.225"^^xsd:decimal ;
  geo-pos:long "-79.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12641'^^xsd:integer;
  dwc:scientificName 'Tichosina sp. (immature)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.45'^^xsd:double;
  dwc:latitude '25.225'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.5 -79.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.5"^^xsd:decimal ;
  dwc:decimalLongitude "-79.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.5 -79.42)"^^geo:wktLiteral ;
  geo-pos:lat "-11.5"^^xsd:decimal ;
  geo-pos:long "-79.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3899'^^xsd:integer;
  dwc:scientificName 'Ilyarachna vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.42'^^xsd:double;
  dwc:latitude '-11.5'^^xsd:double;
  dwc:aphiaid '255875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.4333 -79.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.4333 -79.4)"^^geo:wktLiteral ;
  geo-pos:lat "23.4333"^^xsd:decimal ;
  geo-pos:long "-79.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11602'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.4'^^xsd:double;
  dwc:latitude '23.4333'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.4167 -79.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-79.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.4167 -79.3833)"^^geo:wktLiteral ;
  geo-pos:lat "7.4167"^^xsd:decimal ;
  geo-pos:long "-79.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6013'^^xsd:integer;
  dwc:scientificName 'Tanaopsis profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.3833'^^xsd:double;
  dwc:latitude '7.4167'^^xsd:double;
  dwc:aphiaid '247525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.4333 -79.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.4333 -79.3833)"^^geo:wktLiteral ;
  geo-pos:lat "25.4333"^^xsd:decimal ;
  geo-pos:long "-79.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12478'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.3833'^^xsd:double;
  dwc:latitude '25.4333'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.4333 -79.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.4333 -79.3833)"^^geo:wktLiteral ;
  geo-pos:lat "25.4333"^^xsd:decimal ;
  geo-pos:long "-79.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12364'^^xsd:integer;
  dwc:scientificName 'Platidia davidsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.3833'^^xsd:double;
  dwc:latitude '25.4333'^^xsd:double;
  dwc:aphiaid '104067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.6 -79.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.6"^^xsd:decimal ;
  dwc:decimalLongitude "-79.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.6 -79.35)"^^geo:wktLiteral ;
  geo-pos:lat "25.6"^^xsd:decimal ;
  geo-pos:long "-79.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11573'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.35'^^xsd:double;
  dwc:latitude '25.6'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.6 -79.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.6"^^xsd:decimal ;
  dwc:decimalLongitude "-79.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.6 -79.35)"^^geo:wktLiteral ;
  geo-pos:lat "25.6"^^xsd:decimal ;
  geo-pos:long "-79.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12559'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.35'^^xsd:double;
  dwc:latitude '25.6'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.8167 -79.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-79.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.8167 -79.35)"^^geo:wktLiteral ;
  geo-pos:lat "25.8167"^^xsd:decimal ;
  geo-pos:long "-79.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11669'^^xsd:integer;
  dwc:scientificName 'Erymnia muralifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.35'^^xsd:double;
  dwc:latitude '25.8167'^^xsd:double;
  dwc:aphiaid '235492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.3333)"^^geo:wktLiteral ;
  geo-pos:lat "5.73333"^^xsd:decimal ;
  geo-pos:long "-79.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14709'^^xsd:integer;
  dwc:scientificName 'Kelliella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.3333'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:aphiaid '428683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464353'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.3333)"^^geo:wktLiteral ;
  geo-pos:lat "5.73333"^^xsd:decimal ;
  geo-pos:long "-79.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14710'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.3333'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:aphiaid '428869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '540349'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73333 -79.3333)"^^geo:wktLiteral ;
  geo-pos:lat "5.73333"^^xsd:decimal ;
  geo-pos:long "-79.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14711'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.3333'^^xsd:double;
  dwc:latitude '5.73333'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.6833 -79.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-79.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.6833 -79.3333)"^^geo:wktLiteral ;
  geo-pos:lat "25.6833"^^xsd:decimal ;
  geo-pos:long "-79.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11600'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.3333'^^xsd:double;
  dwc:latitude '25.6833'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73 -79.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73"^^xsd:decimal ;
  dwc:decimalLongitude "-79.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73 -79.33)"^^geo:wktLiteral ;
  geo-pos:lat "5.73"^^xsd:decimal ;
  geo-pos:long "-79.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3662'^^xsd:integer;
  dwc:scientificName 'Storthyngura serrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.33'^^xsd:double;
  dwc:latitude '5.73'^^xsd:double;
  dwc:aphiaid '294763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.445 -79.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.445"^^xsd:decimal ;
  dwc:decimalLongitude "-79.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.445 -79.3)"^^geo:wktLiteral ;
  geo-pos:lat "25.445"^^xsd:decimal ;
  geo-pos:long "-79.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12558'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.3'^^xsd:double;
  dwc:latitude '25.445'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.445 -79.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.445"^^xsd:decimal ;
  dwc:decimalLongitude "-79.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.445 -79.3)"^^geo:wktLiteral ;
  geo-pos:lat "25.445"^^xsd:decimal ;
  geo-pos:long "-79.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11572'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.3'^^xsd:double;
  dwc:latitude '25.445'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.9833 -79.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-79.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.9833 -79.25)"^^geo:wktLiteral ;
  geo-pos:lat "25.9833"^^xsd:decimal ;
  geo-pos:long "-79.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12509'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.25'^^xsd:double;
  dwc:latitude '25.9833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12509'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0667 -79.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-79.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0667 -79.2167)"^^geo:wktLiteral ;
  geo-pos:lat "26.0667"^^xsd:decimal ;
  geo-pos:long "-79.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11451'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.2167'^^xsd:double;
  dwc:latitude '26.0667'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.95 -79.2083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.95"^^xsd:decimal ;
  dwc:decimalLongitude "-79.2083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.95 -79.2083)"^^geo:wktLiteral ;
  geo-pos:lat "26.95"^^xsd:decimal ;
  geo-pos:long "-79.2083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11574'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.2083'^^xsd:double;
  dwc:latitude '26.95'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.8733 -79.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.8733"^^xsd:decimal ;
  dwc:decimalLongitude "-79.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.8733 -79.1967)"^^geo:wktLiteral ;
  geo-pos:lat "26.8733"^^xsd:decimal ;
  geo-pos:long "-79.1967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12618'^^xsd:integer;
  dwc:scientificName 'Tichosina rotundovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.1967'^^xsd:double;
  dwc:latitude '26.8733'^^xsd:double;
  dwc:aphiaid '235486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.8733 -79.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.8733"^^xsd:decimal ;
  dwc:decimalLongitude "-79.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.8733 -79.1967)"^^geo:wktLiteral ;
  geo-pos:lat "26.8733"^^xsd:decimal ;
  geo-pos:long "-79.1967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11604'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.1967'^^xsd:double;
  dwc:latitude '26.8733'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0333 -79.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0333 -79.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0333"^^xsd:decimal ;
  geo-pos:long "-79.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2278'^^xsd:integer;
  dwc:scientificName 'Eudorella difficilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.1333'^^xsd:double;
  dwc:latitude '-12.0333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2278'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0333 -79.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0333 -79.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0333"^^xsd:decimal ;
  geo-pos:long "-79.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2292'^^xsd:integer;
  dwc:scientificName 'Eudorella similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.1333'^^xsd:double;
  dwc:latitude '-12.0333'^^xsd:double;
  dwc:aphiaid '182295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0333 -79.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0333 -79.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0333"^^xsd:decimal ;
  geo-pos:long "-79.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2297'^^xsd:integer;
  dwc:scientificName 'Leucon meredithi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.1333'^^xsd:double;
  dwc:latitude '-12.0333'^^xsd:double;
  dwc:aphiaid '182347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 -79.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-79.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.0333 -79.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-10.0333"^^xsd:decimal ;
  geo-pos:long "-79.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2289'^^xsd:integer;
  dwc:scientificName 'Eudorella parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.1333'^^xsd:double;
  dwc:latitude '-10.0333'^^xsd:double;
  dwc:aphiaid '110532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.75 -79.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.75"^^xsd:decimal ;
  dwc:decimalLongitude "-79.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.75 -79.0833)"^^geo:wktLiteral ;
  geo-pos:lat "26.75"^^xsd:decimal ;
  geo-pos:long "-79.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12586'^^xsd:integer;
  dwc:scientificName 'Tichosina erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.0833'^^xsd:double;
  dwc:latitude '26.75'^^xsd:double;
  dwc:aphiaid '235479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.75 -79.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.75"^^xsd:decimal ;
  dwc:decimalLongitude "-79.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.75 -79.0833)"^^geo:wktLiteral ;
  geo-pos:lat "26.75"^^xsd:decimal ;
  geo-pos:long "-79.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11589'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.0833'^^xsd:double;
  dwc:latitude '26.75'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.675 -79.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.675"^^xsd:decimal ;
  dwc:decimalLongitude "-79.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.675 -79.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-26.675"^^xsd:decimal ;
  geo-pos:long "-79.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12617'^^xsd:integer;
  dwc:scientificName 'Tichosina rotundovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.0667'^^xsd:double;
  dwc:latitude '-26.675'^^xsd:double;
  dwc:aphiaid '235486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.675 -79.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.675"^^xsd:decimal ;
  dwc:decimalLongitude "-79.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.675 -79.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-26.675"^^xsd:decimal ;
  geo-pos:long "-79.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11590'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.0667'^^xsd:double;
  dwc:latitude '-26.675'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -79.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-79.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -79.0667)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-79.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11974'^^xsd:integer;
  dwc:scientificName 'Macandrevia aff M. diamantina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.0667'^^xsd:double;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -79.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-79.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -79.0667)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-79.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5017'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79.0667'^^xsd:double;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.7667 -79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.7667 -79)"^^geo:wktLiteral ;
  geo-pos:lat "-10.7667"^^xsd:decimal ;
  geo-pos:long "-79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16670'^^xsd:integer;
  dwc:scientificName 'Bathyneaera tillamookensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79'^^xsd:integer;
  dwc:latitude '-10.7667'^^xsd:double;
  dwc:aphiaid '408525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3167 -79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3167 -79)"^^geo:wktLiteral ;
  geo-pos:lat "29.3167"^^xsd:decimal ;
  geo-pos:long "-79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12585'^^xsd:integer;
  dwc:scientificName 'Tichosina erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-79'^^xsd:integer;
  dwc:latitude '29.3167'^^xsd:double;
  dwc:aphiaid '235479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.4 -78.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.4"^^xsd:decimal ;
  dwc:decimalLongitude "-78.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.4 -78.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-30.4"^^xsd:decimal ;
  geo-pos:long "-78.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11687'^^xsd:integer;
  dwc:scientificName 'Eucalathis macroctena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.9833'^^xsd:double;
  dwc:latitude '-30.4'^^xsd:double;
  dwc:aphiaid '869702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.7 -78.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.7"^^xsd:decimal ;
  dwc:decimalLongitude "-78.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.7 -78.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.7"^^xsd:decimal ;
  geo-pos:long "-78.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11678'^^xsd:integer;
  dwc:scientificName 'Eucalathis macroctena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.9833'^^xsd:double;
  dwc:latitude '-17.7'^^xsd:double;
  dwc:aphiaid '869702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3917 -78.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.3917"^^xsd:decimal ;
  dwc:decimalLongitude "-78.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3917 -78.98)"^^geo:wktLiteral ;
  geo-pos:lat "-30.3917"^^xsd:decimal ;
  geo-pos:long "-78.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15463'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.98'^^xsd:double;
  dwc:latitude '-30.3917'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.51667 -78.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.51667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.51667 -78.9333)"^^geo:wktLiteral ;
  geo-pos:lat "9.51667"^^xsd:decimal ;
  geo-pos:long "-78.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11473'^^xsd:integer;
  dwc:scientificName 'Argyrotheca rubrocostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.9333'^^xsd:double;
  dwc:latitude '9.51667'^^xsd:double;
  dwc:aphiaid '235643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9167 -78.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9167 -78.9333)"^^geo:wktLiteral ;
  geo-pos:lat "52.9167"^^xsd:decimal ;
  geo-pos:long "-78.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '706'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.9333'^^xsd:double;
  dwc:latitude '52.9167'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -78.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-78.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -78.9333)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-78.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '705'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.9333'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48333 -78.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.48333"^^xsd:decimal ;
  dwc:decimalLongitude "-78.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48333 -78.9)"^^geo:wktLiteral ;
  geo-pos:lat "-9.48333"^^xsd:decimal ;
  geo-pos:long "-78.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11646'^^xsd:integer;
  dwc:scientificName 'Discinisca sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.9'^^xsd:double;
  dwc:latitude '-9.48333'^^xsd:double;
  dwc:aphiaid '235162'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235162'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.625 -78.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.625"^^xsd:decimal ;
  dwc:decimalLongitude "-78.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.625 -78.9)"^^geo:wktLiteral ;
  geo-pos:lat "9.625"^^xsd:decimal ;
  geo-pos:long "-78.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11456'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.9'^^xsd:double;
  dwc:latitude '9.625'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.07 -78.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.07"^^xsd:decimal ;
  dwc:decimalLongitude "-78.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.07 -78.87)"^^geo:wktLiteral ;
  geo-pos:lat "5.07"^^xsd:decimal ;
  geo-pos:long "-78.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3727'^^xsd:integer;
  dwc:scientificName 'Acanthocope galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.87'^^xsd:double;
  dwc:latitude '5.07'^^xsd:double;
  dwc:aphiaid '255715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.81667"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14712'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) neoceanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.81667'^^xsd:double;
  dwc:aphiaid '428625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '391807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.81667"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14713'^^xsd:integer;
  dwc:scientificName 'Acharax johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.81667'^^xsd:double;
  dwc:aphiaid '293239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.81667"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14714'^^xsd:integer;
  dwc:scientificName 'Modiolus abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.81667'^^xsd:double;
  dwc:aphiaid '428722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14714'^^xsd:anyURI;
  dwc:aphiaIdAccepted '505974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.81667"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14715'^^xsd:integer;
  dwc:scientificName 'Lyrodus bipartita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.81667'^^xsd:double;
  dwc:aphiaid '196599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '196599'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.81667"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14716'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) graui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.81667'^^xsd:double;
  dwc:aphiaid '394540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '391776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.81667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.81667 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.81667"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14717'^^xsd:integer;
  dwc:scientificName 'Dacrydium panamensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.81667'^^xsd:double;
  dwc:aphiaid '428632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8167 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8167 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.8167"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4430'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.8167'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8167 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8167 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.8167"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4268'^^xsd:integer;
  dwc:scientificName 'Leviapseudes wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.8167'^^xsd:double;
  dwc:aphiaid '247146'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247146'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8167 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8167 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.8167"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5643'^^xsd:integer;
  dwc:scientificName 'Araphura parabrevimanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.8167'^^xsd:double;
  dwc:aphiaid '247665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8167 -78.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8167 -78.8667)"^^geo:wktLiteral ;
  geo-pos:lat "5.8167"^^xsd:decimal ;
  geo-pos:long "-78.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4139'^^xsd:integer;
  dwc:scientificName 'Atlantapseudes diversus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.8667'^^xsd:double;
  dwc:latitude '5.8167'^^xsd:double;
  dwc:aphiaid '247084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '449102'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5167 -78.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5167 -78.85)"^^geo:wktLiteral ;
  geo-pos:lat "26.5167"^^xsd:decimal ;
  geo-pos:long "-78.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12615'^^xsd:integer;
  dwc:scientificName 'Tichosina rotundovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.85'^^xsd:double;
  dwc:latitude '26.5167'^^xsd:double;
  dwc:aphiaid '235486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.82)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3188'^^xsd:integer;
  dwc:scientificName 'Haploniscus bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.82'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '255804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.45 -78.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.45"^^xsd:decimal ;
  dwc:decimalLongitude "-78.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.45 -78.7667)"^^geo:wktLiteral ;
  geo-pos:lat "26.45"^^xsd:decimal ;
  geo-pos:long "-78.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12645'^^xsd:integer;
  dwc:scientificName 'Tichosina truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.7667'^^xsd:double;
  dwc:latitude '26.45'^^xsd:double;
  dwc:aphiaid '869698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '869698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.32 -78.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.32"^^xsd:decimal ;
  dwc:decimalLongitude "-78.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.32 -78.75)"^^geo:wktLiteral ;
  geo-pos:lat "-12.32"^^xsd:decimal ;
  geo-pos:long "-78.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3156'^^xsd:integer;
  dwc:scientificName 'Mesosignum multidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.75'^^xsd:double;
  dwc:latitude '-12.32'^^xsd:double;
  dwc:aphiaid '258085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6466'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius peruanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.75'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '359146'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359146'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6470'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.75'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '359143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359143'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6477'^^xsd:integer;
  dwc:scientificName 'Cerviniella peruana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.75'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '357762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6472'^^xsd:integer;
  dwc:scientificName 'Psammis longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.75'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '354982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6468'^^xsd:integer;
  dwc:scientificName 'Parameiropsis peruanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.75'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '359896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11348'^^xsd:integer;
  dwc:scientificName 'Basipodella harpacticola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.75'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '349195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.75)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4434'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.75'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.45 -78.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.45"^^xsd:decimal ;
  dwc:decimalLongitude "-78.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.45 -78.7167)"^^geo:wktLiteral ;
  geo-pos:lat "26.45"^^xsd:decimal ;
  geo-pos:long "-78.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11450'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.7167'^^xsd:double;
  dwc:latitude '26.45'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.45 -78.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.45"^^xsd:decimal ;
  dwc:decimalLongitude "-78.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.45 -78.7167)"^^geo:wktLiteral ;
  geo-pos:lat "26.45"^^xsd:decimal ;
  geo-pos:long "-78.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11673'^^xsd:integer;
  dwc:scientificName 'Erymnia muralifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.7167'^^xsd:double;
  dwc:latitude '26.45'^^xsd:double;
  dwc:aphiaid '235492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.45 -78.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.45"^^xsd:decimal ;
  dwc:decimalLongitude "-78.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.45 -78.6667)"^^geo:wktLiteral ;
  geo-pos:lat "26.45"^^xsd:decimal ;
  geo-pos:long "-78.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12593'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.6667'^^xsd:double;
  dwc:latitude '26.45'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4667 -78.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4667 -78.6667)"^^geo:wktLiteral ;
  geo-pos:lat "26.4667"^^xsd:decimal ;
  geo-pos:long "-78.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12584'^^xsd:integer;
  dwc:scientificName 'Tichosina erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.6667'^^xsd:double;
  dwc:latitude '26.4667'^^xsd:double;
  dwc:aphiaid '235479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4833 -78.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4833 -78.6667)"^^geo:wktLiteral ;
  geo-pos:lat "26.4833"^^xsd:decimal ;
  geo-pos:long "-78.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12626'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.6667'^^xsd:double;
  dwc:latitude '26.4833'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4833 -78.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4833 -78.6667)"^^geo:wktLiteral ;
  geo-pos:lat "26.4833"^^xsd:decimal ;
  geo-pos:long "-78.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12625'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.6667'^^xsd:double;
  dwc:latitude '26.4833'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4833 -78.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4833 -78.6667)"^^geo:wktLiteral ;
  geo-pos:lat "26.4833"^^xsd:decimal ;
  geo-pos:long "-78.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11672'^^xsd:integer;
  dwc:scientificName 'Erymnia muralifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.6667'^^xsd:double;
  dwc:latitude '26.4833'^^xsd:double;
  dwc:aphiaid '235492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4917 -78.625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-78.625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4917 -78.625)"^^geo:wktLiteral ;
  geo-pos:lat "27.4917"^^xsd:decimal ;
  geo-pos:long "-78.625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12613'^^xsd:integer;
  dwc:scientificName 'Tichosina rotundovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.625'^^xsd:double;
  dwc:latitude '27.4917'^^xsd:double;
  dwc:aphiaid '235486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12613'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4667 -78.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.4667 -78.6167)"^^geo:wktLiteral ;
  geo-pos:lat "26.4667"^^xsd:decimal ;
  geo-pos:long "-78.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11671'^^xsd:integer;
  dwc:scientificName 'Erymnia muralifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.6167'^^xsd:double;
  dwc:latitude '26.4667'^^xsd:double;
  dwc:aphiaid '235492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56333 -78.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.56333"^^xsd:decimal ;
  dwc:decimalLongitude "-78.6033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56333 -78.6033)"^^geo:wktLiteral ;
  geo-pos:lat "9.56333"^^xsd:decimal ;
  geo-pos:long "-78.6033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11461'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.6033'^^xsd:double;
  dwc:latitude '9.56333'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.9667 -78.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.9667 -78.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.9667"^^xsd:decimal ;
  geo-pos:long "-78.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4565'^^xsd:integer;
  dwc:scientificName 'Neotanais pfaffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.5833'^^xsd:double;
  dwc:latitude '-11.9667'^^xsd:double;
  dwc:aphiaid '247390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.9167 -78.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.9167 -78.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-17.9167"^^xsd:decimal ;
  geo-pos:long "-78.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9220'^^xsd:integer;
  dwc:scientificName 'Copidognathus posticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.5667'^^xsd:double;
  dwc:latitude '-17.9167'^^xsd:double;
  dwc:aphiaid '406857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.535 -78.5583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.535"^^xsd:decimal ;
  dwc:decimalLongitude "-78.5583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.535 -78.5583)"^^geo:wktLiteral ;
  geo-pos:lat "9.535"^^xsd:decimal ;
  geo-pos:long "-78.5583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11460'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.5583'^^xsd:double;
  dwc:latitude '9.535'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2167 -78.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2167 -78.55)"^^geo:wktLiteral ;
  geo-pos:lat "10.2167"^^xsd:decimal ;
  geo-pos:long "-78.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11527'^^xsd:integer;
  dwc:scientificName 'Chlidonophora incerta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.55'^^xsd:double;
  dwc:latitude '10.2167'^^xsd:double;
  dwc:aphiaid '235549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.95833 -78.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.95833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.95833 -78.5167)"^^geo:wktLiteral ;
  geo-pos:lat "9.95833"^^xsd:decimal ;
  geo-pos:long "-78.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12285'^^xsd:integer;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.5167'^^xsd:double;
  dwc:latitude '9.95833'^^xsd:double;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1833 -78.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1833 -78.5)"^^geo:wktLiteral ;
  geo-pos:lat "10.1833"^^xsd:decimal ;
  geo-pos:long "-78.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4622'^^xsd:integer;
  dwc:scientificName 'Agathotanais hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.5'^^xsd:double;
  dwc:latitude '10.1833'^^xsd:double;
  dwc:aphiaid '247403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1833 -78.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1833 -78.5)"^^geo:wktLiteral ;
  geo-pos:lat "10.1833"^^xsd:decimal ;
  geo-pos:long "-78.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2346'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.5'^^xsd:double;
  dwc:latitude '10.1833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.50833 -78.4267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.50833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.4267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.50833 -78.4267)"^^geo:wktLiteral ;
  geo-pos:lat "9.50833"^^xsd:decimal ;
  geo-pos:long "-78.4267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11475'^^xsd:integer;
  dwc:scientificName 'Argyrotheca rubrocostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.4267'^^xsd:double;
  dwc:latitude '9.50833'^^xsd:double;
  dwc:aphiaid '235643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.4167 -78.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.4167 -78.4167)"^^geo:wktLiteral ;
  geo-pos:lat "4.4167"^^xsd:decimal ;
  geo-pos:long "-78.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8134'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.4167'^^xsd:double;
  dwc:latitude '4.4167'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.4167 -78.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.4167 -78.4167)"^^geo:wktLiteral ;
  geo-pos:lat "4.4167"^^xsd:decimal ;
  geo-pos:long "-78.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4444'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.4167'^^xsd:double;
  dwc:latitude '4.4167'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.4167 -78.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.4167 -78.4167)"^^geo:wktLiteral ;
  geo-pos:lat "4.4167"^^xsd:decimal ;
  geo-pos:long "-78.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4443'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.4167'^^xsd:double;
  dwc:latitude '4.4167'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4443'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.4167)"^^geo:wktLiteral ;
  geo-pos:lat "26.5833"^^xsd:decimal ;
  geo-pos:long "-78.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12480'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.4167'^^xsd:double;
  dwc:latitude '26.5833'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.4)"^^geo:wktLiteral ;
  geo-pos:lat "26.5833"^^xsd:decimal ;
  geo-pos:long "-78.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11556'^^xsd:integer;
  dwc:scientificName 'Cryptopora rectimarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.4'^^xsd:double;
  dwc:latitude '26.5833'^^xsd:double;
  dwc:aphiaid '235416'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.4)"^^geo:wktLiteral ;
  geo-pos:lat "26.5833"^^xsd:decimal ;
  geo-pos:long "-78.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11670'^^xsd:integer;
  dwc:scientificName 'Erymnia muralifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.4'^^xsd:double;
  dwc:latitude '26.5833'^^xsd:double;
  dwc:aphiaid '235492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.47167 -78.345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.47167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.47167 -78.345)"^^geo:wktLiteral ;
  geo-pos:lat "9.47167"^^xsd:decimal ;
  geo-pos:long "-78.345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11474'^^xsd:integer;
  dwc:scientificName 'Argyrotheca rubrocostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.345'^^xsd:double;
  dwc:latitude '9.47167'^^xsd:double;
  dwc:aphiaid '235643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.7 -78.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.7"^^xsd:decimal ;
  dwc:decimalLongitude "-78.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.7 -78.3)"^^geo:wktLiteral ;
  geo-pos:lat "-33.7"^^xsd:decimal ;
  geo-pos:long "-78.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9806'^^xsd:integer;
  dwc:scientificName 'Hyalonema poculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.3'^^xsd:double;
  dwc:latitude '-33.7'^^xsd:double;
  dwc:aphiaid '171535'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.2 -78.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.2"^^xsd:decimal ;
  dwc:decimalLongitude "-78.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.2 -78.3)"^^geo:wktLiteral ;
  geo-pos:lat "-13.2"^^xsd:decimal ;
  geo-pos:long "-78.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9689'^^xsd:integer;
  dwc:scientificName 'Holascus edwardsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.3'^^xsd:double;
  dwc:latitude '-13.2'^^xsd:double;
  dwc:aphiaid '171913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6 -78.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6"^^xsd:decimal ;
  dwc:decimalLongitude "-78.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6 -78.2667)"^^geo:wktLiteral ;
  geo-pos:lat "62.6"^^xsd:decimal ;
  geo-pos:long "-78.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '707'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.2667'^^xsd:double;
  dwc:latitude '62.6'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:707'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.25)"^^geo:wktLiteral ;
  geo-pos:lat "26.5833"^^xsd:decimal ;
  geo-pos:long "-78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12553'^^xsd:integer;
  dwc:scientificName 'Tichosina bahamiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.25'^^xsd:double;
  dwc:latitude '26.5833'^^xsd:double;
  dwc:aphiaid '235475'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235475'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5833 -78.25)"^^geo:wktLiteral ;
  geo-pos:lat "26.5833"^^xsd:decimal ;
  geo-pos:long "-78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12561'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.25'^^xsd:double;
  dwc:latitude '26.5833'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.95 -78.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.95"^^xsd:decimal ;
  dwc:decimalLongitude "-78.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.95 -78.2167)"^^geo:wktLiteral ;
  geo-pos:lat "25.95"^^xsd:decimal ;
  geo-pos:long "-78.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11555'^^xsd:integer;
  dwc:scientificName 'Cryptopora rectimarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.2167'^^xsd:double;
  dwc:latitude '25.95'^^xsd:double;
  dwc:aphiaid '235416'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.45 -78.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.45"^^xsd:decimal ;
  dwc:decimalLongitude "-78.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.45 -78.1667)"^^geo:wktLiteral ;
  geo-pos:lat "17.45"^^xsd:decimal ;
  geo-pos:long "-78.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12506'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.1667'^^xsd:double;
  dwc:latitude '17.45'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.37333 -78.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.37333"^^xsd:decimal ;
  dwc:decimalLongitude "-78.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.37333 -78.14)"^^geo:wktLiteral ;
  geo-pos:lat "9.37333"^^xsd:decimal ;
  geo-pos:long "-78.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11459'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.14'^^xsd:double;
  dwc:latitude '9.37333'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3728 -78.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3728"^^xsd:decimal ;
  dwc:decimalLongitude "-78.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3728 -78.125)"^^geo:wktLiteral ;
  geo-pos:lat "27.3728"^^xsd:decimal ;
  geo-pos:long "-78.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12552'^^xsd:integer;
  dwc:scientificName 'Tichosina bahamiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.125'^^xsd:double;
  dwc:latitude '27.3728'^^xsd:double;
  dwc:aphiaid '235475'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235475'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.95 -78.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.95"^^xsd:decimal ;
  dwc:decimalLongitude "-78.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.95 -78.1167)"^^geo:wktLiteral ;
  geo-pos:lat "25.95"^^xsd:decimal ;
  geo-pos:long "-78.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12477'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.1167'^^xsd:double;
  dwc:latitude '25.95'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.95 -78.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.95"^^xsd:decimal ;
  dwc:decimalLongitude "-78.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.95 -78.1167)"^^geo:wktLiteral ;
  geo-pos:lat "25.95"^^xsd:decimal ;
  geo-pos:long "-78.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12363'^^xsd:integer;
  dwc:scientificName 'Platidia davidsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.1167'^^xsd:double;
  dwc:latitude '25.95'^^xsd:double;
  dwc:aphiaid '104067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0667"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6465'^^xsd:integer;
  dwc:scientificName 'Haloschizopera abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.0667'^^xsd:double;
  dwc:aphiaid '293171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0667"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6492'^^xsd:integer;
  dwc:scientificName 'Mesocletodes parirrasus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.0667'^^xsd:double;
  dwc:aphiaid '353315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353315'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0667"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6495'^^xsd:integer;
  dwc:scientificName 'Barbaracletodes barbara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.0667'^^xsd:double;
  dwc:aphiaid '349187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349187'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0667"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6489'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.0667'^^xsd:double;
  dwc:aphiaid '352472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0667"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6501'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia peruana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.0667'^^xsd:double;
  dwc:aphiaid '353433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0667"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6507'^^xsd:integer;
  dwc:scientificName 'Intercanuella lima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.0667'^^xsd:double;
  dwc:aphiaid '352417'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '352417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0667"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11349'^^xsd:integer;
  dwc:scientificName 'Basipodella harpacticola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.0667'^^xsd:double;
  dwc:aphiaid '349195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0667"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6497'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia magniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.0667'^^xsd:double;
  dwc:aphiaid '353431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0667 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0667"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8544'^^xsd:integer;
  dwc:scientificName 'Acantholaimus arminius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.0667'^^xsd:double;
  dwc:aphiaid '182943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6491'^^xsd:integer;
  dwc:scientificName 'Hemimesochra rapiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '352272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6500'^^xsd:integer;
  dwc:scientificName 'Paranannopus longithorax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '354345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354345'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4167 -78.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-78.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4167 -78.0833)"^^geo:wktLiteral ;
  geo-pos:lat "64.4167"^^xsd:decimal ;
  geo-pos:long "-78.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '704'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-78.0833'^^xsd:double;
  dwc:latitude '64.4167'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6478'^^xsd:integer;
  dwc:scientificName 'Dactylopia peruana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '358127'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '358127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6476'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '360359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6480'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '353432'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360305'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6471'^^xsd:integer;
  dwc:scientificName 'Haloschizopera lima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '358683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '358683'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6498'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia talpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '353435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360308'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6502'^^xsd:integer;
  dwc:scientificName 'Bulbamphiascus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '115306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115306'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6503'^^xsd:integer;
  dwc:scientificName 'Amphiascoides sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '115303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115303'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6504'^^xsd:integer;
  dwc:scientificName 'Amphiascus profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '348759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '549144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6506'^^xsd:integer;
  dwc:scientificName 'Ameira bathyalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '348663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6514'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) lima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '355846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6510'^^xsd:integer;
  dwc:scientificName 'Paraschizopera sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '115450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115450'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.8333 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-11.8333"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6481'^^xsd:integer;
  dwc:scientificName 'Barbaracletodes carola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '-11.8333'^^xsd:double;
  dwc:aphiaid '349188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.7083 -77.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.7083"^^xsd:decimal ;
  dwc:decimalLongitude "-77.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.7083 -77.9667)"^^geo:wktLiteral ;
  geo-pos:lat "17.7083"^^xsd:decimal ;
  geo-pos:long "-77.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12505'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.9667'^^xsd:double;
  dwc:latitude '17.7083'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.1667 -77.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.1667 -77.95)"^^geo:wktLiteral ;
  geo-pos:lat "-13.1667"^^xsd:decimal ;
  geo-pos:long "-77.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4436'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.95'^^xsd:double;
  dwc:latitude '-13.1667'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.1667"^^xsd:decimal ;
  geo-pos:long "-77.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10164'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.7167'^^xsd:double;
  dwc:latitude '-37.1667'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7083)"^^geo:wktLiteral ;
  geo-pos:lat "-37.1667"^^xsd:decimal ;
  geo-pos:long "-77.7083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4429'^^xsd:integer;
  dwc:scientificName 'Neotanais bulbodens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.7083'^^xsd:double;
  dwc:latitude '-37.1667'^^xsd:double;
  dwc:aphiaid '820088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  geo-pos:lat "-37.1667"^^xsd:decimal ;
  geo-pos:long "-77.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2337'^^xsd:integer;
  dwc:scientificName 'Procampylaspis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.7'^^xsd:double;
  dwc:latitude '-37.1667'^^xsd:double;
  dwc:aphiaid '468201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '468201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  geo-pos:lat "-37.1667"^^xsd:decimal ;
  geo-pos:long "-77.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2255'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.7'^^xsd:double;
  dwc:latitude '-37.1667'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  geo-pos:lat "-37.1667"^^xsd:decimal ;
  geo-pos:long "-77.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2326'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.7'^^xsd:double;
  dwc:latitude '-37.1667'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2326'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  geo-pos:lat "-37.1667"^^xsd:decimal ;
  geo-pos:long "-77.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2322'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.7'^^xsd:double;
  dwc:latitude '-37.1667'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  geo-pos:lat "-37.1667"^^xsd:decimal ;
  geo-pos:long "-77.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '278'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ledoyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.7'^^xsd:double;
  dwc:latitude '-37.1667'^^xsd:double;
  dwc:aphiaid '468202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '468202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.1667 -77.7)"^^geo:wktLiteral ;
  geo-pos:lat "-37.1667"^^xsd:decimal ;
  geo-pos:long "-77.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '168'^^xsd:integer;
  dwc:scientificName 'Leucon bacescui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.7'^^xsd:double;
  dwc:latitude '-37.1667'^^xsd:double;
  dwc:aphiaid '182356'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182356'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.8667 -77.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.8667 -77.6833)"^^geo:wktLiteral ;
  geo-pos:lat "11.8667"^^xsd:decimal ;
  geo-pos:long "-77.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10134'^^xsd:integer;
  dwc:scientificName 'Phascolosoma pectinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.6833'^^xsd:double;
  dwc:latitude '11.8667'^^xsd:double;
  dwc:aphiaid '424990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.3567 -77.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.3567"^^xsd:decimal ;
  dwc:decimalLongitude "-77.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.3567 -77.58)"^^geo:wktLiteral ;
  geo-pos:lat "17.3567"^^xsd:decimal ;
  geo-pos:long "-77.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11647'^^xsd:integer;
  dwc:scientificName 'Dyscolia wyvillei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.58'^^xsd:double;
  dwc:latitude '17.3567'^^xsd:double;
  dwc:aphiaid '235509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.6 -77.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.6"^^xsd:decimal ;
  dwc:decimalLongitude "-77.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.6 -77.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-15.6"^^xsd:decimal ;
  geo-pos:long "-77.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9259'^^xsd:integer;
  dwc:scientificName 'Werthella plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.5667'^^xsd:double;
  dwc:latitude '-15.6'^^xsd:double;
  dwc:aphiaid '407241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.2667 -77.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.2667 -77.5)"^^geo:wktLiteral ;
  geo-pos:lat "-13.2667"^^xsd:decimal ;
  geo-pos:long "-77.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9258'^^xsd:integer;
  dwc:scientificName 'Werthella plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.5'^^xsd:double;
  dwc:latitude '-13.2667'^^xsd:double;
  dwc:aphiaid '407241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.85333 -77.4683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.85333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.4683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.85333 -77.4683)"^^geo:wktLiteral ;
  geo-pos:lat "8.85333"^^xsd:decimal ;
  geo-pos:long "-77.4683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11458'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.4683'^^xsd:double;
  dwc:latitude '8.85333'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9333 -77.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-77.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9333 -77.4333)"^^geo:wktLiteral ;
  geo-pos:lat "31.9333"^^xsd:decimal ;
  geo-pos:long "-77.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11428'^^xsd:integer;
  dwc:scientificName 'Abyssothyris parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.4333'^^xsd:double;
  dwc:latitude '31.9333'^^xsd:double;
  dwc:aphiaid '235516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6839 -77.4181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.6839"^^xsd:decimal ;
  dwc:decimalLongitude "-77.4181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6839 -77.4181)"^^geo:wktLiteral ;
  geo-pos:lat "-62.6839"^^xsd:decimal ;
  geo-pos:long "-77.4181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4241'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracillimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.4181'^^xsd:double;
  dwc:latitude '-62.6839'^^xsd:double;
  dwc:aphiaid '136304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9667 -77.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9667 -77.3)"^^geo:wktLiteral ;
  geo-pos:lat "31.9667"^^xsd:decimal ;
  geo-pos:long "-77.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11427'^^xsd:integer;
  dwc:scientificName 'Abyssothyris parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.3'^^xsd:double;
  dwc:latitude '31.9667'^^xsd:double;
  dwc:aphiaid '235516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.9667 -77.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.9667 -77.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-12.9667"^^xsd:decimal ;
  geo-pos:long "-77.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12542'^^xsd:integer;
  dwc:scientificName 'Terebratulina kiiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.2667'^^xsd:double;
  dwc:latitude '-12.9667'^^xsd:double;
  dwc:aphiaid '235532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.4667 -77.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-77.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.4667 -77.25)"^^geo:wktLiteral ;
  geo-pos:lat "25.4667"^^xsd:decimal ;
  geo-pos:long "-77.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11694'^^xsd:integer;
  dwc:scientificName 'Eucalathis sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.25'^^xsd:double;
  dwc:latitude '25.4667'^^xsd:double;
  dwc:aphiaid '182861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182861'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2833 -77.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-77.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2833 -77.1333)"^^geo:wktLiteral ;
  geo-pos:lat "27.2833"^^xsd:decimal ;
  geo-pos:long "-77.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2347'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.1333'^^xsd:double;
  dwc:latitude '27.2833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2833 -77.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-77.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2833 -77.1333)"^^geo:wktLiteral ;
  geo-pos:lat "27.2833"^^xsd:decimal ;
  geo-pos:long "-77.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8133'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.1333'^^xsd:double;
  dwc:latitude '27.2833'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2833 -77.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-77.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2833 -77.1333)"^^geo:wktLiteral ;
  geo-pos:lat "27.2833"^^xsd:decimal ;
  geo-pos:long "-77.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '325'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.1333'^^xsd:double;
  dwc:latitude '27.2833'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2833 -77.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-77.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2833 -77.1333)"^^geo:wktLiteral ;
  geo-pos:lat "27.2833"^^xsd:decimal ;
  geo-pos:long "-77.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '291'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77.1333'^^xsd:double;
  dwc:latitude '27.2833'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.0833 -77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.0833 -77)"^^geo:wktLiteral ;
  geo-pos:lat "31.0833"^^xsd:decimal ;
  geo-pos:long "-77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9648'^^xsd:integer;
  dwc:scientificName 'Farrea herdendorfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-77'^^xsd:integer;
  dwc:latitude '31.0833'^^xsd:double;
  dwc:aphiaid '171744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8874'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8898'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8887'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8861'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8910'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8933'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8945'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9000'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8987'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-76.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -76.9083)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-76.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9029'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.9083'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.25 -76.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.25"^^xsd:decimal ;
  dwc:decimalLongitude "-76.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.25 -76.85)"^^geo:wktLiteral ;
  geo-pos:lat "-36.25"^^xsd:decimal ;
  geo-pos:long "-76.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10152'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.85'^^xsd:double;
  dwc:latitude '-36.25'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.25 -76.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.25"^^xsd:decimal ;
  dwc:decimalLongitude "-76.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.25 -76.85)"^^geo:wktLiteral ;
  geo-pos:lat "-36.25"^^xsd:decimal ;
  geo-pos:long "-76.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10141'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.85'^^xsd:double;
  dwc:latitude '-36.25'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10141'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.4217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  geo-pos:lat "33.5333"^^xsd:decimal ;
  geo-pos:long "-76.4217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8897'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.4217'^^xsd:double;
  dwc:latitude '33.5333'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.4217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  geo-pos:lat "33.5333"^^xsd:decimal ;
  geo-pos:long "-76.4217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8886'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.4217'^^xsd:double;
  dwc:latitude '33.5333'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.4217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  geo-pos:lat "33.5333"^^xsd:decimal ;
  geo-pos:long "-76.4217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8909'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.4217'^^xsd:double;
  dwc:latitude '33.5333'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.4217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  geo-pos:lat "33.5333"^^xsd:decimal ;
  geo-pos:long "-76.4217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8999'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.4217'^^xsd:double;
  dwc:latitude '33.5333'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.4217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  geo-pos:lat "33.5333"^^xsd:decimal ;
  geo-pos:long "-76.4217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9014'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.4217'^^xsd:double;
  dwc:latitude '33.5333'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.4217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -76.4217)"^^geo:wktLiteral ;
  geo-pos:lat "33.5333"^^xsd:decimal ;
  geo-pos:long "-76.4217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9028'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.4217'^^xsd:double;
  dwc:latitude '33.5333'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.52167 -76.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.52167"^^xsd:decimal ;
  dwc:decimalLongitude "-76.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.52167 -76.2567)"^^geo:wktLiteral ;
  geo-pos:lat "9.52167"^^xsd:decimal ;
  geo-pos:long "-76.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12354'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.2567'^^xsd:double;
  dwc:latitude '9.52167'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2167 -76.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-76.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2167 -76.2167)"^^geo:wktLiteral ;
  geo-pos:lat "33.2167"^^xsd:decimal ;
  geo-pos:long "-76.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2250'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.2167'^^xsd:double;
  dwc:latitude '33.2167'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8879'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8867'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8891'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8902'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8902'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8928'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8916'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8938'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8950'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8991'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9006'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9020'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8962'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4533"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4533 -76.1717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4533"^^xsd:decimal ;
  geo-pos:long "-76.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9033'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1717'^^xsd:double;
  dwc:latitude '33.4533'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8880'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8868'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8892'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8903'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8929'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8929'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8917'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8939'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9007'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9021'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8951'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8963'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8963'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8974'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8982'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus retrosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '228966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9034'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4483"^^xsd:decimal ;
  dwc:decimalLongitude "-76.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4483 -76.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.4483"^^xsd:decimal ;
  geo-pos:long "-76.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8992'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.1'^^xsd:double;
  dwc:latitude '33.4483'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8869'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8893'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8904'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8930'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8918'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8940'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8993'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9008'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8952'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8964'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8964'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8975'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8983'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus retrosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '228966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9035'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4367 -76.0817)"^^geo:wktLiteral ;
  geo-pos:lat "33.4367"^^xsd:decimal ;
  geo-pos:long "-76.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9022'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0817'^^xsd:double;
  dwc:latitude '33.4367'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8881'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8870'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8894'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8905'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8919'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8941'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8994'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9009'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8953'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8965'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8965'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8976'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8984'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus retrosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '228966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9036'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -76.0333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-76.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9023'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  geo-pos:lat "34.0917"^^xsd:decimal ;
  geo-pos:long "-76.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8896'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0183'^^xsd:double;
  dwc:latitude '34.0917'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  geo-pos:lat "34.0917"^^xsd:decimal ;
  geo-pos:long "-76.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8885'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0183'^^xsd:double;
  dwc:latitude '34.0917'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  geo-pos:lat "34.0917"^^xsd:decimal ;
  geo-pos:long "-76.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8908'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0183'^^xsd:double;
  dwc:latitude '34.0917'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  geo-pos:lat "34.0917"^^xsd:decimal ;
  geo-pos:long "-76.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8923'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0183'^^xsd:double;
  dwc:latitude '34.0917'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  geo-pos:lat "34.0917"^^xsd:decimal ;
  geo-pos:long "-76.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8998'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0183'^^xsd:double;
  dwc:latitude '34.0917'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  geo-pos:lat "34.0917"^^xsd:decimal ;
  geo-pos:long "-76.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9013'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0183'^^xsd:double;
  dwc:latitude '34.0917'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  geo-pos:lat "34.0917"^^xsd:decimal ;
  geo-pos:long "-76.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9027'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0183'^^xsd:double;
  dwc:latitude '34.0917'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0917 -76.0183)"^^geo:wktLiteral ;
  geo-pos:lat "34.0917"^^xsd:decimal ;
  geo-pos:long "-76.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8956'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0183'^^xsd:double;
  dwc:latitude '34.0917'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8956'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8871'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8871'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8895'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8882'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8906'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8920'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8995'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9010'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8954'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8966'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8977'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8985'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus retrosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '228966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8985'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9037'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9024'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8942'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5167 -76.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-76.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5167 -76.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.5167"^^xsd:decimal ;
  geo-pos:long "-76.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2251'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76.0167'^^xsd:double;
  dwc:latitude '33.5167'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.25"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  geo-pos:lat "-38.25"^^xsd:decimal ;
  geo-pos:long "-76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10153'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '-38.25'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.25"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  geo-pos:lat "-38.25"^^xsd:decimal ;
  geo-pos:long "-76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2256'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '-38.25'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.25"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  geo-pos:lat "-38.25"^^xsd:decimal ;
  geo-pos:long "-76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2327'^^xsd:integer;
  dwc:scientificName 'Leucon vasilei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '-38.25'^^xsd:double;
  dwc:aphiaid '182357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2327'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.25"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  geo-pos:lat "-38.25"^^xsd:decimal ;
  geo-pos:long "-76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2338'^^xsd:integer;
  dwc:scientificName 'Procampylaspis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '-38.25'^^xsd:double;
  dwc:aphiaid '468201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '468201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.25"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.25 -76)"^^geo:wktLiteral ;
  geo-pos:lat "-38.25"^^xsd:decimal ;
  geo-pos:long "-76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2354'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '-38.25'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25 -76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.25"^^xsd:decimal ;
  dwc:decimalLongitude "-76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25 -76)"^^geo:wktLiteral ;
  geo-pos:lat "38.25"^^xsd:decimal ;
  geo-pos:long "-76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4589'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-76'^^xsd:integer;
  dwc:latitude '38.25'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8872'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8883'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8921'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8931'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8943'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8996'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9011'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8967'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8978'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8986'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus retrosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '228966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9038'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4167 -75.985)"^^geo:wktLiteral ;
  geo-pos:lat "33.4167"^^xsd:decimal ;
  geo-pos:long "-75.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9025'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.985'^^xsd:double;
  dwc:latitude '33.4167'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8873'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8884'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8907'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8907'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8922'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8932'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8944'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8997'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9012'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8968'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8968'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9039'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9026'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4 -75.9717)"^^geo:wktLiteral ;
  geo-pos:lat "33.4"^^xsd:decimal ;
  geo-pos:long "-75.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8955'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9717'^^xsd:double;
  dwc:latitude '33.4'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.5 -75.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.5 -75.92)"^^geo:wktLiteral ;
  geo-pos:lat "-30.5"^^xsd:decimal ;
  geo-pos:long "-75.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3096'^^xsd:integer;
  dwc:scientificName 'Macrostylis truncatex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.92'^^xsd:double;
  dwc:latitude '-30.5'^^xsd:double;
  dwc:aphiaid '183253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -75.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -75.9)"^^geo:wktLiteral ;
  geo-pos:lat "34.15"^^xsd:decimal ;
  geo-pos:long "-75.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6365'^^xsd:integer;
  dwc:scientificName 'Pseudocletodes vararensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:aphiaid '116206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -75.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -75.9)"^^geo:wktLiteral ;
  geo-pos:lat "34.15"^^xsd:decimal ;
  geo-pos:long "-75.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6372'^^xsd:integer;
  dwc:scientificName 'Paranannopus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:aphiaid '354339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -75.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-75.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -75.9)"^^geo:wktLiteral ;
  geo-pos:lat "34.15"^^xsd:decimal ;
  geo-pos:long "-75.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6630'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.9'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:aphiaid '115742'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115742'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2633 -75.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2633"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2633 -75.8667)"^^geo:wktLiteral ;
  geo-pos:lat "34.2633"^^xsd:decimal ;
  geo-pos:long "-75.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6429'^^xsd:integer;
  dwc:scientificName 'Paramphiascella intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8667'^^xsd:double;
  dwc:latitude '34.2633'^^xsd:double;
  dwc:aphiaid '115963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2633 -75.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2633"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2633 -75.8667)"^^geo:wktLiteral ;
  geo-pos:lat "34.2633"^^xsd:decimal ;
  geo-pos:long "-75.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6430'^^xsd:integer;
  dwc:scientificName 'Amphiascoides debelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8667'^^xsd:double;
  dwc:latitude '34.2633'^^xsd:double;
  dwc:aphiaid '115895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2633 -75.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2633"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2633 -75.8667)"^^geo:wktLiteral ;
  geo-pos:lat "34.2633"^^xsd:decimal ;
  geo-pos:long "-75.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6458'^^xsd:integer;
  dwc:scientificName 'Paramphiascopsis soyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8667'^^xsd:double;
  dwc:latitude '34.2633'^^xsd:double;
  dwc:aphiaid '115975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '549155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2633 -75.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2633"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2633 -75.8667)"^^geo:wktLiteral ;
  geo-pos:lat "34.2633"^^xsd:decimal ;
  geo-pos:long "-75.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6399'^^xsd:integer;
  dwc:scientificName 'Pseudocletodes vararensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8667'^^xsd:double;
  dwc:latitude '34.2633'^^xsd:double;
  dwc:aphiaid '116206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8875'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8862'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8888'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8911'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8924'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9001'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9015'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8957'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8969'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8969'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9733 -75.8583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9733"^^xsd:decimal ;
  geo-pos:long "-75.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8979'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus retrosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8583'^^xsd:double;
  dwc:latitude '33.9733'^^xsd:double;
  dwc:aphiaid '228966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5 -75.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5 -75.85)"^^geo:wktLiteral ;
  geo-pos:lat "33.5"^^xsd:decimal ;
  geo-pos:long "-75.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4539'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.85'^^xsd:double;
  dwc:latitude '33.5'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -75.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -75.85)"^^geo:wktLiteral ;
  geo-pos:lat "36.0417"^^xsd:decimal ;
  geo-pos:long "-75.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4362'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.85'^^xsd:double;
  dwc:latitude '36.0417'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.89667 -75.8483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.89667"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.89667 -75.8483)"^^geo:wktLiteral ;
  geo-pos:lat "9.89667"^^xsd:decimal ;
  geo-pos:long "-75.8483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11457'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8483'^^xsd:double;
  dwc:latitude '9.89667'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.8333)"^^geo:wktLiteral ;
  geo-pos:lat "11.5"^^xsd:decimal ;
  geo-pos:long "-75.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10158'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8333'^^xsd:double;
  dwc:latitude '11.5'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.8333)"^^geo:wktLiteral ;
  geo-pos:lat "11.5"^^xsd:decimal ;
  geo-pos:long "-75.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2345'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8333'^^xsd:double;
  dwc:latitude '11.5'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.8333)"^^geo:wktLiteral ;
  geo-pos:lat "11.5"^^xsd:decimal ;
  geo-pos:long "-75.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11525'^^xsd:integer;
  dwc:scientificName 'Chlidonophora incerta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8333'^^xsd:double;
  dwc:latitude '11.5'^^xsd:double;
  dwc:aphiaid '235549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.83)"^^geo:wktLiteral ;
  geo-pos:lat "11.5"^^xsd:decimal ;
  geo-pos:long "-75.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3163'^^xsd:integer;
  dwc:scientificName 'Mesosignum kohleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.83'^^xsd:double;
  dwc:latitude '11.5'^^xsd:double;
  dwc:aphiaid '258081'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258081'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -75.83)"^^geo:wktLiteral ;
  geo-pos:lat "11.5"^^xsd:decimal ;
  geo-pos:long "-75.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3059'^^xsd:integer;
  dwc:scientificName 'Hebefustis prmivatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.83'^^xsd:double;
  dwc:latitude '11.5'^^xsd:double;
  dwc:aphiaid '256292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8876'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8863'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8863'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8889'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8912'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8899'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8934'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8946'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9002'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9016'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8958'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8970'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8980'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus retrosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '228966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8988'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -75.8283)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-75.8283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9030'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8283'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6377'^^xsd:integer;
  dwc:scientificName 'Dorsiceratus triarticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '351184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6433'^^xsd:integer;
  dwc:scientificName 'Amphiascus parvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '115920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6436'^^xsd:integer;
  dwc:scientificName 'Amphiascus varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '115928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6421'^^xsd:integer;
  dwc:scientificName 'Zosime paramajor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '116697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6423'^^xsd:integer;
  dwc:scientificName 'Robertsonia knoxi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '116856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116856'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6425'^^xsd:integer;
  dwc:scientificName 'Robertgurneya rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '115999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6413'^^xsd:integer;
  dwc:scientificName 'Pseudocletodes vararensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '116206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6411'^^xsd:integer;
  dwc:scientificName 'Mesocletodes robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '115668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6407'^^xsd:integer;
  dwc:scientificName 'Mesocletodes commixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '353308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353308'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6418'^^xsd:integer;
  dwc:scientificName 'Zosime atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '116691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.24"^^xsd:decimal ;
  dwc:decimalLongitude "-75.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.24 -75.825)"^^geo:wktLiteral ;
  geo-pos:lat "34.24"^^xsd:decimal ;
  geo-pos:long "-75.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6396'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.825'^^xsd:double;
  dwc:latitude '34.24'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9333 -75.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9333 -75.8167)"^^geo:wktLiteral ;
  geo-pos:lat "32.9333"^^xsd:decimal ;
  geo-pos:long "-75.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10312'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8167'^^xsd:double;
  dwc:latitude '32.9333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10312'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2767 -75.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2767"^^xsd:decimal ;
  dwc:decimalLongitude "-75.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2767 -75.81)"^^geo:wktLiteral ;
  geo-pos:lat "34.2767"^^xsd:decimal ;
  geo-pos:long "-75.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14863'^^xsd:integer;
  dwc:scientificName 'Ledella parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.81'^^xsd:double;
  dwc:latitude '34.2767'^^xsd:double;
  dwc:aphiaid '506338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14863'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3 -75.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3 -75.8)"^^geo:wktLiteral ;
  geo-pos:lat "32.3"^^xsd:decimal ;
  geo-pos:long "-75.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3369'^^xsd:integer;
  dwc:scientificName 'Haploniscus harrietae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8'^^xsd:double;
  dwc:latitude '32.3'^^xsd:double;
  dwc:aphiaid '255810'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A78> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9167 -75.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '78'^^xsd:integer;
  dwc:scientificName 'Cimmerius costlowi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.8'^^xsd:double;
  dwc:latitude '32.9167'^^xsd:double;
  dwc:aphiaid '181907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:78'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0167 -75.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0167 -75.7833)"^^geo:wktLiteral ;
  geo-pos:lat "34.0167"^^xsd:decimal ;
  geo-pos:long "-75.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2252'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7833'^^xsd:double;
  dwc:latitude '34.0167'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1083 -75.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-75.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1083 -75.78)"^^geo:wktLiteral ;
  geo-pos:lat "34.1083"^^xsd:decimal ;
  geo-pos:long "-75.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6414'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius vikingus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.78'^^xsd:double;
  dwc:latitude '34.1083'^^xsd:double;
  dwc:aphiaid '116611'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116611'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1083 -75.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-75.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1083 -75.78)"^^geo:wktLiteral ;
  geo-pos:lat "34.1083"^^xsd:decimal ;
  geo-pos:long "-75.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6629'^^xsd:integer;
  dwc:scientificName 'Cerviniella hamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.78'^^xsd:double;
  dwc:latitude '34.1083'^^xsd:double;
  dwc:aphiaid '350008'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1083 -75.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-75.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1083 -75.78)"^^geo:wktLiteral ;
  geo-pos:lat "34.1083"^^xsd:decimal ;
  geo-pos:long "-75.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6439'^^xsd:integer;
  dwc:scientificName 'Dactylopodopsis dilatata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.78'^^xsd:double;
  dwc:latitude '34.1083'^^xsd:double;
  dwc:aphiaid '116553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2467 -75.7783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2467"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2467 -75.7783)"^^geo:wktLiteral ;
  geo-pos:lat "34.2467"^^xsd:decimal ;
  geo-pos:long "-75.7783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14974'^^xsd:integer;
  dwc:scientificName 'Ledella parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7783'^^xsd:double;
  dwc:latitude '34.2467'^^xsd:double;
  dwc:aphiaid '506338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8864'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8900'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8913'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8925'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8935'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8935'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8947'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9003'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9017'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8959'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8959'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8971'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8989'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -75.7717)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-75.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9031'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7717'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3417 -75.7633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3417 -75.7633)"^^geo:wktLiteral ;
  geo-pos:lat "34.3417"^^xsd:decimal ;
  geo-pos:long "-75.7633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6621'^^xsd:integer;
  dwc:scientificName 'Cerviniella bodini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7633'^^xsd:double;
  dwc:latitude '34.3417'^^xsd:double;
  dwc:aphiaid '350006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350006'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3417 -75.7633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3417"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3417 -75.7633)"^^geo:wktLiteral ;
  geo-pos:lat "34.3417"^^xsd:decimal ;
  geo-pos:long "-75.7633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6622'^^xsd:integer;
  dwc:scientificName 'Eucanuella reticulata (aff.)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7633'^^xsd:double;
  dwc:latitude '34.3417'^^xsd:double;
  dwc:aphiaid '115745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3483"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  geo-pos:lat "34.3483"^^xsd:decimal ;
  geo-pos:long "-75.7583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6376'^^xsd:integer;
  dwc:scientificName 'Mesocletodes soyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7583'^^xsd:double;
  dwc:latitude '34.3483'^^xsd:double;
  dwc:aphiaid '115670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115670'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3483"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  geo-pos:lat "34.3483"^^xsd:decimal ;
  geo-pos:long "-75.7583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6381'^^xsd:integer;
  dwc:scientificName 'Pseudocletodes vararensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7583'^^xsd:double;
  dwc:latitude '34.3483'^^xsd:double;
  dwc:aphiaid '116206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3483"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  geo-pos:lat "34.3483"^^xsd:decimal ;
  geo-pos:long "-75.7583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6383'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) echinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7583'^^xsd:double;
  dwc:latitude '34.3483'^^xsd:double;
  dwc:aphiaid '351835'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3483"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  geo-pos:lat "34.3483"^^xsd:decimal ;
  geo-pos:long "-75.7583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6387'^^xsd:integer;
  dwc:scientificName 'Mesocletodes katharinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7583'^^xsd:double;
  dwc:latitude '34.3483'^^xsd:double;
  dwc:aphiaid '115663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3483"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  geo-pos:lat "34.3483"^^xsd:decimal ;
  geo-pos:long "-75.7583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6393'^^xsd:integer;
  dwc:scientificName 'Mesocletodes irrasus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7583'^^xsd:double;
  dwc:latitude '34.3483'^^xsd:double;
  dwc:aphiaid '115662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3483"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  geo-pos:lat "34.3483"^^xsd:decimal ;
  geo-pos:long "-75.7583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6427'^^xsd:integer;
  dwc:scientificName 'Paramphiascopsis soyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7583'^^xsd:double;
  dwc:latitude '34.3483'^^xsd:double;
  dwc:aphiaid '115975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '549155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3483"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  geo-pos:lat "34.3483"^^xsd:decimal ;
  geo-pos:long "-75.7583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6442'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7583'^^xsd:double;
  dwc:latitude '34.3483'^^xsd:double;
  dwc:aphiaid '360676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3483"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  geo-pos:lat "34.3483"^^xsd:decimal ;
  geo-pos:long "-75.7583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6443'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7583'^^xsd:double;
  dwc:latitude '34.3483'^^xsd:double;
  dwc:aphiaid '115871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6443'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3483"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3483 -75.7583)"^^geo:wktLiteral ;
  geo-pos:lat "34.3483"^^xsd:decimal ;
  geo-pos:long "-75.7583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6633'^^xsd:integer;
  dwc:scientificName 'Cerviniella bodini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7583'^^xsd:double;
  dwc:latitude '34.3483'^^xsd:double;
  dwc:aphiaid '350006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350006'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.08 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.08"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.08 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "14.08"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3164'^^xsd:integer;
  dwc:scientificName 'Mesosignum kohleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '14.08'^^xsd:double;
  dwc:aphiaid '258081'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258081'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8877'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8865'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8926'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8914'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8936'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9004'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9018'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8960'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8960'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8981'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus retrosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '228966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8972'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-75.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8367 -75.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.8367"^^xsd:decimal ;
  geo-pos:long "-75.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8948'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.75'^^xsd:double;
  dwc:latitude '33.8367'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8878'^^xsd:integer;
  dwc:scientificName 'Sabatieria triplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '229118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8866'^^xsd:integer;
  dwc:scientificName 'Disconema minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '229943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8890'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8901'^^xsd:integer;
  dwc:scientificName 'Halalaimus meyersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '227897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8901'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8927'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8915'^^xsd:integer;
  dwc:scientificName 'Halalaimus filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '227892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8937'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '120831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9005'^^xsd:integer;
  dwc:scientificName 'Monhystera microphthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '121460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9019'^^xsd:integer;
  dwc:scientificName 'Desmoscolex scanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '1304178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8961'^^xsd:integer;
  dwc:scientificName 'Litinium bananum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '122025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8961'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8973'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus effilatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '121658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8990'^^xsd:integer;
  dwc:scientificName 'Theristus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '231118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9032'^^xsd:integer;
  dwc:scientificName 'Desmoscolex americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '121114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8217 -75.7367)"^^geo:wktLiteral ;
  geo-pos:lat "33.8217"^^xsd:decimal ;
  geo-pos:long "-75.7367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8949'^^xsd:integer;
  dwc:scientificName 'Filipjeva meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7367'^^xsd:double;
  dwc:latitude '33.8217'^^xsd:double;
  dwc:aphiaid '229487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0167 -75.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0167 -75.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-47.0167"^^xsd:decimal ;
  geo-pos:long "-75.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11893'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7333'^^xsd:double;
  dwc:latitude '-47.0167'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  geo-pos:lat "34.5"^^xsd:decimal ;
  geo-pos:long "-75.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6378'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7333'^^xsd:double;
  dwc:latitude '34.5'^^xsd:double;
  dwc:aphiaid '351841'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  geo-pos:lat "34.5"^^xsd:decimal ;
  geo-pos:long "-75.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6424'^^xsd:integer;
  dwc:scientificName 'Haloschizopera junodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7333'^^xsd:double;
  dwc:latitude '34.5'^^xsd:double;
  dwc:aphiaid '149915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  geo-pos:lat "34.5"^^xsd:decimal ;
  geo-pos:long "-75.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6462'^^xsd:integer;
  dwc:scientificName 'Paramphiascopsis soyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7333'^^xsd:double;
  dwc:latitude '34.5'^^xsd:double;
  dwc:aphiaid '115975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '549155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  geo-pos:lat "34.5"^^xsd:decimal ;
  geo-pos:long "-75.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6456'^^xsd:integer;
  dwc:scientificName 'Dactylopodia spinipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7333'^^xsd:double;
  dwc:latitude '34.5'^^xsd:double;
  dwc:aphiaid '365615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293125'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  geo-pos:lat "34.5"^^xsd:decimal ;
  geo-pos:long "-75.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6445'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7333'^^xsd:double;
  dwc:latitude '34.5'^^xsd:double;
  dwc:aphiaid '115871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  geo-pos:lat "34.5"^^xsd:decimal ;
  geo-pos:long "-75.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6454'^^xsd:integer;
  dwc:scientificName 'Robertgurneya rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7333'^^xsd:double;
  dwc:latitude '34.5'^^xsd:double;
  dwc:aphiaid '115999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  geo-pos:lat "34.5"^^xsd:decimal ;
  geo-pos:long "-75.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6409'^^xsd:integer;
  dwc:scientificName 'Pseudocletodes vararensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7333'^^xsd:double;
  dwc:latitude '34.5'^^xsd:double;
  dwc:aphiaid '116206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -75.7333)"^^geo:wktLiteral ;
  geo-pos:lat "34.5"^^xsd:decimal ;
  geo-pos:long "-75.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6422'^^xsd:integer;
  dwc:scientificName 'Diarthrodes aegideus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7333'^^xsd:double;
  dwc:latitude '34.5'^^xsd:double;
  dwc:aphiaid '116564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '358302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -75.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.85"^^xsd:decimal ;
  dwc:decimalLongitude "-75.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -75.73)"^^geo:wktLiteral ;
  geo-pos:lat "33.85"^^xsd:decimal ;
  geo-pos:long "-75.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3370'^^xsd:integer;
  dwc:scientificName 'Hydroniscus buzwilsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.73'^^xsd:double;
  dwc:latitude '33.85'^^xsd:double;
  dwc:aphiaid '255844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0167 -75.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0167 -75.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0167"^^xsd:decimal ;
  geo-pos:long "-75.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11997'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7167'^^xsd:double;
  dwc:latitude '-53.0167'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0167 -75.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0167 -75.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0167"^^xsd:decimal ;
  geo-pos:long "-75.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11899'^^xsd:integer;
  dwc:scientificName 'Liothyrella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7167'^^xsd:double;
  dwc:latitude '-53.0167'^^xsd:double;
  dwc:aphiaid '231829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0167 -75.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0167 -75.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0167"^^xsd:decimal ;
  geo-pos:long "-75.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11735'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia chiliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.7167'^^xsd:double;
  dwc:latitude '-53.0167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11735'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6363'^^xsd:integer;
  dwc:scientificName 'Pyrocletodes desuramus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '355278'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6362'^^xsd:integer;
  dwc:scientificName 'Mesocletodes katharinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '115663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6380'^^xsd:integer;
  dwc:scientificName 'Mesocletodes irrasus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '115662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6420'^^xsd:integer;
  dwc:scientificName 'Zosime incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '116913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116913'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6460'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '360676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6463'^^xsd:integer;
  dwc:scientificName 'Dactylopodopsis dilatata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '116553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6450'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra tamara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '355219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '582501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6451'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '115874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6452'^^xsd:integer;
  dwc:scientificName 'Zosime paramajor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '116697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6395'^^xsd:integer;
  dwc:scientificName 'Mesocletodes dolichurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '353309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6394'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) monardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '351843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3833 -75.6917)"^^geo:wktLiteral ;
  geo-pos:lat "34.3833"^^xsd:decimal ;
  geo-pos:long "-75.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6626'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis gorbunovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6917'^^xsd:double;
  dwc:latitude '34.3833'^^xsd:double;
  dwc:aphiaid '350010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.01 -75.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.01"^^xsd:decimal ;
  dwc:decimalLongitude "-75.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.01 -75.67)"^^geo:wktLiteral ;
  geo-pos:lat "34.01"^^xsd:decimal ;
  geo-pos:long "-75.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3538'^^xsd:integer;
  dwc:scientificName 'Janirella gomoiui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.67'^^xsd:double;
  dwc:latitude '34.01'^^xsd:double;
  dwc:aphiaid '255943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A24> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.65 -75.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.65"^^xsd:decimal ;
  dwc:decimalLongitude "-75.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.65 -75.65)"^^geo:wktLiteral ;
  geo-pos:lat "33.65"^^xsd:decimal ;
  geo-pos:long "-75.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '24'^^xsd:integer;
  dwc:scientificName 'Campylaspenis rowei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.65'^^xsd:double;
  dwc:latitude '33.65'^^xsd:double;
  dwc:aphiaid '182366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:24'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11 -75.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11"^^xsd:decimal ;
  dwc:decimalLongitude "-75.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11 -75.65)"^^geo:wktLiteral ;
  geo-pos:lat "34.11"^^xsd:decimal ;
  geo-pos:long "-75.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6375'^^xsd:integer;
  dwc:scientificName 'Hemimesochra trisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.65'^^xsd:double;
  dwc:latitude '34.11'^^xsd:double;
  dwc:aphiaid '352274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349973'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11 -75.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.11"^^xsd:decimal ;
  dwc:decimalLongitude "-75.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.11 -75.65)"^^geo:wktLiteral ;
  geo-pos:lat "34.11"^^xsd:decimal ;
  geo-pos:long "-75.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6397'^^xsd:integer;
  dwc:scientificName 'Paranannopus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.65'^^xsd:double;
  dwc:latitude '34.11'^^xsd:double;
  dwc:aphiaid '354339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3583 -75.6133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3583"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3583 -75.6133)"^^geo:wktLiteral ;
  geo-pos:lat "34.3583"^^xsd:decimal ;
  geo-pos:long "-75.6133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6369'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia drzycimskii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6133'^^xsd:double;
  dwc:latitude '34.3583'^^xsd:double;
  dwc:aphiaid '116196'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3583 -75.6133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3583"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3583 -75.6133)"^^geo:wktLiteral ;
  geo-pos:lat "34.3583"^^xsd:decimal ;
  geo-pos:long "-75.6133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6384'^^xsd:integer;
  dwc:scientificName 'Cletodes yotabis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6133'^^xsd:double;
  dwc:latitude '34.3583'^^xsd:double;
  dwc:aphiaid '350241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3583 -75.6133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3583"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3583 -75.6133)"^^geo:wktLiteral ;
  geo-pos:lat "34.3583"^^xsd:decimal ;
  geo-pos:long "-75.6133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6444'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6133'^^xsd:double;
  dwc:latitude '34.3583'^^xsd:double;
  dwc:aphiaid '115871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3583 -75.6133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3583"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3583 -75.6133)"^^geo:wktLiteral ;
  geo-pos:lat "34.3583"^^xsd:decimal ;
  geo-pos:long "-75.6133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6406'^^xsd:integer;
  dwc:scientificName 'Mesocletodes commixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6133'^^xsd:double;
  dwc:latitude '34.3583'^^xsd:double;
  dwc:aphiaid '353308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353308'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  geo-pos:lat "34.2733"^^xsd:decimal ;
  geo-pos:long "-75.6017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6382'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia drzycimskii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6017'^^xsd:double;
  dwc:latitude '34.2733'^^xsd:double;
  dwc:aphiaid '116196'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  geo-pos:lat "34.2733"^^xsd:decimal ;
  geo-pos:long "-75.6017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6385'^^xsd:integer;
  dwc:scientificName 'Mesocletodes irrasus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6017'^^xsd:double;
  dwc:latitude '34.2733'^^xsd:double;
  dwc:aphiaid '115662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  geo-pos:lat "34.2733"^^xsd:decimal ;
  geo-pos:long "-75.6017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6438'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra gemina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6017'^^xsd:double;
  dwc:latitude '34.2733'^^xsd:double;
  dwc:aphiaid '355217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355217'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  geo-pos:lat "34.2733"^^xsd:decimal ;
  geo-pos:long "-75.6017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6431'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra tamara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6017'^^xsd:double;
  dwc:latitude '34.2733'^^xsd:double;
  dwc:aphiaid '355219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '582501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  geo-pos:lat "34.2733"^^xsd:decimal ;
  geo-pos:long "-75.6017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6415'^^xsd:integer;
  dwc:scientificName 'Zosime incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6017'^^xsd:double;
  dwc:latitude '34.2733'^^xsd:double;
  dwc:aphiaid '116913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116913'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2733"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2733 -75.6017)"^^geo:wktLiteral ;
  geo-pos:lat "34.2733"^^xsd:decimal ;
  geo-pos:long "-75.6017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6627'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6017'^^xsd:double;
  dwc:latitude '34.2733'^^xsd:double;
  dwc:aphiaid '115742'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115742'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0333 -75.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0333 -75.6)"^^geo:wktLiteral ;
  geo-pos:lat "-47.0333"^^xsd:decimal ;
  geo-pos:long "-75.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2287'^^xsd:integer;
  dwc:scientificName 'Eudorella gracilior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6'^^xsd:double;
  dwc:latitude '-47.0333'^^xsd:double;
  dwc:aphiaid '182287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0333 -75.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0333 -75.6)"^^geo:wktLiteral ;
  geo-pos:lat "-47.0333"^^xsd:decimal ;
  geo-pos:long "-75.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2311'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6'^^xsd:double;
  dwc:latitude '-47.0333'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2311'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0333 -75.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0333 -75.6)"^^geo:wktLiteral ;
  geo-pos:lat "34.0333"^^xsd:decimal ;
  geo-pos:long "-75.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10313'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.6'^^xsd:double;
  dwc:latitude '34.0333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10313'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.2333 -75.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.2333 -75.45)"^^geo:wktLiteral ;
  geo-pos:lat "-43.2333"^^xsd:decimal ;
  geo-pos:long "-75.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2306'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.45'^^xsd:double;
  dwc:latitude '-43.2333'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.2333 -75.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.2333 -75.45)"^^geo:wktLiteral ;
  geo-pos:lat "-43.2333"^^xsd:decimal ;
  geo-pos:long "-75.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2356'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.45'^^xsd:double;
  dwc:latitude '-43.2333'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.2333 -75.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.2333 -75.45)"^^geo:wktLiteral ;
  geo-pos:lat "-43.2333"^^xsd:decimal ;
  geo-pos:long "-75.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8135'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.45'^^xsd:double;
  dwc:latitude '-43.2333'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.2333 -75.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.2333 -75.45)"^^geo:wktLiteral ;
  geo-pos:lat "-43.2333"^^xsd:decimal ;
  geo-pos:long "-75.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '309'^^xsd:integer;
  dwc:scientificName 'Vemacumella heardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.45'^^xsd:double;
  dwc:latitude '-43.2333'^^xsd:double;
  dwc:aphiaid '468206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:309'^^xsd:anyURI;
  dwc:aphiaIdAccepted '468206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.45)"^^geo:wktLiteral ;
  geo-pos:lat "-40.5333"^^xsd:decimal ;
  geo-pos:long "-75.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2355'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.45'^^xsd:double;
  dwc:latitude '-40.5333'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.08 -75.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.08"^^xsd:decimal ;
  dwc:decimalLongitude "-75.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.08 -75.42)"^^geo:wktLiteral ;
  geo-pos:lat "14.08"^^xsd:decimal ;
  geo-pos:long "-75.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3387'^^xsd:integer;
  dwc:scientificName 'Haplomesus tropicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.42'^^xsd:double;
  dwc:latitude '14.08'^^xsd:double;
  dwc:aphiaid '118686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.08 -75.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.08"^^xsd:decimal ;
  dwc:decimalLongitude "-75.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.08 -75.42)"^^geo:wktLiteral ;
  geo-pos:lat "14.08"^^xsd:decimal ;
  geo-pos:long "-75.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3389'^^xsd:integer;
  dwc:scientificName 'Heteromesus bifurcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.42'^^xsd:double;
  dwc:latitude '14.08'^^xsd:double;
  dwc:aphiaid '255900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255900'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.08 -75.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.08"^^xsd:decimal ;
  dwc:decimalLongitude "-75.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.08 -75.42)"^^geo:wktLiteral ;
  geo-pos:lat "14.08"^^xsd:decimal ;
  geo-pos:long "-75.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3663'^^xsd:integer;
  dwc:scientificName 'Storthyngura snanoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.42'^^xsd:double;
  dwc:latitude '14.08'^^xsd:double;
  dwc:aphiaid '255780'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.0833 -75.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.0833 -75.4167)"^^geo:wktLiteral ;
  geo-pos:lat "14.0833"^^xsd:decimal ;
  geo-pos:long "-75.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11524'^^xsd:integer;
  dwc:scientificName 'Chlidonophora incerta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.4167'^^xsd:double;
  dwc:latitude '14.0833'^^xsd:double;
  dwc:aphiaid '235549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.6 -75.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.6"^^xsd:decimal ;
  dwc:decimalLongitude "-75.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.6 -75.4167)"^^geo:wktLiteral ;
  geo-pos:lat "23.6"^^xsd:decimal ;
  geo-pos:long "-75.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11668'^^xsd:integer;
  dwc:scientificName 'Erymnia angusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.4167'^^xsd:double;
  dwc:latitude '23.6'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11668'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.6 -75.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.6"^^xsd:decimal ;
  dwc:decimalLongitude "-75.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.6 -75.4167)"^^geo:wktLiteral ;
  geo-pos:lat "23.6"^^xsd:decimal ;
  geo-pos:long "-75.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11601'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.4167'^^xsd:double;
  dwc:latitude '23.6'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.68 -75.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.68"^^xsd:decimal ;
  dwc:decimalLongitude "-75.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.68 -75.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.68"^^xsd:decimal ;
  geo-pos:long "-75.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2953'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.4'^^xsd:double;
  dwc:latitude '33.68'^^xsd:double;
  dwc:aphiaid '255698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -75.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -75.35)"^^geo:wktLiteral ;
  geo-pos:lat "-52.6833"^^xsd:decimal ;
  geo-pos:long "-75.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11993'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.35'^^xsd:double;
  dwc:latitude '-52.6833'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -75.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -75.35)"^^geo:wktLiteral ;
  geo-pos:lat "-52.6833"^^xsd:decimal ;
  geo-pos:long "-75.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11447'^^xsd:integer;
  dwc:scientificName 'Aneboconcha obscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.35'^^xsd:double;
  dwc:latitude '-52.6833'^^xsd:double;
  dwc:aphiaid '235669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11447'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -75.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-75.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -75.35)"^^geo:wktLiteral ;
  geo-pos:lat "-52.6833"^^xsd:decimal ;
  geo-pos:long "-75.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2249'^^xsd:integer;
  dwc:scientificName 'Campylaspis quadriplicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.35'^^xsd:double;
  dwc:latitude '-52.6833'^^xsd:double;
  dwc:aphiaid '182444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6364'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Eurycletodes) gorbunovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '351837'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '429849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6371'^^xsd:integer;
  dwc:scientificName 'Paranannopus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '354339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6374'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) hoplurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '351838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '429843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6379'^^xsd:integer;
  dwc:scientificName 'Echinopsyllus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '115217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115217'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6389'^^xsd:integer;
  dwc:scientificName 'Cylindronannopus primus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '350641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6435'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra tamara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '355219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '582501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6437'^^xsd:integer;
  dwc:scientificName 'Zosime typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '116700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6459'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis bozici'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '355969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6464'^^xsd:integer;
  dwc:scientificName 'Zosime paramajor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '116697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6403'^^xsd:integer;
  dwc:scientificName 'Mesocletodes irrasus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '115662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6405'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '116194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6416'^^xsd:integer;
  dwc:scientificName 'Zosime incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '116913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116913'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6417'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '360676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6398'^^xsd:integer;
  dwc:scientificName 'Hemimesochra trisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '352274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349973'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6400'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) echinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '351835'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.2333 -75.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.2333"^^xsd:decimal ;
  geo-pos:long "-75.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6632'^^xsd:integer;
  dwc:scientificName 'Pseudocervinia magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3333'^^xsd:double;
  dwc:latitude '34.2333'^^xsd:double;
  dwc:aphiaid '365934'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350004'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.68 -75.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.68"^^xsd:decimal ;
  dwc:decimalLongitude "-75.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.68 -75.33)"^^geo:wktLiteral ;
  geo-pos:lat "33.68"^^xsd:decimal ;
  geo-pos:long "-75.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3371'^^xsd:integer;
  dwc:scientificName 'Hydroniscus malyutinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.33'^^xsd:double;
  dwc:latitude '33.68'^^xsd:double;
  dwc:aphiaid '255846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.02 -75.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.02"^^xsd:decimal ;
  dwc:decimalLongitude "-75.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.02 -75.33)"^^geo:wktLiteral ;
  geo-pos:lat "34.02"^^xsd:decimal ;
  geo-pos:long "-75.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3366'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus lincolni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.33'^^xsd:double;
  dwc:latitude '34.02'^^xsd:double;
  dwc:aphiaid '255797'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  geo-pos:lat "34.9333"^^xsd:decimal ;
  geo-pos:long "-75.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6428'^^xsd:integer;
  dwc:scientificName 'Schizopera carolinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3167'^^xsd:double;
  dwc:latitude '34.9333'^^xsd:double;
  dwc:aphiaid '355444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  geo-pos:lat "34.9333"^^xsd:decimal ;
  geo-pos:long "-75.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6432'^^xsd:integer;
  dwc:scientificName 'Amphiascopsis cinctus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3167'^^xsd:double;
  dwc:latitude '34.9333'^^xsd:double;
  dwc:aphiaid '115906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  geo-pos:lat "34.9333"^^xsd:decimal ;
  geo-pos:long "-75.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6426'^^xsd:integer;
  dwc:scientificName 'Diarthrodes aegideus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3167'^^xsd:double;
  dwc:latitude '34.9333'^^xsd:double;
  dwc:aphiaid '116564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '358302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  geo-pos:lat "34.9333"^^xsd:decimal ;
  geo-pos:long "-75.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6461'^^xsd:integer;
  dwc:scientificName 'Haloschizopera junodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3167'^^xsd:double;
  dwc:latitude '34.9333'^^xsd:double;
  dwc:aphiaid '149915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  geo-pos:lat "34.9333"^^xsd:decimal ;
  geo-pos:long "-75.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6457'^^xsd:integer;
  dwc:scientificName 'Paradactylopodia brevicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3167'^^xsd:double;
  dwc:latitude '34.9333'^^xsd:double;
  dwc:aphiaid '116593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  geo-pos:lat "34.9333"^^xsd:decimal ;
  geo-pos:long "-75.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6448'^^xsd:integer;
  dwc:scientificName 'Amphiascus varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3167'^^xsd:double;
  dwc:latitude '34.9333'^^xsd:double;
  dwc:aphiaid '115928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9333 -75.3167)"^^geo:wktLiteral ;
  geo-pos:lat "34.9333"^^xsd:decimal ;
  geo-pos:long "-75.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6402'^^xsd:integer;
  dwc:scientificName 'Rhizothrix gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3167'^^xsd:double;
  dwc:latitude '34.9333'^^xsd:double;
  dwc:aphiaid '116480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0867 -75.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0867 -75.3117)"^^geo:wktLiteral ;
  geo-pos:lat "34.0867"^^xsd:decimal ;
  geo-pos:long "-75.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4540'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3117'^^xsd:double;
  dwc:latitude '34.0867'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0867 -75.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-75.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0867 -75.3117)"^^geo:wktLiteral ;
  geo-pos:lat "34.0867"^^xsd:decimal ;
  geo-pos:long "-75.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4400'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.3117'^^xsd:double;
  dwc:latitude '34.0867'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.85 -75.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.85"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.85 -75.1833)"^^geo:wktLiteral ;
  geo-pos:lat "15.85"^^xsd:decimal ;
  geo-pos:long "-75.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10166'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1833'^^xsd:double;
  dwc:latitude '15.85'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.85 -75.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.85"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.85 -75.1833)"^^geo:wktLiteral ;
  geo-pos:lat "15.85"^^xsd:decimal ;
  geo-pos:long "-75.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2350'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1833'^^xsd:double;
  dwc:latitude '15.85'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.85 -75.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.85"^^xsd:decimal ;
  dwc:decimalLongitude "-75.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.85 -75.18)"^^geo:wktLiteral ;
  geo-pos:lat "-15.85"^^xsd:decimal ;
  geo-pos:long "-75.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3319'^^xsd:integer;
  dwc:scientificName 'Aspidoniscus perplexus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.18'^^xsd:double;
  dwc:latitude '-15.85'^^xsd:double;
  dwc:aphiaid '259138'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3319'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4333 -75.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4333 -75.15)"^^geo:wktLiteral ;
  geo-pos:lat "19.4333"^^xsd:decimal ;
  geo-pos:long "-75.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11523'^^xsd:integer;
  dwc:scientificName 'Chlidonophora incerta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.15'^^xsd:double;
  dwc:latitude '19.4333'^^xsd:double;
  dwc:aphiaid '235549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-40.5333"^^xsd:decimal ;
  geo-pos:long "-75.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10154'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1333'^^xsd:double;
  dwc:latitude '-40.5333'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-40.5333"^^xsd:decimal ;
  geo-pos:long "-75.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2328'^^xsd:integer;
  dwc:scientificName 'Archaeocuma peruanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1333'^^xsd:double;
  dwc:latitude '-40.5333'^^xsd:double;
  dwc:aphiaid '182200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2328'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-40.5333"^^xsd:decimal ;
  geo-pos:long "-75.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2339'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ledoyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1333'^^xsd:double;
  dwc:latitude '-40.5333'^^xsd:double;
  dwc:aphiaid '468202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '468202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-40.5333"^^xsd:decimal ;
  geo-pos:long "-75.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2334'^^xsd:integer;
  dwc:scientificName 'Bathycuma longicaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1333'^^xsd:double;
  dwc:latitude '-40.5333'^^xsd:double;
  dwc:aphiaid '181829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-40.5333"^^xsd:decimal ;
  geo-pos:long "-75.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4449'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1333'^^xsd:double;
  dwc:latitude '-40.5333'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-40.5333"^^xsd:decimal ;
  geo-pos:long "-75.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '277'^^xsd:integer;
  dwc:scientificName 'Procampylaspis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1333'^^xsd:double;
  dwc:latitude '-40.5333'^^xsd:double;
  dwc:aphiaid '468201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '468201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.5333 -75.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-40.5333"^^xsd:decimal ;
  geo-pos:long "-75.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '201'^^xsd:integer;
  dwc:scientificName 'Leucon vasilei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1333'^^xsd:double;
  dwc:latitude '-40.5333'^^xsd:double;
  dwc:aphiaid '182357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.95 -75.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.95"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.95 -75.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-37.95"^^xsd:decimal ;
  geo-pos:long "-75.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2294'^^xsd:integer;
  dwc:scientificName 'Leucon antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1333'^^xsd:double;
  dwc:latitude '-37.95'^^xsd:double;
  dwc:aphiaid '182314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.95 -75.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.95"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.95 -75.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-37.95"^^xsd:decimal ;
  geo-pos:long "-75.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4461'^^xsd:integer;
  dwc:scientificName 'Neotanais calcarulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1333'^^xsd:double;
  dwc:latitude '-37.95'^^xsd:double;
  dwc:aphiaid '247379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.0167 -75.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.0167 -75.1)"^^geo:wktLiteral ;
  geo-pos:lat "-52.0167"^^xsd:decimal ;
  geo-pos:long "-75.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12096'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1'^^xsd:double;
  dwc:latitude '-52.0167'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.0167 -75.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.0167 -75.1)"^^geo:wktLiteral ;
  geo-pos:lat "-52.0167"^^xsd:decimal ;
  geo-pos:long "-75.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12000'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1'^^xsd:double;
  dwc:latitude '-52.0167'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.0167 -75.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.0167 -75.1)"^^geo:wktLiteral ;
  geo-pos:lat "-52.0167"^^xsd:decimal ;
  geo-pos:long "-75.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11859'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1'^^xsd:double;
  dwc:latitude '-52.0167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11859'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.02 -75.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.02"^^xsd:decimal ;
  dwc:decimalLongitude "-75.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.02 -75.1)"^^geo:wktLiteral ;
  geo-pos:lat "33.02"^^xsd:decimal ;
  geo-pos:long "-75.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4062'^^xsd:integer;
  dwc:scientificName 'Serolis agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.1'^^xsd:double;
  dwc:latitude '33.02'^^xsd:double;
  dwc:aphiaid '295311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -75.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-75.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5333 -75.0917)"^^geo:wktLiteral ;
  geo-pos:lat "33.5333"^^xsd:decimal ;
  geo-pos:long "-75.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4363'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.0917'^^xsd:double;
  dwc:latitude '33.5333'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.4167 -75.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-75.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.4167 -75.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-43.4167"^^xsd:decimal ;
  geo-pos:long "-75.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2305'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.0833'^^xsd:double;
  dwc:latitude '-43.4167'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -75.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.55"^^xsd:decimal ;
  dwc:decimalLongitude "-75.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -75.08)"^^geo:wktLiteral ;
  geo-pos:lat "33.55"^^xsd:decimal ;
  geo-pos:long "-75.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2952'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa alberti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75.08'^^xsd:double;
  dwc:latitude '33.55'^^xsd:double;
  dwc:aphiaid '255694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -75)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9333"^^xsd:decimal ;
  geo-pos:long "-75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12458'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75'^^xsd:integer;
  dwc:latitude '-52.9333'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -75)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9333"^^xsd:decimal ;
  geo-pos:long "-75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11857'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75'^^xsd:integer;
  dwc:latitude '-52.9333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11857'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9167 -75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9167 -75)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9167"^^xsd:decimal ;
  geo-pos:long "-75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12094'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75'^^xsd:integer;
  dwc:latitude '-52.9167'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34"^^xsd:decimal ;
  dwc:decimalLongitude "-75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -75)"^^geo:wktLiteral ;
  geo-pos:lat "34"^^xsd:decimal ;
  geo-pos:long "-75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10109'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-75'^^xsd:integer;
  dwc:latitude '34'^^xsd:integer;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6667 -74.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6667 -74.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-52.6667"^^xsd:decimal ;
  geo-pos:long "-74.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12459'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.9667'^^xsd:double;
  dwc:latitude '-52.6667'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6 -74.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6"^^xsd:decimal ;
  dwc:decimalLongitude "-74.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6 -74.9667)"^^geo:wktLiteral ;
  geo-pos:lat "34.6"^^xsd:decimal ;
  geo-pos:long "-74.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10329'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.9667'^^xsd:double;
  dwc:latitude '34.6'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5 -74.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.5"^^xsd:decimal ;
  dwc:decimalLongitude "-74.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5 -74.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-43.5"^^xsd:decimal ;
  geo-pos:long "-74.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11992'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.9167'^^xsd:double;
  dwc:latitude '-43.5'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5 -74.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.5"^^xsd:decimal ;
  dwc:decimalLongitude "-74.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5 -74.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-43.5"^^xsd:decimal ;
  geo-pos:long "-74.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12281'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.9167'^^xsd:double;
  dwc:latitude '-43.5'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1667 -74.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1667 -74.9167)"^^geo:wktLiteral ;
  geo-pos:lat "35.1667"^^xsd:decimal ;
  geo-pos:long "-74.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10280'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.9167'^^xsd:double;
  dwc:latitude '35.1667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1667 -74.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1667 -74.9167)"^^geo:wktLiteral ;
  geo-pos:lat "35.1667"^^xsd:decimal ;
  geo-pos:long "-74.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10315'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.9167'^^xsd:double;
  dwc:latitude '35.1667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10315'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1667 -74.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1667 -74.9167)"^^geo:wktLiteral ;
  geo-pos:lat "35.1667"^^xsd:decimal ;
  geo-pos:long "-74.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10310'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.9167'^^xsd:double;
  dwc:latitude '35.1667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10310'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.625 -74.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.625"^^xsd:decimal ;
  dwc:decimalLongitude "-74.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.625 -74.825)"^^geo:wktLiteral ;
  geo-pos:lat "-52.625"^^xsd:decimal ;
  geo-pos:long "-74.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12126'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.825'^^xsd:double;
  dwc:latitude '-52.625'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6167 -74.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6167 -74.8167)"^^geo:wktLiteral ;
  geo-pos:lat "33.6167"^^xsd:decimal ;
  geo-pos:long "-74.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4401'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.8167'^^xsd:double;
  dwc:latitude '33.6167'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5167 -74.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5167 -74.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-33.5167"^^xsd:decimal ;
  geo-pos:long "-74.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10067'^^xsd:integer;
  dwc:scientificName 'Trichostemma irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.7167'^^xsd:double;
  dwc:latitude '-33.5167'^^xsd:double;
  dwc:aphiaid '194482'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1874596'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5167 -74.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5167 -74.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-33.5167"^^xsd:decimal ;
  geo-pos:long "-74.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10066'^^xsd:integer;
  dwc:scientificName 'Trichostemma irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.7167'^^xsd:double;
  dwc:latitude '-33.5167'^^xsd:double;
  dwc:aphiaid '194482'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1874596'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5167 -74.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.5167 -74.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-33.5167"^^xsd:decimal ;
  geo-pos:long "-74.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10001'^^xsd:integer;
  dwc:scientificName 'Tedania actiniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.7167'^^xsd:double;
  dwc:latitude '-33.5167'^^xsd:double;
  dwc:aphiaid '169594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '169598'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.3189 -74.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.3189"^^xsd:decimal ;
  dwc:decimalLongitude "-74.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.3189 -74.7167)"^^geo:wktLiteral ;
  geo-pos:lat "15.3189"^^xsd:decimal ;
  geo-pos:long "-74.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5557'^^xsd:integer;
  dwc:scientificName 'Pseudotanais kurchatovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.7167'^^xsd:double;
  dwc:latitude '15.3189'^^xsd:double;
  dwc:aphiaid '247644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1773738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2 -74.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2"^^xsd:decimal ;
  dwc:decimalLongitude "-74.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2 -74.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2"^^xsd:decimal ;
  geo-pos:long "-74.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4566'^^xsd:integer;
  dwc:scientificName 'Neotanais pfaffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.6833'^^xsd:double;
  dwc:latitude '-16.2'^^xsd:double;
  dwc:aphiaid '247390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.495 -74.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.495"^^xsd:decimal ;
  dwc:decimalLongitude "-74.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.495 -74.645)"^^geo:wktLiteral ;
  geo-pos:lat "18.495"^^xsd:decimal ;
  geo-pos:long "-74.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12663'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.645'^^xsd:double;
  dwc:latitude '18.495'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.2333 -74.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-74.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.2333 -74.5333)"^^geo:wktLiteral ;
  geo-pos:lat "-41.2333"^^xsd:decimal ;
  geo-pos:long "-74.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2333'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.5333'^^xsd:double;
  dwc:latitude '-41.2333'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.2333 -74.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-74.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.2333 -74.5333)"^^geo:wktLiteral ;
  geo-pos:lat "-41.2333"^^xsd:decimal ;
  geo-pos:long "-74.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2335'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.5333'^^xsd:double;
  dwc:latitude '-41.2333'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9667 -74.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9667 -74.5333)"^^geo:wktLiteral ;
  geo-pos:lat "34.9667"^^xsd:decimal ;
  geo-pos:long "-74.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10314'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.5333'^^xsd:double;
  dwc:latitude '34.9667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10314'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9667 -74.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9667 -74.5333)"^^geo:wktLiteral ;
  geo-pos:lat "34.9667"^^xsd:decimal ;
  geo-pos:long "-74.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10333'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.5333'^^xsd:double;
  dwc:latitude '34.9667'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.075 -74.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.075"^^xsd:decimal ;
  dwc:decimalLongitude "-74.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.075 -74.4833)"^^geo:wktLiteral ;
  geo-pos:lat "33.075"^^xsd:decimal ;
  geo-pos:long "-74.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4611'^^xsd:integer;
  dwc:scientificName 'Venustrictus insolitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.4833'^^xsd:double;
  dwc:latitude '33.075'^^xsd:double;
  dwc:aphiaid '247399'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8667 -74.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-74.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8667 -74.4833)"^^geo:wktLiteral ;
  geo-pos:lat "33.8667"^^xsd:decimal ;
  geo-pos:long "-74.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10364'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.4833'^^xsd:double;
  dwc:latitude '33.8667'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1833 -74.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1833 -74.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.1833"^^xsd:decimal ;
  geo-pos:long "-74.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8312'^^xsd:integer;
  dwc:scientificName 'Enoplus groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.4333'^^xsd:double;
  dwc:latitude '37.1833'^^xsd:double;
  dwc:aphiaid '121788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8312'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.885 -74.3917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.885"^^xsd:decimal ;
  dwc:decimalLongitude "-74.3917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.885 -74.3917)"^^geo:wktLiteral ;
  geo-pos:lat "33.885"^^xsd:decimal ;
  geo-pos:long "-74.3917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6625'^^xsd:integer;
  dwc:scientificName 'Cerviniella hamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.3917'^^xsd:double;
  dwc:latitude '33.885'^^xsd:double;
  dwc:aphiaid '350008'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.885 -74.3917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.885"^^xsd:decimal ;
  dwc:decimalLongitude "-74.3917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.885 -74.3917)"^^geo:wktLiteral ;
  geo-pos:lat "33.885"^^xsd:decimal ;
  geo-pos:long "-74.3917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6631'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis gorbunovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.3917'^^xsd:double;
  dwc:latitude '33.885'^^xsd:double;
  dwc:aphiaid '350010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8617 -74.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8617"^^xsd:decimal ;
  dwc:decimalLongitude "-74.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8617 -74.3667)"^^geo:wktLiteral ;
  geo-pos:lat "20.8617"^^xsd:decimal ;
  geo-pos:long "-74.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11429'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.3667'^^xsd:double;
  dwc:latitude '20.8617'^^xsd:double;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.4833 -74.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.4833 -74.35)"^^geo:wktLiteral ;
  geo-pos:lat "-34.4833"^^xsd:decimal ;
  geo-pos:long "-74.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4448'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.35'^^xsd:double;
  dwc:latitude '-34.4833'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.4833 -74.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.4833 -74.35)"^^geo:wktLiteral ;
  geo-pos:lat "-34.4833"^^xsd:decimal ;
  geo-pos:long "-74.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4460'^^xsd:integer;
  dwc:scientificName 'Neotanais calcarulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.35'^^xsd:double;
  dwc:latitude '-34.4833'^^xsd:double;
  dwc:aphiaid '247379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1117 -74.285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1117"^^xsd:decimal ;
  dwc:decimalLongitude "-74.285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1117 -74.285)"^^geo:wktLiteral ;
  geo-pos:lat "34.1117"^^xsd:decimal ;
  geo-pos:long "-74.285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6388'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.285'^^xsd:double;
  dwc:latitude '34.1117'^^xsd:double;
  dwc:aphiaid '115354'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115354'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1117 -74.285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1117"^^xsd:decimal ;
  dwc:decimalLongitude "-74.285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1117 -74.285)"^^geo:wktLiteral ;
  geo-pos:lat "34.1117"^^xsd:decimal ;
  geo-pos:long "-74.285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6624'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis gorbunovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.285'^^xsd:double;
  dwc:latitude '34.1117'^^xsd:double;
  dwc:aphiaid '350010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1117 -74.285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1117"^^xsd:decimal ;
  dwc:decimalLongitude "-74.285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1117 -74.285)"^^geo:wktLiteral ;
  geo-pos:lat "34.1117"^^xsd:decimal ;
  geo-pos:long "-74.285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6628'^^xsd:integer;
  dwc:scientificName 'Eucanuella reticulata (aff.)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.285'^^xsd:double;
  dwc:latitude '34.1117'^^xsd:double;
  dwc:aphiaid '115745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6366'^^xsd:integer;
  dwc:scientificName 'Mesocletodes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '115649'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6386'^^xsd:integer;
  dwc:scientificName 'Mesocletodes irrasus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '115662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6392'^^xsd:integer;
  dwc:scientificName 'Hemimesochra trisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '352274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349973'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6441'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius vikingus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '116611'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116611'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6447'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra tamara'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '355219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6447'^^xsd:anyURI;
  dwc:aphiaIdAccepted '582501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6453'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '115874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6410'^^xsd:integer;
  dwc:scientificName 'Cylindronannopus primus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '350641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6404'^^xsd:integer;
  dwc:scientificName 'Paranannopus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '354339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6620'^^xsd:integer;
  dwc:scientificName 'Eucanuella reticulata (aff.)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '115745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6401'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) monardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '351843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -74.2667)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-74.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6440'^^xsd:integer;
  dwc:scientificName 'Zosime incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2667'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '116913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116913'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -74.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36"^^xsd:decimal ;
  dwc:decimalLongitude "-74.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -74.2167)"^^geo:wktLiteral ;
  geo-pos:lat "36"^^xsd:decimal ;
  geo-pos:long "-74.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10281'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.2167'^^xsd:double;
  dwc:latitude '36'^^xsd:integer;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0167 -74.1917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.1917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0167 -74.1917)"^^geo:wktLiteral ;
  geo-pos:lat "34.0167"^^xsd:decimal ;
  geo-pos:long "-74.1917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6391'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.1917'^^xsd:double;
  dwc:latitude '34.0167'^^xsd:double;
  dwc:aphiaid '116201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0167 -74.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0167 -74.1333)"^^geo:wktLiteral ;
  geo-pos:lat "37.0167"^^xsd:decimal ;
  geo-pos:long "-74.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7356'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.1333'^^xsd:double;
  dwc:latitude '37.0167'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0167 -74.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0167 -74.1333)"^^geo:wktLiteral ;
  geo-pos:lat "37.0167"^^xsd:decimal ;
  geo-pos:long "-74.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7359'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.1333'^^xsd:double;
  dwc:latitude '37.0167'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0167 -74.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0167 -74.1333)"^^geo:wktLiteral ;
  geo-pos:lat "37.0167"^^xsd:decimal ;
  geo-pos:long "-74.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7364'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.1333'^^xsd:double;
  dwc:latitude '37.0167'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0167 -74.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.0167 -74.1333)"^^geo:wktLiteral ;
  geo-pos:lat "37.0167"^^xsd:decimal ;
  geo-pos:long "-74.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7349'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.1333'^^xsd:double;
  dwc:latitude '37.0167'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9167 -74.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-74.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9167 -74.1167)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9167"^^xsd:decimal ;
  geo-pos:long "-74.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12097'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.1167'^^xsd:double;
  dwc:latitude '-52.9167'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.15 -74.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.15"^^xsd:decimal ;
  dwc:decimalLongitude "-74.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.15 -74.1)"^^geo:wktLiteral ;
  geo-pos:lat "37.15"^^xsd:decimal ;
  geo-pos:long "-74.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7353'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.1'^^xsd:double;
  dwc:latitude '37.15'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.15 -74.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.15"^^xsd:decimal ;
  dwc:decimalLongitude "-74.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.15 -74.1)"^^geo:wktLiteral ;
  geo-pos:lat "37.15"^^xsd:decimal ;
  geo-pos:long "-74.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7352'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.1'^^xsd:double;
  dwc:latitude '37.15'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.02 -74.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.02"^^xsd:decimal ;
  dwc:decimalLongitude "-74.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.02 -74.0167)"^^geo:wktLiteral ;
  geo-pos:lat "36.02"^^xsd:decimal ;
  geo-pos:long "-74.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4529'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74.0167'^^xsd:double;
  dwc:latitude '36.02'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21 -74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21"^^xsd:decimal ;
  dwc:decimalLongitude "-74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21 -74)"^^geo:wktLiteral ;
  geo-pos:lat "21"^^xsd:decimal ;
  geo-pos:long "-74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11425'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-74'^^xsd:integer;
  dwc:latitude '21'^^xsd:integer;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0667 -73.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-73.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0667 -73.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0667"^^xsd:decimal ;
  geo-pos:long "-73.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12080'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.9167'^^xsd:double;
  dwc:latitude '-53.0667'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0667 -73.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-73.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0667 -73.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0667"^^xsd:decimal ;
  geo-pos:long "-73.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12450'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.9167'^^xsd:double;
  dwc:latitude '-53.0667'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9233 -73.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9233"^^xsd:decimal ;
  dwc:decimalLongitude "-73.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9233 -73.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.9233"^^xsd:decimal ;
  geo-pos:long "-73.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8313'^^xsd:integer;
  dwc:scientificName 'Enoplus groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.9'^^xsd:double;
  dwc:latitude '37.9233'^^xsd:double;
  dwc:aphiaid '121788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8313'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1 -73.875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1"^^xsd:decimal ;
  dwc:decimalLongitude "-73.875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1 -73.875)"^^geo:wktLiteral ;
  geo-pos:lat "33.1"^^xsd:decimal ;
  geo-pos:long "-73.875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4343'^^xsd:integer;
  dwc:scientificName 'Carololangia mirabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.875'^^xsd:double;
  dwc:latitude '33.1'^^xsd:double;
  dwc:aphiaid '244651'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -73.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-73.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -73.85)"^^geo:wktLiteral ;
  geo-pos:lat "36.0417"^^xsd:decimal ;
  geo-pos:long "-73.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4538'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.85'^^xsd:double;
  dwc:latitude '36.0417'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -73.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-73.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -73.85)"^^geo:wktLiteral ;
  geo-pos:lat "36.0417"^^xsd:decimal ;
  geo-pos:long "-73.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4586'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.85'^^xsd:double;
  dwc:latitude '36.0417'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -73.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-73.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -73.85)"^^geo:wktLiteral ;
  geo-pos:lat "36.0417"^^xsd:decimal ;
  geo-pos:long "-73.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4397'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.85'^^xsd:double;
  dwc:latitude '36.0417'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -73.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0417"^^xsd:decimal ;
  dwc:decimalLongitude "-73.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0417 -73.85)"^^geo:wktLiteral ;
  geo-pos:lat "36.0417"^^xsd:decimal ;
  geo-pos:long "-73.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4474'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.85'^^xsd:double;
  dwc:latitude '36.0417'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.6783 -73.8467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.6783"^^xsd:decimal ;
  dwc:decimalLongitude "-73.8467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.6783 -73.8467)"^^geo:wktLiteral ;
  geo-pos:lat "21.6783"^^xsd:decimal ;
  geo-pos:long "-73.8467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11465'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.8467'^^xsd:double;
  dwc:latitude '21.6783'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.6783 -73.8467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.6783"^^xsd:decimal ;
  dwc:decimalLongitude "-73.8467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.6783 -73.8467)"^^geo:wktLiteral ;
  geo-pos:lat "21.6783"^^xsd:decimal ;
  geo-pos:long "-73.8467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11482'^^xsd:integer;
  dwc:scientificName 'Argyrotheca sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.8467'^^xsd:double;
  dwc:latitude '21.6783'^^xsd:double;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6417 -73.8417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-73.8417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6417 -73.8417)"^^geo:wktLiteral ;
  geo-pos:lat "33.6417"^^xsd:decimal ;
  geo-pos:long "-73.8417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11415'^^xsd:integer;
  dwc:scientificName 'Abyssothyris atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.8417'^^xsd:double;
  dwc:latitude '33.6417'^^xsd:double;
  dwc:aphiaid '235515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6417 -73.8417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-73.8417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6417 -73.8417)"^^geo:wktLiteral ;
  geo-pos:lat "33.6417"^^xsd:decimal ;
  geo-pos:long "-73.8417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11416'^^xsd:integer;
  dwc:scientificName 'Abyssothyris atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.8417'^^xsd:double;
  dwc:latitude '33.6417'^^xsd:double;
  dwc:aphiaid '235515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.7333 -73.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-73.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.7333 -73.7167)"^^geo:wktLiteral ;
  geo-pos:lat "20.7333"^^xsd:decimal ;
  geo-pos:long "-73.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12588'^^xsd:integer;
  dwc:scientificName 'Tichosina expansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.7167'^^xsd:double;
  dwc:latitude '20.7333'^^xsd:double;
  dwc:aphiaid '235480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.65 -73.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.65"^^xsd:decimal ;
  dwc:decimalLongitude "-73.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.65 -73.65)"^^geo:wktLiteral ;
  geo-pos:lat "14.65"^^xsd:decimal ;
  geo-pos:long "-73.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17024'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.65'^^xsd:double;
  dwc:latitude '14.65'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.2333 -73.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-73.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.2333 -73.4)"^^geo:wktLiteral ;
  geo-pos:lat "-53.2333"^^xsd:decimal ;
  geo-pos:long "-73.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12079'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.4'^^xsd:double;
  dwc:latitude '-53.2333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8833 -73.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-73.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8833 -73.4)"^^geo:wktLiteral ;
  geo-pos:lat "20.8833"^^xsd:decimal ;
  geo-pos:long "-73.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12518'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.4'^^xsd:double;
  dwc:latitude '20.8833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12518'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6514 -73.3517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.6514"^^xsd:decimal ;
  dwc:decimalLongitude "-73.3517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.6514 -73.3517)"^^geo:wktLiteral ;
  geo-pos:lat "14.6514"^^xsd:decimal ;
  geo-pos:long "-73.3517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4811'^^xsd:integer;
  dwc:scientificName 'Paragathotanais typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.3517'^^xsd:double;
  dwc:latitude '14.6514'^^xsd:double;
  dwc:aphiaid '136378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6444 -73.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6444"^^xsd:decimal ;
  dwc:decimalLongitude "-73.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6444 -73.275)"^^geo:wktLiteral ;
  geo-pos:lat "37.6444"^^xsd:decimal ;
  geo-pos:long "-73.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16739'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.275'^^xsd:double;
  dwc:latitude '37.6444'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6444 -73.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6444"^^xsd:decimal ;
  dwc:decimalLongitude "-73.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6444 -73.275)"^^geo:wktLiteral ;
  geo-pos:lat "37.6444"^^xsd:decimal ;
  geo-pos:long "-73.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16740'^^xsd:integer;
  dwc:scientificName 'Brevinucula verrilli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.275'^^xsd:double;
  dwc:latitude '37.6444'^^xsd:double;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6444 -73.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6444"^^xsd:decimal ;
  dwc:decimalLongitude "-73.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6444 -73.275)"^^geo:wktLiteral ;
  geo-pos:lat "37.6444"^^xsd:decimal ;
  geo-pos:long "-73.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14525'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.275'^^xsd:double;
  dwc:latitude '37.6444'^^xsd:double;
  dwc:aphiaid '428626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.88 -73.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.88"^^xsd:decimal ;
  dwc:decimalLongitude "-73.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.88 -73.27)"^^geo:wktLiteral ;
  geo-pos:lat "20.88"^^xsd:decimal ;
  geo-pos:long "-73.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3154'^^xsd:integer;
  dwc:scientificName 'Mesosignum magnadens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.27'^^xsd:double;
  dwc:latitude '20.88'^^xsd:double;
  dwc:aphiaid '258084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258084'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.5 -73.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.5"^^xsd:decimal ;
  dwc:decimalLongitude "-73.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.5 -73.2667)"^^geo:wktLiteral ;
  geo-pos:lat "20.5"^^xsd:decimal ;
  geo-pos:long "-73.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11526'^^xsd:integer;
  dwc:scientificName 'Chlidonophora incerta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.2667'^^xsd:double;
  dwc:latitude '20.5'^^xsd:double;
  dwc:aphiaid '235549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8667 -73.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-73.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8667 -73.2333)"^^geo:wktLiteral ;
  geo-pos:lat "20.8667"^^xsd:decimal ;
  geo-pos:long "-73.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12590'^^xsd:integer;
  dwc:scientificName 'Tichosina indeterminate'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.2333'^^xsd:double;
  dwc:latitude '20.8667'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.455 -73.1683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.455"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.455 -73.1683)"^^geo:wktLiteral ;
  geo-pos:lat "22.455"^^xsd:decimal ;
  geo-pos:long "-73.1683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12639'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1683'^^xsd:double;
  dwc:latitude '22.455'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.1583)"^^geo:wktLiteral ;
  geo-pos:lat "36.7833"^^xsd:decimal ;
  geo-pos:long "-73.1583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16754'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1583'^^xsd:double;
  dwc:latitude '36.7833'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.1583)"^^geo:wktLiteral ;
  geo-pos:lat "36.7833"^^xsd:decimal ;
  geo-pos:long "-73.1583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16755'^^xsd:integer;
  dwc:scientificName 'Brevinucula verrilli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1583'^^xsd:double;
  dwc:latitude '36.7833'^^xsd:double;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.1583)"^^geo:wktLiteral ;
  geo-pos:lat "36.7833"^^xsd:decimal ;
  geo-pos:long "-73.1583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14532'^^xsd:integer;
  dwc:scientificName 'Cardiomya abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1583'^^xsd:double;
  dwc:latitude '36.7833'^^xsd:double;
  dwc:aphiaid '146773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '146773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.1583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.1583)"^^geo:wktLiteral ;
  geo-pos:lat "36.7833"^^xsd:decimal ;
  geo-pos:long "-73.1583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14533'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1583'^^xsd:double;
  dwc:latitude '36.7833'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-73.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7833 -73.155)"^^geo:wktLiteral ;
  geo-pos:lat "36.7833"^^xsd:decimal ;
  geo-pos:long "-73.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4547'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.155'^^xsd:double;
  dwc:latitude '36.7833'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1 -73.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.1"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1 -73.1)"^^geo:wktLiteral ;
  geo-pos:lat "-42.1"^^xsd:decimal ;
  geo-pos:long "-73.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2298'^^xsd:integer;
  dwc:scientificName 'Leucon meredithi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1'^^xsd:double;
  dwc:latitude '-42.1'^^xsd:double;
  dwc:aphiaid '182347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -73.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -73.1)"^^geo:wktLiteral ;
  geo-pos:lat "37.4167"^^xsd:decimal ;
  geo-pos:long "-73.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4546'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1'^^xsd:double;
  dwc:latitude '37.4167'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -73.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -73.1)"^^geo:wktLiteral ;
  geo-pos:lat "37.4167"^^xsd:decimal ;
  geo-pos:long "-73.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '631'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1'^^xsd:double;
  dwc:latitude '37.4167'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -73.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -73.1)"^^geo:wktLiteral ;
  geo-pos:lat "37.4167"^^xsd:decimal ;
  geo-pos:long "-73.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16741'^^xsd:integer;
  dwc:scientificName 'Brevinucula verrilli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1'^^xsd:double;
  dwc:latitude '37.4167'^^xsd:double;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -73.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -73.1)"^^geo:wktLiteral ;
  geo-pos:lat "37.4167"^^xsd:decimal ;
  geo-pos:long "-73.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16742'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-73.1'^^xsd:double;
  dwc:latitude '37.4167'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.05 -72.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.05"^^xsd:decimal ;
  dwc:decimalLongitude "-72.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.05 -72.9667)"^^geo:wktLiteral ;
  geo-pos:lat "38.05"^^xsd:decimal ;
  geo-pos:long "-72.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10302'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.9667'^^xsd:double;
  dwc:latitude '38.05'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5833 -72.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-72.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5833 -72.8833)"^^geo:wktLiteral ;
  geo-pos:lat "38.5833"^^xsd:decimal ;
  geo-pos:long "-72.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10311'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.8833'^^xsd:double;
  dwc:latitude '38.5833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10311'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 -72.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3"^^xsd:decimal ;
  dwc:decimalLongitude "-72.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 -72.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.3"^^xsd:decimal ;
  geo-pos:long "-72.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3367'^^xsd:integer;
  dwc:scientificName 'Chauliodoniscus wilsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.75'^^xsd:double;
  dwc:latitude '33.3'^^xsd:double;
  dwc:aphiaid '259760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 -72.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3"^^xsd:decimal ;
  dwc:decimalLongitude "-72.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 -72.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.3"^^xsd:decimal ;
  geo-pos:long "-72.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4399'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.75'^^xsd:double;
  dwc:latitude '33.3'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7167 -72.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-72.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7167 -72.75)"^^geo:wktLiteral ;
  geo-pos:lat "38.7167"^^xsd:decimal ;
  geo-pos:long "-72.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7362'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.75'^^xsd:double;
  dwc:latitude '38.7167'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7167 -72.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-72.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7167 -72.75)"^^geo:wktLiteral ;
  geo-pos:lat "38.7167"^^xsd:decimal ;
  geo-pos:long "-72.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7351'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.75'^^xsd:double;
  dwc:latitude '38.7167'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7167 -72.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-72.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7167 -72.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-35.7167"^^xsd:decimal ;
  geo-pos:long "-72.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11642'^^xsd:integer;
  dwc:scientificName 'Discina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.7333'^^xsd:double;
  dwc:latitude '-35.7167'^^xsd:double;
  dwc:aphiaid '235161'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235161'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9 -72.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-72.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9 -72.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9"^^xsd:decimal ;
  geo-pos:long "-72.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11986'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.7333'^^xsd:double;
  dwc:latitude '-34.9'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9 -72.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-72.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9 -72.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9"^^xsd:decimal ;
  geo-pos:long "-72.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12541'^^xsd:integer;
  dwc:scientificName 'Terebratulina kiiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.7333'^^xsd:double;
  dwc:latitude '-34.9'^^xsd:double;
  dwc:aphiaid '235532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4167 -72.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-72.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4167 -72.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-32.4167"^^xsd:decimal ;
  geo-pos:long "-72.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17'^^xsd:integer;
  dwc:scientificName 'Bathycuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.7333'^^xsd:double;
  dwc:latitude '-32.4167'^^xsd:double;
  dwc:aphiaid '181835'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181835'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6333 -72.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6333 -72.7167)"^^geo:wktLiteral ;
  geo-pos:lat "38.6333"^^xsd:decimal ;
  geo-pos:long "-72.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7350'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.7167'^^xsd:double;
  dwc:latitude '38.6333'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6333 -72.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6333 -72.7167)"^^geo:wktLiteral ;
  geo-pos:lat "38.6333"^^xsd:decimal ;
  geo-pos:long "-72.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7347'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.7167'^^xsd:double;
  dwc:latitude '38.6333'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8 -72.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8"^^xsd:decimal ;
  dwc:decimalLongitude "-72.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8 -72.6667)"^^geo:wktLiteral ;
  geo-pos:lat "38.8"^^xsd:decimal ;
  geo-pos:long "-72.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7354'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.6667'^^xsd:double;
  dwc:latitude '38.8'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8 -72.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8"^^xsd:decimal ;
  dwc:decimalLongitude "-72.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8 -72.6667)"^^geo:wktLiteral ;
  geo-pos:lat "38.8"^^xsd:decimal ;
  geo-pos:long "-72.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7357'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.6667'^^xsd:double;
  dwc:latitude '38.8'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8 -72.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8"^^xsd:decimal ;
  dwc:decimalLongitude "-72.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8 -72.6667)"^^geo:wktLiteral ;
  geo-pos:lat "38.8"^^xsd:decimal ;
  geo-pos:long "-72.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7348'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.6667'^^xsd:double;
  dwc:latitude '38.8'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -72.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-72.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -72.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.35"^^xsd:decimal ;
  geo-pos:long "-72.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12085'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.6333'^^xsd:double;
  dwc:latitude '-53.35'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -72.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-72.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -72.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.35"^^xsd:decimal ;
  geo-pos:long "-72.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12453'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.6333'^^xsd:double;
  dwc:latitude '-53.35'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.75 -72.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.75"^^xsd:decimal ;
  dwc:decimalLongitude "-72.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.75 -72.55)"^^geo:wktLiteral ;
  geo-pos:lat "-51.75"^^xsd:decimal ;
  geo-pos:long "-72.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12081'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.55'^^xsd:double;
  dwc:latitude '-51.75'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5333 -72.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5333 -72.5)"^^geo:wktLiteral ;
  geo-pos:lat "-53.5333"^^xsd:decimal ;
  geo-pos:long "-72.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12082'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.5'^^xsd:double;
  dwc:latitude '-53.5333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5333 -72.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5333 -72.5)"^^geo:wktLiteral ;
  geo-pos:lat "-53.5333"^^xsd:decimal ;
  geo-pos:long "-72.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12451'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.5'^^xsd:double;
  dwc:latitude '-53.5333'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.85 -72.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.85"^^xsd:decimal ;
  dwc:decimalLongitude "-72.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.85 -72.4667)"^^geo:wktLiteral ;
  geo-pos:lat "38.85"^^xsd:decimal ;
  geo-pos:long "-72.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7360'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.4667'^^xsd:double;
  dwc:latitude '38.85'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.1333 -72.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.1333 -72.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.1333"^^xsd:decimal ;
  geo-pos:long "-72.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9260'^^xsd:integer;
  dwc:scientificName 'Werthella plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.4333'^^xsd:double;
  dwc:latitude '-33.1333'^^xsd:double;
  dwc:aphiaid '407241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.1333 -72.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.1333 -72.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.1333"^^xsd:decimal ;
  geo-pos:long "-72.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9219'^^xsd:integer;
  dwc:scientificName 'Copidognathus posticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.4333'^^xsd:double;
  dwc:latitude '-33.1333'^^xsd:double;
  dwc:aphiaid '406857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 -72.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "-72.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 -72.4167)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "-72.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7346'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.4167'^^xsd:double;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.68 -72.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.68"^^xsd:decimal ;
  dwc:decimalLongitude "-72.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.68 -72.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.68"^^xsd:decimal ;
  geo-pos:long "-72.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3537'^^xsd:integer;
  dwc:scientificName 'Janirella sydneyae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.4'^^xsd:double;
  dwc:latitude '33.68'^^xsd:double;
  dwc:aphiaid '255956'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255956'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8667 -72.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8667 -72.4)"^^geo:wktLiteral ;
  geo-pos:lat "38.8667"^^xsd:decimal ;
  geo-pos:long "-72.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7368'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.4'^^xsd:double;
  dwc:latitude '38.8667'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -72.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -72.3333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-72.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7371'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.3333'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -72.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -72.3333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-72.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7366'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.3333'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2433 -72.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2433"^^xsd:decimal ;
  dwc:decimalLongitude "-72.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2433 -72.2667)"^^geo:wktLiteral ;
  geo-pos:lat "36.2433"^^xsd:decimal ;
  geo-pos:long "-72.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4530'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.2667'^^xsd:double;
  dwc:latitude '36.2433'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -72.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24"^^xsd:decimal ;
  dwc:decimalLongitude "-72.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -72.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.24"^^xsd:decimal ;
  geo-pos:long "-72.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4531'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.2667'^^xsd:double;
  dwc:latitude '38.24'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.65 -72.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.65"^^xsd:decimal ;
  dwc:decimalLongitude "-72.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.65 -72.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-33.65"^^xsd:decimal ;
  geo-pos:long "-72.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11982'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.1667'^^xsd:double;
  dwc:latitude '-33.65'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -72.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-72.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -72.1667)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-72.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7361'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.1667'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -72.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -72.1667)"^^geo:wktLiteral ;
  geo-pos:lat "38.5667"^^xsd:decimal ;
  geo-pos:long "-72.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4528'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.1667'^^xsd:double;
  dwc:latitude '38.5667'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -72.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -72.1667)"^^geo:wktLiteral ;
  geo-pos:lat "38.5667"^^xsd:decimal ;
  geo-pos:long "-72.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4374'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.1667'^^xsd:double;
  dwc:latitude '38.5667'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -72.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -72.1667)"^^geo:wktLiteral ;
  geo-pos:lat "38.5667"^^xsd:decimal ;
  geo-pos:long "-72.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '123'^^xsd:integer;
  dwc:scientificName 'Eudorella abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.1667'^^xsd:double;
  dwc:latitude '38.5667'^^xsd:double;
  dwc:aphiaid '182282'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5833 -72.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-72.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5833 -72.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.5833"^^xsd:decimal ;
  geo-pos:long "-72.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7367'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.1333'^^xsd:double;
  dwc:latitude '38.5833'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8667 -72.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-72.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8667 -72.0667)"^^geo:wktLiteral ;
  geo-pos:lat "38.8667"^^xsd:decimal ;
  geo-pos:long "-72.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7358'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.0667'^^xsd:double;
  dwc:latitude '38.8667'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 -72.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.05"^^xsd:decimal ;
  dwc:decimalLongitude "-72.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 -72.0667)"^^geo:wktLiteral ;
  geo-pos:lat "39.05"^^xsd:decimal ;
  geo-pos:long "-72.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7370'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.0667'^^xsd:double;
  dwc:latitude '39.05'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 -72.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.05"^^xsd:decimal ;
  dwc:decimalLongitude "-72.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 -72.0667)"^^geo:wktLiteral ;
  geo-pos:lat "39.05"^^xsd:decimal ;
  geo-pos:long "-72.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7363'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.0667'^^xsd:double;
  dwc:latitude '39.05'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25 -72.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.25"^^xsd:decimal ;
  dwc:decimalLongitude "-72.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25 -72.05)"^^geo:wktLiteral ;
  geo-pos:lat "38.25"^^xsd:decimal ;
  geo-pos:long "-72.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4545'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.05'^^xsd:double;
  dwc:latitude '38.25'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25 -72.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.25"^^xsd:decimal ;
  dwc:decimalLongitude "-72.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25 -72.05)"^^geo:wktLiteral ;
  geo-pos:lat "38.25"^^xsd:decimal ;
  geo-pos:long "-72.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4415'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.05'^^xsd:double;
  dwc:latitude '38.25'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25 -72.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.25"^^xsd:decimal ;
  dwc:decimalLongitude "-72.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.25 -72.05)"^^geo:wktLiteral ;
  geo-pos:lat "38.25"^^xsd:decimal ;
  geo-pos:long "-72.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14523'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.05'^^xsd:double;
  dwc:latitude '38.25'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6333 -72.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6333 -72.05)"^^geo:wktLiteral ;
  geo-pos:lat "38.6333"^^xsd:decimal ;
  geo-pos:long "-72.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7369'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.05'^^xsd:double;
  dwc:latitude '38.6333'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6833 -72.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-72.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.6833 -72.0333)"^^geo:wktLiteral ;
  geo-pos:lat "38.6833"^^xsd:decimal ;
  geo-pos:long "-72.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7372'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.0333'^^xsd:double;
  dwc:latitude '38.6833'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7333 -72.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7333 -72.0333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7333"^^xsd:decimal ;
  geo-pos:long "-72.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7355'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.0333'^^xsd:double;
  dwc:latitude '38.7333'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9333 -72.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-72.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9333 -72.0333)"^^geo:wktLiteral ;
  geo-pos:lat "38.9333"^^xsd:decimal ;
  geo-pos:long "-72.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7365'^^xsd:integer;
  dwc:scientificName 'Pseudochirella squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72.0333'^^xsd:double;
  dwc:latitude '38.9333'^^xsd:double;
  dwc:aphiaid '221296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7167 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7167 -72)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7167"^^xsd:decimal ;
  geo-pos:long "-72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12078'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '-53.7167'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -72)"^^geo:wktLiteral ;
  geo-pos:lat "-30"^^xsd:decimal ;
  geo-pos:long "-72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11164'^^xsd:integer;
  dwc:scientificName 'Golfingia schuettei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '-30'^^xsd:integer;
  dwc:aphiaid '424389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -72)"^^geo:wktLiteral ;
  geo-pos:lat "-24"^^xsd:decimal ;
  geo-pos:long "-72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11163'^^xsd:integer;
  dwc:scientificName 'Golfingia schuettei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '-24'^^xsd:integer;
  dwc:aphiaid '424389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 -72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "-72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 -72)"^^geo:wktLiteral ;
  geo-pos:lat "38"^^xsd:decimal ;
  geo-pos:long "-72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10110'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-72'^^xsd:integer;
  dwc:latitude '38'^^xsd:integer;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1333 -71.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1333 -71.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1333"^^xsd:decimal ;
  geo-pos:long "-71.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12072'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.9833'^^xsd:double;
  dwc:latitude '-53.1333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12072'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1333 -71.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1333 -71.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1333"^^xsd:decimal ;
  geo-pos:long "-71.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12087'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.9833'^^xsd:double;
  dwc:latitude '-53.1333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1333 -71.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1333 -71.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1333"^^xsd:decimal ;
  geo-pos:long "-71.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12440'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.9833'^^xsd:double;
  dwc:latitude '-53.1333'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6817 -71.9567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-71.9567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6817 -71.9567)"^^geo:wktLiteral ;
  geo-pos:lat "33.6817"^^xsd:decimal ;
  geo-pos:long "-71.9567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6368'^^xsd:integer;
  dwc:scientificName 'Mesocletodes irrasus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.9567'^^xsd:double;
  dwc:latitude '33.6817'^^xsd:double;
  dwc:aphiaid '115662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6817 -71.9567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-71.9567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6817 -71.9567)"^^geo:wktLiteral ;
  geo-pos:lat "33.6817"^^xsd:decimal ;
  geo-pos:long "-71.9567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6370'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia gorbunovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.9567'^^xsd:double;
  dwc:latitude '33.6817'^^xsd:double;
  dwc:aphiaid '353430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353430'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6817 -71.9567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-71.9567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6817 -71.9567)"^^geo:wktLiteral ;
  geo-pos:lat "33.6817"^^xsd:decimal ;
  geo-pos:long "-71.9567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6390'^^xsd:integer;
  dwc:scientificName 'Hemimesochra trisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.9567'^^xsd:double;
  dwc:latitude '33.6817'^^xsd:double;
  dwc:aphiaid '352274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349973'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6817 -71.9567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-71.9567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6817 -71.9567)"^^geo:wktLiteral ;
  geo-pos:lat "33.6817"^^xsd:decimal ;
  geo-pos:long "-71.9567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6623'^^xsd:integer;
  dwc:scientificName 'Cerviniella mirabilipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.9567'^^xsd:double;
  dwc:latitude '33.6817'^^xsd:double;
  dwc:aphiaid '350009'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350009'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.1753 -71.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.1753"^^xsd:decimal ;
  dwc:decimalLongitude "-71.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.1753 -71.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-31.1753"^^xsd:decimal ;
  geo-pos:long "-71.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4437'^^xsd:integer;
  dwc:scientificName 'Neotanais armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.9333'^^xsd:double;
  dwc:latitude '-31.1753'^^xsd:double;
  dwc:aphiaid '247376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 -71.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "-71.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 -71.9)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "-71.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16738'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.9'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.5833 -71.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-71.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.5833 -71.85)"^^geo:wktLiteral ;
  geo-pos:lat "-27.5833"^^xsd:decimal ;
  geo-pos:long "-71.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4604'^^xsd:integer;
  dwc:scientificName 'Neotanais vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.85'^^xsd:double;
  dwc:latitude '-27.5833'^^xsd:double;
  dwc:aphiaid '247395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247395'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4 -71.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.4"^^xsd:decimal ;
  dwc:decimalLongitude "-71.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.4 -71.85)"^^geo:wktLiteral ;
  geo-pos:lat "38.4"^^xsd:decimal ;
  geo-pos:long "-71.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16802'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.85'^^xsd:double;
  dwc:latitude '38.4'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1181 -71.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1181"^^xsd:decimal ;
  dwc:decimalLongitude "-71.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1181 -71.8)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1181"^^xsd:decimal ;
  geo-pos:long "-71.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4614'^^xsd:integer;
  dwc:scientificName 'Langitanais willemoesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.8'^^xsd:double;
  dwc:latitude '-53.1181'^^xsd:double;
  dwc:aphiaid '247705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247705'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1333 -71.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1333 -71.8)"^^geo:wktLiteral ;
  geo-pos:lat "38.1333"^^xsd:decimal ;
  geo-pos:long "-71.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10282'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.8'^^xsd:double;
  dwc:latitude '38.1333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '945'^^xsd:integer;
  dwc:scientificName 'Cimmerius reticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '110469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '953'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4579'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14848'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14846'^^xsd:integer;
  dwc:scientificName 'Policordia horrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14846'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14840'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14841'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14842'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14843'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14843'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14844'^^xsd:integer;
  dwc:scientificName 'Halonympha atlanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '408164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408164'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14845'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1057'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14853'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '181268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14854'^^xsd:integer;
  dwc:scientificName 'Lametila abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '506199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14850'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14850'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14851'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14852'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14847'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14847'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10283'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10330'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10357'^^xsd:integer;
  dwc:scientificName 'Golfingia sp. nov.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4519'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10376'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10376'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4468'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2646'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2585'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tubulicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '110605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2623'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '226'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus monodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '182092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182092'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2667 -71.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.2667"^^xsd:decimal ;
  geo-pos:long "-71.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2614'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7833'^^xsd:double;
  dwc:latitude '38.2667'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-71.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.78)"^^geo:wktLiteral ;
  geo-pos:lat "38.27"^^xsd:decimal ;
  geo-pos:long "-71.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3976'^^xsd:integer;
  dwc:scientificName 'Bathybadistes hoplitis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.78'^^xsd:double;
  dwc:latitude '38.27'^^xsd:double;
  dwc:aphiaid '259239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-71.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.78)"^^geo:wktLiteral ;
  geo-pos:lat "38.27"^^xsd:decimal ;
  geo-pos:long "-71.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2879'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.78'^^xsd:double;
  dwc:latitude '38.27'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-71.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.78)"^^geo:wktLiteral ;
  geo-pos:lat "38.27"^^xsd:decimal ;
  geo-pos:long "-71.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2940'^^xsd:integer;
  dwc:scientificName 'Eugerdella pugilator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.78'^^xsd:double;
  dwc:latitude '38.27'^^xsd:double;
  dwc:aphiaid '118569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-71.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.77)"^^geo:wktLiteral ;
  geo-pos:lat "38.27"^^xsd:decimal ;
  geo-pos:long "-71.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3758'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.77'^^xsd:double;
  dwc:latitude '38.27'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-71.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -71.77)"^^geo:wktLiteral ;
  geo-pos:lat "38.27"^^xsd:decimal ;
  geo-pos:long "-71.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3801'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.77'^^xsd:double;
  dwc:latitude '38.27'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.765 -71.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.765"^^xsd:decimal ;
  dwc:decimalLongitude "-71.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.765 -71.7417)"^^geo:wktLiteral ;
  geo-pos:lat "38.765"^^xsd:decimal ;
  geo-pos:long "-71.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4532'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.7417'^^xsd:double;
  dwc:latitude '38.765'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5167 -71.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-71.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5167 -71.6833)"^^geo:wktLiteral ;
  geo-pos:lat "12.5167"^^xsd:decimal ;
  geo-pos:long "-71.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12517'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.6833'^^xsd:double;
  dwc:latitude '12.5167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12517'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -71.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-71.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4167 -71.6667)"^^geo:wktLiteral ;
  geo-pos:lat "37.4167"^^xsd:decimal ;
  geo-pos:long "-71.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10972'^^xsd:integer;
  dwc:scientificName 'Phascolosoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.6667'^^xsd:double;
  dwc:latitude '37.4167'^^xsd:double;
  dwc:aphiaid '424408'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.255 -71.6633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.255"^^xsd:decimal ;
  dwc:decimalLongitude "-71.6633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.255 -71.6633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.255"^^xsd:decimal ;
  geo-pos:long "-71.6633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15462'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.6633'^^xsd:double;
  dwc:latitude '-23.255'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.33 -71.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.33"^^xsd:decimal ;
  dwc:decimalLongitude "-71.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.33 -71.52)"^^geo:wktLiteral ;
  geo-pos:lat "33.33"^^xsd:decimal ;
  geo-pos:long "-71.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3015'^^xsd:integer;
  dwc:scientificName 'Exiliniscus chandravoli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.52'^^xsd:double;
  dwc:latitude '33.33'^^xsd:double;
  dwc:aphiaid '260384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3015'^^xsd:anyURI;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.25 -71.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.25"^^xsd:decimal ;
  dwc:decimalLongitude "-71.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.25 -71.35)"^^geo:wktLiteral ;
  geo-pos:lat "-23.25"^^xsd:decimal ;
  geo-pos:long "-71.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3110'^^xsd:integer;
  dwc:scientificName 'Macrostylis dellacrocei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.35'^^xsd:double;
  dwc:latitude '-23.25'^^xsd:double;
  dwc:aphiaid '256100'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.25 -71.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.25"^^xsd:decimal ;
  dwc:decimalLongitude "-71.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.25 -71.35)"^^geo:wktLiteral ;
  geo-pos:lat "-23.25"^^xsd:decimal ;
  geo-pos:long "-71.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3991'^^xsd:integer;
  dwc:scientificName 'Munneurycope hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.35'^^xsd:double;
  dwc:latitude '-23.25'^^xsd:double;
  dwc:aphiaid '255763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255763'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.82 -71.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.82"^^xsd:decimal ;
  dwc:decimalLongitude "-71.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.82 -71.32)"^^geo:wktLiteral ;
  geo-pos:lat "32.82"^^xsd:decimal ;
  geo-pos:long "-71.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2985'^^xsd:integer;
  dwc:scientificName 'Prochelator sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.32'^^xsd:double;
  dwc:latitude '32.82'^^xsd:double;
  dwc:aphiaid '255706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2985'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255706'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1667 -71.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-71.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1667 -71.3)"^^geo:wktLiteral ;
  geo-pos:lat "32.1667"^^xsd:decimal ;
  geo-pos:long "-71.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10296'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.3'^^xsd:double;
  dwc:latitude '32.1667'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.925 -71.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.925"^^xsd:decimal ;
  dwc:decimalLongitude "-71.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.925 -71.28)"^^geo:wktLiteral ;
  geo-pos:lat "-53.925"^^xsd:decimal ;
  geo-pos:long "-71.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12417'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.28'^^xsd:double;
  dwc:latitude '-53.925'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55 -71.2708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55 -71.2708)"^^geo:wktLiteral ;
  geo-pos:lat "39.55"^^xsd:decimal ;
  geo-pos:long "-71.2708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11936'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.2708'^^xsd:double;
  dwc:latitude '39.55'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55 -71.2708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55 -71.2708)"^^geo:wktLiteral ;
  geo-pos:lat "39.55"^^xsd:decimal ;
  geo-pos:long "-71.2708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16752'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.2708'^^xsd:double;
  dwc:latitude '39.55'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55 -71.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.55"^^xsd:decimal ;
  dwc:decimalLongitude "-71.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.55 -71.27)"^^geo:wktLiteral ;
  geo-pos:lat "39.55"^^xsd:decimal ;
  geo-pos:long "-71.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3471'^^xsd:integer;
  dwc:scientificName 'Heteromesus spinecens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.27'^^xsd:double;
  dwc:latitude '39.55'^^xsd:double;
  dwc:aphiaid '255907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8167 -71.2683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8167 -71.2683)"^^geo:wktLiteral ;
  geo-pos:lat "32.8167"^^xsd:decimal ;
  geo-pos:long "-71.2683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4398'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.2683'^^xsd:double;
  dwc:latitude '32.8167'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9167 -71.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9167 -71.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9167"^^xsd:decimal ;
  geo-pos:long "-71.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2312'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.2667'^^xsd:double;
  dwc:latitude '-52.9167'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2312'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -71.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -71.2167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7333"^^xsd:decimal ;
  geo-pos:long "-71.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10293'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.2167'^^xsd:double;
  dwc:latitude '39.7333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -71.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -71.2167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7333"^^xsd:decimal ;
  geo-pos:long "-71.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10327'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.2167'^^xsd:double;
  dwc:latitude '39.7333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10327'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -71.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -71.2167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7333"^^xsd:decimal ;
  geo-pos:long "-71.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10379'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.2167'^^xsd:double;
  dwc:latitude '39.7333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10379'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95 -71.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.95"^^xsd:decimal ;
  dwc:decimalLongitude "-71.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95 -71.0667)"^^geo:wktLiteral ;
  geo-pos:lat "39.95"^^xsd:decimal ;
  geo-pos:long "-71.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '991'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.0667'^^xsd:double;
  dwc:latitude '39.95'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95 -71.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.95"^^xsd:decimal ;
  dwc:decimalLongitude "-71.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95 -71.0667)"^^geo:wktLiteral ;
  geo-pos:lat "39.95"^^xsd:decimal ;
  geo-pos:long "-71.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1002'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.0667'^^xsd:double;
  dwc:latitude '39.95'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9433"^^xsd:decimal ;
  dwc:decimalLongitude "-71.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  geo-pos:lat "39.9433"^^xsd:decimal ;
  geo-pos:long "-71.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15006'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.06'^^xsd:double;
  dwc:latitude '39.9433'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9433"^^xsd:decimal ;
  dwc:decimalLongitude "-71.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  geo-pos:lat "39.9433"^^xsd:decimal ;
  geo-pos:long "-71.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15007'^^xsd:integer;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.06'^^xsd:double;
  dwc:latitude '39.9433'^^xsd:double;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9433"^^xsd:decimal ;
  dwc:decimalLongitude "-71.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  geo-pos:lat "39.9433"^^xsd:decimal ;
  geo-pos:long "-71.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15009'^^xsd:integer;
  dwc:scientificName 'Yoldiella frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.06'^^xsd:double;
  dwc:latitude '39.9433'^^xsd:double;
  dwc:aphiaid '141997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9433"^^xsd:decimal ;
  dwc:decimalLongitude "-71.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  geo-pos:lat "39.9433"^^xsd:decimal ;
  geo-pos:long "-71.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15011'^^xsd:integer;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.06'^^xsd:double;
  dwc:latitude '39.9433'^^xsd:double;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9433"^^xsd:decimal ;
  dwc:decimalLongitude "-71.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.06)"^^geo:wktLiteral ;
  geo-pos:lat "39.9433"^^xsd:decimal ;
  geo-pos:long "-71.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15010'^^xsd:integer;
  dwc:scientificName 'Cuspidaria atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.06'^^xsd:double;
  dwc:latitude '39.9433'^^xsd:double;
  dwc:aphiaid '139438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 -71.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.85"^^xsd:decimal ;
  dwc:decimalLongitude "-71.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 -71.05)"^^geo:wktLiteral ;
  geo-pos:lat "26.85"^^xsd:decimal ;
  geo-pos:long "-71.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3112'^^xsd:integer;
  dwc:scientificName 'Macrostylis foveata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.05'^^xsd:double;
  dwc:latitude '26.85'^^xsd:double;
  dwc:aphiaid '256103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256103'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9333 -71.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9333 -71.05)"^^geo:wktLiteral ;
  geo-pos:lat "39.9333"^^xsd:decimal ;
  geo-pos:long "-71.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1009'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.05'^^xsd:double;
  dwc:latitude '39.9333'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1333 -71.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-71.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1333 -71.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-54.1333"^^xsd:decimal ;
  geo-pos:long "-71.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12083'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.0333'^^xsd:double;
  dwc:latitude '-54.1333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 -71.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.85"^^xsd:decimal ;
  dwc:decimalLongitude "-71.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 -71.02)"^^geo:wktLiteral ;
  geo-pos:lat "26.85"^^xsd:decimal ;
  geo-pos:long "-71.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3111'^^xsd:integer;
  dwc:scientificName 'Macrostylis emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.02'^^xsd:double;
  dwc:latitude '26.85'^^xsd:double;
  dwc:aphiaid '256101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.6017 -71.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.6017"^^xsd:decimal ;
  dwc:decimalLongitude "-71.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.6017 -71.0167)"^^geo:wktLiteral ;
  geo-pos:lat "21.6017"^^xsd:decimal ;
  geo-pos:long "-71.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11472'^^xsd:integer;
  dwc:scientificName 'Argyrotheca johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.0167'^^xsd:double;
  dwc:latitude '21.6017'^^xsd:double;
  dwc:aphiaid '235636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235636'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9433"^^xsd:decimal ;
  dwc:decimalLongitude "-71.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -71.01)"^^geo:wktLiteral ;
  geo-pos:lat "39.9433"^^xsd:decimal ;
  geo-pos:long "-71.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15008'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.01'^^xsd:double;
  dwc:latitude '39.9433'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.83 -71.0083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.83"^^xsd:decimal ;
  dwc:decimalLongitude "-71.0083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.83 -71.0083)"^^geo:wktLiteral ;
  geo-pos:lat "-23.83"^^xsd:decimal ;
  geo-pos:long "-71.0083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16960'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71.0083'^^xsd:double;
  dwc:latitude '-23.83'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16960'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-25"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11157'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-25'^^xsd:integer;
  dwc:aphiaid '136048'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-24"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11155'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-24'^^xsd:integer;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-24"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11154'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-24'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-24"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11156'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-24'^^xsd:integer;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-24"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11168'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-24'^^xsd:integer;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-24"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11160'^^xsd:integer;
  dwc:scientificName 'Golfingia schuettei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-24'^^xsd:integer;
  dwc:aphiaid '424389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-24"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11161'^^xsd:integer;
  dwc:scientificName 'Golfingia schuettei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-24'^^xsd:integer;
  dwc:aphiaid '424389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-24"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11162'^^xsd:integer;
  dwc:scientificName 'Golfingia schuettei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-24'^^xsd:integer;
  dwc:aphiaid '424389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-18"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11150'^^xsd:integer;
  dwc:scientificName 'Phascolion bogorovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-18'^^xsd:integer;
  dwc:aphiaid '266473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18"^^xsd:decimal ;
  dwc:decimalLongitude "-71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18 -71)"^^geo:wktLiteral ;
  geo-pos:lat "-18"^^xsd:decimal ;
  geo-pos:long "-71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11153'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-71'^^xsd:integer;
  dwc:latitude '-18'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9389 -70.9583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9389"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9389 -70.9583)"^^geo:wktLiteral ;
  geo-pos:lat "37.9389"^^xsd:decimal ;
  geo-pos:long "-70.9583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14520'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9583'^^xsd:double;
  dwc:latitude '37.9389'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6251'^^xsd:integer;
  dwc:scientificName 'Fultonia sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '293113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6276'^^xsd:integer;
  dwc:scientificName 'Jonesiella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115289'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6280'^^xsd:integer;
  dwc:scientificName 'Paranannopus sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6305'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6329'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6334'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6320'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6340'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6349'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 8'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6353'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) oblongus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '351844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6355'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115329'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6360'^^xsd:integer;
  dwc:scientificName 'Laophontodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115218'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6169'^^xsd:integer;
  dwc:scientificName 'Stylicletodes oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6174'^^xsd:integer;
  dwc:scientificName 'Stylicletodes longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6216'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6231'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6145'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6146'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6138'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6129'^^xsd:integer;
  dwc:scientificName 'Cletodes latirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115767'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6299'^^xsd:integer;
  dwc:scientificName 'Carolinicola sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '150151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '150151'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6084'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6117'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6103'^^xsd:integer;
  dwc:scientificName 'Paramphiascella sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115314'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6917 -70.9417)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6917"^^xsd:decimal ;
  geo-pos:long "-70.9417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6086'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9417'^^xsd:double;
  dwc:latitude '-53.6917'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-58"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11248'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-58'^^xsd:integer;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-58"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11249'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-58'^^xsd:integer;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6246'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6269'^^xsd:integer;
  dwc:scientificName 'Stylicletodes oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6281'^^xsd:integer;
  dwc:scientificName 'Paranannopus sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6331'^^xsd:integer;
  dwc:scientificName 'Paramphiascella sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115314'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6323'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6336'^^xsd:integer;
  dwc:scientificName 'Stylicletodes longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6359'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6161'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6166'^^xsd:integer;
  dwc:scientificName 'Mesocletodes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115649'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6155'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115490'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6208'^^xsd:integer;
  dwc:scientificName 'Haloschizopera abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '293171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6212'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115329'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6180'^^xsd:integer;
  dwc:scientificName 'Bulbamphiascus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115306'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6191'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6204'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6227'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6235'^^xsd:integer;
  dwc:scientificName 'Bulbamphiascus sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115306'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6244'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6150'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115490'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6130'^^xsd:integer;
  dwc:scientificName 'Cletodes latirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115767'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6121'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6107'^^xsd:integer;
  dwc:scientificName 'Paramphiascella sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115314'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-70.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7233 -70.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7233"^^xsd:decimal ;
  geo-pos:long "-70.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6108'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.9333'^^xsd:double;
  dwc:latitude '-53.7233'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6252'^^xsd:integer;
  dwc:scientificName 'Fultonia sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115226'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6266'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6270'^^xsd:integer;
  dwc:scientificName 'Psammis sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6257'^^xsd:integer;
  dwc:scientificName 'Haloschizopera abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '293171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6288'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6309'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 9'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6309'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6332'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6319'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6319'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115490'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6338'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6339'^^xsd:integer;
  dwc:scientificName 'Acrenhydrosoma sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115262'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6170'^^xsd:integer;
  dwc:scientificName 'Stylicletodes oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6197'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma hopkinsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115781'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115781'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6232'^^xsd:integer;
  dwc:scientificName 'Mesocletodes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115649'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6237'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6238'^^xsd:integer;
  dwc:scientificName 'Psammis sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6243'^^xsd:integer;
  dwc:scientificName 'Cletodes latirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115767'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6147'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6125'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6128'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8633 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.8633"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6118'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.8633'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6967"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7663'^^xsd:integer;
  dwc:scientificName 'Ancorabolus ilvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.6967'^^xsd:double;
  dwc:aphiaid '293097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6967"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9129'^^xsd:integer;
  dwc:scientificName 'Sabatieria coomansi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.6967'^^xsd:double;
  dwc:aphiaid '229834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229834'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6967"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9157'^^xsd:integer;
  dwc:scientificName 'Comesoma hermani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.6967'^^xsd:double;
  dwc:aphiaid '229068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6967"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9158'^^xsd:integer;
  dwc:scientificName 'Hopperia arntzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.6967'^^xsd:double;
  dwc:aphiaid '229086'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6833 -70.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6833 -70.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6833"^^xsd:decimal ;
  geo-pos:long "-70.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9131'^^xsd:integer;
  dwc:scientificName 'Sabatieria mortenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.91'^^xsd:double;
  dwc:latitude '-53.6833'^^xsd:double;
  dwc:aphiaid '161234'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161234'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.855"^^xsd:decimal ;
  dwc:decimalLongitude "-70.905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  geo-pos:lat "39.855"^^xsd:decimal ;
  geo-pos:long "-70.905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15467'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.905'^^xsd:double;
  dwc:latitude '39.855'^^xsd:double;
  dwc:aphiaid '156784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871906'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.855"^^xsd:decimal ;
  dwc:decimalLongitude "-70.905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  geo-pos:lat "39.855"^^xsd:decimal ;
  geo-pos:long "-70.905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15464'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.905'^^xsd:double;
  dwc:latitude '39.855'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.855"^^xsd:decimal ;
  dwc:decimalLongitude "-70.905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  geo-pos:lat "39.855"^^xsd:decimal ;
  geo-pos:long "-70.905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15465'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.905'^^xsd:double;
  dwc:latitude '39.855'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.855"^^xsd:decimal ;
  dwc:decimalLongitude "-70.905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  geo-pos:lat "39.855"^^xsd:decimal ;
  geo-pos:long "-70.905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15466'^^xsd:integer;
  dwc:scientificName 'Yoldiella frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.905'^^xsd:double;
  dwc:latitude '39.855'^^xsd:double;
  dwc:aphiaid '141997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.855"^^xsd:decimal ;
  dwc:decimalLongitude "-70.905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.855 -70.905)"^^geo:wktLiteral ;
  geo-pos:lat "39.855"^^xsd:decimal ;
  geo-pos:long "-70.905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15468'^^xsd:integer;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.905'^^xsd:double;
  dwc:latitude '39.855'^^xsd:double;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0667 -70.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0667 -70.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0667"^^xsd:decimal ;
  geo-pos:long "-70.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11853'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8667'^^xsd:double;
  dwc:latitude '-53.0667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11853'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -70.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -70.8667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-70.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10309'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10309'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -70.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -70.8667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-70.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10354'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9167 -70.865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9167 -70.865)"^^geo:wktLiteral ;
  geo-pos:lat "39.9167"^^xsd:decimal ;
  geo-pos:long "-70.865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8314'^^xsd:integer;
  dwc:scientificName 'Enoplus groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.865'^^xsd:double;
  dwc:latitude '39.9167'^^xsd:double;
  dwc:aphiaid '121788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8314'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0542 -70.8458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0542"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0542 -70.8458)"^^geo:wktLiteral ;
  geo-pos:lat "39.0542"^^xsd:decimal ;
  geo-pos:long "-70.8458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16775'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8458'^^xsd:double;
  dwc:latitude '39.0542'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 -70.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.05"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 -70.8333)"^^geo:wktLiteral ;
  geo-pos:lat "39.05"^^xsd:decimal ;
  geo-pos:long "-70.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '258'^^xsd:integer;
  dwc:scientificName 'Platycuma marginale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8333'^^xsd:double;
  dwc:latitude '39.05'^^xsd:double;
  dwc:aphiaid '182604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6314'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6314'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6307'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6310'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6310'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115329'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6335'^^xsd:integer;
  dwc:scientificName 'Bulbamphiascus sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115306'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7664'^^xsd:integer;
  dwc:scientificName 'Ancorabolus ilvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '293097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6158'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6215'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6192'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6134'^^xsd:integer;
  dwc:scientificName 'Acrenhydrosoma sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115262'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6131'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6229'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6234'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9128'^^xsd:integer;
  dwc:scientificName 'Sabatieria coomansi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '229834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229834'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6144'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9130'^^xsd:integer;
  dwc:scientificName 'Sabatieria mortenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '161234'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161234'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9139'^^xsd:integer;
  dwc:scientificName 'Cervonema chilensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '229063'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9141'^^xsd:integer;
  dwc:scientificName 'Laimella sandrae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '229088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9142'^^xsd:integer;
  dwc:scientificName 'Laimella subterminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '229089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9156'^^xsd:integer;
  dwc:scientificName 'Comesoma hermani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '229068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6104'^^xsd:integer;
  dwc:scientificName 'Haloschizopera abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '293171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.71 -70.8117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.71"^^xsd:decimal ;
  geo-pos:long "-70.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6100'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 8'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.8117'^^xsd:double;
  dwc:latitude '-53.71'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7183 -70.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7183"^^xsd:decimal ;
  dwc:decimalLongitude "-70.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7183 -70.795)"^^geo:wktLiteral ;
  geo-pos:lat "39.7183"^^xsd:decimal ;
  geo-pos:long "-70.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15469'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.795'^^xsd:double;
  dwc:latitude '39.7183'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.7667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15470'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7667'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '181268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.7667)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15471'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7667'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7533)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4582'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7533'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7533)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15096'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7533'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7533)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15097'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7533'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7533)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15098'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7533'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '181268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7833 -70.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7833 -70.75)"^^geo:wktLiteral ;
  geo-pos:lat "39.7833"^^xsd:decimal ;
  geo-pos:long "-70.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4572'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.75'^^xsd:double;
  dwc:latitude '39.7833'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.205 -70.745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.205"^^xsd:decimal ;
  dwc:decimalLongitude "-70.745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.205 -70.745)"^^geo:wktLiteral ;
  geo-pos:lat "40.205"^^xsd:decimal ;
  geo-pos:long "-70.745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15284'^^xsd:integer;
  dwc:scientificName 'Cuspidaria perrostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.745'^^xsd:double;
  dwc:latitude '40.205'^^xsd:double;
  dwc:aphiaid '771298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.205 -70.745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.205"^^xsd:decimal ;
  dwc:decimalLongitude "-70.745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.205 -70.745)"^^geo:wktLiteral ;
  geo-pos:lat "40.205"^^xsd:decimal ;
  geo-pos:long "-70.745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15283'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.745'^^xsd:double;
  dwc:latitude '40.205'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0917 -70.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0917 -70.7417)"^^geo:wktLiteral ;
  geo-pos:lat "39.0917"^^xsd:decimal ;
  geo-pos:long "-70.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4526'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7417'^^xsd:double;
  dwc:latitude '39.0917'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0917 -70.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0917 -70.7417)"^^geo:wktLiteral ;
  geo-pos:lat "39.0917"^^xsd:decimal ;
  geo-pos:long "-70.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16776'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7417'^^xsd:double;
  dwc:latitude '39.0917'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0917 -70.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0917 -70.7417)"^^geo:wktLiteral ;
  geo-pos:lat "39.0917"^^xsd:decimal ;
  geo-pos:long "-70.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16777'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7417'^^xsd:double;
  dwc:latitude '39.0917'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0917 -70.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0917 -70.7417)"^^geo:wktLiteral ;
  geo-pos:lat "39.0917"^^xsd:decimal ;
  geo-pos:long "-70.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14524'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7417'^^xsd:double;
  dwc:latitude '39.0917'^^xsd:double;
  dwc:aphiaid '428626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0883 -70.7383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0883 -70.7383)"^^geo:wktLiteral ;
  geo-pos:lat "39.0883"^^xsd:decimal ;
  geo-pos:long "-70.7383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4477'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7383'^^xsd:double;
  dwc:latitude '39.0883'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0833 -70.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0833 -70.7333)"^^geo:wktLiteral ;
  geo-pos:lat "39.0833"^^xsd:decimal ;
  geo-pos:long "-70.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '630'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7333'^^xsd:double;
  dwc:latitude '39.0833'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.18 -70.7267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.18"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.18 -70.7267)"^^geo:wktLiteral ;
  geo-pos:lat "40.18"^^xsd:decimal ;
  geo-pos:long "-70.7267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15281'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7267'^^xsd:double;
  dwc:latitude '40.18'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.18 -70.7267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.18"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.18 -70.7267)"^^geo:wktLiteral ;
  geo-pos:lat "40.18"^^xsd:decimal ;
  geo-pos:long "-70.7267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15282'^^xsd:integer;
  dwc:scientificName 'Cuspidaria perrostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7267'^^xsd:double;
  dwc:latitude '40.18'^^xsd:double;
  dwc:aphiaid '771298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4580'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14856'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14856'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14855'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14861'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14858'^^xsd:integer;
  dwc:scientificName 'Policordia densicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '141952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14858'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14860'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '156784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14860'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871906'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14862'^^xsd:integer;
  dwc:scientificName 'Lyonsiella fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '406052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8131'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16894'^^xsd:integer;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14859'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14859'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.775"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.775 -70.7217)"^^geo:wktLiteral ;
  geo-pos:lat "39.775"^^xsd:decimal ;
  geo-pos:long "-70.7217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8310'^^xsd:integer;
  dwc:scientificName 'Enoplus groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7217'^^xsd:double;
  dwc:latitude '39.775'^^xsd:double;
  dwc:aphiaid '121788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8310'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.78 -70.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.78"^^xsd:decimal ;
  dwc:decimalLongitude "-70.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.78 -70.72)"^^geo:wktLiteral ;
  geo-pos:lat "39.78"^^xsd:decimal ;
  geo-pos:long "-70.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3014'^^xsd:integer;
  dwc:scientificName 'Exiliniscus clipeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.72'^^xsd:double;
  dwc:latitude '39.78'^^xsd:double;
  dwc:aphiaid '260385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.78 -70.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.78"^^xsd:decimal ;
  dwc:decimalLongitude "-70.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.78 -70.72)"^^geo:wktLiteral ;
  geo-pos:lat "39.78"^^xsd:decimal ;
  geo-pos:long "-70.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2934'^^xsd:integer;
  dwc:scientificName 'Eugerda tetarta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.72'^^xsd:double;
  dwc:latitude '39.78'^^xsd:double;
  dwc:aphiaid '881714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.76 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.76"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.76 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.76"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14857'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.76'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14857'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '979'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:979'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '980'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:980'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '999'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1006'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1070'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1070'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1043'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1039'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2571'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus costatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:aphiaid '182077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2624'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7833 -70.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7833 -70.7167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7833"^^xsd:decimal ;
  geo-pos:long "-70.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '344'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7167'^^xsd:double;
  dwc:latitude '39.7833'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6247'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6293'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6286'^^xsd:integer;
  dwc:scientificName 'Paranannopus sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6287'^^xsd:integer;
  dwc:scientificName 'Paranannopus sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6321'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6341'^^xsd:integer;
  dwc:scientificName 'Laophontodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115218'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6357'^^xsd:integer;
  dwc:scientificName 'Dendropsyllus magellanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '293101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6173'^^xsd:integer;
  dwc:scientificName 'Stylicletodes oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6175'^^xsd:integer;
  dwc:scientificName 'Stylicletodes longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6190'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6226'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6239'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) oblongus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '351844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6127'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6123'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6285'^^xsd:integer;
  dwc:scientificName 'Paranannopus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6109'^^xsd:integer;
  dwc:scientificName 'Paranannopus sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6090'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '115329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115329'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3533 -70.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3533"^^xsd:decimal ;
  geo-pos:long "-70.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7338'^^xsd:integer;
  dwc:scientificName 'Ceratonotus magellanicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7117'^^xsd:double;
  dwc:latitude '-53.3533'^^xsd:double;
  dwc:aphiaid '361400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.71)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4576'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.71'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.71)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4351'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.71'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6833 -70.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6833 -70.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.6833"^^xsd:decimal ;
  geo-pos:long "-70.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '333'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7'^^xsd:double;
  dwc:latitude '39.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:333'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6833 -70.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6833 -70.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.6833"^^xsd:decimal ;
  geo-pos:long "-70.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '136'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7'^^xsd:double;
  dwc:latitude '39.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:136'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03 -70.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.03"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.03 -70.7)"^^geo:wktLiteral ;
  geo-pos:lat "40.03"^^xsd:decimal ;
  geo-pos:long "-70.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14800'^^xsd:integer;
  dwc:scientificName 'Cuspidaria perrostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.7'^^xsd:double;
  dwc:latitude '40.03'^^xsd:double;
  dwc:aphiaid '771298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7667 -70.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7667 -70.6833)"^^geo:wktLiteral ;
  geo-pos:lat "12.7667"^^xsd:decimal ;
  geo-pos:long "-70.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12482'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6833'^^xsd:double;
  dwc:latitude '12.7667'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.6833)"^^geo:wktLiteral ;
  geo-pos:lat "39.8167"^^xsd:decimal ;
  geo-pos:long "-70.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1000'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6833'^^xsd:double;
  dwc:latitude '39.8167'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.6833)"^^geo:wktLiteral ;
  geo-pos:lat "39.8167"^^xsd:decimal ;
  geo-pos:long "-70.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1071'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6833'^^xsd:double;
  dwc:latitude '39.8167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1071'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.6833)"^^geo:wktLiteral ;
  geo-pos:lat "39.8167"^^xsd:decimal ;
  geo-pos:long "-70.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1059'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6833'^^xsd:double;
  dwc:latitude '39.8167'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.6833)"^^geo:wktLiteral ;
  geo-pos:lat "39.8167"^^xsd:decimal ;
  geo-pos:long "-70.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14970'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6833'^^xsd:double;
  dwc:latitude '39.8167'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0333 -70.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0333 -70.6833)"^^geo:wktLiteral ;
  geo-pos:lat "40.0333"^^xsd:decimal ;
  geo-pos:long "-70.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1040'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6833'^^xsd:double;
  dwc:latitude '40.0333'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8117 -70.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8117"^^xsd:decimal ;
  dwc:decimalLongitude "-70.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8117 -70.68)"^^geo:wktLiteral ;
  geo-pos:lat "39.8117"^^xsd:decimal ;
  geo-pos:long "-70.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14966'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.68'^^xsd:double;
  dwc:latitude '39.8117'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8117 -70.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8117"^^xsd:decimal ;
  dwc:decimalLongitude "-70.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8117 -70.68)"^^geo:wktLiteral ;
  geo-pos:lat "39.8117"^^xsd:decimal ;
  geo-pos:long "-70.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14965'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.68'^^xsd:double;
  dwc:latitude '39.8117'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14965'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8117 -70.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8117"^^xsd:decimal ;
  dwc:decimalLongitude "-70.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8117 -70.68)"^^geo:wktLiteral ;
  geo-pos:lat "39.8117"^^xsd:decimal ;
  geo-pos:long "-70.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14967'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.68'^^xsd:double;
  dwc:latitude '39.8117'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -70.68)"^^geo:wktLiteral ;
  geo-pos:lat "39.8167"^^xsd:decimal ;
  geo-pos:long "-70.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14971'^^xsd:integer;
  dwc:scientificName 'Policordia densicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.68'^^xsd:double;
  dwc:latitude '39.8167'^^xsd:double;
  dwc:aphiaid '141952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3833 -70.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3833 -70.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3833"^^xsd:decimal ;
  geo-pos:long "-70.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2288'^^xsd:integer;
  dwc:scientificName 'Eudorella gracilior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6667'^^xsd:double;
  dwc:latitude '-53.3833'^^xsd:double;
  dwc:aphiaid '182287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6867 -70.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6867"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6867 -70.6667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6867"^^xsd:decimal ;
  geo-pos:long "-70.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4349'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6667'^^xsd:double;
  dwc:latitude '39.6867'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -70.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -70.6667)"^^geo:wktLiteral ;
  geo-pos:lat "39.8"^^xsd:decimal ;
  geo-pos:long "-70.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1007'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6667'^^xsd:double;
  dwc:latitude '39.8'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -70.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8 -70.6667)"^^geo:wktLiteral ;
  geo-pos:lat "39.8"^^xsd:decimal ;
  geo-pos:long "-70.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2635'^^xsd:integer;
  dwc:scientificName 'Hemilamprops uniplicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6667'^^xsd:double;
  dwc:latitude '39.8'^^xsd:double;
  dwc:aphiaid '110515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9667 -70.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9667 -70.6667)"^^geo:wktLiteral ;
  geo-pos:lat "39.9667"^^xsd:decimal ;
  geo-pos:long "-70.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1042'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6667'^^xsd:double;
  dwc:latitude '39.9667'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1042'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9667 -70.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9667 -70.6667)"^^geo:wktLiteral ;
  geo-pos:lat "39.9667"^^xsd:decimal ;
  geo-pos:long "-70.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1038'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6667'^^xsd:double;
  dwc:latitude '39.9667'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9667 -70.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9667 -70.6667)"^^geo:wktLiteral ;
  geo-pos:lat "39.9667"^^xsd:decimal ;
  geo-pos:long "-70.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2619'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6667'^^xsd:double;
  dwc:latitude '39.9667'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0167 -70.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0167 -70.6667)"^^geo:wktLiteral ;
  geo-pos:lat "40.0167"^^xsd:decimal ;
  geo-pos:long "-70.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1044'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6667'^^xsd:double;
  dwc:latitude '40.0167'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -70.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9433 -70.665)"^^geo:wktLiteral ;
  geo-pos:lat "39.9433"^^xsd:decimal ;
  geo-pos:long "-70.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15460'^^xsd:integer;
  dwc:scientificName 'Yoldiella frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.665'^^xsd:double;
  dwc:latitude '39.9433'^^xsd:double;
  dwc:aphiaid '141997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6263'^^xsd:integer;
  dwc:scientificName 'Mesocletodes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115649'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6284'^^xsd:integer;
  dwc:scientificName 'Jonesiella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115289'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6296'^^xsd:integer;
  dwc:scientificName 'Scottopsyllus sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '729904'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6330'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6322'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6165'^^xsd:integer;
  dwc:scientificName 'Fultonia sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115226'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6209'^^xsd:integer;
  dwc:scientificName 'Paradanielssenia sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115293'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115293'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6233'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115297'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6154'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115490'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6126'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6112'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6098'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6094'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115329'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.655)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6087'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.655'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.6533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.55 -70.6533)"^^geo:wktLiteral ;
  geo-pos:lat "-53.55"^^xsd:decimal ;
  geo-pos:long "-70.6533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9140'^^xsd:integer;
  dwc:scientificName 'Cervonema shiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6533'^^xsd:double;
  dwc:latitude '-53.55'^^xsd:double;
  dwc:aphiaid '229066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9140'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4348'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10102'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4573'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10292'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10294'^^xsd:integer;
  dwc:scientificName 'Golfingia bulbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:aphiaid '424356'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10324'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10324'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10362'^^xsd:integer;
  dwc:scientificName 'Golfingia sp. nov.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.7"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10325'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '39.7'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10325'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9167 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9167 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.9167"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '990'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '39.9167'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6277'^^xsd:integer;
  dwc:scientificName 'Jonesiella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115289'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6311'^^xsd:integer;
  dwc:scientificName 'Robertgurneya sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115323'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6311'^^xsd:anyURI;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6352'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115490'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6172'^^xsd:integer;
  dwc:scientificName 'Amphiascoides subdebilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6184'^^xsd:integer;
  dwc:scientificName 'Amphiascus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115305'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115305'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6193'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6198'^^xsd:integer;
  dwc:scientificName 'Stylicletodes longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6225'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6148'^^xsd:integer;
  dwc:scientificName 'Fultonia sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115226'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6151'^^xsd:integer;
  dwc:scientificName 'Fultonia sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115226'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1467 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1467"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6132'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '-53.1467'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.745 -70.6383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.745"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.745 -70.6383)"^^geo:wktLiteral ;
  geo-pos:lat "39.745"^^xsd:decimal ;
  geo-pos:long "-70.6383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4575'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6383'^^xsd:double;
  dwc:latitude '39.745'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.745 -70.6383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.745"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.745 -70.6383)"^^geo:wktLiteral ;
  geo-pos:lat "39.745"^^xsd:decimal ;
  geo-pos:long "-70.6383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4350'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6383'^^xsd:double;
  dwc:latitude '39.745'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.6333)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10101'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6333'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6333)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '343'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6333'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6333)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10326'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6333'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10326'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6333)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '314'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6333'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:314'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.72 -70.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.72"^^xsd:decimal ;
  dwc:decimalLongitude "-70.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.72 -70.63)"^^geo:wktLiteral ;
  geo-pos:lat "39.72"^^xsd:decimal ;
  geo-pos:long "-70.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4578'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.63'^^xsd:double;
  dwc:latitude '39.72'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.675 -70.625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.675"^^xsd:decimal ;
  dwc:decimalLongitude "-70.625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.675 -70.625)"^^geo:wktLiteral ;
  geo-pos:lat "37.675"^^xsd:decimal ;
  geo-pos:long "-70.625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14521'^^xsd:integer;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.625'^^xsd:double;
  dwc:latitude '37.675'^^xsd:double;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.675 -70.625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.675"^^xsd:decimal ;
  dwc:decimalLongitude "-70.625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.675 -70.625)"^^geo:wktLiteral ;
  geo-pos:lat "37.675"^^xsd:decimal ;
  geo-pos:long "-70.625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16735'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.625'^^xsd:double;
  dwc:latitude '37.675'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4355'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4581'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14997'^^xsd:integer;
  dwc:scientificName 'Policordia insolita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '405960'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14998'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14999'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15000'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15001'^^xsd:integer;
  dwc:scientificName 'Cuspidaria jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '139447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15002'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '156784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871906'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15004'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7267 -70.6233)"^^geo:wktLiteral ;
  geo-pos:lat "39.7267"^^xsd:decimal ;
  geo-pos:long "-70.6233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15005'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6233'^^xsd:double;
  dwc:latitude '39.7267'^^xsd:double;
  dwc:aphiaid '181268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.62)"^^geo:wktLiteral ;
  geo-pos:lat "38.77"^^xsd:decimal ;
  geo-pos:long "-70.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3756'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.62'^^xsd:double;
  dwc:latitude '38.77'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.62)"^^geo:wktLiteral ;
  geo-pos:lat "38.77"^^xsd:decimal ;
  geo-pos:long "-70.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3799'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.62'^^xsd:double;
  dwc:latitude '38.77'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.62)"^^geo:wktLiteral ;
  geo-pos:lat "39.65"^^xsd:decimal ;
  geo-pos:long "-70.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15110'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.62'^^xsd:double;
  dwc:latitude '39.65'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.67 -70.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.67"^^xsd:decimal ;
  dwc:decimalLongitude "-70.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.67 -70.62)"^^geo:wktLiteral ;
  geo-pos:lat "39.67"^^xsd:decimal ;
  geo-pos:long "-70.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3754'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.62'^^xsd:double;
  dwc:latitude '39.67'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.72 -70.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.72"^^xsd:decimal ;
  dwc:decimalLongitude "-70.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.72 -70.62)"^^geo:wktLiteral ;
  geo-pos:lat "39.72"^^xsd:decimal ;
  geo-pos:long "-70.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3803'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.62'^^xsd:double;
  dwc:latitude '39.72'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7167 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7167 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "38.7167"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2587'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tubulicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '38.7167'^^xsd:double;
  dwc:aphiaid '110605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1041'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.65"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1083'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.65'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.65"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1418'^^xsd:integer;
  dwc:scientificName 'Cumella decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.65'^^xsd:double;
  dwc:aphiaid '110565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.65"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1465'^^xsd:integer;
  dwc:scientificName 'Cumella polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.65'^^xsd:double;
  dwc:aphiaid '182518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.65"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '345'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.65'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.65"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1574'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.65'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.65 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.65"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1728'^^xsd:integer;
  dwc:scientificName 'Procampylaspis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.65'^^xsd:double;
  dwc:aphiaid '182612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2636'^^xsd:integer;
  dwc:scientificName 'Hemilamprops uniplicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '110515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2572'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus costatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '182077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2626'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7333"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1072'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.7333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1072'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7333"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10363'^^xsd:integer;
  dwc:scientificName 'Golfingia sp. nov.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.7333'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7333 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7333"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15003'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.7333'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.9"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1001'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.9'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -70.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -70.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.9"^^xsd:decimal ;
  geo-pos:long "-70.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1008'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6167'^^xsd:double;
  dwc:latitude '39.9'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4357'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4583'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15111'^^xsd:integer;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15112'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15100'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15099'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15101'^^xsd:integer;
  dwc:scientificName 'Cuspidaria bernardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '407523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15102'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15103'^^xsd:integer;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15104'^^xsd:integer;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15109'^^xsd:integer;
  dwc:scientificName 'Verticordia triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '405128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15105'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15106'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '181268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15107'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '156784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871906'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6417 -70.6083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6417"^^xsd:decimal ;
  geo-pos:long "-70.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15108'^^xsd:integer;
  dwc:scientificName 'Policordia insolita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6083'^^xsd:double;
  dwc:latitude '39.6417'^^xsd:double;
  dwc:aphiaid '405960'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -70.6)"^^geo:wktLiteral ;
  geo-pos:lat "-53.35"^^xsd:decimal ;
  geo-pos:long "-70.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12114'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:latitude '-53.35'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -70.6)"^^geo:wktLiteral ;
  geo-pos:lat "-53.35"^^xsd:decimal ;
  geo-pos:long "-70.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12419'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:latitude '-53.35'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-70.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2649'^^xsd:integer;
  dwc:scientificName 'Typolamprops hudsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '182273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-70.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1003'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-70.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1010'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-70.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1045'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-70.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2573'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus costatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '182077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.6)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-70.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2628'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4167 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4167 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.4167"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10290'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.4167'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4167 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4167 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.4167"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10353'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.4167'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4167 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4167 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.4167"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10331'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.4167'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8333 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8333 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.8333"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '997'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.8333'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8333 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8333 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.8333"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1004'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.8333'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8417 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8417 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.8417"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4571'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.8417'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.9"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '998'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.9'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.9"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1005'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.9'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9083 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9083 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.9083"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14797'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.9083'^^xsd:double;
  dwc:aphiaid '156784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871906'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9083 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9083 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.9083"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16920'^^xsd:integer;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.9083'^^xsd:double;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9083 -70.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9083 -70.5833)"^^geo:wktLiteral ;
  geo-pos:lat "39.9083"^^xsd:decimal ;
  geo-pos:long "-70.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8309'^^xsd:integer;
  dwc:scientificName 'Enoplus groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5833'^^xsd:double;
  dwc:latitude '39.9083'^^xsd:double;
  dwc:aphiaid '121788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8309'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.42 -70.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.42 -70.58)"^^geo:wktLiteral ;
  geo-pos:lat "39.42"^^xsd:decimal ;
  geo-pos:long "-70.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2933'^^xsd:integer;
  dwc:scientificName 'Eugerda setifluxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.58'^^xsd:double;
  dwc:latitude '39.42'^^xsd:double;
  dwc:aphiaid '118558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118558'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.5667)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14795'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5667'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.5667)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14796'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5667'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4583 -70.5583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4583"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4583 -70.5583)"^^geo:wktLiteral ;
  geo-pos:lat "39.4583"^^xsd:decimal ;
  geo-pos:long "-70.5583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4577'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5583'^^xsd:double;
  dwc:latitude '39.4583'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4583 -70.5583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4583"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4583 -70.5583)"^^geo:wktLiteral ;
  geo-pos:lat "39.4583"^^xsd:decimal ;
  geo-pos:long "-70.5583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4465'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5583'^^xsd:double;
  dwc:latitude '39.4583'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.995 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.995"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.995 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "-53.995"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6259'^^xsd:integer;
  dwc:scientificName 'Leptopsyllus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '-53.995'^^xsd:double;
  dwc:aphiaid '115420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115420'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.995 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.995"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.995 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "-53.995"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6295'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '-53.995'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.995 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.995"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.995 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "-53.995"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6318'^^xsd:integer;
  dwc:scientificName 'Paramesochra sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '-53.995'^^xsd:double;
  dwc:aphiaid '115422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6318'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115422'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.995 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.995"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.995 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "-53.995"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6179'^^xsd:integer;
  dwc:scientificName 'Bulbamphiascus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '-53.995'^^xsd:double;
  dwc:aphiaid '115306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115306'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.42 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.42 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.42"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3755'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.42'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.42 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.42 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.42"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3798'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.42'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.43 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.43 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.43"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2993'^^xsd:integer;
  dwc:scientificName 'Torwolia subchelatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.43'^^xsd:double;
  dwc:aphiaid '118593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.43 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.43 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.43"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2878'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.43'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '988'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1073'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1073'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14826'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14819'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '181268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14807'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14811'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14813'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14814'^^xsd:integer;
  dwc:scientificName 'Lametila abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '506199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14816'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10291'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10322'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10322'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10321'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10321'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10361'^^xsd:integer;
  dwc:scientificName 'Golfingia sp. nov.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1069'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1069'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4466'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2633'^^xsd:integer;
  dwc:scientificName 'Hemilamprops uniplicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '110515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2602'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '110602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -70.55)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-70.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2620'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9983 -70.5483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9983"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9983 -70.5483)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9983"^^xsd:decimal ;
  geo-pos:long "-70.5483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6300'^^xsd:integer;
  dwc:scientificName 'Paramesochra sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5483'^^xsd:double;
  dwc:latitude '-53.9983'^^xsd:double;
  dwc:aphiaid '115422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115422'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9767 -70.5133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9767"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9767 -70.5133)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9767"^^xsd:decimal ;
  geo-pos:long "-70.5133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12113'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5133'^^xsd:double;
  dwc:latitude '-52.9767'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9767 -70.5133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9767"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9767 -70.5133)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9767"^^xsd:decimal ;
  geo-pos:long "-70.5133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12418'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5133'^^xsd:double;
  dwc:latitude '-52.9767'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7417 -70.5125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7417 -70.5125)"^^geo:wktLiteral ;
  geo-pos:lat "39.7417"^^xsd:decimal ;
  geo-pos:long "-70.5125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16779'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.5125'^^xsd:double;
  dwc:latitude '39.7417'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9867 -70.4883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9867 -70.4883)"^^geo:wktLiteral ;
  geo-pos:lat "38.9867"^^xsd:decimal ;
  geo-pos:long "-70.4883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4533'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.4883'^^xsd:double;
  dwc:latitude '38.9867'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6533 -70.4083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6533 -70.4083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6533"^^xsd:decimal ;
  geo-pos:long "-70.4083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15024'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.4083'^^xsd:double;
  dwc:latitude '39.6533'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6533 -70.4083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6533 -70.4083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6533"^^xsd:decimal ;
  geo-pos:long "-70.4083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15022'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.4083'^^xsd:double;
  dwc:latitude '39.6533'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6533 -70.4083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6533"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6533 -70.4083)"^^geo:wktLiteral ;
  geo-pos:lat "39.6533"^^xsd:decimal ;
  geo-pos:long "-70.4083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15023'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.4083'^^xsd:double;
  dwc:latitude '39.6533'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.59 -70.3917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.59"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.59 -70.3917)"^^geo:wktLiteral ;
  geo-pos:lat "-53.59"^^xsd:decimal ;
  geo-pos:long "-70.3917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12278'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3917'^^xsd:double;
  dwc:latitude '-53.59'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.59 -70.3917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.59"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.59 -70.3917)"^^geo:wktLiteral ;
  geo-pos:lat "-53.59"^^xsd:decimal ;
  geo-pos:long "-70.3917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12428'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3917'^^xsd:double;
  dwc:latitude '-53.59'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5833 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5833 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-53.5833"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2302'^^xsd:integer;
  dwc:scientificName 'Leucon sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3833'^^xsd:double;
  dwc:latitude '-53.5833'^^xsd:double;
  dwc:aphiaid '182320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2933 -70.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2933"^^xsd:decimal ;
  dwc:decimalLongitude "-70.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2933 -70.38)"^^geo:wktLiteral ;
  geo-pos:lat "38.2933"^^xsd:decimal ;
  geo-pos:long "-70.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16056'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.38'^^xsd:double;
  dwc:latitude '38.2933'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2933 -70.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2933"^^xsd:decimal ;
  dwc:decimalLongitude "-70.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2933 -70.38)"^^geo:wktLiteral ;
  geo-pos:lat "38.2933"^^xsd:decimal ;
  geo-pos:long "-70.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16051'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.38'^^xsd:double;
  dwc:latitude '38.2933'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -70.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-70.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -70.37)"^^geo:wktLiteral ;
  geo-pos:lat "38.27"^^xsd:decimal ;
  geo-pos:long "-70.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3751'^^xsd:integer;
  dwc:scientificName 'Eurycope diadela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.37'^^xsd:double;
  dwc:latitude '38.27'^^xsd:double;
  dwc:aphiaid '255737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11939'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16744'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2333 -70.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2333 -70.3383)"^^geo:wktLiteral ;
  geo-pos:lat "38.2333"^^xsd:decimal ;
  geo-pos:long "-70.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9239'^^xsd:integer;
  dwc:scientificName 'Halacarus longior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3383'^^xsd:double;
  dwc:latitude '38.2333'^^xsd:double;
  dwc:aphiaid '183179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  geo-pos:lat "38.24"^^xsd:decimal ;
  geo-pos:long "-70.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16054'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3383'^^xsd:double;
  dwc:latitude '38.24'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  geo-pos:lat "38.24"^^xsd:decimal ;
  geo-pos:long "-70.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16055'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3383'^^xsd:double;
  dwc:latitude '38.24'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  geo-pos:lat "38.24"^^xsd:decimal ;
  geo-pos:long "-70.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16057'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3383'^^xsd:double;
  dwc:latitude '38.24'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  geo-pos:lat "38.24"^^xsd:decimal ;
  geo-pos:long "-70.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9185'^^xsd:integer;
  dwc:scientificName 'Agaue corollata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3383'^^xsd:double;
  dwc:latitude '38.24'^^xsd:double;
  dwc:aphiaid '114878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  geo-pos:lat "38.24"^^xsd:decimal ;
  geo-pos:long "-70.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9199'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3383'^^xsd:double;
  dwc:latitude '38.24'^^xsd:double;
  dwc:aphiaid '406636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406636'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  geo-pos:lat "38.24"^^xsd:decimal ;
  geo-pos:long "-70.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16053'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3383'^^xsd:double;
  dwc:latitude '38.24'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.24"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.24 -70.3383)"^^geo:wktLiteral ;
  geo-pos:lat "38.24"^^xsd:decimal ;
  geo-pos:long "-70.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16052'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3383'^^xsd:double;
  dwc:latitude '38.24'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "39.2333"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1118'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:latitude '39.2333'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "39.2333"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1266'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:latitude '39.2333'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "39.2333"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1635'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:latitude '39.2333'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "39.2333"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1606'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:latitude '39.2333'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "39.2333"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1560'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:latitude '39.2333'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "39.2333"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2001'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:latitude '39.2333'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2333 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "39.2333"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2665'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:latitude '39.2333'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5633 -70.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5633 -70.2917)"^^geo:wktLiteral ;
  geo-pos:lat "-53.5633"^^xsd:decimal ;
  geo-pos:long "-70.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12422'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.2917'^^xsd:double;
  dwc:latitude '-53.5633'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3667 -70.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3667 -70.2917)"^^geo:wktLiteral ;
  geo-pos:lat "38.3667"^^xsd:decimal ;
  geo-pos:long "-70.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16748'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.2917'^^xsd:double;
  dwc:latitude '38.3667'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3667 -70.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3667 -70.2917)"^^geo:wktLiteral ;
  geo-pos:lat "38.3667"^^xsd:decimal ;
  geo-pos:long "-70.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16747'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.2917'^^xsd:double;
  dwc:latitude '38.3667'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3667 -70.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3667 -70.2917)"^^geo:wktLiteral ;
  geo-pos:lat "38.3667"^^xsd:decimal ;
  geo-pos:long "-70.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14531'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.2917'^^xsd:double;
  dwc:latitude '38.3667'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3667 -70.2883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3667 -70.2883)"^^geo:wktLiteral ;
  geo-pos:lat "38.3667"^^xsd:decimal ;
  geo-pos:long "-70.2883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4463'^^xsd:integer;
  dwc:scientificName 'Neotanais gardineri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.2883'^^xsd:double;
  dwc:latitude '38.3667'^^xsd:double;
  dwc:aphiaid '247382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37 -70.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.37"^^xsd:decimal ;
  dwc:decimalLongitude "-70.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.37 -70.28)"^^geo:wktLiteral ;
  geo-pos:lat "38.37"^^xsd:decimal ;
  geo-pos:long "-70.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3472'^^xsd:integer;
  dwc:scientificName 'Heteromesus spinecens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.28'^^xsd:double;
  dwc:latitude '38.37'^^xsd:double;
  dwc:aphiaid '255907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9017 -70.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9017"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9017 -70.1783)"^^geo:wktLiteral ;
  geo-pos:lat "39.9017"^^xsd:decimal ;
  geo-pos:long "-70.1783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9246'^^xsd:integer;
  dwc:scientificName 'Halacarus triunguis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1783'^^xsd:double;
  dwc:latitude '39.9017'^^xsd:double;
  dwc:aphiaid '406996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7417 -70.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7417 -70.175)"^^geo:wktLiteral ;
  geo-pos:lat "39.7417"^^xsd:decimal ;
  geo-pos:long "-70.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16772'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.175'^^xsd:double;
  dwc:latitude '39.7417'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.77"^^xsd:decimal ;
  geo-pos:long "-70.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3929'^^xsd:integer;
  dwc:scientificName 'Ilyarachna una'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.15'^^xsd:double;
  dwc:latitude '38.77'^^xsd:double;
  dwc:aphiaid '255874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3929'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.78"^^xsd:decimal ;
  dwc:decimalLongitude "-70.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.78"^^xsd:decimal ;
  geo-pos:long "-70.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3971'^^xsd:integer;
  dwc:scientificName 'Betamorpha lasia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.15'^^xsd:double;
  dwc:latitude '38.78'^^xsd:double;
  dwc:aphiaid '258025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1056'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.15'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10285'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.15'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10319'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.15'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10319'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10305'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.15'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10345'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.15'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10358'^^xsd:integer;
  dwc:scientificName 'Golfingia sp. nov.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.15'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7783 -70.1467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7783"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7783 -70.1467)"^^geo:wktLiteral ;
  geo-pos:lat "38.7783"^^xsd:decimal ;
  geo-pos:long "-70.1467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4380'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1467'^^xsd:double;
  dwc:latitude '38.7783'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7783 -70.1467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7783"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7783 -70.1467)"^^geo:wktLiteral ;
  geo-pos:lat "38.7783"^^xsd:decimal ;
  geo-pos:long "-70.1467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4518'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1467'^^xsd:double;
  dwc:latitude '38.7783'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3333 -70.1417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3333 -70.1417)"^^geo:wktLiteral ;
  geo-pos:lat "38.3333"^^xsd:decimal ;
  geo-pos:long "-70.1417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16749'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1417'^^xsd:double;
  dwc:latitude '38.3333'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3333 -70.1417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3333 -70.1417)"^^geo:wktLiteral ;
  geo-pos:lat "38.3333"^^xsd:decimal ;
  geo-pos:long "-70.1417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14530'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1417'^^xsd:double;
  dwc:latitude '38.3333'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2645'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2584'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tubulicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2622'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2612'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4375'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10286'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10346'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10359'^^xsd:integer;
  dwc:scientificName 'Golfingia sp. nov.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4515'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.13)"^^geo:wktLiteral ;
  geo-pos:lat "38.77"^^xsd:decimal ;
  geo-pos:long "-70.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3800'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.13'^^xsd:double;
  dwc:latitude '38.77'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.13)"^^geo:wktLiteral ;
  geo-pos:lat "38.77"^^xsd:decimal ;
  geo-pos:long "-70.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3763'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.13'^^xsd:double;
  dwc:latitude '38.77'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.78"^^xsd:decimal ;
  dwc:decimalLongitude "-70.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.13)"^^geo:wktLiteral ;
  geo-pos:lat "38.78"^^xsd:decimal ;
  geo-pos:long "-70.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2992'^^xsd:integer;
  dwc:scientificName 'Torwolia subchelatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.13'^^xsd:double;
  dwc:latitude '38.78'^^xsd:double;
  dwc:aphiaid '118593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.47 -70.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.47"^^xsd:decimal ;
  dwc:decimalLongitude "-70.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.47 -70.12)"^^geo:wktLiteral ;
  geo-pos:lat "38.47"^^xsd:decimal ;
  geo-pos:long "-70.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3757'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.12'^^xsd:double;
  dwc:latitude '38.47'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1167)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10287'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1167'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1167)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10348'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1167'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1167)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10360'^^xsd:integer;
  dwc:scientificName 'Golfingia sp. nov.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1167'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -70.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -70.1167)"^^geo:wktLiteral ;
  geo-pos:lat "38.9833"^^xsd:decimal ;
  geo-pos:long "-70.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '639'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1167'^^xsd:double;
  dwc:latitude '38.9833'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -70.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -70.1167)"^^geo:wktLiteral ;
  geo-pos:lat "38.9833"^^xsd:decimal ;
  geo-pos:long "-70.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16746'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1167'^^xsd:double;
  dwc:latitude '38.9833'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7292 -70.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7292"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7292 -70.1167)"^^geo:wktLiteral ;
  geo-pos:lat "39.7292"^^xsd:decimal ;
  geo-pos:long "-70.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16773'^^xsd:integer;
  dwc:scientificName 'Brevinucula verrilli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1167'^^xsd:double;
  dwc:latitude '39.7292'^^xsd:double;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.1133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.78"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.1133)"^^geo:wktLiteral ;
  geo-pos:lat "38.78"^^xsd:decimal ;
  geo-pos:long "-70.1133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4379'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1133'^^xsd:double;
  dwc:latitude '38.78'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.1133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.78"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.1133)"^^geo:wktLiteral ;
  geo-pos:lat "38.78"^^xsd:decimal ;
  geo-pos:long "-70.1133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4517'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1133'^^xsd:double;
  dwc:latitude '38.78'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.65 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.65 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "-52.65"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12086'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '-52.65'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '951'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '255'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '940'^^xsd:integer;
  dwc:scientificName 'Cimmerius reticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '952'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '982'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '983'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '989'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14805'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14804'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14824'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14818'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '181268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14820'^^xsd:integer;
  dwc:scientificName 'Halonympha atlanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '408164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408164'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14821'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14822'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14823'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1055'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14825'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1018'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14808'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14810'^^xsd:integer;
  dwc:scientificName 'Lametila abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '506199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14815'^^xsd:integer;
  dwc:scientificName 'Policordia horrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14815'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14806'^^xsd:integer;
  dwc:scientificName 'Silicula fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14817'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1462'^^xsd:integer;
  dwc:scientificName 'Cumella polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '182518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10284'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10318'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10318'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10304'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10344'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4513'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4513'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4467'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4378'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A52> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '52'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:52'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A69> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '69'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:69'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4352'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2583'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tubulicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2603'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2611'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '114'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '117'^^xsd:integer;
  dwc:scientificName 'Diastyloides ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '181998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A87> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A87>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '87'^^xsd:integer;
  dwc:scientificName 'Cumella polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '182518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:87'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A79> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A79>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '79'^^xsd:integer;
  dwc:scientificName 'Cimmerius reticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7667'^^xsd:double;
  dwc:aphiaid '110469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:79'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.77"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3933'^^xsd:integer;
  dwc:scientificName 'Ilyarachna una'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.77'^^xsd:double;
  dwc:aphiaid '255874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.77"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2876'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.77'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.77 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.77"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2939'^^xsd:integer;
  dwc:scientificName 'Eugerdella pugilator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.77'^^xsd:double;
  dwc:aphiaid '118569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10288'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10320'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10320'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7833 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.7833"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10347'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '38.7833'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "39.1667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2634'^^xsd:integer;
  dwc:scientificName 'Hemilamprops uniplicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '39.1667'^^xsd:double;
  dwc:aphiaid '110515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "39.1667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2644'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '39.1667'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "39.1667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2621'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '39.1667'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9667 -70.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9667 -70.1)"^^geo:wktLiteral ;
  geo-pos:lat "39.9667"^^xsd:decimal ;
  geo-pos:long "-70.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '640'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.1'^^xsd:double;
  dwc:latitude '39.9667'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.78"^^xsd:decimal ;
  dwc:decimalLongitude "-70.095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.095)"^^geo:wktLiteral ;
  geo-pos:lat "38.78"^^xsd:decimal ;
  geo-pos:long "-70.095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4516'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.095'^^xsd:double;
  dwc:latitude '38.78'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.78"^^xsd:decimal ;
  dwc:decimalLongitude "-70.095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -70.095)"^^geo:wktLiteral ;
  geo-pos:lat "38.78"^^xsd:decimal ;
  geo-pos:long "-70.095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4377'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.095'^^xsd:double;
  dwc:latitude '38.78'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2667 -70.0436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2667 -70.0436)"^^geo:wktLiteral ;
  geo-pos:lat "39.2667"^^xsd:decimal ;
  geo-pos:long "-70.0436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11935'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.0436'^^xsd:double;
  dwc:latitude '39.2667'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11935'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2667 -70.0436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2667 -70.0436)"^^geo:wktLiteral ;
  geo-pos:lat "39.2667"^^xsd:decimal ;
  geo-pos:long "-70.0436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11430'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70.0436'^^xsd:double;
  dwc:latitude '39.2667'^^xsd:double;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -70)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39"^^xsd:decimal ;
  dwc:decimalLongitude "-70"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -70)"^^geo:wktLiteral ;
  geo-pos:lat "39"^^xsd:decimal ;
  geo-pos:long "-70"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4514'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70'^^xsd:integer;
  dwc:latitude '39'^^xsd:integer;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -70)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39"^^xsd:decimal ;
  dwc:decimalLongitude "-70"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -70)"^^geo:wktLiteral ;
  geo-pos:lat "39"^^xsd:decimal ;
  geo-pos:long "-70"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10111'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-70'^^xsd:integer;
  dwc:latitude '39'^^xsd:integer;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2517 -69.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2517"^^xsd:decimal ;
  dwc:decimalLongitude "-69.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2517 -69.99)"^^geo:wktLiteral ;
  geo-pos:lat "39.2517"^^xsd:decimal ;
  geo-pos:long "-69.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4584'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.99'^^xsd:double;
  dwc:latitude '39.2517'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8833 -69.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8833 -69.9833)"^^geo:wktLiteral ;
  geo-pos:lat "38.8833"^^xsd:decimal ;
  geo-pos:long "-69.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4534'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.9833'^^xsd:double;
  dwc:latitude '38.8833'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 -69.975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "-69.975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 -69.975)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "-69.975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17067'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.975'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8783"^^xsd:decimal ;
  dwc:decimalLongitude "-69.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8783"^^xsd:decimal ;
  geo-pos:long "-69.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6275'^^xsd:integer;
  dwc:scientificName 'Paradanielssenia sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.92'^^xsd:double;
  dwc:latitude '-54.8783'^^xsd:double;
  dwc:aphiaid '115293'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115293'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8783"^^xsd:decimal ;
  dwc:decimalLongitude "-69.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8783"^^xsd:decimal ;
  geo-pos:long "-69.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6298'^^xsd:integer;
  dwc:scientificName 'Carolinicola sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.92'^^xsd:double;
  dwc:latitude '-54.8783'^^xsd:double;
  dwc:aphiaid '150151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '150151'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8783"^^xsd:decimal ;
  dwc:decimalLongitude "-69.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8783"^^xsd:decimal ;
  geo-pos:long "-69.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6308'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.92'^^xsd:double;
  dwc:latitude '-54.8783'^^xsd:double;
  dwc:aphiaid '115329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115329'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8783"^^xsd:decimal ;
  dwc:decimalLongitude "-69.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8783"^^xsd:decimal ;
  geo-pos:long "-69.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6342'^^xsd:integer;
  dwc:scientificName 'Fultonia sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.92'^^xsd:double;
  dwc:latitude '-54.8783'^^xsd:double;
  dwc:aphiaid '115226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115226'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8783"^^xsd:decimal ;
  dwc:decimalLongitude "-69.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8783"^^xsd:decimal ;
  geo-pos:long "-69.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6337'^^xsd:integer;
  dwc:scientificName 'Paranannopus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.92'^^xsd:double;
  dwc:latitude '-54.8783'^^xsd:double;
  dwc:aphiaid '115294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8783"^^xsd:decimal ;
  dwc:decimalLongitude "-69.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8783 -69.92)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8783"^^xsd:decimal ;
  geo-pos:long "-69.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6211'^^xsd:integer;
  dwc:scientificName 'Carolinicola sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.92'^^xsd:double;
  dwc:latitude '-54.8783'^^xsd:double;
  dwc:aphiaid '150151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '150151'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8333 -69.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8333 -69.9167)"^^geo:wktLiteral ;
  geo-pos:lat "38.8333"^^xsd:decimal ;
  geo-pos:long "-69.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10289'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.9167'^^xsd:double;
  dwc:latitude '38.8333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8333 -69.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8333 -69.9167)"^^geo:wktLiteral ;
  geo-pos:lat "38.8333"^^xsd:decimal ;
  geo-pos:long "-69.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10349'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.9167'^^xsd:double;
  dwc:latitude '38.8333'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8333 -69.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8333 -69.9167)"^^geo:wktLiteral ;
  geo-pos:lat "38.8333"^^xsd:decimal ;
  geo-pos:long "-69.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10306'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.9167'^^xsd:double;
  dwc:latitude '38.8333'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.84 -69.9117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.84"^^xsd:decimal ;
  dwc:decimalLongitude "-69.9117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.84 -69.9117)"^^geo:wktLiteral ;
  geo-pos:lat "38.84"^^xsd:decimal ;
  geo-pos:long "-69.9117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4524'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.9117'^^xsd:double;
  dwc:latitude '38.84'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6283 -69.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6283"^^xsd:decimal ;
  dwc:decimalLongitude "-69.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6283 -69.91)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6283"^^xsd:decimal ;
  geo-pos:long "-69.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12420'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.91'^^xsd:double;
  dwc:latitude '-53.6283'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.7283 -69.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.7283"^^xsd:decimal ;
  dwc:decimalLongitude "-69.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.7283 -69.895)"^^geo:wktLiteral ;
  geo-pos:lat "-52.7283"^^xsd:decimal ;
  geo-pos:long "-69.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12423'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.895'^^xsd:double;
  dwc:latitude '-52.7283'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.67 -69.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.67"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.67 -69.8583)"^^geo:wktLiteral ;
  geo-pos:lat "-52.67"^^xsd:decimal ;
  geo-pos:long "-69.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12115'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.8583'^^xsd:double;
  dwc:latitude '-52.67'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.67 -69.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.67"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.67 -69.8583)"^^geo:wktLiteral ;
  geo-pos:lat "-52.67"^^xsd:decimal ;
  geo-pos:long "-69.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12424'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.8583'^^xsd:double;
  dwc:latitude '-52.67'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5 -69.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5 -69.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.5"^^xsd:decimal ;
  geo-pos:long "-69.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12070'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.8333'^^xsd:double;
  dwc:latitude '-53.5'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12070'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5 -69.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5 -69.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.5"^^xsd:decimal ;
  geo-pos:long "-69.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12439'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.8333'^^xsd:double;
  dwc:latitude '-53.5'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.705 -69.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.705"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.705 -69.7417)"^^geo:wktLiteral ;
  geo-pos:lat "-52.705"^^xsd:decimal ;
  geo-pos:long "-69.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12116'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.7417'^^xsd:double;
  dwc:latitude '-52.705'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.705 -69.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.705"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.705 -69.7417)"^^geo:wktLiteral ;
  geo-pos:lat "-52.705"^^xsd:decimal ;
  geo-pos:long "-69.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12425'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.7417'^^xsd:double;
  dwc:latitude '-52.705'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0833 -69.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0833 -69.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.0833"^^xsd:decimal ;
  geo-pos:long "-69.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14790'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.6'^^xsd:double;
  dwc:latitude '38.0833'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0833 -69.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0833 -69.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.0833"^^xsd:decimal ;
  geo-pos:long "-69.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10316'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.6'^^xsd:double;
  dwc:latitude '38.0833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10316'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0833 -69.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0833 -69.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.0833"^^xsd:decimal ;
  geo-pos:long "-69.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10341'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.6'^^xsd:double;
  dwc:latitude '38.0833'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3417 -69.5467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.3417"^^xsd:decimal ;
  dwc:decimalLongitude "-69.5467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.3417 -69.5467)"^^geo:wktLiteral ;
  geo-pos:lat "-53.3417"^^xsd:decimal ;
  geo-pos:long "-69.5467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12421'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.5467'^^xsd:double;
  dwc:latitude '-53.3417'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.5333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14789'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.5333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -69.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.98"^^xsd:decimal ;
  dwc:decimalLongitude "-69.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -69.53)"^^geo:wktLiteral ;
  geo-pos:lat "37.98"^^xsd:decimal ;
  geo-pos:long "-69.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2994'^^xsd:integer;
  dwc:scientificName 'Torwolia subchelatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.53'^^xsd:double;
  dwc:latitude '37.98'^^xsd:double;
  dwc:aphiaid '118593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -69.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.98"^^xsd:decimal ;
  dwc:decimalLongitude "-69.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -69.53)"^^geo:wktLiteral ;
  geo-pos:lat "37.98"^^xsd:decimal ;
  geo-pos:long "-69.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2931'^^xsd:integer;
  dwc:scientificName 'Eugerda pannosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.53'^^xsd:double;
  dwc:latitude '37.98'^^xsd:double;
  dwc:aphiaid '118556'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118556'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8933"^^xsd:decimal ;
  dwc:decimalLongitude "-69.505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8933"^^xsd:decimal ;
  geo-pos:long "-69.505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6159'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.505'^^xsd:double;
  dwc:latitude '-54.8933'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8933"^^xsd:decimal ;
  dwc:decimalLongitude "-69.505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8933"^^xsd:decimal ;
  geo-pos:long "-69.505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6167'^^xsd:integer;
  dwc:scientificName 'Fultonia sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.505'^^xsd:double;
  dwc:latitude '-54.8933'^^xsd:double;
  dwc:aphiaid '115226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115226'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8933"^^xsd:decimal ;
  dwc:decimalLongitude "-69.505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8933"^^xsd:decimal ;
  geo-pos:long "-69.505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6210'^^xsd:integer;
  dwc:scientificName 'Amphiascus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.505'^^xsd:double;
  dwc:latitude '-54.8933'^^xsd:double;
  dwc:aphiaid '115305'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115305'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8933"^^xsd:decimal ;
  dwc:decimalLongitude "-69.505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8933"^^xsd:decimal ;
  geo-pos:long "-69.505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6213'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.505'^^xsd:double;
  dwc:latitude '-54.8933'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8933"^^xsd:decimal ;
  dwc:decimalLongitude "-69.505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8933"^^xsd:decimal ;
  geo-pos:long "-69.505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6143'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.505'^^xsd:double;
  dwc:latitude '-54.8933'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8933"^^xsd:decimal ;
  dwc:decimalLongitude "-69.505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8933 -69.505)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8933"^^xsd:decimal ;
  geo-pos:long "-69.505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6116'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.505'^^xsd:double;
  dwc:latitude '-54.8933'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7767 -69.505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7767"^^xsd:decimal ;
  dwc:decimalLongitude "-69.505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7767 -69.505)"^^geo:wktLiteral ;
  geo-pos:lat "39.7767"^^xsd:decimal ;
  geo-pos:long "-69.505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4360'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.505'^^xsd:double;
  dwc:latitude '39.7767'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0667 -69.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0667 -69.4833)"^^geo:wktLiteral ;
  geo-pos:lat "40.0667"^^xsd:decimal ;
  geo-pos:long "-69.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2868'^^xsd:integer;
  dwc:scientificName 'Leptostylis longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4833'^^xsd:double;
  dwc:latitude '40.0667'^^xsd:double;
  dwc:aphiaid '110503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.95 -69.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.95"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.95 -69.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-54.95"^^xsd:decimal ;
  geo-pos:long "-69.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12071'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4667'^^xsd:double;
  dwc:latitude '-54.95'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12071'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.95 -69.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.95"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.95 -69.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-54.95"^^xsd:decimal ;
  geo-pos:long "-69.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12442'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4667'^^xsd:double;
  dwc:latitude '-54.95'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1383 -69.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1383 -69.4633)"^^geo:wktLiteral ;
  geo-pos:lat "39.1383"^^xsd:decimal ;
  geo-pos:long "-69.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4535'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4633'^^xsd:double;
  dwc:latitude '39.1383'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.99"^^xsd:decimal ;
  dwc:decimalLongitude "-69.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  geo-pos:lat "37.99"^^xsd:decimal ;
  geo-pos:long "-69.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2988'^^xsd:integer;
  dwc:scientificName 'Torwolia creper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.44'^^xsd:double;
  dwc:latitude '37.99'^^xsd:double;
  dwc:aphiaid '118592'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.99"^^xsd:decimal ;
  dwc:decimalLongitude "-69.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  geo-pos:lat "37.99"^^xsd:decimal ;
  geo-pos:long "-69.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2950'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa palpata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.44'^^xsd:double;
  dwc:latitude '37.99'^^xsd:double;
  dwc:aphiaid '118576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.99"^^xsd:decimal ;
  dwc:decimalLongitude "-69.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  geo-pos:lat "37.99"^^xsd:decimal ;
  geo-pos:long "-69.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2951'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.44'^^xsd:double;
  dwc:latitude '37.99'^^xsd:double;
  dwc:aphiaid '118577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.99"^^xsd:decimal ;
  dwc:decimalLongitude "-69.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  geo-pos:lat "37.99"^^xsd:decimal ;
  geo-pos:long "-69.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2944'^^xsd:integer;
  dwc:scientificName 'Eugerdella cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.44'^^xsd:double;
  dwc:latitude '37.99'^^xsd:double;
  dwc:aphiaid '118563'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.99"^^xsd:decimal ;
  dwc:decimalLongitude "-69.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  geo-pos:lat "37.99"^^xsd:decimal ;
  geo-pos:long "-69.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2945'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.44'^^xsd:double;
  dwc:latitude '37.99'^^xsd:double;
  dwc:aphiaid '118571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.99"^^xsd:decimal ;
  dwc:decimalLongitude "-69.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.99 -69.44)"^^geo:wktLiteral ;
  geo-pos:lat "37.99"^^xsd:decimal ;
  geo-pos:long "-69.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2948'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa exopodata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.44'^^xsd:double;
  dwc:latitude '37.99'^^xsd:double;
  dwc:aphiaid '118573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14958'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14944'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14937'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14938'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14939'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14940'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14941'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14943'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14945'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14959'^^xsd:integer;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14959'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14960'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14960'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14961'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14961'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14962'^^xsd:integer;
  dwc:scientificName 'Lyonsiella smidti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '141950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14963'^^xsd:integer;
  dwc:scientificName 'Lametila abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '506199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14963'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4522'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14948'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14949'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14950'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14951'^^xsd:integer;
  dwc:scientificName 'Verticordia triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '405128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14952'^^xsd:integer;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14953'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14954'^^xsd:integer;
  dwc:scientificName 'Silicula fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14955'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14956'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14956'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14957'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9867 -69.4367)"^^geo:wktLiteral ;
  geo-pos:lat "37.9867"^^xsd:decimal ;
  geo-pos:long "-69.4367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4490'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4367'^^xsd:double;
  dwc:latitude '37.9867'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '961'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:961'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '976'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1108'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1631'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14936'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10301'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1933'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14947'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '455'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10372'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1992'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2068'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ommidion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '182615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2068'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '410'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '259'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.4333'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -69.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.98"^^xsd:decimal ;
  dwc:decimalLongitude "-69.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -69.43)"^^geo:wktLiteral ;
  geo-pos:lat "37.98"^^xsd:decimal ;
  geo-pos:long "-69.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2932'^^xsd:integer;
  dwc:scientificName 'Eugerda pannosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.43'^^xsd:double;
  dwc:latitude '37.98'^^xsd:double;
  dwc:aphiaid '118556'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118556'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -69.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.98"^^xsd:decimal ;
  dwc:decimalLongitude "-69.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -69.43)"^^geo:wktLiteral ;
  geo-pos:lat "37.98"^^xsd:decimal ;
  geo-pos:long "-69.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2880'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.43'^^xsd:double;
  dwc:latitude '37.98'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.97 -69.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.97"^^xsd:decimal ;
  dwc:decimalLongitude "-69.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.97 -69.42)"^^geo:wktLiteral ;
  geo-pos:lat "37.97"^^xsd:decimal ;
  geo-pos:long "-69.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3783'^^xsd:integer;
  dwc:scientificName 'Eurycope juvenalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.42'^^xsd:double;
  dwc:latitude '37.97'^^xsd:double;
  dwc:aphiaid '255745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.725 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.725"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.725 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "39.725"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11937'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3833'^^xsd:double;
  dwc:latitude '39.725'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6667 -69.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6667 -69.35)"^^geo:wktLiteral ;
  geo-pos:lat "39.6667"^^xsd:decimal ;
  geo-pos:long "-69.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10295'^^xsd:integer;
  dwc:scientificName 'Golfingia eremita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.35'^^xsd:double;
  dwc:latitude '39.6667'^^xsd:double;
  dwc:aphiaid '424400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.1736 -69.3486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.1736"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.1736 -69.3486)"^^geo:wktLiteral ;
  geo-pos:lat "19.1736"^^xsd:decimal ;
  geo-pos:long "-69.3486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11470'^^xsd:integer;
  dwc:scientificName 'Argyrotheca johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3486'^^xsd:double;
  dwc:latitude '19.1736'^^xsd:double;
  dwc:aphiaid '235636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235636'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.1736 -69.3486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.1736"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.1736 -69.3486)"^^geo:wktLiteral ;
  geo-pos:lat "19.1736"^^xsd:decimal ;
  geo-pos:long "-69.3486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12267'^^xsd:integer;
  dwc:scientificName 'Novocrania pourtalesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3486'^^xsd:double;
  dwc:latitude '19.1736'^^xsd:double;
  dwc:aphiaid '235388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.1736 -69.3486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.1736"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.1736 -69.3486)"^^geo:wktLiteral ;
  geo-pos:lat "19.1736"^^xsd:decimal ;
  geo-pos:long "-69.3486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11743'^^xsd:integer;
  dwc:scientificName 'Lacazella caribbeanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3486'^^xsd:double;
  dwc:latitude '19.1736'^^xsd:double;
  dwc:aphiaid '235446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.3667 -69.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.3667 -69.325)"^^geo:wktLiteral ;
  geo-pos:lat "-52.3667"^^xsd:decimal ;
  geo-pos:long "-69.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12427'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.325'^^xsd:double;
  dwc:latitude '-52.3667'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.37 -69.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.37"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.37 -69.3217)"^^geo:wktLiteral ;
  geo-pos:lat "19.37"^^xsd:decimal ;
  geo-pos:long "-69.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11471'^^xsd:integer;
  dwc:scientificName 'Argyrotheca johnsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3217'^^xsd:double;
  dwc:latitude '19.37'^^xsd:double;
  dwc:aphiaid '235636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235636'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1333 -69.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1333 -69.3167)"^^geo:wktLiteral ;
  geo-pos:lat "38.1333"^^xsd:decimal ;
  geo-pos:long "-69.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10342'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3167'^^xsd:double;
  dwc:latitude '38.1333'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1333 -69.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1333 -69.3167)"^^geo:wktLiteral ;
  geo-pos:lat "38.1333"^^xsd:decimal ;
  geo-pos:long "-69.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10373'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3167'^^xsd:double;
  dwc:latitude '38.1333'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14893'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14908'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14903'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14904'^^xsd:integer;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14905'^^xsd:integer;
  dwc:scientificName 'Verticordia triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '405128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14907'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14907'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14911'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14913'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14914'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14891'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14894'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14895'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14899'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14900'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4521'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4469'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3117)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4383'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3117'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.3083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -69.3083)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-69.3083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14942'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3083'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3617 -69.3067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3617 -69.3067)"^^geo:wktLiteral ;
  geo-pos:lat "18.3617"^^xsd:decimal ;
  geo-pos:long "-69.3067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12508'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3067'^^xsd:double;
  dwc:latitude '18.3617'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3617 -69.3067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.3617"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3617 -69.3067)"^^geo:wktLiteral ;
  geo-pos:lat "18.3617"^^xsd:decimal ;
  geo-pos:long "-69.3067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12610'^^xsd:integer;
  dwc:scientificName 'Tichosina pillsburyae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3067'^^xsd:double;
  dwc:latitude '18.3617'^^xsd:double;
  dwc:aphiaid '235484'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0133 -69.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.0133"^^xsd:decimal ;
  geo-pos:long "-69.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14906'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.3'^^xsd:double;
  dwc:latitude '38.0133'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14909'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14910'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14912'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14889'^^xsd:integer;
  dwc:scientificName 'Verticordia triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '405128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14890'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14892'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14896'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14897'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14898'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14901'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14901'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0117 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0117"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14902'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0117'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14902'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0167 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0167 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0167"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10340'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0167'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0167 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0167 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0167"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10375'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2667'^^xsd:double;
  dwc:latitude '38.0167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10375'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.25 -69.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-69.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.25 -69.25)"^^geo:wktLiteral ;
  geo-pos:lat "-52.25"^^xsd:decimal ;
  geo-pos:long "-69.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12438'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.25'^^xsd:double;
  dwc:latitude '-52.25'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2333 -69.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2333 -69.2167)"^^geo:wktLiteral ;
  geo-pos:lat "-59.2333"^^xsd:decimal ;
  geo-pos:long "-69.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11300'^^xsd:integer;
  dwc:scientificName 'Phascolion species?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.2167'^^xsd:double;
  dwc:latitude '-59.2333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11300'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.83 -69.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.83"^^xsd:decimal ;
  dwc:decimalLongitude "-69.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.83 -69.175)"^^geo:wktLiteral ;
  geo-pos:lat "-67.83"^^xsd:decimal ;
  geo-pos:long "-69.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11978'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.175'^^xsd:double;
  dwc:latitude '-67.83'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.83 -69.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.83"^^xsd:decimal ;
  dwc:decimalLongitude "-69.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.83 -69.175)"^^geo:wktLiteral ;
  geo-pos:lat "-67.83"^^xsd:decimal ;
  geo-pos:long "-69.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12059'^^xsd:integer;
  dwc:scientificName 'Magellania joubini?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.175'^^xsd:double;
  dwc:latitude '-67.83'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.83 -69.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.83"^^xsd:decimal ;
  dwc:decimalLongitude "-69.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.83 -69.175)"^^geo:wktLiteral ;
  geo-pos:lat "-67.83"^^xsd:decimal ;
  geo-pos:long "-69.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12178'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.175'^^xsd:double;
  dwc:latitude '-67.83'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3567 -69.145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.3567"^^xsd:decimal ;
  dwc:decimalLongitude "-69.145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3567 -69.145)"^^geo:wktLiteral ;
  geo-pos:lat "18.3567"^^xsd:decimal ;
  geo-pos:long "-69.145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12609'^^xsd:integer;
  dwc:scientificName 'Tichosina pillsburyae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.145'^^xsd:double;
  dwc:latitude '18.3567'^^xsd:double;
  dwc:aphiaid '235484'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3567 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.3567"^^xsd:decimal ;
  dwc:decimalLongitude "-69.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3567 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "18.3567"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11464'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:latitude '18.3567'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.105 -69.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.105"^^xsd:decimal ;
  dwc:decimalLongitude "-69.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.105 -69.0167)"^^geo:wktLiteral ;
  geo-pos:lat "19.105"^^xsd:decimal ;
  geo-pos:long "-69.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11468'^^xsd:integer;
  dwc:scientificName 'Argyrotheca cf. A. barrettiana (Davidson)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.0167'^^xsd:double;
  dwc:latitude '19.105'^^xsd:double;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0167 -69.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0167 -69.0167)"^^geo:wktLiteral ;
  geo-pos:lat "33.0167"^^xsd:decimal ;
  geo-pos:long "-69.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6449'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69.0167'^^xsd:double;
  dwc:latitude '33.0167'^^xsd:double;
  dwc:aphiaid '115871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4167 -69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4167 -69)"^^geo:wktLiteral ;
  geo-pos:lat "39.4167"^^xsd:decimal ;
  geo-pos:long "-69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10352'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-69'^^xsd:integer;
  dwc:latitude '39.4167'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -68.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -68.9)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-68.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4471'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.9'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0333 -68.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0333 -68.8333)"^^geo:wktLiteral ;
  geo-pos:lat "40.0333"^^xsd:decimal ;
  geo-pos:long "-68.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '620'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.8333'^^xsd:double;
  dwc:latitude '40.0333'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.0517 -68.7867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-68.7867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.0517 -68.7867)"^^geo:wktLiteral ;
  geo-pos:lat "19.0517"^^xsd:decimal ;
  geo-pos:long "-68.7867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12504'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.7867'^^xsd:double;
  dwc:latitude '19.0517'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.45 -68.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.45"^^xsd:decimal ;
  dwc:decimalLongitude "-68.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.45 -68.6833)"^^geo:wktLiteral ;
  geo-pos:lat "37.45"^^xsd:decimal ;
  geo-pos:long "-68.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14794'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.6833'^^xsd:double;
  dwc:latitude '37.45'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.22 -68.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.22"^^xsd:decimal ;
  dwc:decimalLongitude "-68.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.22 -68.68)"^^geo:wktLiteral ;
  geo-pos:lat "37.22"^^xsd:decimal ;
  geo-pos:long "-68.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2971'^^xsd:integer;
  dwc:scientificName 'Prochelator abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.68'^^xsd:double;
  dwc:latitude '37.22'^^xsd:double;
  dwc:aphiaid '118583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.22 -68.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.22"^^xsd:decimal ;
  dwc:decimalLongitude "-68.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.22 -68.68)"^^geo:wktLiteral ;
  geo-pos:lat "37.22"^^xsd:decimal ;
  geo-pos:long "-68.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2882'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.68'^^xsd:double;
  dwc:latitude '37.22'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8517 -68.6717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8517"^^xsd:decimal ;
  dwc:decimalLongitude "-68.6717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8517 -68.6717)"^^geo:wktLiteral ;
  geo-pos:lat "39.8517"^^xsd:decimal ;
  geo-pos:long "-68.6717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4585'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.6717'^^xsd:double;
  dwc:latitude '39.8517'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2167 -68.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2167 -68.6667)"^^geo:wktLiteral ;
  geo-pos:lat "37.2167"^^xsd:decimal ;
  geo-pos:long "-68.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10105'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.6667'^^xsd:double;
  dwc:latitude '37.2167'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2167 -68.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2167 -68.6667)"^^geo:wktLiteral ;
  geo-pos:lat "37.2167"^^xsd:decimal ;
  geo-pos:long "-68.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10106'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.6667'^^xsd:double;
  dwc:latitude '37.2167'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -68.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -68.6667)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-68.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10299'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.6667'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -68.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -68.6667)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-68.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10339'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.6667'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2183 -68.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2183"^^xsd:decimal ;
  dwc:decimalLongitude "-68.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2183 -68.66)"^^geo:wktLiteral ;
  geo-pos:lat "37.2183"^^xsd:decimal ;
  geo-pos:long "-68.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14799'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.66'^^xsd:double;
  dwc:latitude '37.2183'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6255'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6262'^^xsd:integer;
  dwc:scientificName 'Amphiascoides sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115303'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6327'^^xsd:integer;
  dwc:scientificName 'Psammis sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6327'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6347'^^xsd:integer;
  dwc:scientificName 'Jonesiella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115289'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6351'^^xsd:integer;
  dwc:scientificName 'Fultonia sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115226'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6162'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6164'^^xsd:integer;
  dwc:scientificName 'Fultonia sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115226'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6157'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115490'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6176'^^xsd:integer;
  dwc:scientificName 'Stylicletodes longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6200'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6241'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6136'^^xsd:integer;
  dwc:scientificName 'Acrenhydrosoma sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115262'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6135'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6120'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6101'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 7'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6088'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6085'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-68.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9083 -68.645)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9083"^^xsd:decimal ;
  geo-pos:long "-68.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6083'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.645'^^xsd:double;
  dwc:latitude '-54.9083'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10317'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10317'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10303'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10343'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4523'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10377'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10377'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '443'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:443'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10374'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4491'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4388'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2581'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mystacinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '182111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.5333)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '215'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5333'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '182083'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.53)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3000'^^xsd:integer;
  dwc:scientificName 'Whoia variabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.53'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '118596'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118596'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.53)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2989'^^xsd:integer;
  dwc:scientificName 'Torwolia creper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.53'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '118592'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.53)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2924'^^xsd:integer;
  dwc:scientificName 'Eugerda fulcimandibulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.53'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '118552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.53)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4051'^^xsd:integer;
  dwc:scientificName 'Serolis vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.53'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '295315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-68.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -68.52)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "-68.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3784'^^xsd:integer;
  dwc:scientificName 'Eurycope juvenalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.52'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '255745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.5167)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15289'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5167'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.5167)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15291'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5167'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.5167)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15293'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5167'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6767 -68.5133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6767"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6767 -68.5133)"^^geo:wktLiteral ;
  geo-pos:lat "39.6767"^^xsd:decimal ;
  geo-pos:long "-68.5133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4472'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5133'^^xsd:double;
  dwc:latitude '39.6767'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.82 -68.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.82"^^xsd:decimal ;
  dwc:decimalLongitude "-68.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.82 -68.5)"^^geo:wktLiteral ;
  geo-pos:lat "36.82"^^xsd:decimal ;
  geo-pos:long "-68.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3738'^^xsd:integer;
  dwc:scientificName 'Storthyngura magnispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.5'^^xsd:double;
  dwc:latitude '36.82'^^xsd:double;
  dwc:aphiaid '255777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255777'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2643'^^xsd:integer;
  dwc:scientificName 'Mesolamprops abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '182240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15290'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15292'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15285'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15286'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15287'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15288'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15294'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15295'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -68.4833)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-68.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15296'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4833'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -68.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -68.475)"^^geo:wktLiteral ;
  geo-pos:lat "39.8167"^^xsd:decimal ;
  geo-pos:long "-68.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16770'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.475'^^xsd:double;
  dwc:latitude '39.8167'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -68.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8167 -68.4667)"^^geo:wktLiteral ;
  geo-pos:lat "39.8167"^^xsd:decimal ;
  geo-pos:long "-68.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '629'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4667'^^xsd:double;
  dwc:latitude '39.8167'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -68.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.98"^^xsd:decimal ;
  dwc:decimalLongitude "-68.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.98 -68.43)"^^geo:wktLiteral ;
  geo-pos:lat "37.98"^^xsd:decimal ;
  geo-pos:long "-68.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2925'^^xsd:integer;
  dwc:scientificName 'Eugerda fulcimandibulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.43'^^xsd:double;
  dwc:latitude '37.98'^^xsd:double;
  dwc:aphiaid '118552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -68.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-68.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -68.42)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-68.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2977'^^xsd:integer;
  dwc:scientificName 'Prochelator hampsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.42'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '118584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3806 -68.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3806"^^xsd:decimal ;
  dwc:decimalLongitude "-68.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3806 -68.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.3806"^^xsd:decimal ;
  geo-pos:long "-68.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16769'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.4167'^^xsd:double;
  dwc:latitude '39.3806'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.9333 -68.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.9333 -68.3833)"^^geo:wktLiteral ;
  geo-pos:lat "19.9333"^^xsd:decimal ;
  geo-pos:long "-68.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15871'^^xsd:integer;
  dwc:scientificName 'Spinula thorsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.3833'^^xsd:double;
  dwc:latitude '19.9333'^^xsd:double;
  dwc:aphiaid '543624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15871'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.35 -68.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.35"^^xsd:decimal ;
  dwc:decimalLongitude "-68.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.35 -68.35)"^^geo:wktLiteral ;
  geo-pos:lat "-66.35"^^xsd:decimal ;
  geo-pos:long "-68.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12249'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.35'^^xsd:double;
  dwc:latitude '-66.35'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.405 -68.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.405"^^xsd:decimal ;
  dwc:decimalLongitude "-68.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.405 -68.3333)"^^geo:wktLiteral ;
  geo-pos:lat "39.405"^^xsd:decimal ;
  geo-pos:long "-68.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4536'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.3333'^^xsd:double;
  dwc:latitude '39.405'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.9 -68.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.9"^^xsd:decimal ;
  dwc:decimalLongitude "-68.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.9 -68.23)"^^geo:wktLiteral ;
  geo-pos:lat "19.9"^^xsd:decimal ;
  geo-pos:long "-68.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3793'^^xsd:integer;
  dwc:scientificName 'Eurycope kurchatovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.23'^^xsd:double;
  dwc:latitude '19.9'^^xsd:double;
  dwc:aphiaid '255746'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8333 -68.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8333 -68.225)"^^geo:wktLiteral ;
  geo-pos:lat "18.8333"^^xsd:decimal ;
  geo-pos:long "-68.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12392'^^xsd:integer;
  dwc:scientificName 'Stenosarina nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.225'^^xsd:double;
  dwc:latitude '18.8333'^^xsd:double;
  dwc:aphiaid '235504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8333 -68.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8333 -68.225)"^^geo:wktLiteral ;
  geo-pos:lat "18.8333"^^xsd:decimal ;
  geo-pos:long "-68.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11603'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.225'^^xsd:double;
  dwc:latitude '18.8333'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.8833 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-68.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.8833 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "19.8833"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15873'^^xsd:integer;
  dwc:scientificName 'Spinula thorsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:latitude '19.8833'^^xsd:double;
  dwc:aphiaid '543624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.4167 -68.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.4167 -68.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-52.4167"^^xsd:decimal ;
  geo-pos:long "-68.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12125'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1833'^^xsd:double;
  dwc:latitude '-52.4167'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9833 -68.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9833 -68.1667)"^^geo:wktLiteral ;
  geo-pos:lat "39.9833"^^xsd:decimal ;
  geo-pos:long "-68.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10355'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1667'^^xsd:double;
  dwc:latitude '39.9833'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.63 -68.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.63"^^xsd:decimal ;
  dwc:decimalLongitude "-68.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.63 -68.15)"^^geo:wktLiteral ;
  geo-pos:lat "18.63"^^xsd:decimal ;
  geo-pos:long "-68.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3792'^^xsd:integer;
  dwc:scientificName 'Eurycope kurchatovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.15'^^xsd:double;
  dwc:latitude '18.63'^^xsd:double;
  dwc:aphiaid '255746'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 -68.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.15"^^xsd:decimal ;
  dwc:decimalLongitude "-68.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 -68.15)"^^geo:wktLiteral ;
  geo-pos:lat "39.15"^^xsd:decimal ;
  geo-pos:long "-68.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10308'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.15'^^xsd:double;
  dwc:latitude '39.15'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8667 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8667 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "10.8667"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12611'^^xsd:integer;
  dwc:scientificName 'Tichosina plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1333'^^xsd:double;
  dwc:latitude '10.8667'^^xsd:double;
  dwc:aphiaid '235485'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3833 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3833 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "37.3833"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10956'^^xsd:integer;
  dwc:scientificName 'Phascolosoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1333'^^xsd:double;
  dwc:latitude '37.3833'^^xsd:double;
  dwc:aphiaid '424408'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10956'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3833 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3833 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "37.3833"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10300'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1333'^^xsd:double;
  dwc:latitude '37.3833'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3833 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3833 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "37.3833"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16762'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1333'^^xsd:double;
  dwc:latitude '37.3833'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3833 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3833 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "37.3833"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14526'^^xsd:integer;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1333'^^xsd:double;
  dwc:latitude '37.3833'^^xsd:double;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.25 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.25"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.25 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "39.25"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14528'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1333'^^xsd:double;
  dwc:latitude '39.25'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.72 -68.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.72"^^xsd:decimal ;
  dwc:decimalLongitude "-68.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.72 -68.13)"^^geo:wktLiteral ;
  geo-pos:lat "31.72"^^xsd:decimal ;
  geo-pos:long "-68.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3671'^^xsd:integer;
  dwc:scientificName 'Storthyngura vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.13'^^xsd:double;
  dwc:latitude '31.72'^^xsd:double;
  dwc:aphiaid '255783'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255783'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.73 -68.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.73"^^xsd:decimal ;
  dwc:decimalLongitude "-68.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.73 -68.13)"^^geo:wktLiteral ;
  geo-pos:lat "80.73"^^xsd:decimal ;
  geo-pos:long "-68.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3858'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.13'^^xsd:double;
  dwc:latitude '80.73'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3858'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.53 -68.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.53"^^xsd:decimal ;
  dwc:decimalLongitude "-68.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.53 -68.125)"^^geo:wktLiteral ;
  geo-pos:lat "19.53"^^xsd:decimal ;
  geo-pos:long "-68.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4554'^^xsd:integer;
  dwc:scientificName 'Neotanais persephone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.125'^^xsd:double;
  dwc:latitude '19.53'^^xsd:double;
  dwc:aphiaid '247389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.8014 -68.1189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.8014"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.8014 -68.1189)"^^geo:wktLiteral ;
  geo-pos:lat "19.8014"^^xsd:decimal ;
  geo-pos:long "-68.1189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4603'^^xsd:integer;
  dwc:scientificName 'Neotanais tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1189'^^xsd:double;
  dwc:latitude '19.8014'^^xsd:double;
  dwc:aphiaid '247394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.8 -68.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.8"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.8 -68.1167)"^^geo:wktLiteral ;
  geo-pos:lat "19.8"^^xsd:decimal ;
  geo-pos:long "-68.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15875'^^xsd:integer;
  dwc:scientificName 'Bathyneaera paleifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1167'^^xsd:double;
  dwc:latitude '19.8'^^xsd:double;
  dwc:aphiaid '408522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10336'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4167 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4167 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.4167"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4389'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1'^^xsd:double;
  dwc:latitude '36.4167'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.42 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.42"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.42 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.42"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4050'^^xsd:integer;
  dwc:scientificName 'Serolis vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.1'^^xsd:double;
  dwc:latitude '36.42'^^xsd:double;
  dwc:aphiaid '295315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4333 -68.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4333 -68.0833)"^^geo:wktLiteral ;
  geo-pos:lat "36.4333"^^xsd:decimal ;
  geo-pos:long "-68.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10338'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.0833'^^xsd:double;
  dwc:latitude '36.4333'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -68.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.4333 -68.0583)"^^geo:wktLiteral ;
  geo-pos:lat "39.4333"^^xsd:decimal ;
  geo-pos:long "-68.0583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14527'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.0583'^^xsd:double;
  dwc:latitude '39.4333'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3783 -68.0367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3783"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3783 -68.0367)"^^geo:wktLiteral ;
  geo-pos:lat "36.3783"^^xsd:decimal ;
  geo-pos:long "-68.0367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4376'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.0367'^^xsd:double;
  dwc:latitude '36.3783'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1 -68.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.1"^^xsd:decimal ;
  dwc:decimalLongitude "-68.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1 -68.025)"^^geo:wktLiteral ;
  geo-pos:lat "40.1"^^xsd:decimal ;
  geo-pos:long "-68.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16745'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.025'^^xsd:double;
  dwc:latitude '40.1'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4033 -68.0217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4033"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4033 -68.0217)"^^geo:wktLiteral ;
  geo-pos:lat "36.4033"^^xsd:decimal ;
  geo-pos:long "-68.0217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14996'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.0217'^^xsd:double;
  dwc:latitude '36.4033'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4169 -68.0006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.4169"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4169 -68.0006)"^^geo:wktLiteral ;
  geo-pos:lat "19.4169"^^xsd:decimal ;
  geo-pos:long "-68.0006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5953'^^xsd:integer;
  dwc:scientificName 'Robustognathia dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68.0006'^^xsd:double;
  dwc:latitude '19.4169'^^xsd:double;
  dwc:aphiaid '247512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.6333 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.6333 -68)"^^geo:wktLiteral ;
  geo-pos:lat "19.6333"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4560'^^xsd:integer;
  dwc:scientificName 'Neotanais persephone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '19.6333'^^xsd:double;
  dwc:aphiaid '247389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8167 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8167 -68)"^^geo:wktLiteral ;
  geo-pos:lat "32.8167"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6408'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-68'^^xsd:integer;
  dwc:latitude '32.8167'^^xsd:double;
  dwc:aphiaid '116194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.38"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2976'^^xsd:integer;
  dwc:scientificName 'Prochelator hampsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '36.38'^^xsd:double;
  dwc:aphiaid '118584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.38"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3977'^^xsd:integer;
  dwc:scientificName 'Bathybadistes hoplitis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '36.38'^^xsd:double;
  dwc:aphiaid '259239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.38"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2983'^^xsd:integer;
  dwc:scientificName 'Prochelator litus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '36.38'^^xsd:double;
  dwc:aphiaid '118587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118587'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.38"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2877'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '36.38'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.38"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2967'^^xsd:integer;
  dwc:scientificName 'Momedossa profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '36.38'^^xsd:double;
  dwc:aphiaid '118578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.38"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2914'^^xsd:integer;
  dwc:scientificName 'Disparella pachythrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '36.38'^^xsd:double;
  dwc:aphiaid '118546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3760'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3794'^^xsd:integer;
  dwc:scientificName 'Eurycope longiflagrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:aphiaid '118621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118621'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3808'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.62"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "39.62"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3759'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '39.62'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -67.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.62"^^xsd:decimal ;
  dwc:decimalLongitude "-67.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -67.97)"^^geo:wktLiteral ;
  geo-pos:lat "39.62"^^xsd:decimal ;
  geo-pos:long "-67.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3802'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.97'^^xsd:double;
  dwc:latitude '39.62'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4610'^^xsd:integer;
  dwc:scientificName 'Venustrictus glandurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '247398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '975'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14834'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14833'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14833'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14828'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14829'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14830'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14831'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14832'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14835'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14835'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14838'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14839'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10298'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10335'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10370'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2637'^^xsd:integer;
  dwc:scientificName 'Mesolamprops abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '182240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '250'^^xsd:integer;
  dwc:scientificName 'Paralamprops ledoyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '182250'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307774'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '244'^^xsd:integer;
  dwc:scientificName 'Mesolamprops abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '182240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4353'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3833 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "36.3833"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2613'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '36.3833'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2613'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5333 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5333 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "39.5333"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14879'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '39.5333'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '954'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1058'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10323'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10323'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10378'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9667'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10378'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14880'^^xsd:integer;
  dwc:scientificName 'Policordia horrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14880'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14883'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4354'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14881'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14882'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14884'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14885'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14886'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14887'^^xsd:integer;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14888'^^xsd:integer;
  dwc:scientificName 'Lyonsiella perplexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '406055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4520'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6383 -67.9633)"^^geo:wktLiteral ;
  geo-pos:lat "39.6383"^^xsd:decimal ;
  geo-pos:long "-67.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4382'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9633'^^xsd:double;
  dwc:latitude '39.6383'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.95)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2647'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.95'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.95)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2586'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tubulicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.95'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '110605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.95)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2625'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.95'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6333 -67.95)"^^geo:wktLiteral ;
  geo-pos:lat "39.6333"^^xsd:decimal ;
  geo-pos:long "-67.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2615'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.95'^^xsd:double;
  dwc:latitude '39.6333'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "34.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14977'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '34.3333'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "34.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14976'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '34.3333'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14978'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.3333'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14979'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.3333'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14981'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.3333'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14982'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.3333'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14983'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.3333'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14975'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.3333'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10334'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.3333'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10369'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.3333'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3333 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.3333"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4387'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.3333'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14927'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14928'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14931'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10337'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10371'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2638'^^xsd:integer;
  dwc:scientificName 'Mesolamprops abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '182240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14934'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14933'^^xsd:integer;
  dwc:scientificName 'Cuspidaria undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '156773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14929'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14929'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14930'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14926'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14925'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14921'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14923'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14924'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14935'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14935'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4067"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4067 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "36.4067"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4386'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:latitude '36.4067'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.33"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.33"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2969'^^xsd:integer;
  dwc:scientificName 'Momedossa profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.33'^^xsd:double;
  dwc:aphiaid '118578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2969'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.33"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.33"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2979'^^xsd:integer;
  dwc:scientificName 'Prochelator hampsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.33'^^xsd:double;
  dwc:aphiaid '118584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.33"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.33"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3974'^^xsd:integer;
  dwc:scientificName 'Bathybadistes hoplitis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.33'^^xsd:double;
  dwc:aphiaid '259239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.33"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.33"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4052'^^xsd:integer;
  dwc:scientificName 'Serolis vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.33'^^xsd:double;
  dwc:aphiaid '295315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2968'^^xsd:integer;
  dwc:scientificName 'Momedossa profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '118578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2968'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2974'^^xsd:integer;
  dwc:scientificName 'Prochelator abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '118583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2978'^^xsd:integer;
  dwc:scientificName 'Prochelator hampsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '118584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2875'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.41 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.41"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.41 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.41"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3001'^^xsd:integer;
  dwc:scientificName 'Whoia variabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.41'^^xsd:double;
  dwc:aphiaid '118596'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118596'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.41 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.41"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.41 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.41"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3975'^^xsd:integer;
  dwc:scientificName 'Bathybadistes hoplitis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.41'^^xsd:double;
  dwc:aphiaid '259239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.41 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.41"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.41 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.41"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2982'^^xsd:integer;
  dwc:scientificName 'Prochelator litus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.41'^^xsd:double;
  dwc:aphiaid '118587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118587'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.41 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.41"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.41 -67.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.41"^^xsd:decimal ;
  geo-pos:long "-67.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2935'^^xsd:integer;
  dwc:scientificName 'Eugerdella ischnomesoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:latitude '36.41'^^xsd:double;
  dwc:aphiaid '118565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2935'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8667 -67.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8667 -67.8667)"^^geo:wktLiteral ;
  geo-pos:lat "38.8667"^^xsd:decimal ;
  geo-pos:long "-67.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10350'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.8667'^^xsd:double;
  dwc:latitude '38.8667'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.0333 -67.8539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.8539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.0333 -67.8539)"^^geo:wktLiteral ;
  geo-pos:lat "18.0333"^^xsd:decimal ;
  geo-pos:long "-67.8539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12393'^^xsd:integer;
  dwc:scientificName 'Stenosarina parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.8539'^^xsd:double;
  dwc:latitude '18.0333'^^xsd:double;
  dwc:aphiaid '235506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -67.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.25"^^xsd:decimal ;
  dwc:decimalLongitude "-67.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -67.85)"^^geo:wktLiteral ;
  geo-pos:lat "36.25"^^xsd:decimal ;
  geo-pos:long "-67.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16958'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.85'^^xsd:double;
  dwc:latitude '36.25'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -67.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.25"^^xsd:decimal ;
  dwc:decimalLongitude "-67.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -67.85)"^^geo:wktLiteral ;
  geo-pos:lat "36.25"^^xsd:decimal ;
  geo-pos:long "-67.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4381'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.85'^^xsd:double;
  dwc:latitude '36.25'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.8 -67.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.8"^^xsd:decimal ;
  dwc:decimalLongitude "-67.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.8 -67.8167)"^^geo:wktLiteral ;
  geo-pos:lat "13.8"^^xsd:decimal ;
  geo-pos:long "-67.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9373'^^xsd:integer;
  dwc:scientificName 'Calycosoma validum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.8167'^^xsd:double;
  dwc:latitude '13.8'^^xsd:double;
  dwc:aphiaid '171951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.3333 -67.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.3333 -67.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-66.3333"^^xsd:decimal ;
  geo-pos:long "-67.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12273'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.7833'^^xsd:double;
  dwc:latitude '-66.3333'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.13 -67.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.13"^^xsd:decimal ;
  dwc:decimalLongitude "-67.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.13 -67.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.13"^^xsd:decimal ;
  geo-pos:long "-67.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3627'^^xsd:integer;
  dwc:scientificName 'Storthyngura falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.78'^^xsd:double;
  dwc:latitude '-64.13'^^xsd:double;
  dwc:aphiaid '175213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.6339 -67.7692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.6339"^^xsd:decimal ;
  dwc:decimalLongitude "-67.7692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.6339 -67.7692)"^^geo:wktLiteral ;
  geo-pos:lat "19.6339"^^xsd:decimal ;
  geo-pos:long "-67.7692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4484'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.7692'^^xsd:double;
  dwc:latitude '19.6339'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.6333 -67.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.6333 -67.7667)"^^geo:wktLiteral ;
  geo-pos:lat "19.6333"^^xsd:decimal ;
  geo-pos:long "-67.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15874'^^xsd:integer;
  dwc:scientificName 'Bathyneaera paleifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.7667'^^xsd:double;
  dwc:latitude '19.6333'^^xsd:double;
  dwc:aphiaid '408522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.02 -67.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.02"^^xsd:decimal ;
  dwc:decimalLongitude "-67.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.02 -67.75)"^^geo:wktLiteral ;
  geo-pos:lat "-64.02"^^xsd:decimal ;
  geo-pos:long "-67.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3657'^^xsd:integer;
  dwc:scientificName 'Storthyngura scotia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.75'^^xsd:double;
  dwc:latitude '-64.02'^^xsd:double;
  dwc:aphiaid '175217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.7333 -67.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.7333 -67.7)"^^geo:wktLiteral ;
  geo-pos:lat "-52.7333"^^xsd:decimal ;
  geo-pos:long "-67.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12101'^^xsd:integer;
  dwc:scientificName 'Magellania venosa?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.7'^^xsd:double;
  dwc:latitude '-52.7333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2333 -67.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2333 -67.7)"^^geo:wktLiteral ;
  geo-pos:lat "18.2333"^^xsd:decimal ;
  geo-pos:long "-67.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11591'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.7'^^xsd:double;
  dwc:latitude '18.2333'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8367 -67.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8367"^^xsd:decimal ;
  dwc:decimalLongitude "-67.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8367 -67.6783)"^^geo:wktLiteral ;
  geo-pos:lat "39.8367"^^xsd:decimal ;
  geo-pos:long "-67.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4473'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.6783'^^xsd:double;
  dwc:latitude '39.8367'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.8167 -67.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.8167 -67.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-52.8167"^^xsd:decimal ;
  geo-pos:long "-67.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12117'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.5833'^^xsd:double;
  dwc:latitude '-52.8167'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.8167 -67.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.8167 -67.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-52.8167"^^xsd:decimal ;
  geo-pos:long "-67.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12426'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.5833'^^xsd:double;
  dwc:latitude '-52.8167'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0333 -67.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0333 -67.5)"^^geo:wktLiteral ;
  geo-pos:lat "39.0333"^^xsd:decimal ;
  geo-pos:long "-67.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10307'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.5'^^xsd:double;
  dwc:latitude '39.0333'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0333 -67.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0333 -67.5)"^^geo:wktLiteral ;
  geo-pos:lat "39.0333"^^xsd:decimal ;
  geo-pos:long "-67.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10351'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.5'^^xsd:double;
  dwc:latitude '39.0333'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0167 -67.4858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0167 -67.4858)"^^geo:wktLiteral ;
  geo-pos:lat "40.0167"^^xsd:decimal ;
  geo-pos:long "-67.4858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4630'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.4858'^^xsd:double;
  dwc:latitude '40.0167'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0167 -67.4858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0167 -67.4858)"^^geo:wktLiteral ;
  geo-pos:lat "40.0167"^^xsd:decimal ;
  geo-pos:long "-67.4858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4370'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.4858'^^xsd:double;
  dwc:latitude '40.0167'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0167 -67.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.0167 -67.4833)"^^geo:wktLiteral ;
  geo-pos:lat "40.0167"^^xsd:decimal ;
  geo-pos:long "-67.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '632'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.4833'^^xsd:double;
  dwc:latitude '40.0167'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.05 -67.4542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.05 -67.4542)"^^geo:wktLiteral ;
  geo-pos:lat "40.05"^^xsd:decimal ;
  geo-pos:long "-67.4542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11938'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.4542'^^xsd:double;
  dwc:latitude '40.05'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.05 -67.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.05 -67.45)"^^geo:wktLiteral ;
  geo-pos:lat "40.05"^^xsd:decimal ;
  geo-pos:long "-67.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '633'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.45'^^xsd:double;
  dwc:latitude '40.05'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6667 -67.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6667 -67.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-56.6667"^^xsd:decimal ;
  geo-pos:long "-67.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12414'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.4333'^^xsd:double;
  dwc:latitude '-56.6667'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6667 -67.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6667 -67.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-56.6667"^^xsd:decimal ;
  geo-pos:long "-67.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11443'^^xsd:integer;
  dwc:scientificName 'Aneboconcha obscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.4333'^^xsd:double;
  dwc:latitude '-56.6667'^^xsd:double;
  dwc:aphiaid '235669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11443'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6667 -67.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6667 -67.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-56.6667"^^xsd:decimal ;
  geo-pos:long "-67.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11891'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.4333'^^xsd:double;
  dwc:latitude '-56.6667'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2667 -67.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2667 -67.4333)"^^geo:wktLiteral ;
  geo-pos:lat "40.2667"^^xsd:decimal ;
  geo-pos:long "-67.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2865'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.4333'^^xsd:double;
  dwc:latitude '40.2667'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1833 -67.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1833 -67.3333)"^^geo:wktLiteral ;
  geo-pos:lat "35.1833"^^xsd:decimal ;
  geo-pos:long "-67.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16443'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.3333'^^xsd:double;
  dwc:latitude '35.1833'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16443'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.58 -67.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.58"^^xsd:decimal ;
  dwc:decimalLongitude "-67.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.58 -67.15)"^^geo:wktLiteral ;
  geo-pos:lat "21.58"^^xsd:decimal ;
  geo-pos:long "-67.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3239'^^xsd:integer;
  dwc:scientificName 'Hydroniscus quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.15'^^xsd:double;
  dwc:latitude '21.58'^^xsd:double;
  dwc:aphiaid '255849'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.58 -67.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.58"^^xsd:decimal ;
  dwc:decimalLongitude "-67.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.58 -67.15)"^^geo:wktLiteral ;
  geo-pos:lat "21.58"^^xsd:decimal ;
  geo-pos:long "-67.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3097'^^xsd:integer;
  dwc:scientificName 'Macrostylis minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.15'^^xsd:double;
  dwc:latitude '21.58'^^xsd:double;
  dwc:aphiaid '256117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256117'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.155 -67.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.155"^^xsd:decimal ;
  dwc:decimalLongitude "-67.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.155 -67.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.155"^^xsd:decimal ;
  geo-pos:long "-67.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4631'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.15'^^xsd:double;
  dwc:latitude '40.155'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.155 -67.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.155"^^xsd:decimal ;
  dwc:decimalLongitude "-67.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.155 -67.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.155"^^xsd:decimal ;
  geo-pos:long "-67.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5064'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.15'^^xsd:double;
  dwc:latitude '40.155'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.155 -67.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.155"^^xsd:decimal ;
  dwc:decimalLongitude "-67.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.155 -67.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.155"^^xsd:decimal ;
  geo-pos:long "-67.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5109'^^xsd:integer;
  dwc:scientificName 'Collettea wilsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.15'^^xsd:double;
  dwc:latitude '40.155'^^xsd:double;
  dwc:aphiaid '247446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.155 -67.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.155"^^xsd:decimal ;
  dwc:decimalLongitude "-67.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.155 -67.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.155"^^xsd:decimal ;
  geo-pos:long "-67.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4414'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.15'^^xsd:double;
  dwc:latitude '40.155'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1583 -67.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.1583"^^xsd:decimal ;
  dwc:decimalLongitude "-67.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1583 -67.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.1583"^^xsd:decimal ;
  geo-pos:long "-67.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10958'^^xsd:integer;
  dwc:scientificName 'Phascolosoma sabellariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.15'^^xsd:double;
  dwc:latitude '40.1583'^^xsd:double;
  dwc:aphiaid '424378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1583 -67.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.1583"^^xsd:decimal ;
  dwc:decimalLongitude "-67.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1583 -67.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.1583"^^xsd:decimal ;
  geo-pos:long "-67.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16736'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.15'^^xsd:double;
  dwc:latitude '40.1583'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -67.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -67.0917)"^^geo:wktLiteral ;
  geo-pos:lat "39.9"^^xsd:decimal ;
  geo-pos:long "-67.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14529'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0917'^^xsd:double;
  dwc:latitude '39.9'^^xsd:double;
  dwc:aphiaid '428626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2806 -67.0875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2806"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2806 -67.0875)"^^geo:wktLiteral ;
  geo-pos:lat "40.2806"^^xsd:decimal ;
  geo-pos:long "-67.0875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10957'^^xsd:integer;
  dwc:scientificName 'Phascolosoma sabellariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0875'^^xsd:double;
  dwc:latitude '40.2806'^^xsd:double;
  dwc:aphiaid '424378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2806 -67.0875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2806"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2806 -67.0875)"^^geo:wktLiteral ;
  geo-pos:lat "40.2806"^^xsd:decimal ;
  geo-pos:long "-67.0875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10959'^^xsd:integer;
  dwc:scientificName 'Phascolosoma cinctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0875'^^xsd:double;
  dwc:latitude '40.2806'^^xsd:double;
  dwc:aphiaid '424380'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10959'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2806 -67.0875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2806"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2806 -67.0875)"^^geo:wktLiteral ;
  geo-pos:lat "40.2806"^^xsd:decimal ;
  geo-pos:long "-67.0875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16774'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0875'^^xsd:double;
  dwc:latitude '40.2806'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2806 -67.0875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2806"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2806 -67.0875)"^^geo:wktLiteral ;
  geo-pos:lat "40.2806"^^xsd:decimal ;
  geo-pos:long "-67.0875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14519'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0875'^^xsd:double;
  dwc:latitude '40.2806'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.7083 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.7083"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.7083 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "19.7083"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4556'^^xsd:integer;
  dwc:scientificName 'Neotanais persephone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:latitude '19.7083'^^xsd:double;
  dwc:aphiaid '247389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "39.9"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4527'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:latitude '39.9'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "39.9"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '634'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:latitude '39.9'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "39.9"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4394'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:latitude '39.9'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2667 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2667 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2667"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '654'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:latitude '40.2667'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2833 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2833 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2833"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10328'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:latitude '40.2833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10328'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.27 -67.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.27"^^xsd:decimal ;
  dwc:decimalLongitude "-67.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.27 -67.08)"^^geo:wktLiteral ;
  geo-pos:lat "40.27"^^xsd:decimal ;
  geo-pos:long "-67.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3469'^^xsd:integer;
  dwc:scientificName 'Heteromesus spinecens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.08'^^xsd:double;
  dwc:latitude '40.27'^^xsd:double;
  dwc:aphiaid '255907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.8667 -67.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.8667 -67.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-51.8667"^^xsd:decimal ;
  geo-pos:long "-67.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12111'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0167'^^xsd:double;
  dwc:latitude '-51.8667'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.8667 -67.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.8667 -67.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-51.8667"^^xsd:decimal ;
  geo-pos:long "-67.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12415'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67.0167'^^xsd:double;
  dwc:latitude '-51.8667'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.75 -67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.75"^^xsd:decimal ;
  dwc:decimalLongitude "-67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.75 -67)"^^geo:wktLiteral ;
  geo-pos:lat "19.75"^^xsd:decimal ;
  geo-pos:long "-67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4559'^^xsd:integer;
  dwc:scientificName 'Neotanais persephone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-67'^^xsd:integer;
  dwc:latitude '19.75'^^xsd:double;
  dwc:aphiaid '247389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8333 -66.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8333 -66.9667)"^^geo:wktLiteral ;
  geo-pos:lat "10.8333"^^xsd:decimal ;
  geo-pos:long "-66.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12483'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9667'^^xsd:double;
  dwc:latitude '10.8333'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8333 -66.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8333 -66.9667)"^^geo:wktLiteral ;
  geo-pos:lat "10.8333"^^xsd:decimal ;
  geo-pos:long "-66.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12596'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9667'^^xsd:double;
  dwc:latitude '10.8333'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6272'^^xsd:integer;
  dwc:scientificName 'Paradanielssenia sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115293'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115293'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6256'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 9'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6279'^^xsd:integer;
  dwc:scientificName 'Jonesiella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115289'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6326'^^xsd:integer;
  dwc:scientificName 'Psammis sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6326'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6343'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 7'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6156'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115490'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6178'^^xsd:integer;
  dwc:scientificName 'Bulbamphiascus sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115306'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6217'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6202'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1167 -66.9233)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1167"^^xsd:decimal ;
  geo-pos:long "-66.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6139'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9233'^^xsd:double;
  dwc:latitude '-55.1167'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8333 -66.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.8333 -66.9167)"^^geo:wktLiteral ;
  geo-pos:lat "10.8333"^^xsd:decimal ;
  geo-pos:long "-66.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12597'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9167'^^xsd:double;
  dwc:latitude '10.8333'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6273'^^xsd:integer;
  dwc:scientificName 'Paradanielssenia sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115293'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115293'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6249'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6264'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6315'^^xsd:integer;
  dwc:scientificName 'Psammis sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6315'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6325'^^xsd:integer;
  dwc:scientificName 'Psammis sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6219'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115490'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6181'^^xsd:integer;
  dwc:scientificName 'Bulbamphiascus sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115306'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6186'^^xsd:integer;
  dwc:scientificName 'Amphiascus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115305'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115305'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6199'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6206'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6224'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Stenhelia) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115327'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.14"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.14 -66.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-55.14"^^xsd:decimal ;
  geo-pos:long "-66.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6122'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.9083'^^xsd:double;
  dwc:latitude '-55.14'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6245'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6253'^^xsd:integer;
  dwc:scientificName 'Jonesiella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115289'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6265'^^xsd:integer;
  dwc:scientificName 'Arthropsyllus australis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '361396'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293098'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6324'^^xsd:integer;
  dwc:scientificName 'Psammis sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6345'^^xsd:integer;
  dwc:scientificName 'Bulbamphiascus sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115306'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6350'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 9'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6356'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '351831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116716'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6196'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '293118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6133'^^xsd:integer;
  dwc:scientificName 'Acrenhydrosoma sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115262'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6201'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 7'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6205'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6223'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6230'^^xsd:integer;
  dwc:scientificName 'Paradanielssenia sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115293'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115293'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6236'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma hopkinsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115781'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115781'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6142'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6106'^^xsd:integer;
  dwc:scientificName 'Robertgurneya sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115323'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6106'^^xsd:anyURI;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.0067 -66.8933)"^^geo:wktLiteral ;
  geo-pos:lat "-55.0067"^^xsd:decimal ;
  geo-pos:long "-66.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6093'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8933'^^xsd:double;
  dwc:latitude '-55.0067'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.2833 -66.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.2833 -66.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-50.2833"^^xsd:decimal ;
  geo-pos:long "-66.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12109'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8333'^^xsd:double;
  dwc:latitude '-50.2833'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.2833 -66.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.2833 -66.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-50.2833"^^xsd:decimal ;
  geo-pos:long "-66.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12408'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8333'^^xsd:double;
  dwc:latitude '-50.2833'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.2833 -66.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.2833 -66.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-50.2833"^^xsd:decimal ;
  geo-pos:long "-66.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11880'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8333'^^xsd:double;
  dwc:latitude '-50.2833'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.3667 -66.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.3667 -66.8333)"^^geo:wktLiteral ;
  geo-pos:lat "19.3667"^^xsd:decimal ;
  geo-pos:long "-66.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4561'^^xsd:integer;
  dwc:scientificName 'Neotanais persephone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8333'^^xsd:double;
  dwc:latitude '19.3667'^^xsd:double;
  dwc:aphiaid '247389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -66.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -66.8167)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9333"^^xsd:decimal ;
  geo-pos:long "-66.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12107'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8167'^^xsd:double;
  dwc:latitude '-52.9333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -66.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -66.8167)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9333"^^xsd:decimal ;
  geo-pos:long "-66.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12406'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8167'^^xsd:double;
  dwc:latitude '-52.9333'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -66.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.9333 -66.8167)"^^geo:wktLiteral ;
  geo-pos:lat "-52.9333"^^xsd:decimal ;
  geo-pos:long "-66.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11878'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.8167'^^xsd:double;
  dwc:latitude '-52.9333'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4356'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4525'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8854'^^xsd:integer;
  dwc:scientificName 'Syringonomus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '121964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1060'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8646'^^xsd:integer;
  dwc:scientificName 'Syringonomus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '121964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15088'^^xsd:integer;
  dwc:scientificName 'Lametila abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '506199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15092'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15093'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15087'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15080'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15081'^^xsd:integer;
  dwc:scientificName 'Silicula fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15082'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15083'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15085'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15076'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15076'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15077'^^xsd:integer;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15077'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15078'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15079'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15086'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4393'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '307'^^xsd:integer;
  dwc:scientificName 'Typolamprops hudsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '182273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '236'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '182097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '232'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus peresi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '182096'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2648'^^xsd:integer;
  dwc:scientificName 'Typolamprops hudsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '182273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8311'^^xsd:integer;
  dwc:scientificName 'Enoplus groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '121788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8311'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2578'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mystacinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '182111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2604'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2627'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.62"^^xsd:decimal ;
  dwc:decimalLongitude "-66.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  geo-pos:lat "39.62"^^xsd:decimal ;
  geo-pos:long "-66.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3016'^^xsd:integer;
  dwc:scientificName 'Hebefustis cornutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.78'^^xsd:double;
  dwc:latitude '39.62'^^xsd:double;
  dwc:aphiaid '256286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.62"^^xsd:decimal ;
  dwc:decimalLongitude "-66.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  geo-pos:lat "39.62"^^xsd:decimal ;
  geo-pos:long "-66.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2911'^^xsd:integer;
  dwc:scientificName 'Disparella valida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.78'^^xsd:double;
  dwc:latitude '39.62'^^xsd:double;
  dwc:aphiaid '118547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.62"^^xsd:decimal ;
  dwc:decimalLongitude "-66.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  geo-pos:lat "39.62"^^xsd:decimal ;
  geo-pos:long "-66.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3931'^^xsd:integer;
  dwc:scientificName 'Ilyarachna una'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.78'^^xsd:double;
  dwc:latitude '39.62'^^xsd:double;
  dwc:aphiaid '255874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.62"^^xsd:decimal ;
  dwc:decimalLongitude "-66.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  geo-pos:lat "39.62"^^xsd:decimal ;
  geo-pos:long "-66.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2881'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.78'^^xsd:double;
  dwc:latitude '39.62'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.62"^^xsd:decimal ;
  dwc:decimalLongitude "-66.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.78)"^^geo:wktLiteral ;
  geo-pos:lat "39.62"^^xsd:decimal ;
  geo-pos:long "-66.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2947'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.78'^^xsd:double;
  dwc:latitude '39.62'^^xsd:double;
  dwc:aphiaid '118571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.3517 -66.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.3517"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.3517 -66.7617)"^^geo:wktLiteral ;
  geo-pos:lat "-66.3517"^^xsd:decimal ;
  geo-pos:long "-66.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5371'^^xsd:integer;
  dwc:scientificName 'Pseudotanais abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7617'^^xsd:double;
  dwc:latitude '-66.3517'^^xsd:double;
  dwc:aphiaid '136499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.58 -66.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.58"^^xsd:decimal ;
  dwc:decimalLongitude "-66.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.58 -66.75)"^^geo:wktLiteral ;
  geo-pos:lat "39.58"^^xsd:decimal ;
  geo-pos:long "-66.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3750'^^xsd:integer;
  dwc:scientificName 'Eurycope diadela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.75'^^xsd:double;
  dwc:latitude '39.58'^^xsd:double;
  dwc:aphiaid '255737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1567 -66.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.1567"^^xsd:decimal ;
  dwc:decimalLongitude "-66.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1567 -66.75)"^^geo:wktLiteral ;
  geo-pos:lat "40.1567"^^xsd:decimal ;
  geo-pos:long "-66.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4537'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.75'^^xsd:double;
  dwc:latitude '40.1567'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.625 -66.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.625"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.625 -66.7333)"^^geo:wktLiteral ;
  geo-pos:lat "39.625"^^xsd:decimal ;
  geo-pos:long "-66.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8647'^^xsd:integer;
  dwc:scientificName 'Syringonomus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7333'^^xsd:double;
  dwc:latitude '39.625'^^xsd:double;
  dwc:aphiaid '121964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.35 -66.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.35 -66.73)"^^geo:wktLiteral ;
  geo-pos:lat "20.35"^^xsd:decimal ;
  geo-pos:long "-66.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3241'^^xsd:integer;
  dwc:scientificName 'Hydroniscus quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.73'^^xsd:double;
  dwc:latitude '20.35'^^xsd:double;
  dwc:aphiaid '255849'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.62"^^xsd:decimal ;
  dwc:decimalLongitude "-66.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.62 -66.73)"^^geo:wktLiteral ;
  geo-pos:lat "39.62"^^xsd:decimal ;
  geo-pos:long "-66.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4049'^^xsd:integer;
  dwc:scientificName 'Serolis vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.73'^^xsd:double;
  dwc:latitude '39.62'^^xsd:double;
  dwc:aphiaid '295315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.275 -66.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.275"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.275 -66.7083)"^^geo:wktLiteral ;
  geo-pos:lat "32.275"^^xsd:decimal ;
  geo-pos:long "-66.7083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14776'^^xsd:integer;
  dwc:scientificName 'Tindaria cytherea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7083'^^xsd:double;
  dwc:latitude '32.275'^^xsd:double;
  dwc:aphiaid '420682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.4833 -66.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.4833 -66.7)"^^geo:wktLiteral ;
  geo-pos:lat "-51.4833"^^xsd:decimal ;
  geo-pos:long "-66.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12106'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7'^^xsd:double;
  dwc:latitude '-51.4833'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.4833 -66.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.4833 -66.7)"^^geo:wktLiteral ;
  geo-pos:lat "-51.4833"^^xsd:decimal ;
  geo-pos:long "-66.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12404'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.7'^^xsd:double;
  dwc:latitude '-51.4833'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.53 -66.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.53"^^xsd:decimal ;
  dwc:decimalLongitude "-66.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.53 -66.62)"^^geo:wktLiteral ;
  geo-pos:lat "21.53"^^xsd:decimal ;
  geo-pos:long "-66.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3240'^^xsd:integer;
  dwc:scientificName 'Hydroniscus quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.62'^^xsd:double;
  dwc:latitude '21.53'^^xsd:double;
  dwc:aphiaid '255849'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.82 -66.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.82"^^xsd:decimal ;
  dwc:decimalLongitude "-66.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.82 -66.57)"^^geo:wktLiteral ;
  geo-pos:lat "34.82"^^xsd:decimal ;
  geo-pos:long "-66.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3765'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.57'^^xsd:double;
  dwc:latitude '34.82'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.83"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.83"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4384'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.83'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.83"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.83"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14867'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.83'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.83"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.83"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14868'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.83'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.83"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.83"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14869'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.83'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.83"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.83"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14870'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.83'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.83"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.83"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14864'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.83'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.83"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.83"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14866'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.83'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8333 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8333 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.8333"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14865'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.8333'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8333 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8333 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.8333"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10367'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.8333'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8333 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8333 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "34.8333"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10368'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:latitude '34.8333'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.7167 -66.5467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.7167 -66.5467)"^^geo:wktLiteral ;
  geo-pos:lat "34.7167"^^xsd:decimal ;
  geo-pos:long "-66.5467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4390'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5467'^^xsd:double;
  dwc:latitude '34.7167'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 -66.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.77"^^xsd:decimal ;
  dwc:decimalLongitude "-66.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 -66.51)"^^geo:wktLiteral ;
  geo-pos:lat "34.77"^^xsd:decimal ;
  geo-pos:long "-66.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2980'^^xsd:integer;
  dwc:scientificName 'Prochelator incomitatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.51'^^xsd:double;
  dwc:latitude '34.77'^^xsd:double;
  dwc:aphiaid '118585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 -66.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.77"^^xsd:decimal ;
  dwc:decimalLongitude "-66.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 -66.51)"^^geo:wktLiteral ;
  geo-pos:lat "34.77"^^xsd:decimal ;
  geo-pos:long "-66.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2995'^^xsd:integer;
  dwc:scientificName 'Torwolia subchelatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.51'^^xsd:double;
  dwc:latitude '34.77'^^xsd:double;
  dwc:aphiaid '118593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.77"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "34.77"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3766'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:latitude '34.77'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.77"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "34.77"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2990'^^xsd:integer;
  dwc:scientificName 'Torwolia creper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:latitude '34.77'^^xsd:double;
  dwc:aphiaid '118592'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.775"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "34.775"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4385'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:latitude '34.775'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.775"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "34.775"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14873'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:latitude '34.775'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.775"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "34.775"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14872'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:latitude '34.775'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.775"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "34.775"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14871'^^xsd:integer;
  dwc:scientificName 'Lyonsiella smidti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:latitude '34.775'^^xsd:double;
  dwc:aphiaid '141950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14871'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.775"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "34.775"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14917'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:latitude '34.775'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.775"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.775 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "34.775"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14919'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:latitude '34.775'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.12 -66.4883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.12"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.12 -66.4883)"^^geo:wktLiteral ;
  geo-pos:lat "-55.12"^^xsd:decimal ;
  geo-pos:long "-66.4883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12118'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4883'^^xsd:double;
  dwc:latitude '-55.12'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.12 -66.4883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.12"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.12 -66.4883)"^^geo:wktLiteral ;
  geo-pos:lat "-55.12"^^xsd:decimal ;
  geo-pos:long "-66.4883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12429'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4883'^^xsd:double;
  dwc:latitude '-55.12'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "34.6833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14874'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:latitude '34.6833'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "34.6833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14875'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:latitude '34.6833'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "34.6833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14876'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:latitude '34.6833'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "34.6833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14877'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:latitude '34.6833'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "34.6833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14878'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:latitude '34.6833'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "34.6833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14915'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:latitude '34.6833'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "34.6833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14916'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:latitude '34.6833'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "18.75"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10038'^^xsd:integer;
  dwc:scientificName 'Thenea fenestrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:aphiaid '170294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "18.75"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '922'^^xsd:integer;
  dwc:scientificName 'Ceratocuma amoenum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:aphiaid '181903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "18.75"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14718'^^xsd:integer;
  dwc:scientificName 'Cardiomya abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:aphiaid '146773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '146773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "18.75"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14719'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "18.75"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '338'^^xsd:integer;
  dwc:scientificName 'Ceratocuma amoenum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:aphiaid '181903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "18.75"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9665'^^xsd:integer;
  dwc:scientificName 'Geodia spherastrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:aphiaid '170177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A72> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.75 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '72'^^xsd:integer;
  dwc:scientificName 'Ceratocuma amoenum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:latitude '18.75'^^xsd:double;
  dwc:aphiaid '181903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:72'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14920'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14984'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14985'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14985'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14986'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14987'^^xsd:integer;
  dwc:scientificName 'Lyonsiella smidti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '141950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14988'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14989'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14990'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14991'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14992'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:latitude '34.65'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4333 -66.4183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.4333 -66.4183)"^^geo:wktLiteral ;
  geo-pos:lat "19.4333"^^xsd:decimal ;
  geo-pos:long "-66.4183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4562'^^xsd:integer;
  dwc:scientificName 'Neotanais persephone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4183'^^xsd:double;
  dwc:latitude '19.4333'^^xsd:double;
  dwc:aphiaid '247389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.35 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.35 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "20.35"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10144'^^xsd:integer;
  dwc:scientificName 'Golfingia constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:latitude '20.35'^^xsd:double;
  dwc:aphiaid '424366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.36 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.36"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.36 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "20.36"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3099'^^xsd:integer;
  dwc:scientificName 'Macrostylis minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:latitude '20.36'^^xsd:double;
  dwc:aphiaid '256117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256117'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.36 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.36"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.36 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "20.36"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3102'^^xsd:integer;
  dwc:scientificName 'Macrostylis setifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:latitude '20.36'^^xsd:double;
  dwc:aphiaid '256124'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256124'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.8833 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.8833 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.8833"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2864'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:latitude '40.8833'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.02 -66.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.02"^^xsd:decimal ;
  dwc:decimalLongitude "-66.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.02 -66.39)"^^geo:wktLiteral ;
  geo-pos:lat "22.02"^^xsd:decimal ;
  geo-pos:long "-66.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3238'^^xsd:integer;
  dwc:scientificName 'Hydroniscus quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.39'^^xsd:double;
  dwc:latitude '22.02'^^xsd:double;
  dwc:aphiaid '255849'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.7167 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.7167 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "34.7167"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10366'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:latitude '34.7167'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.11 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.11"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.11 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-54.11"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11885'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.3333'^^xsd:double;
  dwc:latitude '-54.11'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.32 -66.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.32"^^xsd:decimal ;
  dwc:decimalLongitude "-66.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.32 -66.33)"^^geo:wktLiteral ;
  geo-pos:lat "24.32"^^xsd:decimal ;
  geo-pos:long "-66.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3668'^^xsd:integer;
  dwc:scientificName 'Storthyngura torbeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.33'^^xsd:double;
  dwc:latitude '24.32'^^xsd:double;
  dwc:aphiaid '294767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263986'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.1 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.1"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.1 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "-56.1"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12173'^^xsd:integer;
  dwc:scientificName 'Magellania wyvillei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:latitude '-56.1'^^xsd:double;
  dwc:aphiaid '235689'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235689'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.1 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.1"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.1 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "-56.1"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11825'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva cancerderma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:latitude '-56.1'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11825'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.9117 -66.2967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.9117"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.9117 -66.2967)"^^geo:wktLiteral ;
  geo-pos:lat "10.9117"^^xsd:decimal ;
  geo-pos:long "-66.2967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12493'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.2967'^^xsd:double;
  dwc:latitude '10.9117'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.9117 -66.2967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.9117"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.9117 -66.2967)"^^geo:wktLiteral ;
  geo-pos:lat "10.9117"^^xsd:decimal ;
  geo-pos:long "-66.2967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12608'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.2967'^^xsd:double;
  dwc:latitude '10.9117'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.7833 -66.2617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.7833 -66.2617)"^^geo:wktLiteral ;
  geo-pos:lat "19.7833"^^xsd:decimal ;
  geo-pos:long "-66.2617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4555'^^xsd:integer;
  dwc:scientificName 'Neotanais persephone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.2617'^^xsd:double;
  dwc:latitude '19.7833'^^xsd:double;
  dwc:aphiaid '247389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6254'^^xsd:integer;
  dwc:scientificName 'Laophontodes typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115636'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6268'^^xsd:integer;
  dwc:scientificName 'Rossopsyllus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '150149'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '150149'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6271'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 7'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6294'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6297'^^xsd:integer;
  dwc:scientificName 'Scottopsyllus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '729904'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6289'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6303'^^xsd:integer;
  dwc:scientificName 'Paramesochra sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115422'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6301'^^xsd:integer;
  dwc:scientificName 'Leptopsyllus sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115420'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6316'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6358'^^xsd:integer;
  dwc:scientificName 'Laophontodes whitsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '293108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293108'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6183'^^xsd:integer;
  dwc:scientificName 'Amphiascus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115305'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115305'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6222'^^xsd:integer;
  dwc:scientificName 'Paramesochra sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115422'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6240'^^xsd:integer;
  dwc:scientificName 'Diarthrodella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115418'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6149'^^xsd:integer;
  dwc:scientificName 'Fultonia bougisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6124'^^xsd:integer;
  dwc:scientificName 'Schizopera sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115325'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6168'^^xsd:integer;
  dwc:scientificName 'Amphiascus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '549121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6105'^^xsd:integer;
  dwc:scientificName 'Robertgurneya sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115323'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6105'^^xsd:anyURI;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.44 -66.24)"^^geo:wktLiteral ;
  geo-pos:lat "-55.44"^^xsd:decimal ;
  geo-pos:long "-66.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6102'^^xsd:integer;
  dwc:scientificName 'Paramphiascella sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.24'^^xsd:double;
  dwc:latitude '-55.44'^^xsd:double;
  dwc:aphiaid '115314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115314'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.31 -66.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.31"^^xsd:decimal ;
  dwc:decimalLongitude "-66.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.31 -66.22)"^^geo:wktLiteral ;
  geo-pos:lat "21.31"^^xsd:decimal ;
  geo-pos:long "-66.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3098'^^xsd:integer;
  dwc:scientificName 'Macrostylis minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.22'^^xsd:double;
  dwc:latitude '21.31'^^xsd:double;
  dwc:aphiaid '256117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256117'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4633"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4633"^^xsd:decimal ;
  geo-pos:long "-66.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6248'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1517'^^xsd:double;
  dwc:latitude '-55.4633'^^xsd:double;
  dwc:aphiaid '115329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115329'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4633"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4633"^^xsd:decimal ;
  geo-pos:long "-66.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6290'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 7'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1517'^^xsd:double;
  dwc:latitude '-55.4633'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4633"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4633"^^xsd:decimal ;
  geo-pos:long "-66.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6291'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1517'^^xsd:double;
  dwc:latitude '-55.4633'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4633"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4633"^^xsd:decimal ;
  geo-pos:long "-66.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6292'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1517'^^xsd:double;
  dwc:latitude '-55.4633'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4633"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4633"^^xsd:decimal ;
  geo-pos:long "-66.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6185'^^xsd:integer;
  dwc:scientificName 'Amphiascus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1517'^^xsd:double;
  dwc:latitude '-55.4633'^^xsd:double;
  dwc:aphiaid '115917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '549121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4633"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4633"^^xsd:decimal ;
  geo-pos:long "-66.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6220'^^xsd:integer;
  dwc:scientificName 'Amphiascus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1517'^^xsd:double;
  dwc:latitude '-55.4633'^^xsd:double;
  dwc:aphiaid '115305'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115305'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4633"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4633"^^xsd:decimal ;
  geo-pos:long "-66.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6114'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1517'^^xsd:double;
  dwc:latitude '-55.4633'^^xsd:double;
  dwc:aphiaid '115419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347109'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4633"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4633"^^xsd:decimal ;
  geo-pos:long "-66.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6110'^^xsd:integer;
  dwc:scientificName 'Haloschizopera exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1517'^^xsd:double;
  dwc:latitude '-55.4633'^^xsd:double;
  dwc:aphiaid '115941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4633"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4633 -66.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4633"^^xsd:decimal ;
  geo-pos:long "-66.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6111'^^xsd:integer;
  dwc:scientificName 'Haloschizopera sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1517'^^xsd:double;
  dwc:latitude '-55.4633'^^xsd:double;
  dwc:aphiaid '115311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115311'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7333 -66.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7333 -66.15)"^^geo:wktLiteral ;
  geo-pos:lat "10.7333"^^xsd:decimal ;
  geo-pos:long "-66.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12598'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.15'^^xsd:double;
  dwc:latitude '10.7333'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5667 -66.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5667 -66.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.5667"^^xsd:decimal ;
  geo-pos:long "-66.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '636'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.15'^^xsd:double;
  dwc:latitude '40.5667'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5667 -66.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5667 -66.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.5667"^^xsd:decimal ;
  geo-pos:long "-66.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9377'^^xsd:integer;
  dwc:scientificName 'Calycosoma validum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.15'^^xsd:double;
  dwc:latitude '40.5667'^^xsd:double;
  dwc:aphiaid '171951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.57 -66.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.57"^^xsd:decimal ;
  dwc:decimalLongitude "-66.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.57 -66.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.57"^^xsd:decimal ;
  geo-pos:long "-66.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3524'^^xsd:integer;
  dwc:scientificName 'Janirella lobata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.15'^^xsd:double;
  dwc:latitude '40.57'^^xsd:double;
  dwc:aphiaid '255947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5717 -66.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-66.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5717 -66.15)"^^geo:wktLiteral ;
  geo-pos:lat "40.5717"^^xsd:decimal ;
  geo-pos:long "-66.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9375'^^xsd:integer;
  dwc:scientificName 'Calycosoma validum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.15'^^xsd:double;
  dwc:latitude '40.5717'^^xsd:double;
  dwc:aphiaid '171951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.775 -66.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.775"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.775 -66.1167)"^^geo:wktLiteral ;
  geo-pos:lat "-63.775"^^xsd:decimal ;
  geo-pos:long "-66.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11448'^^xsd:integer;
  dwc:scientificName 'Aneboconcha obscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1167'^^xsd:double;
  dwc:latitude '-63.775'^^xsd:double;
  dwc:aphiaid '235669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7333 -66.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7333 -66.1167)"^^geo:wktLiteral ;
  geo-pos:lat "10.7333"^^xsd:decimal ;
  geo-pos:long "-66.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12492'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1167'^^xsd:double;
  dwc:latitude '10.7333'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7333 -66.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7333 -66.1167)"^^geo:wktLiteral ;
  geo-pos:lat "10.7333"^^xsd:decimal ;
  geo-pos:long "-66.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12607'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.1167'^^xsd:double;
  dwc:latitude '10.7333'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.48 -66.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.48"^^xsd:decimal ;
  dwc:decimalLongitude "-66.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.48 -66.07)"^^geo:wktLiteral ;
  geo-pos:lat "40.48"^^xsd:decimal ;
  geo-pos:long "-66.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3525'^^xsd:integer;
  dwc:scientificName 'Janirella lobata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.07'^^xsd:double;
  dwc:latitude '40.48'^^xsd:double;
  dwc:aphiaid '255947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1667 -66.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1667 -66.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-65.1667"^^xsd:decimal ;
  geo-pos:long "-66.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12271'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.0667'^^xsd:double;
  dwc:latitude '-65.1667'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1333 -66.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1333 -66.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-65.1333"^^xsd:decimal ;
  geo-pos:long "-66.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12039'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.0667'^^xsd:double;
  dwc:latitude '-65.1333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1333 -66.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1333 -66.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-65.1333"^^xsd:decimal ;
  geo-pos:long "-66.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12272'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.0667'^^xsd:double;
  dwc:latitude '-65.1333'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  geo-pos:lat "40.4833"^^xsd:decimal ;
  geo-pos:long "-66.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '635'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.0667'^^xsd:double;
  dwc:latitude '40.4833'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  geo-pos:lat "40.4833"^^xsd:decimal ;
  geo-pos:long "-66.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2866'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.0667'^^xsd:double;
  dwc:latitude '40.4833'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  geo-pos:lat "40.4833"^^xsd:decimal ;
  geo-pos:long "-66.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9381'^^xsd:integer;
  dwc:scientificName 'Caulophacus agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.0667'^^xsd:double;
  dwc:latitude '40.4833'^^xsd:double;
  dwc:aphiaid '172050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  geo-pos:lat "40.4833"^^xsd:decimal ;
  geo-pos:long "-66.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9382'^^xsd:integer;
  dwc:scientificName 'Caulophacus agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.0667'^^xsd:double;
  dwc:latitude '40.4833'^^xsd:double;
  dwc:aphiaid '172050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4833 -66.0667)"^^geo:wktLiteral ;
  geo-pos:lat "40.4833"^^xsd:decimal ;
  geo-pos:long "-66.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9383'^^xsd:integer;
  dwc:scientificName 'Caulophacus agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.0667'^^xsd:double;
  dwc:latitude '40.4833'^^xsd:double;
  dwc:aphiaid '172050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.68 -66.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.68"^^xsd:decimal ;
  dwc:decimalLongitude "-66.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.68 -66.05)"^^geo:wktLiteral ;
  geo-pos:lat "32.68"^^xsd:decimal ;
  geo-pos:long "-66.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6412'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66.05'^^xsd:double;
  dwc:latitude '32.68'^^xsd:double;
  dwc:aphiaid '116194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.2917 -66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.2917 -66)"^^geo:wktLiteral ;
  geo-pos:lat "-55.2917"^^xsd:decimal ;
  geo-pos:long "-66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12119'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66'^^xsd:integer;
  dwc:latitude '-55.2917'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.2917 -66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.2917 -66)"^^geo:wktLiteral ;
  geo-pos:lat "-55.2917"^^xsd:decimal ;
  geo-pos:long "-66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11895'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66'^^xsd:integer;
  dwc:latitude '-55.2917'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.2917 -66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.2917 -66)"^^geo:wktLiteral ;
  geo-pos:lat "-55.2917"^^xsd:decimal ;
  geo-pos:long "-66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11444'^^xsd:integer;
  dwc:scientificName 'Aneboconcha obscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66'^^xsd:integer;
  dwc:latitude '-55.2917'^^xsd:double;
  dwc:aphiaid '235669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.2917 -66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.2917 -66)"^^geo:wktLiteral ;
  geo-pos:lat "-55.2917"^^xsd:decimal ;
  geo-pos:long "-66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12430'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-66'^^xsd:integer;
  dwc:latitude '-55.2917'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-65.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  geo-pos:lat "35.85"^^xsd:decimal ;
  geo-pos:long "-65.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2996'^^xsd:integer;
  dwc:scientificName 'Torwolia subchelatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.97'^^xsd:double;
  dwc:latitude '35.85'^^xsd:double;
  dwc:aphiaid '118593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-65.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  geo-pos:lat "35.85"^^xsd:decimal ;
  geo-pos:long "-65.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2991'^^xsd:integer;
  dwc:scientificName 'Torwolia creper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.97'^^xsd:double;
  dwc:latitude '35.85'^^xsd:double;
  dwc:aphiaid '118592'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-65.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  geo-pos:lat "35.85"^^xsd:decimal ;
  geo-pos:long "-65.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2883'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.97'^^xsd:double;
  dwc:latitude '35.85'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-65.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  geo-pos:lat "35.85"^^xsd:decimal ;
  geo-pos:long "-65.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2937'^^xsd:integer;
  dwc:scientificName 'Eugerdella ischnomesoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.97'^^xsd:double;
  dwc:latitude '35.85'^^xsd:double;
  dwc:aphiaid '118565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-65.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -65.97)"^^geo:wktLiteral ;
  geo-pos:lat "35.85"^^xsd:decimal ;
  geo-pos:long "-65.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2922'^^xsd:integer;
  dwc:scientificName 'Eugerda fulcimandibulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.97'^^xsd:double;
  dwc:latitude '35.85'^^xsd:double;
  dwc:aphiaid '118552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.17 -65.9583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.17"^^xsd:decimal ;
  dwc:decimalLongitude "-65.9583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.17 -65.9583)"^^geo:wktLiteral ;
  geo-pos:lat "-54.17"^^xsd:decimal ;
  geo-pos:long "-65.9583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12412'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.9583'^^xsd:double;
  dwc:latitude '-54.17'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.17 -65.9583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.17"^^xsd:decimal ;
  dwc:decimalLongitude "-65.9583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.17 -65.9583)"^^geo:wktLiteral ;
  geo-pos:lat "-54.17"^^xsd:decimal ;
  geo-pos:long "-65.9583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11887'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.9583'^^xsd:double;
  dwc:latitude '-54.17'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1667 -65.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-65.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1667 -65.95)"^^geo:wktLiteral ;
  geo-pos:lat "-54.1667"^^xsd:decimal ;
  geo-pos:long "-65.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2308'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.95'^^xsd:double;
  dwc:latitude '-54.1667'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -65.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4"^^xsd:decimal ;
  dwc:decimalLongitude "-65.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -65.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.4"^^xsd:decimal ;
  geo-pos:long "-65.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15066'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.9'^^xsd:double;
  dwc:latitude '37.4'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -65.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4"^^xsd:decimal ;
  dwc:decimalLongitude "-65.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -65.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.4"^^xsd:decimal ;
  geo-pos:long "-65.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15069'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.9'^^xsd:double;
  dwc:latitude '37.4'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15069'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -65.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4"^^xsd:decimal ;
  dwc:decimalLongitude "-65.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -65.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.4"^^xsd:decimal ;
  geo-pos:long "-65.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2642'^^xsd:integer;
  dwc:scientificName 'Mesolamprops abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.9'^^xsd:double;
  dwc:latitude '37.4'^^xsd:double;
  dwc:aphiaid '182240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.42 -65.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.42"^^xsd:decimal ;
  dwc:decimalLongitude "-65.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.42 -65.88)"^^geo:wktLiteral ;
  geo-pos:lat "37.42"^^xsd:decimal ;
  geo-pos:long "-65.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2973'^^xsd:integer;
  dwc:scientificName 'Prochelator abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.88'^^xsd:double;
  dwc:latitude '37.42'^^xsd:double;
  dwc:aphiaid '118583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.42 -65.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.42"^^xsd:decimal ;
  dwc:decimalLongitude "-65.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.42 -65.88)"^^geo:wktLiteral ;
  geo-pos:lat "37.42"^^xsd:decimal ;
  geo-pos:long "-65.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2885'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.88'^^xsd:double;
  dwc:latitude '37.42'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.42 -65.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.42"^^xsd:decimal ;
  dwc:decimalLongitude "-65.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.42 -65.88)"^^geo:wktLiteral ;
  geo-pos:lat "37.42"^^xsd:decimal ;
  geo-pos:long "-65.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2929'^^xsd:integer;
  dwc:scientificName 'Eugerda imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.88'^^xsd:double;
  dwc:latitude '37.42'^^xsd:double;
  dwc:aphiaid '118554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2929'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3333 -65.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3333 -65.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-55.3333"^^xsd:decimal ;
  geo-pos:long "-65.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11896'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8667'^^xsd:double;
  dwc:latitude '-55.3333'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3333 -65.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3333 -65.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-55.3333"^^xsd:decimal ;
  geo-pos:long "-65.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11445'^^xsd:integer;
  dwc:scientificName 'Aneboconcha obscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8667'^^xsd:double;
  dwc:latitude '-55.3333'^^xsd:double;
  dwc:aphiaid '235669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-54.3833"^^xsd:decimal ;
  geo-pos:long "-65.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2284'^^xsd:integer;
  dwc:scientificName 'Eudorella gracilior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8667'^^xsd:double;
  dwc:latitude '-54.3833'^^xsd:double;
  dwc:aphiaid '182287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-54.3833"^^xsd:decimal ;
  geo-pos:long "-65.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2291'^^xsd:integer;
  dwc:scientificName 'Eudorella similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8667'^^xsd:double;
  dwc:latitude '-54.3833'^^xsd:double;
  dwc:aphiaid '182295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.95 -65.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.95"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.95 -65.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.95"^^xsd:decimal ;
  geo-pos:long "-65.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12357'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8667'^^xsd:double;
  dwc:latitude '10.95'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.95 -65.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.95"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.95 -65.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.95"^^xsd:decimal ;
  geo-pos:long "-65.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12606'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8667'^^xsd:double;
  dwc:latitude '10.95'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -65.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9333 -65.85)"^^geo:wktLiteral ;
  geo-pos:lat "33.9333"^^xsd:decimal ;
  geo-pos:long "-65.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10297'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.85'^^xsd:double;
  dwc:latitude '33.9333'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.2667 -65.845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-65.845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.2667 -65.845)"^^geo:wktLiteral ;
  geo-pos:lat "19.2667"^^xsd:decimal ;
  geo-pos:long "-65.845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4558'^^xsd:integer;
  dwc:scientificName 'Neotanais persephone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.845'^^xsd:double;
  dwc:latitude '19.2667'^^xsd:double;
  dwc:aphiaid '247389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -65.845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9417"^^xsd:decimal ;
  dwc:decimalLongitude "-65.845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9417 -65.845)"^^geo:wktLiteral ;
  geo-pos:lat "33.9417"^^xsd:decimal ;
  geo-pos:long "-65.845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4609'^^xsd:integer;
  dwc:scientificName 'Venustrictus glandurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.845'^^xsd:double;
  dwc:latitude '33.9417'^^xsd:double;
  dwc:aphiaid '247398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3333 -65.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3333 -65.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-55.3333"^^xsd:decimal ;
  geo-pos:long "-65.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12120'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8333'^^xsd:double;
  dwc:latitude '-55.3333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.3333 -65.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.3333 -65.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-52.3333"^^xsd:decimal ;
  geo-pos:long "-65.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2314'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8333'^^xsd:double;
  dwc:latitude '-52.3333'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2314'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -65.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -65.8333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-65.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15067'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8333'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -65.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -65.8333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-65.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15070'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8333'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15070'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -65.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -65.8333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-65.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15073'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8333'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -65.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -65.8333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-65.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15075'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8333'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15075'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3167 -65.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-65.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3167 -65.8167)"^^geo:wktLiteral ;
  geo-pos:lat "-55.3167"^^xsd:decimal ;
  geo-pos:long "-65.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12121'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.8167'^^xsd:double;
  dwc:latitude '-55.3167'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8667 -65.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8667 -65.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-64.8667"^^xsd:decimal ;
  geo-pos:long "-65.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12277'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.7833'^^xsd:double;
  dwc:latitude '-64.8667'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9467 -65.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9467"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9467 -65.7833)"^^geo:wktLiteral ;
  geo-pos:lat "33.9467"^^xsd:decimal ;
  geo-pos:long "-65.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14995'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.7833'^^xsd:double;
  dwc:latitude '33.9467'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9467 -65.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9467"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9467 -65.7833)"^^geo:wktLiteral ;
  geo-pos:lat "33.9467"^^xsd:decimal ;
  geo-pos:long "-65.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14994'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.7833'^^xsd:double;
  dwc:latitude '33.9467'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.95"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.7833)"^^geo:wktLiteral ;
  geo-pos:lat "33.95"^^xsd:decimal ;
  geo-pos:long "-65.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10103'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.7833'^^xsd:double;
  dwc:latitude '33.95'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.95"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.7833)"^^geo:wktLiteral ;
  geo-pos:lat "33.95"^^xsd:decimal ;
  geo-pos:long "-65.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10107'^^xsd:integer;
  dwc:scientificName 'Golfingia constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.7833'^^xsd:double;
  dwc:latitude '33.95'^^xsd:double;
  dwc:aphiaid '424366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.95"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.7833)"^^geo:wktLiteral ;
  geo-pos:lat "33.95"^^xsd:decimal ;
  geo-pos:long "-65.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10356'^^xsd:integer;
  dwc:scientificName 'Golfingia sp. nov.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.7833'^^xsd:double;
  dwc:latitude '33.95'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.95"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.7833)"^^geo:wktLiteral ;
  geo-pos:lat "33.95"^^xsd:decimal ;
  geo-pos:long "-65.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10365'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.7833'^^xsd:double;
  dwc:latitude '33.95'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.93 -65.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.93"^^xsd:decimal ;
  dwc:decimalLongitude "-65.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.93 -65.78)"^^geo:wktLiteral ;
  geo-pos:lat "33.93"^^xsd:decimal ;
  geo-pos:long "-65.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2997'^^xsd:integer;
  dwc:scientificName 'Torwolia subchelatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.78'^^xsd:double;
  dwc:latitude '33.93'^^xsd:double;
  dwc:aphiaid '118593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.93 -65.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.93"^^xsd:decimal ;
  dwc:decimalLongitude "-65.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.93 -65.78)"^^geo:wktLiteral ;
  geo-pos:lat "33.93"^^xsd:decimal ;
  geo-pos:long "-65.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3930'^^xsd:integer;
  dwc:scientificName 'Ilyarachna una'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.78'^^xsd:double;
  dwc:latitude '33.93'^^xsd:double;
  dwc:aphiaid '255874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.93 -65.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.93"^^xsd:decimal ;
  dwc:decimalLongitude "-65.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.93 -65.78)"^^geo:wktLiteral ;
  geo-pos:lat "33.93"^^xsd:decimal ;
  geo-pos:long "-65.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2886'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.78'^^xsd:double;
  dwc:latitude '33.93'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.95"^^xsd:decimal ;
  dwc:decimalLongitude "-65.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.78)"^^geo:wktLiteral ;
  geo-pos:lat "33.95"^^xsd:decimal ;
  geo-pos:long "-65.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3002'^^xsd:integer;
  dwc:scientificName 'Whoia variabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.78'^^xsd:double;
  dwc:latitude '33.95'^^xsd:double;
  dwc:aphiaid '118596'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118596'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2333 -65.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2333 -65.75)"^^geo:wktLiteral ;
  geo-pos:lat "41.2333"^^xsd:decimal ;
  geo-pos:long "-65.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2697'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.75'^^xsd:double;
  dwc:latitude '41.2333'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2733 -65.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2733"^^xsd:decimal ;
  dwc:decimalLongitude "-65.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2733 -65.74)"^^geo:wktLiteral ;
  geo-pos:lat "41.2733"^^xsd:decimal ;
  geo-pos:long "-65.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4361'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.74'^^xsd:double;
  dwc:latitude '41.2733'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.17 -65.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.17"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.17 -65.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-54.17"^^xsd:decimal ;
  geo-pos:long "-65.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12411'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.7333'^^xsd:double;
  dwc:latitude '-54.17'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.17 -65.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.17"^^xsd:decimal ;
  dwc:decimalLongitude "-65.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.17 -65.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-54.17"^^xsd:decimal ;
  geo-pos:long "-65.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11886'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.7333'^^xsd:double;
  dwc:latitude '-54.17'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.475 -65.5917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.475"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.475 -65.5917)"^^geo:wktLiteral ;
  geo-pos:lat "41.475"^^xsd:decimal ;
  geo-pos:long "-65.5917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11940'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5917'^^xsd:double;
  dwc:latitude '41.475'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.475 -65.5917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.475"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.475 -65.5917)"^^geo:wktLiteral ;
  geo-pos:lat "41.475"^^xsd:decimal ;
  geo-pos:long "-65.5917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16761'^^xsd:integer;
  dwc:scientificName 'Malletia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5917'^^xsd:double;
  dwc:latitude '41.475'^^xsd:double;
  dwc:aphiaid '151910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1476740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.3833"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12405'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '-54.3833'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.3833"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2293'^^xsd:integer;
  dwc:scientificName 'Leucon meredithi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '-54.3833'^^xsd:double;
  dwc:aphiaid '182347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.3833"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11877'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '-54.3833'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.3833"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2307'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '-54.3833'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.3833"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11875'^^xsd:integer;
  dwc:scientificName 'Liothyrella oblonga'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '-54.3833'^^xsd:double;
  dwc:aphiaid '235460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.3833 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.3833"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '184'^^xsd:integer;
  dwc:scientificName 'Leucon meredithi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '-54.3833'^^xsd:double;
  dwc:aphiaid '182347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.8883 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.8883"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.8883 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-52.8883"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12110'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '-52.8883'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.8883 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.8883"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.8883 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-52.8883"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11884'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '-52.8883'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4667 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4667 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "41.4667"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '638'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '41.4667'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833 -65.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833 -65.5833)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833"^^xsd:decimal ;
  geo-pos:long "-65.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14518'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.5833'^^xsd:double;
  dwc:latitude '43.8833'^^xsd:double;
  dwc:aphiaid '181268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.03 -65.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.03"^^xsd:decimal ;
  dwc:decimalLongitude "-65.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.03 -65.57)"^^geo:wktLiteral ;
  geo-pos:lat "11.03"^^xsd:decimal ;
  geo-pos:long "-65.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12491'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.57'^^xsd:double;
  dwc:latitude '11.03'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.03 -65.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.03"^^xsd:decimal ;
  dwc:decimalLongitude "-65.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.03 -65.57)"^^geo:wktLiteral ;
  geo-pos:lat "11.03"^^xsd:decimal ;
  geo-pos:long "-65.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12605'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.57'^^xsd:double;
  dwc:latitude '11.03'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.9675 -65.4356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.9675"^^xsd:decimal ;
  dwc:decimalLongitude "-65.4356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.9675 -65.4356)"^^geo:wktLiteral ;
  geo-pos:lat "13.9675"^^xsd:decimal ;
  geo-pos:long "-65.4356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5177'^^xsd:integer;
  dwc:scientificName 'Leptognathia breviremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.4356'^^xsd:double;
  dwc:latitude '13.9675'^^xsd:double;
  dwc:aphiaid '136431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1167 -65.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-65.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1167 -65.4333)"^^geo:wktLiteral ;
  geo-pos:lat "41.1167"^^xsd:decimal ;
  geo-pos:long "-65.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '637'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.4333'^^xsd:double;
  dwc:latitude '41.1167'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.3 -65.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.3"^^xsd:decimal ;
  dwc:decimalLongitude "-65.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.3 -65.28)"^^geo:wktLiteral ;
  geo-pos:lat "21.3"^^xsd:decimal ;
  geo-pos:long "-65.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3416'^^xsd:integer;
  dwc:scientificName 'Haplomesus tenuispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.28'^^xsd:double;
  dwc:latitude '21.3'^^xsd:double;
  dwc:aphiaid '423424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.3 -65.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.3"^^xsd:decimal ;
  dwc:decimalLongitude "-65.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.3 -65.22)"^^geo:wktLiteral ;
  geo-pos:lat "21.3"^^xsd:decimal ;
  geo-pos:long "-65.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3236'^^xsd:integer;
  dwc:scientificName 'Hydroniscus quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.22'^^xsd:double;
  dwc:latitude '21.3'^^xsd:double;
  dwc:aphiaid '255849'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15038'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15048'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15050'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15039'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15040'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15044'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15045'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15047'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4391'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -65.1833)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-65.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2639'^^xsd:integer;
  dwc:scientificName 'Mesolamprops abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.1833'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '182240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83"^^xsd:decimal ;
  dwc:decimalLongitude "-65.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.83"^^xsd:decimal ;
  geo-pos:long "-65.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2984'^^xsd:integer;
  dwc:scientificName 'Prochelator litus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.18'^^xsd:double;
  dwc:latitude '35.83'^^xsd:double;
  dwc:aphiaid '118587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118587'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83"^^xsd:decimal ;
  dwc:decimalLongitude "-65.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.83"^^xsd:decimal ;
  geo-pos:long "-65.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2970'^^xsd:integer;
  dwc:scientificName 'Prochelator abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.18'^^xsd:double;
  dwc:latitude '35.83'^^xsd:double;
  dwc:aphiaid '118583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83"^^xsd:decimal ;
  dwc:decimalLongitude "-65.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.83"^^xsd:decimal ;
  geo-pos:long "-65.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2972'^^xsd:integer;
  dwc:scientificName 'Prochelator abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.18'^^xsd:double;
  dwc:latitude '35.83'^^xsd:double;
  dwc:aphiaid '118583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83"^^xsd:decimal ;
  dwc:decimalLongitude "-65.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.83"^^xsd:decimal ;
  geo-pos:long "-65.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2884'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.18'^^xsd:double;
  dwc:latitude '35.83'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83"^^xsd:decimal ;
  dwc:decimalLongitude "-65.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.83"^^xsd:decimal ;
  geo-pos:long "-65.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2966'^^xsd:integer;
  dwc:scientificName 'Momedossa profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.18'^^xsd:double;
  dwc:latitude '35.83'^^xsd:double;
  dwc:aphiaid '118578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83"^^xsd:decimal ;
  dwc:decimalLongitude "-65.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.83"^^xsd:decimal ;
  geo-pos:long "-65.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2949'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.18'^^xsd:double;
  dwc:latitude '35.83'^^xsd:double;
  dwc:aphiaid '118575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118575'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83"^^xsd:decimal ;
  dwc:decimalLongitude "-65.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.83"^^xsd:decimal ;
  geo-pos:long "-65.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2946'^^xsd:integer;
  dwc:scientificName 'Mirabilicoxa acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.18'^^xsd:double;
  dwc:latitude '35.83'^^xsd:double;
  dwc:aphiaid '118571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83"^^xsd:decimal ;
  dwc:decimalLongitude "-65.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.83"^^xsd:decimal ;
  geo-pos:long "-65.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2930'^^xsd:integer;
  dwc:scientificName 'Eugerda pannosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.18'^^xsd:double;
  dwc:latitude '35.83'^^xsd:double;
  dwc:aphiaid '118556'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118556'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.83"^^xsd:decimal ;
  dwc:decimalLongitude "-65.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.83 -65.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.83"^^xsd:decimal ;
  geo-pos:long "-65.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2928'^^xsd:integer;
  dwc:scientificName 'Eugerda imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.18'^^xsd:double;
  dwc:latitude '35.83'^^xsd:double;
  dwc:aphiaid '118554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.82 -65.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.82"^^xsd:decimal ;
  dwc:decimalLongitude "-65.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.82 -65.17)"^^geo:wktLiteral ;
  geo-pos:lat "35.82"^^xsd:decimal ;
  geo-pos:long "-65.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3767'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.17'^^xsd:double;
  dwc:latitude '35.82'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1333 -65.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.1333 -65.125)"^^geo:wktLiteral ;
  geo-pos:lat "-53.1333"^^xsd:decimal ;
  geo-pos:long "-65.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11883'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.125'^^xsd:double;
  dwc:latitude '-53.1333'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.6283 -65.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.6283"^^xsd:decimal ;
  dwc:decimalLongitude "-65.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.6283 -65.0667)"^^geo:wktLiteral ;
  geo-pos:lat "19.6283"^^xsd:decimal ;
  geo-pos:long "-65.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4557'^^xsd:integer;
  dwc:scientificName 'Neotanais persephone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.0667'^^xsd:double;
  dwc:latitude '19.6283'^^xsd:double;
  dwc:aphiaid '247389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247389'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9333 -65.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9333 -65.05)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9333"^^xsd:decimal ;
  geo-pos:long "-65.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12095'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.05'^^xsd:double;
  dwc:latitude '-54.9333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9333 -65.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9333 -65.05)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9333"^^xsd:decimal ;
  geo-pos:long "-65.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11858'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.05'^^xsd:double;
  dwc:latitude '-54.9333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11858'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.12 -65.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.12"^^xsd:decimal ;
  dwc:decimalLongitude "-65.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.12 -65.05)"^^geo:wktLiteral ;
  geo-pos:lat "33.12"^^xsd:decimal ;
  geo-pos:long "-65.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2998'^^xsd:integer;
  dwc:scientificName 'Torwolia subchelatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.05'^^xsd:double;
  dwc:latitude '33.12'^^xsd:double;
  dwc:aphiaid '118593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.0367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.95"^^xsd:decimal ;
  dwc:decimalLongitude "-65.0367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -65.0367)"^^geo:wktLiteral ;
  geo-pos:lat "33.95"^^xsd:decimal ;
  geo-pos:long "-65.0367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14798'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65.0367'^^xsd:double;
  dwc:latitude '33.95'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.505 -65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.505"^^xsd:decimal ;
  dwc:decimalLongitude "-65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.505 -65)"^^geo:wktLiteral ;
  geo-pos:lat "32.505"^^xsd:decimal ;
  geo-pos:long "-65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6367'^^xsd:integer;
  dwc:scientificName 'Mesocletodes katharinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65'^^xsd:integer;
  dwc:latitude '32.505'^^xsd:double;
  dwc:aphiaid '115663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.505 -65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.505"^^xsd:decimal ;
  dwc:decimalLongitude "-65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.505 -65)"^^geo:wktLiteral ;
  geo-pos:lat "32.505"^^xsd:decimal ;
  geo-pos:long "-65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6419'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-65'^^xsd:integer;
  dwc:latitude '32.505'^^xsd:double;
  dwc:aphiaid '115874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1458 -64.9931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1458"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1458 -64.9931)"^^geo:wktLiteral ;
  geo-pos:lat "32.1458"^^xsd:decimal ;
  geo-pos:long "-64.9931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10043'^^xsd:integer;
  dwc:scientificName 'Thenea fenestrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9931'^^xsd:double;
  dwc:latitude '32.1458'^^xsd:double;
  dwc:aphiaid '170294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8667 -64.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8667 -64.9667)"^^geo:wktLiteral ;
  geo-pos:lat "35.8667"^^xsd:decimal ;
  geo-pos:long "-64.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15037'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9667'^^xsd:double;
  dwc:latitude '35.8667'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8667 -64.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8667 -64.9667)"^^geo:wktLiteral ;
  geo-pos:lat "35.8667"^^xsd:decimal ;
  geo-pos:long "-64.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15035'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9667'^^xsd:double;
  dwc:latitude '35.8667'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8667 -64.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8667 -64.9667)"^^geo:wktLiteral ;
  geo-pos:lat "35.8667"^^xsd:decimal ;
  geo-pos:long "-64.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15051'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9667'^^xsd:double;
  dwc:latitude '35.8667'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8667 -64.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8667 -64.9667)"^^geo:wktLiteral ;
  geo-pos:lat "35.8667"^^xsd:decimal ;
  geo-pos:long "-64.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15043'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9667'^^xsd:double;
  dwc:latitude '35.8667'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.9583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.9583)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-64.9583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15049'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9583'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.9583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.9583)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-64.9583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15041'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9583'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.9583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.9583)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-64.9583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15046'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9583'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.9583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.9583)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-64.9583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4392'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9583'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8333 -64.95)"^^geo:wktLiteral ;
  geo-pos:lat "35.8333"^^xsd:decimal ;
  geo-pos:long "-64.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2640'^^xsd:integer;
  dwc:scientificName 'Mesolamprops abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.95'^^xsd:double;
  dwc:latitude '35.8333'^^xsd:double;
  dwc:aphiaid '182240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5333 -64.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5333 -64.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-53.5333"^^xsd:decimal ;
  geo-pos:long "-64.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12403'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9167'^^xsd:double;
  dwc:latitude '-53.5333'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4933 -64.9117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4933"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4933 -64.9117)"^^geo:wktLiteral ;
  geo-pos:lat "32.4933"^^xsd:decimal ;
  geo-pos:long "-64.9117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6373'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) monardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9117'^^xsd:double;
  dwc:latitude '32.4933'^^xsd:double;
  dwc:aphiaid '351843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4933 -64.9117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4933"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4933 -64.9117)"^^geo:wktLiteral ;
  geo-pos:lat "32.4933"^^xsd:decimal ;
  geo-pos:long "-64.9117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6434'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9117'^^xsd:double;
  dwc:latitude '32.4933'^^xsd:double;
  dwc:aphiaid '115871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4933 -64.9117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4933"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4933 -64.9117)"^^geo:wktLiteral ;
  geo-pos:lat "32.4933"^^xsd:decimal ;
  geo-pos:long "-64.9117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6455'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9117'^^xsd:double;
  dwc:latitude '32.4933'^^xsd:double;
  dwc:aphiaid '360676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4933 -64.9117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4933"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4933 -64.9117)"^^geo:wktLiteral ;
  geo-pos:lat "32.4933"^^xsd:decimal ;
  geo-pos:long "-64.9117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6446'^^xsd:integer;
  dwc:scientificName 'Zosime paramajor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9117'^^xsd:double;
  dwc:latitude '32.4933'^^xsd:double;
  dwc:aphiaid '116697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -64.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -64.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.4"^^xsd:decimal ;
  geo-pos:long "-64.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15074'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9'^^xsd:double;
  dwc:latitude '37.4'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -64.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4"^^xsd:decimal ;
  dwc:decimalLongitude "-64.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4 -64.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.4"^^xsd:decimal ;
  geo-pos:long "-64.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15072'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.9'^^xsd:double;
  dwc:latitude '37.4'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15072'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.9167 -64.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-64.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.9167 -64.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-55.9167"^^xsd:decimal ;
  geo-pos:long "-64.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11874'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.8667'^^xsd:double;
  dwc:latitude '-55.9167'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7833 -64.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7833 -64.78)"^^geo:wktLiteral ;
  geo-pos:lat "18.7833"^^xsd:decimal ;
  geo-pos:long "-64.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11463'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.78'^^xsd:double;
  dwc:latitude '18.7833'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7833 -64.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7833 -64.78)"^^geo:wktLiteral ;
  geo-pos:lat "18.7833"^^xsd:decimal ;
  geo-pos:long "-64.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11674'^^xsd:integer;
  dwc:scientificName 'Erymnia muralifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.78'^^xsd:double;
  dwc:latitude '18.7833'^^xsd:double;
  dwc:aphiaid '235492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7833 -64.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7833 -64.78)"^^geo:wktLiteral ;
  geo-pos:lat "18.7833"^^xsd:decimal ;
  geo-pos:long "-64.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12572'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.78'^^xsd:double;
  dwc:latitude '18.7833'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.45 -64.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.45"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.45 -64.7333)"^^geo:wktLiteral ;
  geo-pos:lat "13.45"^^xsd:decimal ;
  geo-pos:long "-64.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9371'^^xsd:integer;
  dwc:scientificName 'Calycosoma validum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.7333'^^xsd:double;
  dwc:latitude '13.45'^^xsd:double;
  dwc:aphiaid '171951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3 -64.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.3"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.3 -64.7)"^^geo:wktLiteral ;
  geo-pos:lat "-55.3"^^xsd:decimal ;
  geo-pos:long "-64.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3611'^^xsd:integer;
  dwc:scientificName 'Storthyngura birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.7'^^xsd:double;
  dwc:latitude '-55.3'^^xsd:double;
  dwc:aphiaid '294751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1833 -64.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1833 -64.7)"^^geo:wktLiteral ;
  geo-pos:lat "32.1833"^^xsd:decimal ;
  geo-pos:long "-64.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10332'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae unilobatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.7'^^xsd:double;
  dwc:latitude '32.1833'^^xsd:double;
  dwc:aphiaid '425285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2383 -64.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2383"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2383 -64.7)"^^geo:wktLiteral ;
  geo-pos:lat "32.2383"^^xsd:decimal ;
  geo-pos:long "-64.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8129'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.7'^^xsd:double;
  dwc:latitude '32.2383'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -64.6933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -64.6933)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-64.6933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14778'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.6933'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -64.6933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -64.6933)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-64.6933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4344'^^xsd:integer;
  dwc:scientificName 'Carololangia mirabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.6933'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:aphiaid '244651'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1667 -64.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1667 -64.6833)"^^geo:wktLiteral ;
  geo-pos:lat "32.1667"^^xsd:decimal ;
  geo-pos:long "-64.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1019'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.6833'^^xsd:double;
  dwc:latitude '32.1667'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2767 -64.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2767"^^xsd:decimal ;
  dwc:decimalLongitude "-64.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2767 -64.605)"^^geo:wktLiteral ;
  geo-pos:lat "32.2767"^^xsd:decimal ;
  geo-pos:long "-64.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8127'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.605'^^xsd:double;
  dwc:latitude '32.2767'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27 -64.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27 -64.6)"^^geo:wktLiteral ;
  geo-pos:lat "32.27"^^xsd:decimal ;
  geo-pos:long "-64.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2892'^^xsd:integer;
  dwc:scientificName 'Chelator verecundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.6'^^xsd:double;
  dwc:latitude '32.27'^^xsd:double;
  dwc:aphiaid '118531'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2833 -64.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2833 -64.5833)"^^geo:wktLiteral ;
  geo-pos:lat "32.2833"^^xsd:decimal ;
  geo-pos:long "-64.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8128'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5833'^^xsd:double;
  dwc:latitude '32.2833'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3167 -64.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3167 -64.5833)"^^geo:wktLiteral ;
  geo-pos:lat "32.3167"^^xsd:decimal ;
  geo-pos:long "-64.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1020'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5833'^^xsd:double;
  dwc:latitude '32.3167'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3167 -64.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3167 -64.5833)"^^geo:wktLiteral ;
  geo-pos:lat "32.3167"^^xsd:decimal ;
  geo-pos:long "-64.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8139'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5833'^^xsd:double;
  dwc:latitude '32.3167'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3233 -64.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3233"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3233 -64.5817)"^^geo:wktLiteral ;
  geo-pos:lat "32.3233"^^xsd:decimal ;
  geo-pos:long "-64.5817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15027'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides pellucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5817'^^xsd:double;
  dwc:latitude '32.3233'^^xsd:double;
  dwc:aphiaid '546119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3233 -64.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3233"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3233 -64.5817)"^^geo:wktLiteral ;
  geo-pos:lat "32.3233"^^xsd:decimal ;
  geo-pos:long "-64.5817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15028'^^xsd:integer;
  dwc:scientificName 'Ledella solidula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5817'^^xsd:double;
  dwc:latitude '32.3233'^^xsd:double;
  dwc:aphiaid '420662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3233 -64.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3233"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3233 -64.5817)"^^geo:wktLiteral ;
  geo-pos:lat "32.3233"^^xsd:decimal ;
  geo-pos:long "-64.5817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15029'^^xsd:integer;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5817'^^xsd:double;
  dwc:latitude '32.3233'^^xsd:double;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3233 -64.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3233"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3233 -64.5817)"^^geo:wktLiteral ;
  geo-pos:lat "32.3233"^^xsd:decimal ;
  geo-pos:long "-64.5817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15031'^^xsd:integer;
  dwc:scientificName 'Yoldiella enata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5817'^^xsd:double;
  dwc:latitude '32.3233'^^xsd:double;
  dwc:aphiaid '506510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.32 -64.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.32"^^xsd:decimal ;
  dwc:decimalLongitude "-64.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.32 -64.57)"^^geo:wktLiteral ;
  geo-pos:lat "32.32"^^xsd:decimal ;
  geo-pos:long "-64.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2936'^^xsd:integer;
  dwc:scientificName 'Eugerdella ischnomesoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.57'^^xsd:double;
  dwc:latitude '32.32'^^xsd:double;
  dwc:aphiaid '118565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8417 -64.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.8417"^^xsd:decimal ;
  dwc:decimalLongitude "-64.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8417 -64.55)"^^geo:wktLiteral ;
  geo-pos:lat "18.8417"^^xsd:decimal ;
  geo-pos:long "-64.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12670'^^xsd:integer;
  dwc:scientificName 'Tichosina bartletti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.55'^^xsd:double;
  dwc:latitude '18.8417'^^xsd:double;
  dwc:aphiaid '235472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8417 -64.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.8417"^^xsd:decimal ;
  dwc:decimalLongitude "-64.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8417 -64.55)"^^geo:wktLiteral ;
  geo-pos:lat "18.8417"^^xsd:decimal ;
  geo-pos:long "-64.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12554'^^xsd:integer;
  dwc:scientificName 'Tichosina bartschi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.55'^^xsd:double;
  dwc:latitude '18.8417'^^xsd:double;
  dwc:aphiaid '235473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.25 -64.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.25"^^xsd:decimal ;
  dwc:decimalLongitude "-64.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.25 -64.55)"^^geo:wktLiteral ;
  geo-pos:lat "32.25"^^xsd:decimal ;
  geo-pos:long "-64.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2891'^^xsd:integer;
  dwc:scientificName 'Chelator verecundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.55'^^xsd:double;
  dwc:latitude '32.25'^^xsd:double;
  dwc:aphiaid '118531'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3667 -64.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3667 -64.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.3667"^^xsd:decimal ;
  geo-pos:long "-64.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17053'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.55'^^xsd:double;
  dwc:latitude '33.3667'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.25 -64.5433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.25"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.25 -64.5433)"^^geo:wktLiteral ;
  geo-pos:lat "32.25"^^xsd:decimal ;
  geo-pos:long "-64.5433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14792'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5433'^^xsd:double;
  dwc:latitude '32.25'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.25 -64.5433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.25"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.25 -64.5433)"^^geo:wktLiteral ;
  geo-pos:lat "32.25"^^xsd:decimal ;
  geo-pos:long "-64.5433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8130'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5433'^^xsd:double;
  dwc:latitude '32.25'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.25 -64.5433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.25"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.25 -64.5433)"^^geo:wktLiteral ;
  geo-pos:lat "32.25"^^xsd:decimal ;
  geo-pos:long "-64.5433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4492'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5433'^^xsd:double;
  dwc:latitude '32.25'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2667 -64.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2667 -64.5333)"^^geo:wktLiteral ;
  geo-pos:lat "32.2667"^^xsd:decimal ;
  geo-pos:long "-64.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1021'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5333'^^xsd:double;
  dwc:latitude '32.2667'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 -64.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "-64.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 -64.53)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "-64.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3992'^^xsd:integer;
  dwc:scientificName 'Munneurycope harrietae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.53'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '255764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255764'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27 -64.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27"^^xsd:decimal ;
  dwc:decimalLongitude "-64.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27 -64.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.27"^^xsd:decimal ;
  geo-pos:long "-64.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2999'^^xsd:integer;
  dwc:scientificName 'Torwolia subchelatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.53'^^xsd:double;
  dwc:latitude '32.27'^^xsd:double;
  dwc:aphiaid '118593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27 -64.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27"^^xsd:decimal ;
  dwc:decimalLongitude "-64.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27 -64.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.27"^^xsd:decimal ;
  geo-pos:long "-64.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2889'^^xsd:integer;
  dwc:scientificName 'Chelator verecundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.53'^^xsd:double;
  dwc:latitude '32.27'^^xsd:double;
  dwc:aphiaid '118531'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27 -64.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.27"^^xsd:decimal ;
  dwc:decimalLongitude "-64.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.27 -64.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.27"^^xsd:decimal ;
  geo-pos:long "-64.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2923'^^xsd:integer;
  dwc:scientificName 'Eugerda fulcimandibulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.53'^^xsd:double;
  dwc:latitude '32.27'^^xsd:double;
  dwc:aphiaid '118552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.32 -64.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.32"^^xsd:decimal ;
  dwc:decimalLongitude "-64.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.32 -64.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.32"^^xsd:decimal ;
  geo-pos:long "-64.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2890'^^xsd:integer;
  dwc:scientificName 'Chelator verecundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.53'^^xsd:double;
  dwc:latitude '32.32'^^xsd:double;
  dwc:aphiaid '118531'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2633 -64.5267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2633"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2633 -64.5267)"^^geo:wktLiteral ;
  geo-pos:lat "32.2633"^^xsd:decimal ;
  geo-pos:long "-64.5267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15032'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5267'^^xsd:double;
  dwc:latitude '32.2633'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2633 -64.5267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2633"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2633 -64.5267)"^^geo:wktLiteral ;
  geo-pos:lat "32.2633"^^xsd:decimal ;
  geo-pos:long "-64.5267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15033'^^xsd:integer;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.5267'^^xsd:double;
  dwc:latitude '32.2633'^^xsd:double;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.29 -64.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.29"^^xsd:decimal ;
  dwc:decimalLongitude "-64.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.29 -64.52)"^^geo:wktLiteral ;
  geo-pos:lat "37.29"^^xsd:decimal ;
  geo-pos:long "-64.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3358'^^xsd:integer;
  dwc:scientificName 'Thylakogaster lobotourus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.52'^^xsd:double;
  dwc:latitude '37.29'^^xsd:double;
  dwc:aphiaid '263526'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263526'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.5858 -64.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.5858"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.5858 -64.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-55.5858"^^xsd:decimal ;
  geo-pos:long "-64.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4425'^^xsd:integer;
  dwc:scientificName 'Neotanais antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.3667'^^xsd:double;
  dwc:latitude '-55.5858'^^xsd:double;
  dwc:aphiaid '244642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.72 -64.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.72"^^xsd:decimal ;
  dwc:decimalLongitude "-64.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.72 -64.36)"^^geo:wktLiteral ;
  geo-pos:lat "-55.72"^^xsd:decimal ;
  geo-pos:long "-64.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4045'^^xsd:integer;
  dwc:scientificName 'Serolis margaretae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.36'^^xsd:double;
  dwc:latitude '-55.72'^^xsd:double;
  dwc:aphiaid '295307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.8167 -64.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.8167 -64.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-41.8167"^^xsd:decimal ;
  geo-pos:long "-64.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12104'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.3333'^^xsd:double;
  dwc:latitude '-41.8167'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.8167 -64.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.8167 -64.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-41.8167"^^xsd:decimal ;
  geo-pos:long "-64.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11441'^^xsd:integer;
  dwc:scientificName 'Aneboconcha obscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.3333'^^xsd:double;
  dwc:latitude '-41.8167'^^xsd:double;
  dwc:aphiaid '235669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2333 -64.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.2333 -64.3333)"^^geo:wktLiteral ;
  geo-pos:lat "18.2333"^^xsd:decimal ;
  geo-pos:long "-64.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11592'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.3333'^^xsd:double;
  dwc:latitude '18.2333'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1667 -64.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1667 -64.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-54.1667"^^xsd:decimal ;
  geo-pos:long "-64.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12413'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.3167'^^xsd:double;
  dwc:latitude '-54.1667'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1667 -64.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1667 -64.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-54.1667"^^xsd:decimal ;
  geo-pos:long "-64.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11888'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.3167'^^xsd:double;
  dwc:latitude '-54.1667'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.04 -64.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.04"^^xsd:decimal ;
  dwc:decimalLongitude "-64.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.04 -64.28)"^^geo:wktLiteral ;
  geo-pos:lat "-55.04"^^xsd:decimal ;
  geo-pos:long "-64.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3609'^^xsd:integer;
  dwc:scientificName 'Storthyngura birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.28'^^xsd:double;
  dwc:latitude '-55.04'^^xsd:double;
  dwc:aphiaid '294751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4833"^^xsd:decimal ;
  geo-pos:long "-64.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15056'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.2333'^^xsd:double;
  dwc:latitude '37.4833'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4833"^^xsd:decimal ;
  geo-pos:long "-64.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15059'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.2333'^^xsd:double;
  dwc:latitude '37.4833'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4833"^^xsd:decimal ;
  geo-pos:long "-64.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15062'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.2333'^^xsd:double;
  dwc:latitude '37.4833'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4833"^^xsd:decimal ;
  geo-pos:long "-64.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15054'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.2333'^^xsd:double;
  dwc:latitude '37.4833'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4833"^^xsd:decimal ;
  geo-pos:long "-64.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15053'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.2333'^^xsd:double;
  dwc:latitude '37.4833'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4833"^^xsd:decimal ;
  geo-pos:long "-64.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15063'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.2333'^^xsd:double;
  dwc:latitude '37.4833'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4833"^^xsd:decimal ;
  geo-pos:long "-64.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15064'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.2333'^^xsd:double;
  dwc:latitude '37.4833'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -64.2333)"^^geo:wktLiteral ;
  geo-pos:lat "37.4833"^^xsd:decimal ;
  geo-pos:long "-64.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15065'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.2333'^^xsd:double;
  dwc:latitude '37.4833'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.245 -64.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.245"^^xsd:decimal ;
  dwc:decimalLongitude "-64.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.245 -64.225)"^^geo:wktLiteral ;
  geo-pos:lat "-65.245"^^xsd:decimal ;
  geo-pos:long "-64.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11866'^^xsd:integer;
  dwc:scientificName 'Liothyrella notorcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.225'^^xsd:double;
  dwc:latitude '-65.245'^^xsd:double;
  dwc:aphiaid '235468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.74 -64.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.74"^^xsd:decimal ;
  dwc:decimalLongitude "-64.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.74 -64.19)"^^geo:wktLiteral ;
  geo-pos:lat "-55.74"^^xsd:decimal ;
  geo-pos:long "-64.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3612'^^xsd:integer;
  dwc:scientificName 'Storthyngura birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.19'^^xsd:double;
  dwc:latitude '-55.74'^^xsd:double;
  dwc:aphiaid '294751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.6667 -64.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.6667 -64.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-63.6667"^^xsd:decimal ;
  geo-pos:long "-64.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11449'^^xsd:integer;
  dwc:scientificName 'Aneboconcha obscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.1333'^^xsd:double;
  dwc:latitude '-63.6667'^^xsd:double;
  dwc:aphiaid '235669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.7 -64.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.7"^^xsd:decimal ;
  dwc:decimalLongitude "-64.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.7 -64.13)"^^geo:wktLiteral ;
  geo-pos:lat "-55.7"^^xsd:decimal ;
  geo-pos:long "-64.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3909'^^xsd:integer;
  dwc:scientificName 'Ilyarachna scotia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.13'^^xsd:double;
  dwc:latitude '-55.7'^^xsd:double;
  dwc:aphiaid '183212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.52 -64.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.52"^^xsd:decimal ;
  dwc:decimalLongitude "-64.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.52 -64.13)"^^geo:wktLiteral ;
  geo-pos:lat "-55.52"^^xsd:decimal ;
  geo-pos:long "-64.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3249'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.13'^^xsd:double;
  dwc:latitude '-55.52'^^xsd:double;
  dwc:aphiaid '174903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.52 -64.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.52"^^xsd:decimal ;
  dwc:decimalLongitude "-64.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.52 -64.13)"^^geo:wktLiteral ;
  geo-pos:lat "-55.52"^^xsd:decimal ;
  geo-pos:long "-64.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3868'^^xsd:integer;
  dwc:scientificName 'Eurycope vicarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.13'^^xsd:double;
  dwc:latitude '-55.52'^^xsd:double;
  dwc:aphiaid '175174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175174'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.795 -64.1233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.795"^^xsd:decimal ;
  dwc:decimalLongitude "-64.1233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.795 -64.1233)"^^geo:wktLiteral ;
  geo-pos:lat "-64.795"^^xsd:decimal ;
  geo-pos:long "-64.1233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5591'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.1233'^^xsd:double;
  dwc:latitude '-64.795'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.52 -64.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.52"^^xsd:decimal ;
  dwc:decimalLongitude "-64.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.52 -64.12)"^^geo:wktLiteral ;
  geo-pos:lat "-55.52"^^xsd:decimal ;
  geo-pos:long "-64.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3555'^^xsd:integer;
  dwc:scientificName 'Munna argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.12'^^xsd:double;
  dwc:latitude '-55.52'^^xsd:double;
  dwc:aphiaid '256200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.52 -64.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.52"^^xsd:decimal ;
  dwc:decimalLongitude "-64.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.52 -64.12)"^^geo:wktLiteral ;
  geo-pos:lat "-55.52"^^xsd:decimal ;
  geo-pos:long "-64.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4046'^^xsd:integer;
  dwc:scientificName 'Serolis maryannae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.12'^^xsd:double;
  dwc:latitude '-55.52'^^xsd:double;
  dwc:aphiaid '295308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6667 -64.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6667 -64.1)"^^geo:wktLiteral ;
  geo-pos:lat "-62.6667"^^xsd:decimal ;
  geo-pos:long "-64.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11426'^^xsd:integer;
  dwc:scientificName 'Abyssothyris wyvillei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.1'^^xsd:double;
  dwc:latitude '-62.6667'^^xsd:double;
  dwc:aphiaid '235514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.65 -64.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.65"^^xsd:decimal ;
  dwc:decimalLongitude "-64.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.65 -64.1)"^^geo:wktLiteral ;
  geo-pos:lat "-62.65"^^xsd:decimal ;
  geo-pos:long "-64.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11279'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64.1'^^xsd:double;
  dwc:latitude '-62.65'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9167 -64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.9167 -64)"^^geo:wktLiteral ;
  geo-pos:lat "-54.9167"^^xsd:decimal ;
  geo-pos:long "-64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12383'^^xsd:integer;
  dwc:scientificName 'Platidia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-64'^^xsd:integer;
  dwc:latitude '-54.9167'^^xsd:double;
  dwc:aphiaid '104049'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104049'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-63.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15057'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.9917'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-63.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15058'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.9917'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-63.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15060'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.9917'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-63.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15061'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.9917'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-63.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15052'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.9917'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9917)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-63.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15055'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.9917'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4333 -63.9833)"^^geo:wktLiteral ;
  geo-pos:lat "37.4333"^^xsd:decimal ;
  geo-pos:long "-63.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2641'^^xsd:integer;
  dwc:scientificName 'Mesolamprops abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.9833'^^xsd:double;
  dwc:latitude '37.4333'^^xsd:double;
  dwc:aphiaid '182240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.13 -63.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.13"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.13 -63.9)"^^geo:wktLiteral ;
  geo-pos:lat "-54.13"^^xsd:decimal ;
  geo-pos:long "-63.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12410'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.9'^^xsd:double;
  dwc:latitude '-54.13'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.13 -63.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.13"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.13 -63.9)"^^geo:wktLiteral ;
  geo-pos:lat "-54.13"^^xsd:decimal ;
  geo-pos:long "-63.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11882'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.9'^^xsd:double;
  dwc:latitude '-54.13'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.3833 -63.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-63.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.3833 -63.8833)"^^geo:wktLiteral ;
  geo-pos:lat "-64.3833"^^xsd:decimal ;
  geo-pos:long "-63.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2351'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.8833'^^xsd:double;
  dwc:latitude '-64.3833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.865 -63.8267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.865"^^xsd:decimal ;
  dwc:decimalLongitude "-63.8267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.865 -63.8267)"^^geo:wktLiteral ;
  geo-pos:lat "-64.865"^^xsd:decimal ;
  geo-pos:long "-63.8267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11983'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.8267'^^xsd:double;
  dwc:latitude '-64.865'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.9167 -63.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-63.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.9167 -63.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-47.9167"^^xsd:decimal ;
  geo-pos:long "-63.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12124'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.6833'^^xsd:double;
  dwc:latitude '-47.9167'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.9167 -63.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-63.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.9167 -63.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-47.9167"^^xsd:decimal ;
  geo-pos:long "-63.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12437'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.6833'^^xsd:double;
  dwc:latitude '-47.9167'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -63.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -63.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.1333"^^xsd:decimal ;
  geo-pos:long "-63.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10004'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.65'^^xsd:double;
  dwc:latitude '42.1333'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -63.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -63.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.1333"^^xsd:decimal ;
  geo-pos:long "-63.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10006'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.65'^^xsd:double;
  dwc:latitude '42.1333'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.5 -63.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.5"^^xsd:decimal ;
  dwc:decimalLongitude "-63.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.5 -63.6333)"^^geo:wktLiteral ;
  geo-pos:lat "15.5"^^xsd:decimal ;
  geo-pos:long "-63.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12634'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.6333'^^xsd:double;
  dwc:latitude '15.5'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.5 -63.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.5"^^xsd:decimal ;
  dwc:decimalLongitude "-63.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.5 -63.6333)"^^geo:wktLiteral ;
  geo-pos:lat "15.5"^^xsd:decimal ;
  geo-pos:long "-63.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11593'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.6333'^^xsd:double;
  dwc:latitude '15.5'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9 -63.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9"^^xsd:decimal ;
  dwc:decimalLongitude "-63.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9 -63.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9"^^xsd:decimal ;
  geo-pos:long "-63.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11856'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.5833'^^xsd:double;
  dwc:latitude '-53.9'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11856'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9 -63.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9"^^xsd:decimal ;
  dwc:decimalLongitude "-63.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9 -63.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9"^^xsd:decimal ;
  geo-pos:long "-63.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12093'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.5833'^^xsd:double;
  dwc:latitude '-53.9'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 -63.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.4"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 -63.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.4"^^xsd:decimal ;
  geo-pos:long "-63.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12409'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.4833'^^xsd:double;
  dwc:latitude '-54.4'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 -63.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.4"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 -63.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.4"^^xsd:decimal ;
  geo-pos:long "-63.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11881'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.4833'^^xsd:double;
  dwc:latitude '-54.4'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 -63.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.4"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 -63.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.4"^^xsd:decimal ;
  geo-pos:long "-63.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11876'^^xsd:integer;
  dwc:scientificName 'Liothyrella oblonga'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.4833'^^xsd:double;
  dwc:latitude '-54.4'^^xsd:double;
  dwc:aphiaid '235460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 -63.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.4"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 -63.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-54.4"^^xsd:decimal ;
  geo-pos:long "-63.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11442'^^xsd:integer;
  dwc:scientificName 'Aneboconcha obscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.4833'^^xsd:double;
  dwc:latitude '-54.4'^^xsd:double;
  dwc:aphiaid '235669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.0072 -63.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.0072"^^xsd:decimal ;
  dwc:decimalLongitude "-63.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.0072 -63.47)"^^geo:wktLiteral ;
  geo-pos:lat "-65.0072"^^xsd:decimal ;
  geo-pos:long "-63.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11988'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.47'^^xsd:double;
  dwc:latitude '-65.0072'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.6 -63.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.6"^^xsd:decimal ;
  dwc:decimalLongitude "-63.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.6 -63.45)"^^geo:wktLiteral ;
  geo-pos:lat "18.6"^^xsd:decimal ;
  geo-pos:long "-63.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12636'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.45'^^xsd:double;
  dwc:latitude '18.6'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.4883 -63.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.4883"^^xsd:decimal ;
  dwc:decimalLongitude "-63.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.4883 -63.41)"^^geo:wktLiteral ;
  geo-pos:lat "18.4883"^^xsd:decimal ;
  geo-pos:long "-63.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11595'^^xsd:integer;
  dwc:scientificName 'Dallina floridana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.41'^^xsd:double;
  dwc:latitude '18.4883'^^xsd:double;
  dwc:aphiaid '235695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1 -63.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.1"^^xsd:decimal ;
  dwc:decimalLongitude "-63.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1 -63.35)"^^geo:wktLiteral ;
  geo-pos:lat "-57.1"^^xsd:decimal ;
  geo-pos:long "-63.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11247'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.35'^^xsd:double;
  dwc:latitude '-57.1'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1667 -63.3367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1667 -63.3367)"^^geo:wktLiteral ;
  geo-pos:lat "-54.1667"^^xsd:decimal ;
  geo-pos:long "-63.3367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11890'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.3367'^^xsd:double;
  dwc:latitude '-54.1667'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.6667 -63.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-63.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.6667 -63.2167)"^^geo:wktLiteral ;
  geo-pos:lat "-41.6667"^^xsd:decimal ;
  geo-pos:long "-63.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12089'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.2167'^^xsd:double;
  dwc:latitude '-41.6667'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.44 -63.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.44"^^xsd:decimal ;
  dwc:decimalLongitude "-63.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.44 -63.21)"^^geo:wktLiteral ;
  geo-pos:lat "18.44"^^xsd:decimal ;
  geo-pos:long "-63.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12571'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.21'^^xsd:double;
  dwc:latitude '18.44'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.8 -63.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.8"^^xsd:decimal ;
  dwc:decimalLongitude "-63.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.8 -63.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-42.8"^^xsd:decimal ;
  geo-pos:long "-63.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12103'^^xsd:integer;
  dwc:scientificName 'Magellania sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63.1833'^^xsd:double;
  dwc:latitude '-42.8'^^xsd:double;
  dwc:aphiaid '182921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182921'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.2833 -63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.2833 -63)"^^geo:wktLiteral ;
  geo-pos:lat "-41.2833"^^xsd:decimal ;
  geo-pos:long "-63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12088'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63'^^xsd:integer;
  dwc:latitude '-41.2833'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.2833 -63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.2833 -63)"^^geo:wktLiteral ;
  geo-pos:lat "-41.2833"^^xsd:decimal ;
  geo-pos:long "-63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12455'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-63'^^xsd:integer;
  dwc:latitude '-41.2833'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.2 -62.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.2"^^xsd:decimal ;
  dwc:decimalLongitude "-62.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.2 -62.9)"^^geo:wktLiteral ;
  geo-pos:lat "-57.2"^^xsd:decimal ;
  geo-pos:long "-62.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3317'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus subellipticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.9'^^xsd:double;
  dwc:latitude '-57.2'^^xsd:double;
  dwc:aphiaid '255800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3317'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.3242 -62.8417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.3242"^^xsd:decimal ;
  dwc:decimalLongitude "-62.8417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.3242 -62.8417)"^^geo:wktLiteral ;
  geo-pos:lat "17.3242"^^xsd:decimal ;
  geo-pos:long "-62.8417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12576'^^xsd:integer;
  dwc:scientificName 'Tichosina dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.8417'^^xsd:double;
  dwc:latitude '17.3242'^^xsd:double;
  dwc:aphiaid '235477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.23 -62.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.23"^^xsd:decimal ;
  dwc:decimalLongitude "-62.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.23 -62.83)"^^geo:wktLiteral ;
  geo-pos:lat "-57.23"^^xsd:decimal ;
  geo-pos:long "-62.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3318'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus subellipticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.83'^^xsd:double;
  dwc:latitude '-57.23'^^xsd:double;
  dwc:aphiaid '255800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3318'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.2 -62.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.2"^^xsd:decimal ;
  dwc:decimalLongitude "-62.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.2 -62.75)"^^geo:wktLiteral ;
  geo-pos:lat "-57.2"^^xsd:decimal ;
  geo-pos:long "-62.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3610'^^xsd:integer;
  dwc:scientificName 'Storthyngura birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.75'^^xsd:double;
  dwc:latitude '-57.2'^^xsd:double;
  dwc:aphiaid '294751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.03 -62.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.03"^^xsd:decimal ;
  dwc:decimalLongitude "-62.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.03 -62.75)"^^geo:wktLiteral ;
  geo-pos:lat "-55.03"^^xsd:decimal ;
  geo-pos:long "-62.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3613'^^xsd:integer;
  dwc:scientificName 'Storthyngura birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.75'^^xsd:double;
  dwc:latitude '-55.03'^^xsd:double;
  dwc:aphiaid '294751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3613'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.9167 -62.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-62.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.9167 -62.7167)"^^geo:wktLiteral ;
  geo-pos:lat "16.9167"^^xsd:decimal ;
  geo-pos:long "-62.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12503'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.7167'^^xsd:double;
  dwc:latitude '16.9167'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.4117 -62.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.4117"^^xsd:decimal ;
  dwc:decimalLongitude "-62.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.4117 -62.675)"^^geo:wktLiteral ;
  geo-pos:lat "11.4117"^^xsd:decimal ;
  geo-pos:long "-62.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12490'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.675'^^xsd:double;
  dwc:latitude '11.4117'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.4117 -62.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.4117"^^xsd:decimal ;
  dwc:decimalLongitude "-62.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.4117 -62.675)"^^geo:wktLiteral ;
  geo-pos:lat "11.4117"^^xsd:decimal ;
  geo-pos:long "-62.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12604'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.675'^^xsd:double;
  dwc:latitude '11.4117'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.5 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.5 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-47.5"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2273'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-47.5'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.5 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.5 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-47.5"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11446'^^xsd:integer;
  dwc:scientificName 'Aneboconcha obscura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-47.5'^^xsd:double;
  dwc:aphiaid '235669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1917 -62.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.1917"^^xsd:decimal ;
  dwc:decimalLongitude "-62.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1917 -62.6)"^^geo:wktLiteral ;
  geo-pos:lat "-54.1917"^^xsd:decimal ;
  geo-pos:long "-62.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11892'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.6'^^xsd:double;
  dwc:latitude '-54.1917'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1917 -62.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.1917"^^xsd:decimal ;
  dwc:decimalLongitude "-62.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.1917 -62.6)"^^geo:wktLiteral ;
  geo-pos:lat "-54.1917"^^xsd:decimal ;
  geo-pos:long "-62.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11889'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.6'^^xsd:double;
  dwc:latitude '-54.1917'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8833 -62.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-62.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8833 -62.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-50.8833"^^xsd:decimal ;
  geo-pos:long "-62.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12112'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.5833'^^xsd:double;
  dwc:latitude '-50.8833'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8833 -62.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-62.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8833 -62.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-50.8833"^^xsd:decimal ;
  geo-pos:long "-62.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12416'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.5833'^^xsd:double;
  dwc:latitude '-50.8833'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.35 -62.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.35"^^xsd:decimal ;
  dwc:decimalLongitude "-62.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.35 -62.35)"^^geo:wktLiteral ;
  geo-pos:lat "11.35"^^xsd:decimal ;
  geo-pos:long "-62.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12489'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.35'^^xsd:double;
  dwc:latitude '11.35'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.35 -62.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.35"^^xsd:decimal ;
  dwc:decimalLongitude "-62.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.35 -62.35)"^^geo:wktLiteral ;
  geo-pos:lat "11.35"^^xsd:decimal ;
  geo-pos:long "-62.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12603'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.35'^^xsd:double;
  dwc:latitude '11.35'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.1017 -62.3192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.1017"^^xsd:decimal ;
  dwc:decimalLongitude "-62.3192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.1017 -62.3192)"^^geo:wktLiteral ;
  geo-pos:lat "13.1017"^^xsd:decimal ;
  geo-pos:long "-62.3192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5657'^^xsd:integer;
  dwc:scientificName 'Tanaella forcifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.3192'^^xsd:double;
  dwc:latitude '13.1017'^^xsd:double;
  dwc:aphiaid '247674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.8083 -62.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.8083"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.8083 -62.2917)"^^geo:wktLiteral ;
  geo-pos:lat "11.8083"^^xsd:decimal ;
  geo-pos:long "-62.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14522'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.2917'^^xsd:double;
  dwc:latitude '11.8083'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.6983 -62.2233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.6983"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.6983 -62.2233)"^^geo:wktLiteral ;
  geo-pos:lat "16.6983"^^xsd:decimal ;
  geo-pos:long "-62.2233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12672'^^xsd:integer;
  dwc:scientificName 'Tichosina bartletti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.2233'^^xsd:double;
  dwc:latitude '16.6983'^^xsd:double;
  dwc:aphiaid '235472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.6983 -62.2233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.6983"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.6983 -62.2233)"^^geo:wktLiteral ;
  geo-pos:lat "16.6983"^^xsd:decimal ;
  geo-pos:long "-62.2233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12622'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.2233'^^xsd:double;
  dwc:latitude '16.6983'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.45 -62.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.45"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.45 -62.1833)"^^geo:wktLiteral ;
  geo-pos:lat "11.45"^^xsd:decimal ;
  geo-pos:long "-62.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12578'^^xsd:integer;
  dwc:scientificName 'Tichosina dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.1833'^^xsd:double;
  dwc:latitude '11.45'^^xsd:double;
  dwc:aphiaid '235477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.785 -62.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.785"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.785 -62.1667)"^^geo:wktLiteral ;
  geo-pos:lat "12.785"^^xsd:decimal ;
  geo-pos:long "-62.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4605'^^xsd:integer;
  dwc:scientificName 'Neotanais vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.1667'^^xsd:double;
  dwc:latitude '12.785'^^xsd:double;
  dwc:aphiaid '247395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247395'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.3667 -62.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.3667 -62.1)"^^geo:wktLiteral ;
  geo-pos:lat "-47.3667"^^xsd:decimal ;
  geo-pos:long "-62.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12436'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.1'^^xsd:double;
  dwc:latitude '-47.3667'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.4167 -62.0708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-62.0708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.4167 -62.0708)"^^geo:wktLiteral ;
  geo-pos:lat "11.4167"^^xsd:decimal ;
  geo-pos:long "-62.0708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12624'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.0708'^^xsd:double;
  dwc:latitude '11.4167'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3283 -62.0517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.3283"^^xsd:decimal ;
  dwc:decimalLongitude "-62.0517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3283 -62.0517)"^^geo:wktLiteral ;
  geo-pos:lat "11.3283"^^xsd:decimal ;
  geo-pos:long "-62.0517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12599'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-62.0517'^^xsd:double;
  dwc:latitude '11.3283'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8 -61.9508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8"^^xsd:decimal ;
  dwc:decimalLongitude "-61.9508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8 -61.9508)"^^geo:wktLiteral ;
  geo-pos:lat "12.8"^^xsd:decimal ;
  geo-pos:long "-61.9508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5270'^^xsd:integer;
  dwc:scientificName 'Typhlotanais kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.9508'^^xsd:double;
  dwc:latitude '12.8'^^xsd:double;
  dwc:aphiaid '247690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8 -61.9508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8"^^xsd:decimal ;
  dwc:decimalLongitude "-61.9508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8 -61.9508)"^^geo:wktLiteral ;
  geo-pos:lat "12.8"^^xsd:decimal ;
  geo-pos:long "-61.9508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4260'^^xsd:integer;
  dwc:scientificName 'Leviapseudes sibogae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.9508'^^xsd:double;
  dwc:latitude '12.8'^^xsd:double;
  dwc:aphiaid '244635'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247134'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.03 -61.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.03"^^xsd:decimal ;
  dwc:decimalLongitude "-61.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.03 -61.93)"^^geo:wktLiteral ;
  geo-pos:lat "-56.03"^^xsd:decimal ;
  geo-pos:long "-61.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3586'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia sulcatacornia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.93'^^xsd:double;
  dwc:latitude '-56.03'^^xsd:double;
  dwc:aphiaid '255631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.03 -61.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.03"^^xsd:decimal ;
  dwc:decimalLongitude "-61.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.03 -61.87)"^^geo:wktLiteral ;
  geo-pos:lat "-56.03"^^xsd:decimal ;
  geo-pos:long "-61.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3585'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia sulcatacornia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.87'^^xsd:double;
  dwc:latitude '-56.03'^^xsd:double;
  dwc:aphiaid '255631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 -61.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "-61.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 -61.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "-61.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12105'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.8667'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 -61.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "-61.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 -61.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "-61.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2283'^^xsd:integer;
  dwc:scientificName 'Eudorella gracilior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.8667'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '182287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 -61.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "-61.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 -61.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "-61.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2300'^^xsd:integer;
  dwc:scientificName 'Leucon sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.8667'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '182320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.2417 -61.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.2417"^^xsd:decimal ;
  dwc:decimalLongitude "-61.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.2417 -61.77)"^^geo:wktLiteral ;
  geo-pos:lat "11.2417"^^xsd:decimal ;
  geo-pos:long "-61.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12496'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.77'^^xsd:double;
  dwc:latitude '11.2417'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.2417 -61.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.2417"^^xsd:decimal ;
  dwc:decimalLongitude "-61.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.2417 -61.77)"^^geo:wktLiteral ;
  geo-pos:lat "11.2417"^^xsd:decimal ;
  geo-pos:long "-61.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12637'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.77'^^xsd:double;
  dwc:latitude '11.2417'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.8833 -61.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-61.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.8833 -61.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-44.8833"^^xsd:decimal ;
  geo-pos:long "-61.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2319'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.7167'^^xsd:double;
  dwc:latitude '-44.8833'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2319'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.4317 -61.6117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.4317"^^xsd:decimal ;
  dwc:decimalLongitude "-61.6117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.4317 -61.6117)"^^geo:wktLiteral ;
  geo-pos:lat "16.4317"^^xsd:decimal ;
  geo-pos:long "-61.6117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12502'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.6117'^^xsd:double;
  dwc:latitude '16.4317'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8667 -61.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8667 -61.6)"^^geo:wktLiteral ;
  geo-pos:lat "12.8667"^^xsd:decimal ;
  geo-pos:long "-61.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9586'^^xsd:integer;
  dwc:scientificName 'Cyathella lutea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.6'^^xsd:double;
  dwc:latitude '12.8667'^^xsd:double;
  dwc:aphiaid '196852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '196852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8667 -61.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8667 -61.6)"^^geo:wktLiteral ;
  geo-pos:lat "12.8667"^^xsd:decimal ;
  geo-pos:long "-61.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9588'^^xsd:integer;
  dwc:scientificName 'Cyathella lutea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.6'^^xsd:double;
  dwc:latitude '12.8667'^^xsd:double;
  dwc:aphiaid '196852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '196852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8667 -61.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8667 -61.6)"^^geo:wktLiteral ;
  geo-pos:lat "12.8667"^^xsd:decimal ;
  geo-pos:long "-61.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9589'^^xsd:integer;
  dwc:scientificName 'Cyathella lutea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.6'^^xsd:double;
  dwc:latitude '12.8667'^^xsd:double;
  dwc:aphiaid '196852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '196852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.0333 -61.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.0333 -61.595)"^^geo:wktLiteral ;
  geo-pos:lat "12.0333"^^xsd:decimal ;
  geo-pos:long "-61.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11480'^^xsd:integer;
  dwc:scientificName 'Argyrotheca sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.595'^^xsd:double;
  dwc:latitude '12.0333'^^xsd:double;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.0333 -61.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.0333 -61.595)"^^geo:wktLiteral ;
  geo-pos:lat "12.0333"^^xsd:decimal ;
  geo-pos:long "-61.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11483'^^xsd:integer;
  dwc:scientificName 'Argyrotheca sp. aff. A. rubrotincta (Dall)?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.595'^^xsd:double;
  dwc:latitude '12.0333'^^xsd:double;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1 -61.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.1"^^xsd:decimal ;
  dwc:decimalLongitude "-61.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1 -61.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-62.1"^^xsd:decimal ;
  geo-pos:long "-61.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6638'^^xsd:integer;
  dwc:scientificName 'Mospicalanus schielae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.5667'^^xsd:double;
  dwc:latitude '-62.1'^^xsd:double;
  dwc:aphiaid '344700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '344700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.1611 -61.4903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.1611"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.1611 -61.4903)"^^geo:wktLiteral ;
  geo-pos:lat "16.1611"^^xsd:decimal ;
  geo-pos:long "-61.4903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12557'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.4903'^^xsd:double;
  dwc:latitude '16.1611'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.1611 -61.4903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.1611"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.1611 -61.4903)"^^geo:wktLiteral ;
  geo-pos:lat "16.1611"^^xsd:decimal ;
  geo-pos:long "-61.4903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12623'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.4903'^^xsd:double;
  dwc:latitude '16.1611'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.2917 -61.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.2917 -61.4833)"^^geo:wktLiteral ;
  geo-pos:lat "12.2917"^^xsd:decimal ;
  geo-pos:long "-61.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11467'^^xsd:integer;
  dwc:scientificName 'Argyrotheca bermudana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.4833'^^xsd:double;
  dwc:latitude '12.2917'^^xsd:double;
  dwc:aphiaid '235634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3667 -61.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3667 -61.44)"^^geo:wktLiteral ;
  geo-pos:lat "11.3667"^^xsd:decimal ;
  geo-pos:long "-61.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12495'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.44'^^xsd:double;
  dwc:latitude '11.3667'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.95 -61.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.95"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.95 -61.4167)"^^geo:wktLiteral ;
  geo-pos:lat "12.95"^^xsd:decimal ;
  geo-pos:long "-61.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9587'^^xsd:integer;
  dwc:scientificName 'Cyathella lutea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.4167'^^xsd:double;
  dwc:latitude '12.95'^^xsd:double;
  dwc:aphiaid '196852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '196852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.0833 -61.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-61.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.0833 -61.4)"^^geo:wktLiteral ;
  geo-pos:lat "16.0833"^^xsd:decimal ;
  geo-pos:long "-61.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11484'^^xsd:integer;
  dwc:scientificName 'Argyrotheca barrettiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.4'^^xsd:double;
  dwc:latitude '16.0833'^^xsd:double;
  dwc:aphiaid '235628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1167 -61.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-61.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.1167 -61.36)"^^geo:wktLiteral ;
  geo-pos:lat "12.1167"^^xsd:decimal ;
  geo-pos:long "-61.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11466'^^xsd:integer;
  dwc:scientificName 'Argyrotheca bermudana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.36'^^xsd:double;
  dwc:latitude '12.1167'^^xsd:double;
  dwc:aphiaid '235634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3917 -61.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3917"^^xsd:decimal ;
  dwc:decimalLongitude "-61.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3917 -61.36)"^^geo:wktLiteral ;
  geo-pos:lat "12.3917"^^xsd:decimal ;
  geo-pos:long "-61.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11469'^^xsd:integer;
  dwc:scientificName 'Argyrotheca crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.36'^^xsd:double;
  dwc:latitude '12.3917'^^xsd:double;
  dwc:aphiaid '235641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.0333 -61.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.0333 -61.3)"^^geo:wktLiteral ;
  geo-pos:lat "-45.0333"^^xsd:decimal ;
  geo-pos:long "-61.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12122'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.3'^^xsd:double;
  dwc:latitude '-45.0333'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.0333 -61.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.0333 -61.3)"^^geo:wktLiteral ;
  geo-pos:lat "-45.0333"^^xsd:decimal ;
  geo-pos:long "-61.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2269'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.3'^^xsd:double;
  dwc:latitude '-45.0333'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.0333 -61.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.0333 -61.3)"^^geo:wktLiteral ;
  geo-pos:lat "-45.0333"^^xsd:decimal ;
  geo-pos:long "-61.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2318'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.3'^^xsd:double;
  dwc:latitude '-45.0333'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2318'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.75 -61.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.75 -61.2333)"^^geo:wktLiteral ;
  geo-pos:lat "-61.75"^^xsd:decimal ;
  geo-pos:long "-61.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11251'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.2333'^^xsd:double;
  dwc:latitude '-61.75'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.75 -61.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.75 -61.2333)"^^geo:wktLiteral ;
  geo-pos:lat "-61.75"^^xsd:decimal ;
  geo-pos:long "-61.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11278'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.2333'^^xsd:double;
  dwc:latitude '-61.75'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.75 -61.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.75 -61.2333)"^^geo:wktLiteral ;
  geo-pos:lat "-61.75"^^xsd:decimal ;
  geo-pos:long "-61.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11297'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.2333'^^xsd:double;
  dwc:latitude '-61.75'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.6 -61.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.6"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.6 -61.2167)"^^geo:wktLiteral ;
  geo-pos:lat "15.6"^^xsd:decimal ;
  geo-pos:long "-61.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12390'^^xsd:integer;
  dwc:scientificName 'Stenosarina augustata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.2167'^^xsd:double;
  dwc:latitude '15.6'^^xsd:double;
  dwc:aphiaid '235503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.6 -61.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.6"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.6 -61.2167)"^^geo:wktLiteral ;
  geo-pos:lat "15.6"^^xsd:decimal ;
  geo-pos:long "-61.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12391'^^xsd:integer;
  dwc:scientificName 'Stenosarina nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.2167'^^xsd:double;
  dwc:latitude '15.6'^^xsd:double;
  dwc:aphiaid '235504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.6 -61.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.6"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.6 -61.2167)"^^geo:wktLiteral ;
  geo-pos:lat "15.6"^^xsd:decimal ;
  geo-pos:long "-61.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12566'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.2167'^^xsd:double;
  dwc:latitude '15.6'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.52 -61.205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.52"^^xsd:decimal ;
  dwc:decimalLongitude "-61.205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.52 -61.205)"^^geo:wktLiteral ;
  geo-pos:lat "15.52"^^xsd:decimal ;
  geo-pos:long "-61.205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12570'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.205'^^xsd:double;
  dwc:latitude '15.52'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.495 -61.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.495"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.495 -61.2)"^^geo:wktLiteral ;
  geo-pos:lat "15.495"^^xsd:decimal ;
  geo-pos:long "-61.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12642'^^xsd:integer;
  dwc:scientificName 'Tichosina sp. Aff. T cubensis (Pourtales)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.2'^^xsd:double;
  dwc:latitude '15.495'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4917 -61.1917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4917 -61.1917)"^^geo:wktLiteral ;
  geo-pos:lat "15.4917"^^xsd:decimal ;
  geo-pos:long "-61.1917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12361'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.1917'^^xsd:double;
  dwc:latitude '15.4917'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4917 -61.1917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4917 -61.1917)"^^geo:wktLiteral ;
  geo-pos:lat "15.4917"^^xsd:decimal ;
  geo-pos:long "-61.1917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12501'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.1917'^^xsd:double;
  dwc:latitude '15.4917'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4917 -61.1917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4917 -61.1917)"^^geo:wktLiteral ;
  geo-pos:lat "15.4917"^^xsd:decimal ;
  geo-pos:long "-61.1917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12569'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.1917'^^xsd:double;
  dwc:latitude '15.4917'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.73 -61.1903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.73"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.73 -61.1903)"^^geo:wktLiteral ;
  geo-pos:lat "14.73"^^xsd:decimal ;
  geo-pos:long "-61.1903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12592'^^xsd:integer;
  dwc:scientificName 'Tichosina martinicensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.1903'^^xsd:double;
  dwc:latitude '14.73'^^xsd:double;
  dwc:aphiaid '235482'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235482'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62 -61.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62"^^xsd:decimal ;
  dwc:decimalLongitude "-61.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62 -61.15)"^^geo:wktLiteral ;
  geo-pos:lat "-62"^^xsd:decimal ;
  geo-pos:long "-61.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11981'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.15'^^xsd:double;
  dwc:latitude '-62'^^xsd:integer;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.1125 -61.1153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.1125"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.1125 -61.1153)"^^geo:wktLiteral ;
  geo-pos:lat "13.1125"^^xsd:decimal ;
  geo-pos:long "-61.1153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12577'^^xsd:integer;
  dwc:scientificName 'Tichosina dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.1153'^^xsd:double;
  dwc:latitude '13.1125'^^xsd:double;
  dwc:aphiaid '235477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.05 -61.1133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.05"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.05 -61.1133)"^^geo:wktLiteral ;
  geo-pos:lat "13.05"^^xsd:decimal ;
  geo-pos:long "-61.1133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11481'^^xsd:integer;
  dwc:scientificName 'Argyrotheca sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.1133'^^xsd:double;
  dwc:latitude '13.05'^^xsd:double;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.31 -61.0933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.31"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.31 -61.0933)"^^geo:wktLiteral ;
  geo-pos:lat "13.31"^^xsd:decimal ;
  geo-pos:long "-61.0933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12359'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0933'^^xsd:double;
  dwc:latitude '13.31'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7 -61.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7 -61.0917)"^^geo:wktLiteral ;
  geo-pos:lat "12.7"^^xsd:decimal ;
  geo-pos:long "-61.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12358'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0917'^^xsd:double;
  dwc:latitude '12.7'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7 -61.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7 -61.0917)"^^geo:wktLiteral ;
  geo-pos:lat "12.7"^^xsd:decimal ;
  geo-pos:long "-61.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12497'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0917'^^xsd:double;
  dwc:latitude '12.7'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7 -61.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7 -61.0917)"^^geo:wktLiteral ;
  geo-pos:lat "12.7"^^xsd:decimal ;
  geo-pos:long "-61.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12638'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0917'^^xsd:double;
  dwc:latitude '12.7'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7717 -61.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.7717"^^xsd:decimal ;
  dwc:decimalLongitude "-61.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7717 -61.09)"^^geo:wktLiteral ;
  geo-pos:lat "13.7717"^^xsd:decimal ;
  geo-pos:long "-61.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12360'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.09'^^xsd:double;
  dwc:latitude '13.7717'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7717 -61.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.7717"^^xsd:decimal ;
  dwc:decimalLongitude "-61.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7717 -61.09)"^^geo:wktLiteral ;
  geo-pos:lat "13.7717"^^xsd:decimal ;
  geo-pos:long "-61.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12500'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.09'^^xsd:double;
  dwc:latitude '13.7717'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7717 -61.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.7717"^^xsd:decimal ;
  dwc:decimalLongitude "-61.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7717 -61.09)"^^geo:wktLiteral ;
  geo-pos:lat "13.7717"^^xsd:decimal ;
  geo-pos:long "-61.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12568'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.09'^^xsd:double;
  dwc:latitude '13.7717'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.1867 -61.0883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.1867"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.1867 -61.0883)"^^geo:wktLiteral ;
  geo-pos:lat "13.1867"^^xsd:decimal ;
  geo-pos:long "-61.0883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12589'^^xsd:integer;
  dwc:scientificName 'Tichosina indeterminate'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0883'^^xsd:double;
  dwc:latitude '13.1867'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 -61.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 -61.0833)"^^geo:wktLiteral ;
  geo-pos:lat "28.4167"^^xsd:decimal ;
  geo-pos:long "-61.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14579'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0833'^^xsd:double;
  dwc:latitude '28.4167'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2317 -61.0783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2317"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2317 -61.0783)"^^geo:wktLiteral ;
  geo-pos:lat "13.2317"^^xsd:decimal ;
  geo-pos:long "-61.0783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12498'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0783'^^xsd:double;
  dwc:latitude '13.2317'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2317 -61.0783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2317"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2317 -61.0783)"^^geo:wktLiteral ;
  geo-pos:lat "13.2317"^^xsd:decimal ;
  geo-pos:long "-61.0783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12591'^^xsd:integer;
  dwc:scientificName 'Tichosina labiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0783'^^xsd:double;
  dwc:latitude '13.2317'^^xsd:double;
  dwc:aphiaid '235481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7333 -61.0517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.7333 -61.0517)"^^geo:wktLiteral ;
  geo-pos:lat "13.7333"^^xsd:decimal ;
  geo-pos:long "-61.0517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12499'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0517'^^xsd:double;
  dwc:latitude '13.7333'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12499'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.1667 -61.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.1667 -61.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-47.1667"^^xsd:decimal ;
  geo-pos:long "-61.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12123'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0333'^^xsd:double;
  dwc:latitude '-47.1667'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.1667 -61.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.1667 -61.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-47.1667"^^xsd:decimal ;
  geo-pos:long "-61.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2272'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0333'^^xsd:double;
  dwc:latitude '-47.1667'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.1667 -61.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.1667 -61.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-47.1667"^^xsd:decimal ;
  geo-pos:long "-61.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2321'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0333'^^xsd:double;
  dwc:latitude '-47.1667'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.1667 -61.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.1667 -61.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-47.1667"^^xsd:decimal ;
  geo-pos:long "-61.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12435'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-61.0333'^^xsd:double;
  dwc:latitude '-47.1667'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.4833 -60.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-60.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.4833 -60.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-44.4833"^^xsd:decimal ;
  geo-pos:long "-60.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2270'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.9833'^^xsd:double;
  dwc:latitude '-44.4833'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4467 -60.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.4467"^^xsd:decimal ;
  dwc:decimalLongitude "-60.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4467 -60.9717)"^^geo:wktLiteral ;
  geo-pos:lat "14.4467"^^xsd:decimal ;
  geo-pos:long "-60.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12671'^^xsd:integer;
  dwc:scientificName 'Tichosina bartletti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.9717'^^xsd:double;
  dwc:latitude '14.4467'^^xsd:double;
  dwc:aphiaid '235472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.1833 -60.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-60.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.1833 -60.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-45.1833"^^xsd:decimal ;
  geo-pos:long "-60.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2268'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.9167'^^xsd:double;
  dwc:latitude '-45.1833'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.1833 -60.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-60.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.1833 -60.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-45.1833"^^xsd:decimal ;
  geo-pos:long "-60.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2317'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.9167'^^xsd:double;
  dwc:latitude '-45.1833'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2317'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2333 -60.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-60.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2333 -60.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2333"^^xsd:decimal ;
  geo-pos:long "-60.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12516'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.8833'^^xsd:double;
  dwc:latitude '13.2333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12516'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.0933 -60.8567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.0933"^^xsd:decimal ;
  dwc:decimalLongitude "-60.8567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.0933 -60.8567)"^^geo:wktLiteral ;
  geo-pos:lat "14.0933"^^xsd:decimal ;
  geo-pos:long "-60.8567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12567'^^xsd:integer;
  dwc:scientificName 'Tichosina cubensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.8567'^^xsd:double;
  dwc:latitude '14.0933'^^xsd:double;
  dwc:aphiaid '422244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7253 -60.7355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.7253"^^xsd:decimal ;
  dwc:decimalLongitude "-60.7355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7253 -60.7355)"^^geo:wktLiteral ;
  geo-pos:lat "-61.7253"^^xsd:decimal ;
  geo-pos:long "-60.7355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9196'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus anomalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.7355'^^xsd:double;
  dwc:latitude '-61.7253'^^xsd:double;
  dwc:aphiaid '362631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7247 -60.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.7247"^^xsd:decimal ;
  dwc:decimalLongitude "-60.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7247 -60.725)"^^geo:wktLiteral ;
  geo-pos:lat "-61.7247"^^xsd:decimal ;
  geo-pos:long "-60.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9197'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus anomalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.725'^^xsd:double;
  dwc:latitude '-61.7247'^^xsd:double;
  dwc:aphiaid '362631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7247 -60.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.7247"^^xsd:decimal ;
  dwc:decimalLongitude "-60.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7247 -60.725)"^^geo:wktLiteral ;
  geo-pos:lat "-61.7247"^^xsd:decimal ;
  geo-pos:long "-60.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9205'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.725'^^xsd:double;
  dwc:latitude '-61.7247'^^xsd:double;
  dwc:aphiaid '114771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114771'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7263 -60.7203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.7263"^^xsd:decimal ;
  dwc:decimalLongitude "-60.7203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7263 -60.7203)"^^geo:wktLiteral ;
  geo-pos:lat "-61.7263"^^xsd:decimal ;
  geo-pos:long "-60.7203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9198'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus anomalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.7203'^^xsd:double;
  dwc:latitude '-61.7263'^^xsd:double;
  dwc:aphiaid '362631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7263 -60.7203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.7263"^^xsd:decimal ;
  dwc:decimalLongitude "-60.7203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.7263 -60.7203)"^^geo:wktLiteral ;
  geo-pos:lat "-61.7263"^^xsd:decimal ;
  geo-pos:long "-60.7203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9206'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.7203'^^xsd:double;
  dwc:latitude '-61.7263'^^xsd:double;
  dwc:aphiaid '114771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114771'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.15 -60.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.15"^^xsd:decimal ;
  dwc:decimalLongitude "-60.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.15 -60.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-47.15"^^xsd:decimal ;
  geo-pos:long "-60.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11897'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.6333'^^xsd:double;
  dwc:latitude '-47.15'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.15 -60.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.15"^^xsd:decimal ;
  dwc:decimalLongitude "-60.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.15 -60.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-47.15"^^xsd:decimal ;
  geo-pos:long "-60.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2247'^^xsd:integer;
  dwc:scientificName 'Campylaspis johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.6333'^^xsd:double;
  dwc:latitude '-47.15'^^xsd:double;
  dwc:aphiaid '182411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.54 -60.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.54"^^xsd:decimal ;
  dwc:decimalLongitude "-60.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.54 -60.47)"^^geo:wktLiteral ;
  geo-pos:lat "20.54"^^xsd:decimal ;
  geo-pos:long "-60.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3232'^^xsd:integer;
  dwc:scientificName 'Haploniscus unicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.47'^^xsd:double;
  dwc:latitude '20.54'^^xsd:double;
  dwc:aphiaid '183189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.35 -60.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.35"^^xsd:decimal ;
  dwc:decimalLongitude "-60.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.35 -60.45)"^^geo:wktLiteral ;
  geo-pos:lat "-45.35"^^xsd:decimal ;
  geo-pos:long "-60.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12432'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.45'^^xsd:double;
  dwc:latitude '-45.35'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5333 -60.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-60.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5333 -60.3833)"^^geo:wktLiteral ;
  geo-pos:lat "10.5333"^^xsd:decimal ;
  geo-pos:long "-60.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12494'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.3833'^^xsd:double;
  dwc:latitude '10.5333'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5333 -60.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-60.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5333 -60.3833)"^^geo:wktLiteral ;
  geo-pos:lat "10.5333"^^xsd:decimal ;
  geo-pos:long "-60.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12612'^^xsd:integer;
  dwc:scientificName 'Tichosina plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.3833'^^xsd:double;
  dwc:latitude '10.5333'^^xsd:double;
  dwc:aphiaid '235485'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.4833 -60.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-60.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.4833 -60.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-44.4833"^^xsd:decimal ;
  geo-pos:long "-60.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2320'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.0833'^^xsd:double;
  dwc:latitude '-44.4833'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.37 -60.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.37"^^xsd:decimal ;
  dwc:decimalLongitude "-60.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.37 -60.07)"^^geo:wktLiteral ;
  geo-pos:lat "-59.37"^^xsd:decimal ;
  geo-pos:long "-60.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3696'^^xsd:integer;
  dwc:scientificName 'Storthyngura antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.07'^^xsd:double;
  dwc:latitude '-59.37'^^xsd:double;
  dwc:aphiaid '255771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.37 -60.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.37"^^xsd:decimal ;
  dwc:decimalLongitude "-60.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.37 -60.07)"^^geo:wktLiteral ;
  geo-pos:lat "-59.37"^^xsd:decimal ;
  geo-pos:long "-60.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3697'^^xsd:integer;
  dwc:scientificName 'Storthyngura antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-60.07'^^xsd:double;
  dwc:latitude '-59.37'^^xsd:double;
  dwc:aphiaid '255771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.87 -59.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.87"^^xsd:decimal ;
  dwc:decimalLongitude "-59.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.87 -59.98)"^^geo:wktLiteral ;
  geo-pos:lat "-59.87"^^xsd:decimal ;
  geo-pos:long "-59.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3623'^^xsd:integer;
  dwc:scientificName 'Storthyngura elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.98'^^xsd:double;
  dwc:latitude '-59.87'^^xsd:double;
  dwc:aphiaid '175211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175211'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.87 -59.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.87"^^xsd:decimal ;
  dwc:decimalLongitude "-59.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.87 -59.97)"^^geo:wktLiteral ;
  geo-pos:lat "-59.87"^^xsd:decimal ;
  geo-pos:long "-59.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3622'^^xsd:integer;
  dwc:scientificName 'Storthyngura elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.97'^^xsd:double;
  dwc:latitude '-59.87'^^xsd:double;
  dwc:aphiaid '175211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175211'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.4167 -59.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-59.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.4167 -59.9)"^^geo:wktLiteral ;
  geo-pos:lat "-44.4167"^^xsd:decimal ;
  geo-pos:long "-59.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12433'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.9'^^xsd:double;
  dwc:latitude '-44.4167'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3833 -59.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3833 -59.8833)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3833"^^xsd:decimal ;
  geo-pos:long "-59.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2309'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.8833'^^xsd:double;
  dwc:latitude '-44.3833'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2309'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3833 -59.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3833 -59.8833)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3833"^^xsd:decimal ;
  geo-pos:long "-59.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12434'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.8833'^^xsd:double;
  dwc:latitude '-44.3833'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.3333 -59.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-59.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.3333 -59.65)"^^geo:wktLiteral ;
  geo-pos:lat "72.3333"^^xsd:decimal ;
  geo-pos:long "-59.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5323'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.65'^^xsd:double;
  dwc:latitude '72.3333'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0667 -59.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-59.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.0667 -59.6)"^^geo:wktLiteral ;
  geo-pos:lat "45.0667"^^xsd:decimal ;
  geo-pos:long "-59.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '641'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.6'^^xsd:double;
  dwc:latitude '45.0667'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.0333 -59.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-59.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.0333 -59.5667)"^^geo:wktLiteral ;
  geo-pos:lat "13.0333"^^xsd:decimal ;
  geo-pos:long "-59.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12635'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.5667'^^xsd:double;
  dwc:latitude '13.0333'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 -59.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13"^^xsd:decimal ;
  dwc:decimalLongitude "-59.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13 -59.55)"^^geo:wktLiteral ;
  geo-pos:lat "13"^^xsd:decimal ;
  geo-pos:long "-59.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12484'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.55'^^xsd:double;
  dwc:latitude '13'^^xsd:integer;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0833 -59.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0833 -59.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0833"^^xsd:decimal ;
  geo-pos:long "-59.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12027'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.5167'^^xsd:double;
  dwc:latitude '-53.0833'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0833 -59.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0833 -59.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0833"^^xsd:decimal ;
  geo-pos:long "-59.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11788'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.5167'^^xsd:double;
  dwc:latitude '-53.0833'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.6833 -59.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.6833 -59.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-41.6833"^^xsd:decimal ;
  geo-pos:long "-59.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2267'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.3167'^^xsd:double;
  dwc:latitude '-41.6833'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.6833 -59.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.6833 -59.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-41.6833"^^xsd:decimal ;
  geo-pos:long "-59.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2315'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.3167'^^xsd:double;
  dwc:latitude '-41.6833'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2315'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -59.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -59.15)"^^geo:wktLiteral ;
  geo-pos:lat "-52.6833"^^xsd:decimal ;
  geo-pos:long "-59.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12108'^^xsd:integer;
  dwc:scientificName 'Magellania venosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.15'^^xsd:double;
  dwc:latitude '-52.6833'^^xsd:double;
  dwc:aphiaid '235687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -59.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -59.15)"^^geo:wktLiteral ;
  geo-pos:lat "-52.6833"^^xsd:decimal ;
  geo-pos:long "-59.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12407'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.15'^^xsd:double;
  dwc:latitude '-52.6833'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -59.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6833 -59.15)"^^geo:wktLiteral ;
  geo-pos:lat "-52.6833"^^xsd:decimal ;
  geo-pos:long "-59.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11879'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.15'^^xsd:double;
  dwc:latitude '-52.6833'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6833 -59.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-59.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.6833 -59.15)"^^geo:wktLiteral ;
  geo-pos:lat "12.6833"^^xsd:decimal ;
  geo-pos:long "-59.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15697'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.15'^^xsd:double;
  dwc:latitude '12.6833'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.95 -59.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.95"^^xsd:decimal ;
  dwc:decimalLongitude "-59.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.95 -59.05)"^^geo:wktLiteral ;
  geo-pos:lat "-41.95"^^xsd:decimal ;
  geo-pos:long "-59.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2316'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-59.05'^^xsd:double;
  dwc:latitude '-41.95'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  geo-pos:lat "12.5733"^^xsd:decimal ;
  geo-pos:long "-58.9883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15698'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9883'^^xsd:double;
  dwc:latitude '12.5733'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  geo-pos:lat "12.5733"^^xsd:decimal ;
  geo-pos:long "-58.9883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15696'^^xsd:integer;
  dwc:scientificName 'Spinula scheltemai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9883'^^xsd:double;
  dwc:latitude '12.5733'^^xsd:double;
  dwc:aphiaid '543623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  geo-pos:lat "12.5733"^^xsd:decimal ;
  geo-pos:long "-58.9883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15691'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9883'^^xsd:double;
  dwc:latitude '12.5733'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  geo-pos:lat "12.5733"^^xsd:decimal ;
  geo-pos:long "-58.9883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15692'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9883'^^xsd:double;
  dwc:latitude '12.5733'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  geo-pos:lat "12.5733"^^xsd:decimal ;
  geo-pos:long "-58.9883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15693'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9883'^^xsd:double;
  dwc:latitude '12.5733'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  geo-pos:lat "12.5733"^^xsd:decimal ;
  geo-pos:long "-58.9883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15694'^^xsd:integer;
  dwc:scientificName 'Verticordia triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9883'^^xsd:double;
  dwc:latitude '12.5733'^^xsd:double;
  dwc:aphiaid '405128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5733 -58.9883)"^^geo:wktLiteral ;
  geo-pos:lat "12.5733"^^xsd:decimal ;
  geo-pos:long "-58.9883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15695'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9883'^^xsd:double;
  dwc:latitude '12.5733'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.5 -58.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.5"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.5 -58.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-57.5"^^xsd:decimal ;
  geo-pos:long "-58.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11236'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9667'^^xsd:double;
  dwc:latitude '-57.5'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.15 -58.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.15"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.15 -58.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-57.15"^^xsd:decimal ;
  geo-pos:long "-58.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2160'^^xsd:integer;
  dwc:scientificName 'Ekleptostylis heardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9667'^^xsd:double;
  dwc:latitude '-57.15'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2160'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.15 -58.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.15"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.15 -58.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-57.15"^^xsd:decimal ;
  geo-pos:long "-58.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '121'^^xsd:integer;
  dwc:scientificName 'Ekleptostylis heardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.9667'^^xsd:double;
  dwc:latitude '-57.15'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:121'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.85 -58.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-58.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.85 -58.75)"^^geo:wktLiteral ;
  geo-pos:lat "-42.85"^^xsd:decimal ;
  geo-pos:long "-58.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12431'^^xsd:integer;
  dwc:scientificName 'Terebratella dorsata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.75'^^xsd:double;
  dwc:latitude '-42.85'^^xsd:double;
  dwc:aphiaid '235661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3844 -58.7053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.3844"^^xsd:decimal ;
  dwc:decimalLongitude "-58.7053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3844 -58.7053)"^^geo:wktLiteral ;
  geo-pos:lat "-62.3844"^^xsd:decimal ;
  geo-pos:long "-58.7053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5155'^^xsd:integer;
  dwc:scientificName 'Magotanais pruinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.7053'^^xsd:double;
  dwc:latitude '-62.3844'^^xsd:double;
  dwc:aphiaid '244584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '606479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.28 -58.7017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-58.7017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.28 -58.7017)"^^geo:wktLiteral ;
  geo-pos:lat "-62.28"^^xsd:decimal ;
  geo-pos:long "-58.7017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8273'^^xsd:integer;
  dwc:scientificName 'Molgolaimus gigasproximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.7017'^^xsd:double;
  dwc:latitude '-62.28'^^xsd:double;
  dwc:aphiaid '477196'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.65 -58.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.65"^^xsd:decimal ;
  dwc:decimalLongitude "-58.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.65 -58.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.65"^^xsd:decimal ;
  geo-pos:long "-58.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2340'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.6667'^^xsd:double;
  dwc:latitude '46.65'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.51667 -58.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.51667"^^xsd:decimal ;
  dwc:decimalLongitude "-58.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.51667 -58.6167)"^^geo:wktLiteral ;
  geo-pos:lat "8.51667"^^xsd:decimal ;
  geo-pos:long "-58.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12594'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.6167'^^xsd:double;
  dwc:latitude '8.51667'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.6667 -58.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-58.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.6667 -58.55)"^^geo:wktLiteral ;
  geo-pos:lat "11.6667"^^xsd:decimal ;
  geo-pos:long "-58.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16771'^^xsd:integer;
  dwc:scientificName 'Brevinucula verrilli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.55'^^xsd:double;
  dwc:latitude '11.6667'^^xsd:double;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.28 -58.5467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-58.5467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.28 -58.5467)"^^geo:wktLiteral ;
  geo-pos:lat "-62.28"^^xsd:decimal ;
  geo-pos:long "-58.5467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11873'^^xsd:integer;
  dwc:scientificName 'Liothyrella notorcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.5467'^^xsd:double;
  dwc:latitude '-62.28'^^xsd:double;
  dwc:aphiaid '235468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8833 -58.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-58.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8833 -58.5167)"^^geo:wktLiteral ;
  geo-pos:lat "46.8833"^^xsd:decimal ;
  geo-pos:long "-58.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2336'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.5167'^^xsd:double;
  dwc:latitude '46.8833'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8833 -58.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-58.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8833 -58.5167)"^^geo:wktLiteral ;
  geo-pos:lat "46.8833"^^xsd:decimal ;
  geo-pos:long "-58.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2282'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.5167'^^xsd:double;
  dwc:latitude '46.8833'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8833 -58.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-58.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8833 -58.5167)"^^geo:wktLiteral ;
  geo-pos:lat "46.8833"^^xsd:decimal ;
  geo-pos:long "-58.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2290'^^xsd:integer;
  dwc:scientificName 'Eudorella parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.5167'^^xsd:double;
  dwc:latitude '46.8833'^^xsd:double;
  dwc:aphiaid '110532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.46667 -58.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-58.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.46667 -58.2)"^^geo:wktLiteral ;
  geo-pos:lat "8.46667"^^xsd:decimal ;
  geo-pos:long "-58.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12602'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.2'^^xsd:double;
  dwc:latitude '8.46667'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43333 -58.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.43333"^^xsd:decimal ;
  dwc:decimalLongitude "-58.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.43333 -58.1833)"^^geo:wktLiteral ;
  geo-pos:lat "8.43333"^^xsd:decimal ;
  geo-pos:long "-58.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12579'^^xsd:integer;
  dwc:scientificName 'Tichosina dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.1833'^^xsd:double;
  dwc:latitude '8.43333'^^xsd:double;
  dwc:aphiaid '235477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.575 -58.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.575"^^xsd:decimal ;
  dwc:decimalLongitude "-58.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.575 -58.1167)"^^geo:wktLiteral ;
  geo-pos:lat "-61.575"^^xsd:decimal ;
  geo-pos:long "-58.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8275'^^xsd:integer;
  dwc:scientificName 'Molgolaimus gigasproximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.1167'^^xsd:double;
  dwc:latitude '-61.575'^^xsd:double;
  dwc:aphiaid '477196'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.45 -58.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.45"^^xsd:decimal ;
  dwc:decimalLongitude "-58.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.45 -58.1167)"^^geo:wktLiteral ;
  geo-pos:lat "-61.45"^^xsd:decimal ;
  geo-pos:long "-58.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9041'^^xsd:integer;
  dwc:scientificName 'Dichromadora weddellensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.1167'^^xsd:double;
  dwc:latitude '-61.45'^^xsd:double;
  dwc:aphiaid '230019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.45 -58.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.45"^^xsd:decimal ;
  dwc:decimalLongitude "-58.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.45 -58.1167)"^^geo:wktLiteral ;
  geo-pos:lat "-61.45"^^xsd:decimal ;
  geo-pos:long "-58.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9044'^^xsd:integer;
  dwc:scientificName 'Dichromadora polarsternis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.1167'^^xsd:double;
  dwc:latitude '-61.45'^^xsd:double;
  dwc:aphiaid '230022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.45 -58.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.45"^^xsd:decimal ;
  dwc:decimalLongitude "-58.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.45 -58.1167)"^^geo:wktLiteral ;
  geo-pos:lat "-61.45"^^xsd:decimal ;
  geo-pos:long "-58.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9048'^^xsd:integer;
  dwc:scientificName 'Dichromadora southernis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.1167'^^xsd:double;
  dwc:latitude '-61.45'^^xsd:double;
  dwc:aphiaid '230020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.445"^^xsd:decimal ;
  dwc:decimalLongitude "-58.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  geo-pos:lat "-61.445"^^xsd:decimal ;
  geo-pos:long "-58.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8260'^^xsd:integer;
  dwc:scientificName 'Molgolaimus dracus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.11'^^xsd:double;
  dwc:latitude '-61.445'^^xsd:double;
  dwc:aphiaid '477191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.445"^^xsd:decimal ;
  dwc:decimalLongitude "-58.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  geo-pos:lat "-61.445"^^xsd:decimal ;
  geo-pos:long "-58.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8261'^^xsd:integer;
  dwc:scientificName 'Molgolaimus carpediem'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.11'^^xsd:double;
  dwc:latitude '-61.445'^^xsd:double;
  dwc:aphiaid '477190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.445"^^xsd:decimal ;
  dwc:decimalLongitude "-58.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  geo-pos:lat "-61.445"^^xsd:decimal ;
  geo-pos:long "-58.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8276'^^xsd:integer;
  dwc:scientificName 'Molgolaimus gigaslongincus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.11'^^xsd:double;
  dwc:latitude '-61.445'^^xsd:double;
  dwc:aphiaid '583149'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.445"^^xsd:decimal ;
  dwc:decimalLongitude "-58.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  geo-pos:lat "-61.445"^^xsd:decimal ;
  geo-pos:long "-58.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8270'^^xsd:integer;
  dwc:scientificName 'Molgolaimus liberalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.11'^^xsd:double;
  dwc:latitude '-61.445'^^xsd:double;
  dwc:aphiaid '477198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477198'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.445"^^xsd:decimal ;
  dwc:decimalLongitude "-58.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.445 -58.11)"^^geo:wktLiteral ;
  geo-pos:lat "-61.445"^^xsd:decimal ;
  geo-pos:long "-58.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8265'^^xsd:integer;
  dwc:scientificName 'Molgolaimus macilenti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58.11'^^xsd:double;
  dwc:latitude '-61.445'^^xsd:double;
  dwc:aphiaid '477199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -58)"^^geo:wktLiteral ;
  geo-pos:lat "-55.05"^^xsd:decimal ;
  geo-pos:long "-58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3658'^^xsd:integer;
  dwc:scientificName 'Storthyngura scotia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-58'^^xsd:integer;
  dwc:latitude '-55.05'^^xsd:double;
  dwc:aphiaid '175217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5183 -57.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5183 -57.8617)"^^geo:wktLiteral ;
  geo-pos:lat "-75.5183"^^xsd:decimal ;
  geo-pos:long "-57.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8563'^^xsd:integer;
  dwc:scientificName 'Chromadorita ceratoserolis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57.8617'^^xsd:double;
  dwc:latitude '-75.5183'^^xsd:double;
  dwc:aphiaid '161007'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.83 -57.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.83"^^xsd:decimal ;
  dwc:decimalLongitude "-57.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.83 -57.67)"^^geo:wktLiteral ;
  geo-pos:lat "66.83"^^xsd:decimal ;
  geo-pos:long "-57.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4102'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57.67'^^xsd:double;
  dwc:latitude '66.83'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.8167 -57.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.8167 -57.6167)"^^geo:wktLiteral ;
  geo-pos:lat "13.8167"^^xsd:decimal ;
  geo-pos:long "-57.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5393'^^xsd:integer;
  dwc:scientificName 'Pseudotanais baresnauti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57.6167'^^xsd:double;
  dwc:latitude '13.8167'^^xsd:double;
  dwc:aphiaid '247651'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296679'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.67 -57.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.67"^^xsd:decimal ;
  dwc:decimalLongitude "-57.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.67 -57.59)"^^geo:wktLiteral ;
  geo-pos:lat "-59.67"^^xsd:decimal ;
  geo-pos:long "-57.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3500'^^xsd:integer;
  dwc:scientificName 'Haplomesus corniculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57.59'^^xsd:double;
  dwc:latitude '-59.67'^^xsd:double;
  dwc:aphiaid '388627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -57.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.75"^^xsd:decimal ;
  dwc:decimalLongitude "-57.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -57.5667)"^^geo:wktLiteral ;
  geo-pos:lat "7.75"^^xsd:decimal ;
  geo-pos:long "-57.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12515'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57.5667'^^xsd:double;
  dwc:latitude '7.75'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12515'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.1 -57.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.1"^^xsd:decimal ;
  dwc:decimalLongitude "-57.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.1 -57.5333)"^^geo:wktLiteral ;
  geo-pos:lat "26.1"^^xsd:decimal ;
  geo-pos:long "-57.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5952'^^xsd:integer;
  dwc:scientificName 'Robustognathia dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57.5333'^^xsd:double;
  dwc:latitude '26.1'^^xsd:double;
  dwc:aphiaid '247512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 -57.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 -57.3833)"^^geo:wktLiteral ;
  geo-pos:lat "51.15"^^xsd:decimal ;
  geo-pos:long "-57.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2281'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57.3833'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.74 -57.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.74"^^xsd:decimal ;
  dwc:decimalLongitude "-57.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.74 -57.37)"^^geo:wktLiteral ;
  geo-pos:lat "63.74"^^xsd:decimal ;
  geo-pos:long "-57.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4103'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57.37'^^xsd:double;
  dwc:latitude '63.74'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.45 -57.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.45"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.45 -57.2)"^^geo:wktLiteral ;
  geo-pos:lat "-75.45"^^xsd:decimal ;
  geo-pos:long "-57.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11784'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57.2'^^xsd:double;
  dwc:latitude '-75.45'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2167 -57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2167 -57)"^^geo:wktLiteral ;
  geo-pos:lat "55.2167"^^xsd:decimal ;
  geo-pos:long "-57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11991'^^xsd:integer;
  dwc:scientificName 'Macandrevia tenera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57'^^xsd:integer;
  dwc:latitude '55.2167'^^xsd:double;
  dwc:aphiaid '183250'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183250'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2167 -57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2167 -57)"^^geo:wktLiteral ;
  geo-pos:lat "55.2167"^^xsd:decimal ;
  geo-pos:long "-57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11725'^^xsd:integer;
  dwc:scientificName 'Hemithiris psittacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-57'^^xsd:integer;
  dwc:latitude '55.2167'^^xsd:double;
  dwc:aphiaid '104054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3133 -56.9883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.3133"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3133 -56.9883)"^^geo:wktLiteral ;
  geo-pos:lat "-62.3133"^^xsd:decimal ;
  geo-pos:long "-56.9883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5281'^^xsd:integer;
  dwc:scientificName 'Typhlotanais magnificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.9883'^^xsd:double;
  dwc:latitude '-62.3133'^^xsd:double;
  dwc:aphiaid '244623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237599'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3883 -56.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-56.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3883 -56.96)"^^geo:wktLiteral ;
  geo-pos:lat "-62.3883"^^xsd:decimal ;
  geo-pos:long "-56.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5115'^^xsd:integer;
  dwc:scientificName 'Filitanais rebainsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.96'^^xsd:double;
  dwc:latitude '-62.3883'^^xsd:double;
  dwc:aphiaid '136351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136351'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3883 -56.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-56.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3883 -56.96)"^^geo:wktLiteral ;
  geo-pos:lat "-62.3883"^^xsd:decimal ;
  geo-pos:long "-56.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5369'^^xsd:integer;
  dwc:scientificName 'Pseudotanais abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.96'^^xsd:double;
  dwc:latitude '-62.3883'^^xsd:double;
  dwc:aphiaid '136499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3883 -56.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.3883"^^xsd:decimal ;
  dwc:decimalLongitude "-56.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3883 -56.96)"^^geo:wktLiteral ;
  geo-pos:lat "-62.3883"^^xsd:decimal ;
  geo-pos:long "-56.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5280'^^xsd:integer;
  dwc:scientificName 'Typhlotanais magnificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.96'^^xsd:double;
  dwc:latitude '-62.3883'^^xsd:double;
  dwc:aphiaid '244623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237599'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -56.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -56.885)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-56.885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15633'^^xsd:integer;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.885'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.9333 -56.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.9333 -56.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-60.9333"^^xsd:decimal ;
  geo-pos:long "-56.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11273'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.8667'^^xsd:double;
  dwc:latitude '-60.9333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.95 -56.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.95"^^xsd:decimal ;
  dwc:decimalLongitude "-56.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.95 -56.85)"^^geo:wktLiteral ;
  geo-pos:lat "-60.95"^^xsd:decimal ;
  geo-pos:long "-56.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3655'^^xsd:integer;
  dwc:scientificName 'Storthyngura praegrandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.85'^^xsd:double;
  dwc:latitude '-60.95'^^xsd:double;
  dwc:aphiaid '175215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.25 -56.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-56.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.25 -56.85)"^^geo:wktLiteral ;
  geo-pos:lat "-52.25"^^xsd:decimal ;
  geo-pos:long "-56.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8144'^^xsd:integer;
  dwc:scientificName 'Trophomera arnaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.85'^^xsd:double;
  dwc:latitude '-52.25'^^xsd:double;
  dwc:aphiaid '458908'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458908'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.25 -56.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-56.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.25 -56.85)"^^geo:wktLiteral ;
  geo-pos:lat "-52.25"^^xsd:decimal ;
  geo-pos:long "-56.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4427'^^xsd:integer;
  dwc:scientificName 'Neotanais antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.85'^^xsd:double;
  dwc:latitude '-52.25'^^xsd:double;
  dwc:aphiaid '244642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.25 -56.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-56.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.25 -56.85)"^^geo:wktLiteral ;
  geo-pos:lat "-52.25"^^xsd:decimal ;
  geo-pos:long "-56.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5585'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.85'^^xsd:double;
  dwc:latitude '-52.25'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.91833 -56.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.91833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.91833 -56.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.91833"^^xsd:decimal ;
  geo-pos:long "-56.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15672'^^xsd:integer;
  dwc:scientificName 'Yoldiella sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.7'^^xsd:double;
  dwc:latitude '7.91833'^^xsd:double;
  dwc:aphiaid '506558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506558'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.91833 -56.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.91833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.91833 -56.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.91833"^^xsd:decimal ;
  geo-pos:long "-56.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15674'^^xsd:integer;
  dwc:scientificName 'Ledella jamesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.7'^^xsd:double;
  dwc:latitude '7.91833'^^xsd:double;
  dwc:aphiaid '506325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.91833 -56.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.91833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.91833 -56.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.91833"^^xsd:decimal ;
  geo-pos:long "-56.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15677'^^xsd:integer;
  dwc:scientificName 'Yoldiella biguttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.7'^^xsd:double;
  dwc:latitude '7.91833'^^xsd:double;
  dwc:aphiaid '506506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.91833 -56.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.91833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.91833 -56.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.91833"^^xsd:decimal ;
  geo-pos:long "-56.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15676'^^xsd:integer;
  dwc:scientificName 'Yoldiella perplexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.7'^^xsd:double;
  dwc:latitude '7.91833'^^xsd:double;
  dwc:aphiaid '506514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.9667 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.9667 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-51.9667"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11826'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '-51.9667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11826'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '801'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '843'^^xsd:integer;
  dwc:scientificName 'Eudorella parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '110532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:843'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '844'^^xsd:integer;
  dwc:scientificName 'Eudorella parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '110532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '866'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '874'^^xsd:integer;
  dwc:scientificName 'Leucon pallidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '157829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4961'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4961'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5315'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5315'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5373'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '803'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14550'^^xsd:integer;
  dwc:scientificName 'Poromya granulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '140843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14552'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A48> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '48'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:48'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -56.6333)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-56.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '131'^^xsd:integer;
  dwc:scientificName 'Eudorella parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.6333'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '110532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -56.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-56.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -56.57)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-56.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4101'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.57'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6 -56.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.6"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6 -56.5667)"^^geo:wktLiteral ;
  geo-pos:lat "65.6"^^xsd:decimal ;
  geo-pos:long "-56.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '840'^^xsd:integer;
  dwc:scientificName 'Eudorella parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.5667'^^xsd:double;
  dwc:latitude '65.6'^^xsd:double;
  dwc:aphiaid '110532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.4167 -56.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.4167 -56.5)"^^geo:wktLiteral ;
  geo-pos:lat "-61.4167"^^xsd:decimal ;
  geo-pos:long "-56.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11830'^^xsd:integer;
  dwc:scientificName 'Liothyrella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.5'^^xsd:double;
  dwc:latitude '-61.4167'^^xsd:double;
  dwc:aphiaid '231829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.35 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.35"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.35 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "20.35"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3410'^^xsd:integer;
  dwc:scientificName 'Ischnomesus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '20.35'^^xsd:double;
  dwc:aphiaid '183216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3179'^^xsd:integer;
  dwc:scientificName 'Haploniscus spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '183188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3411'^^xsd:integer;
  dwc:scientificName 'Ischnomesus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '183216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3762'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3805'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3923'^^xsd:integer;
  dwc:scientificName 'Ilyarachna spinosissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '255871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259243'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3870'^^xsd:integer;
  dwc:scientificName 'Eurycope nodifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '294742'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '800'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '799'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '822'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '888'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '889'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '878'^^xsd:integer;
  dwc:scientificName 'Leucon profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '182350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182350'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '879'^^xsd:integer;
  dwc:scientificName 'Leucon robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110621'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '880'^^xsd:integer;
  dwc:scientificName 'Leucon robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110621'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '882'^^xsd:integer;
  dwc:scientificName 'Leucon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '901'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:901'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '902'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:902'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '905'^^xsd:integer;
  dwc:scientificName 'Vemakylindrus hastatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '182137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5164'^^xsd:integer;
  dwc:scientificName 'Leptognathia acanthifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '136423'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5169'^^xsd:integer;
  dwc:scientificName 'Leptognathia arctophylax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '136426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '723366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11194'^^xsd:integer;
  dwc:scientificName 'Phascolosoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '424841'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5206'^^xsd:integer;
  dwc:scientificName 'Leptognathia tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '247590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5209'^^xsd:integer;
  dwc:scientificName 'Leptognathia uncinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '136449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5252'^^xsd:integer;
  dwc:scientificName 'Typhlotanais inaequipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '478755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5318'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5318'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5311'^^xsd:integer;
  dwc:scientificName 'Typhlotanais trispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '478773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5311'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5368'^^xsd:integer;
  dwc:scientificName 'Pseudotanais abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '136499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5224'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4464'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '297'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A44> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '44'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:44'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '188'^^xsd:integer;
  dwc:scientificName 'Leucon robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110621'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9593'^^xsd:integer;
  dwc:scientificName 'Dendoricella rhopalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '133519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9599'^^xsd:integer;
  dwc:scientificName 'Dendoricella rhopalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '133519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '197'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '161'^^xsd:integer;
  dwc:scientificName 'Leptostylis grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '182054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8333 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.8333"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '124'^^xsd:integer;
  dwc:scientificName 'Eudorella aequiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.35'^^xsd:double;
  dwc:latitude '61.8333'^^xsd:double;
  dwc:aphiaid '182283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5167 -56.3433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.3433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5167 -56.3433)"^^geo:wktLiteral ;
  geo-pos:lat "9.5167"^^xsd:decimal ;
  geo-pos:long "-56.3433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9184'^^xsd:integer;
  dwc:scientificName 'Agaue corollata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.3433'^^xsd:double;
  dwc:latitude '9.5167'^^xsd:double;
  dwc:aphiaid '114878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.51833 -56.3433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.51833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.3433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.51833 -56.3433)"^^geo:wktLiteral ;
  geo-pos:lat "9.51833"^^xsd:decimal ;
  geo-pos:long "-56.3433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15689'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.3433'^^xsd:double;
  dwc:latitude '9.51833'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.51833 -56.3433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.51833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.3433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.51833 -56.3433)"^^geo:wktLiteral ;
  geo-pos:lat "9.51833"^^xsd:decimal ;
  geo-pos:long "-56.3433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15690'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.3433'^^xsd:double;
  dwc:latitude '9.51833'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.52167 -56.3433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.52167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.3433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.52167 -56.3433)"^^geo:wktLiteral ;
  geo-pos:lat "9.52167"^^xsd:decimal ;
  geo-pos:long "-56.3433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15688'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.3433'^^xsd:double;
  dwc:latitude '9.52167'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.3 -56.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.3"^^xsd:decimal ;
  dwc:decimalLongitude "-56.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.3 -56.15)"^^geo:wktLiteral ;
  geo-pos:lat "-61.3"^^xsd:decimal ;
  geo-pos:long "-56.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11862'^^xsd:integer;
  dwc:scientificName 'Liothyrella fosteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.15'^^xsd:double;
  dwc:latitude '-61.3'^^xsd:double;
  dwc:aphiaid '235465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6667 -56.1344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.6667 -56.1344)"^^geo:wktLiteral ;
  geo-pos:lat "-52.6667"^^xsd:decimal ;
  geo-pos:long "-56.1344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5584'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.1344'^^xsd:double;
  dwc:latitude '-52.6667'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6167 -56.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6167 -56.1333)"^^geo:wktLiteral ;
  geo-pos:lat "55.6167"^^xsd:decimal ;
  geo-pos:long "-56.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10140'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.1333'^^xsd:double;
  dwc:latitude '55.6167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10140'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6167 -56.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6167 -56.1333)"^^geo:wktLiteral ;
  geo-pos:lat "55.6167"^^xsd:decimal ;
  geo-pos:long "-56.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11564'^^xsd:integer;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.1333'^^xsd:double;
  dwc:latitude '55.6167'^^xsd:double;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6167 -56.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6167 -56.1333)"^^geo:wktLiteral ;
  geo-pos:lat "55.6167"^^xsd:decimal ;
  geo-pos:long "-56.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11723'^^xsd:integer;
  dwc:scientificName 'Hemithiris psittacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.1333'^^xsd:double;
  dwc:latitude '55.6167'^^xsd:double;
  dwc:aphiaid '104054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.67 -56.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.67"^^xsd:decimal ;
  dwc:decimalLongitude "-56.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.67 -56.13)"^^geo:wktLiteral ;
  geo-pos:lat "-52.67"^^xsd:decimal ;
  geo-pos:long "-56.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3576'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia longiramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.13'^^xsd:double;
  dwc:latitude '-52.67'^^xsd:double;
  dwc:aphiaid '255625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308021'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  geo-pos:lat "8.4833"^^xsd:decimal ;
  geo-pos:long "-56.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1181'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0833'^^xsd:double;
  dwc:latitude '8.4833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1181'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  geo-pos:lat "8.4833"^^xsd:decimal ;
  geo-pos:long "-56.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1117'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0833'^^xsd:double;
  dwc:latitude '8.4833'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  geo-pos:lat "8.4833"^^xsd:decimal ;
  geo-pos:long "-56.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1477'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0833'^^xsd:double;
  dwc:latitude '8.4833'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  geo-pos:lat "8.4833"^^xsd:decimal ;
  geo-pos:long "-56.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1605'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0833'^^xsd:double;
  dwc:latitude '8.4833'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  geo-pos:lat "8.4833"^^xsd:decimal ;
  geo-pos:long "-56.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1736'^^xsd:integer;
  dwc:scientificName 'Procampylaspis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0833'^^xsd:double;
  dwc:latitude '8.4833'^^xsd:double;
  dwc:aphiaid '182612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  geo-pos:lat "8.4833"^^xsd:decimal ;
  geo-pos:long "-56.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1882'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0833'^^xsd:double;
  dwc:latitude '8.4833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1882'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  geo-pos:lat "8.4833"^^xsd:decimal ;
  geo-pos:long "-56.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1999'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0833'^^xsd:double;
  dwc:latitude '8.4833'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0833)"^^geo:wktLiteral ;
  geo-pos:lat "8.4833"^^xsd:decimal ;
  geo-pos:long "-56.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '363'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0833'^^xsd:double;
  dwc:latitude '8.4833'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.48"^^xsd:decimal ;
  dwc:decimalLongitude "-56.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  geo-pos:lat "8.48"^^xsd:decimal ;
  geo-pos:long "-56.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15681'^^xsd:integer;
  dwc:scientificName 'Ledella jamesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.075'^^xsd:double;
  dwc:latitude '8.48'^^xsd:double;
  dwc:aphiaid '506325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.48"^^xsd:decimal ;
  dwc:decimalLongitude "-56.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  geo-pos:lat "8.48"^^xsd:decimal ;
  geo-pos:long "-56.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15682'^^xsd:integer;
  dwc:scientificName 'Yoldiella enata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.075'^^xsd:double;
  dwc:latitude '8.48'^^xsd:double;
  dwc:aphiaid '506510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.48"^^xsd:decimal ;
  dwc:decimalLongitude "-56.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  geo-pos:lat "8.48"^^xsd:decimal ;
  geo-pos:long "-56.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15683'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.075'^^xsd:double;
  dwc:latitude '8.48'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.48"^^xsd:decimal ;
  dwc:decimalLongitude "-56.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  geo-pos:lat "8.48"^^xsd:decimal ;
  geo-pos:long "-56.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15684'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.075'^^xsd:double;
  dwc:latitude '8.48'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.48"^^xsd:decimal ;
  dwc:decimalLongitude "-56.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  geo-pos:lat "8.48"^^xsd:decimal ;
  geo-pos:long "-56.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15685'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.075'^^xsd:double;
  dwc:latitude '8.48'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.48"^^xsd:decimal ;
  dwc:decimalLongitude "-56.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  geo-pos:lat "8.48"^^xsd:decimal ;
  geo-pos:long "-56.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15686'^^xsd:integer;
  dwc:scientificName 'Yoldiella ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.075'^^xsd:double;
  dwc:latitude '8.48'^^xsd:double;
  dwc:aphiaid '506513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.48"^^xsd:decimal ;
  dwc:decimalLongitude "-56.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.48 -56.075)"^^geo:wktLiteral ;
  geo-pos:lat "8.48"^^xsd:decimal ;
  geo-pos:long "-56.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15687'^^xsd:integer;
  dwc:scientificName 'Yoldiella biguttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.075'^^xsd:double;
  dwc:latitude '8.48'^^xsd:double;
  dwc:aphiaid '506506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.47 -56.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.47"^^xsd:decimal ;
  dwc:decimalLongitude "-56.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.47 -56.07)"^^geo:wktLiteral ;
  geo-pos:lat "8.47"^^xsd:decimal ;
  geo-pos:long "-56.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3797'^^xsd:integer;
  dwc:scientificName 'Eurycope propilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.07'^^xsd:double;
  dwc:latitude '8.47'^^xsd:double;
  dwc:aphiaid '255755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4667 -56.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4667 -56.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.4667"^^xsd:decimal ;
  geo-pos:long "-56.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '276'^^xsd:integer;
  dwc:scientificName 'Procampylaspis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0667'^^xsd:double;
  dwc:latitude '8.4667'^^xsd:double;
  dwc:aphiaid '182612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4833 -56.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.4833"^^xsd:decimal ;
  geo-pos:long "-56.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1724'^^xsd:integer;
  dwc:scientificName 'Procampylaspis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0667'^^xsd:double;
  dwc:latitude '8.4833'^^xsd:double;
  dwc:aphiaid '182612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59 -56.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59"^^xsd:decimal ;
  dwc:decimalLongitude "-56.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59 -56.05)"^^geo:wktLiteral ;
  geo-pos:lat "-59"^^xsd:decimal ;
  geo-pos:long "-56.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3583'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia porrecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.05'^^xsd:double;
  dwc:latitude '-59'^^xsd:integer;
  dwc:aphiaid '174399'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308610'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.92 -56.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.92"^^xsd:decimal ;
  dwc:decimalLongitude "-56.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.92 -56.03)"^^geo:wktLiteral ;
  geo-pos:lat "-58.92"^^xsd:decimal ;
  geo-pos:long "-56.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3584'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia porrecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.03'^^xsd:double;
  dwc:latitude '-58.92'^^xsd:double;
  dwc:aphiaid '174399'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308610'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.52 -56.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.52"^^xsd:decimal ;
  dwc:decimalLongitude "-56.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.52 -56.03)"^^geo:wktLiteral ;
  geo-pos:lat "9.52"^^xsd:decimal ;
  geo-pos:long "-56.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3796'^^xsd:integer;
  dwc:scientificName 'Eurycope propilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.03'^^xsd:double;
  dwc:latitude '9.52'^^xsd:double;
  dwc:aphiaid '255755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2667 -56.0083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2667 -56.0083)"^^geo:wktLiteral ;
  geo-pos:lat "65.2667"^^xsd:decimal ;
  geo-pos:long "-56.0083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14551'^^xsd:integer;
  dwc:scientificName 'Poromya granulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56.0083'^^xsd:double;
  dwc:latitude '65.2667'^^xsd:double;
  dwc:aphiaid '140843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 -56)"^^geo:wktLiteral ;
  geo-pos:lat "55.8"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11976'^^xsd:integer;
  dwc:scientificName 'Macandrevia tenera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '55.8'^^xsd:double;
  dwc:aphiaid '183250'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183250'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 -56)"^^geo:wktLiteral ;
  geo-pos:lat "55.8"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10163'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '55.8'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 -56)"^^geo:wktLiteral ;
  geo-pos:lat "55.8"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4367'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '55.8'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4627'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '838'^^xsd:integer;
  dwc:scientificName 'Eudorella intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '110530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '862'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '876'^^xsd:integer;
  dwc:scientificName 'Leucon profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '182350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182350'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '877'^^xsd:integer;
  dwc:scientificName 'Leucon profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '182350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182350'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '881'^^xsd:integer;
  dwc:scientificName 'Leucon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '110622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '886'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '903'^^xsd:integer;
  dwc:scientificName 'Vemakylindrus hastatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '182137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '904'^^xsd:integer;
  dwc:scientificName 'Vemakylindrus hastatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '182137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3024'^^xsd:integer;
  dwc:scientificName 'Nannoniscus analis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '182825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3415'^^xsd:integer;
  dwc:scientificName 'Haplomesus modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '423423'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4962'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3418'^^xsd:integer;
  dwc:scientificName 'Haplomesus tenuispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '423424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5066'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5168'^^xsd:integer;
  dwc:scientificName 'Leptognathia arctophylax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '136426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '723366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11193'^^xsd:integer;
  dwc:scientificName 'Phascolosoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '424841'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5103'^^xsd:integer;
  dwc:scientificName 'Collettea minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '136349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5204'^^xsd:integer;
  dwc:scientificName 'Leptognathia tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '136448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136448'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5205'^^xsd:integer;
  dwc:scientificName 'Leptognathia tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '247590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3761'^^xsd:integer;
  dwc:scientificName 'Eurycope grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '255744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3804'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5317'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5317'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5375'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '312'^^xsd:integer;
  dwc:scientificName 'Vemakylindrus hastatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '182137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:312'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4034'^^xsd:integer;
  dwc:scientificName 'Munnopsoides eximius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '294838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4128'^^xsd:integer;
  dwc:scientificName 'Apseudes tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '136287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5912'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '247496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798741'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '187'^^xsd:integer;
  dwc:scientificName 'Leucon profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '182350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182350'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -56)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8585'^^xsd:integer;
  dwc:scientificName 'Enoplus groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '121788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 -56)"^^geo:wktLiteral ;
  geo-pos:lat "64"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '839'^^xsd:integer;
  dwc:scientificName 'Eudorella intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '64'^^xsd:integer;
  dwc:aphiaid '110530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 -56)"^^geo:wktLiteral ;
  geo-pos:lat "64"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '130'^^xsd:integer;
  dwc:scientificName 'Eudorella intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-56'^^xsd:integer;
  dwc:latitude '64'^^xsd:integer;
  dwc:aphiaid '110530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -55.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5833 -55.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.5833"^^xsd:decimal ;
  geo-pos:long "-55.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '865'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.9'^^xsd:double;
  dwc:latitude '66.5833'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.23667 -55.8917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.23667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.23667 -55.8917)"^^geo:wktLiteral ;
  geo-pos:lat "8.23667"^^xsd:decimal ;
  geo-pos:long "-55.8917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15679'^^xsd:integer;
  dwc:scientificName 'Yoldiella ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8917'^^xsd:double;
  dwc:latitude '8.23667'^^xsd:double;
  dwc:aphiaid '506513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.95 -55.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.95"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.95 -55.8833)"^^geo:wktLiteral ;
  geo-pos:lat "-61.95"^^xsd:decimal ;
  geo-pos:long "-55.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11767'^^xsd:integer;
  dwc:scientificName 'Liothyrella blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8833'^^xsd:double;
  dwc:latitude '-61.95'^^xsd:double;
  dwc:aphiaid '235457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.20667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  geo-pos:lat "8.20667"^^xsd:decimal ;
  geo-pos:long "-55.8367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15675'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8367'^^xsd:double;
  dwc:latitude '8.20667'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.20667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  geo-pos:lat "8.20667"^^xsd:decimal ;
  geo-pos:long "-55.8367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15671'^^xsd:integer;
  dwc:scientificName 'Yoldiella biguttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8367'^^xsd:double;
  dwc:latitude '8.20667'^^xsd:double;
  dwc:aphiaid '506506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.20667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  geo-pos:lat "8.20667"^^xsd:decimal ;
  geo-pos:long "-55.8367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15673'^^xsd:integer;
  dwc:scientificName 'Ledella jamesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8367'^^xsd:double;
  dwc:latitude '8.20667'^^xsd:double;
  dwc:aphiaid '506325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.20667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  geo-pos:lat "8.20667"^^xsd:decimal ;
  geo-pos:long "-55.8367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15678'^^xsd:integer;
  dwc:scientificName 'Yoldiella ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8367'^^xsd:double;
  dwc:latitude '8.20667'^^xsd:double;
  dwc:aphiaid '506513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.20667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.20667 -55.8367)"^^geo:wktLiteral ;
  geo-pos:lat "8.20667"^^xsd:decimal ;
  geo-pos:long "-55.8367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15680'^^xsd:integer;
  dwc:scientificName 'Yoldiella enata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8367'^^xsd:double;
  dwc:latitude '8.20667'^^xsd:double;
  dwc:aphiaid '506510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1116'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1461'^^xsd:integer;
  dwc:scientificName 'Cumella meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '182513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1476'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1375'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1604'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1735'^^xsd:integer;
  dwc:scientificName 'Procampylaspis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '182612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1881'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1881'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1864'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1864'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1865'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1865'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1998'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1937'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '337'^^xsd:integer;
  dwc:scientificName 'Ceratocuma amoenum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '181903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '362'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '292'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:292'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A60> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.8333)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '60'^^xsd:integer;
  dwc:scientificName 'Campylaspis propinqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.8333'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '182438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:60'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182438'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.2"^^xsd:decimal ;
  dwc:decimalLongitude "-55.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.2 -55.82)"^^geo:wktLiteral ;
  geo-pos:lat "8.2"^^xsd:decimal ;
  geo-pos:long "-55.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3795'^^xsd:integer;
  dwc:scientificName 'Eurycope propilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.82'^^xsd:double;
  dwc:latitude '8.2'^^xsd:double;
  dwc:aphiaid '255755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6468 -55.7533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.6468"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6468 -55.7533)"^^geo:wktLiteral ;
  geo-pos:lat "-62.6468"^^xsd:decimal ;
  geo-pos:long "-55.7533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5338'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7533'^^xsd:double;
  dwc:latitude '-62.6468'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6468 -55.7533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.6468"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6468 -55.7533)"^^geo:wktLiteral ;
  geo-pos:lat "-62.6468"^^xsd:decimal ;
  geo-pos:long "-55.7533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5592'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7533'^^xsd:double;
  dwc:latitude '-62.6468'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '506'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1176'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1115'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1222'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1412'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1426'^^xsd:integer;
  dwc:scientificName 'Cumella decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '110565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1460'^^xsd:integer;
  dwc:scientificName 'Cumella meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '182513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1603'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1534'^^xsd:integer;
  dwc:scientificName 'Floridocuma pilosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1534'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1734'^^xsd:integer;
  dwc:scientificName 'Procampylaspis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '182612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1880'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1880'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1936'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1997'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "7.9167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '342'^^xsd:integer;
  dwc:scientificName 'Leucon jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '7.9167'^^xsd:double;
  dwc:aphiaid '182310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182310'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2333 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2333 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "65.2333"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '834'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '65.2333'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2333 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2333 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "65.2333"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '842'^^xsd:integer;
  dwc:scientificName 'Eudorella parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '65.2333'^^xsd:double;
  dwc:aphiaid '110532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2333 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2333 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "65.2333"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '864'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:latitude '65.2333'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.92 -55.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.92"^^xsd:decimal ;
  dwc:decimalLongitude "-55.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.92 -55.68)"^^geo:wktLiteral ;
  geo-pos:lat "7.92"^^xsd:decimal ;
  geo-pos:long "-55.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3744'^^xsd:integer;
  dwc:scientificName 'Eurycope alia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.68'^^xsd:double;
  dwc:latitude '7.92'^^xsd:double;
  dwc:aphiaid '255730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7333 -55.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7333 -55.65)"^^geo:wktLiteral ;
  geo-pos:lat "-54.7333"^^xsd:decimal ;
  geo-pos:long "-55.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11898'^^xsd:integer;
  dwc:scientificName 'Liothyrella vema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.65'^^xsd:double;
  dwc:latitude '-54.7333'^^xsd:double;
  dwc:aphiaid '868998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.93 -55.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.93"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.93 -55.6)"^^geo:wktLiteral ;
  geo-pos:lat "-52.93"^^xsd:decimal ;
  geo-pos:long "-55.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3577'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia longiramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.6'^^xsd:double;
  dwc:latitude '-52.93'^^xsd:double;
  dwc:aphiaid '255625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308021'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -55.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -55.6)"^^geo:wktLiteral ;
  geo-pos:lat "57.9833"^^xsd:decimal ;
  geo-pos:long "-55.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10156'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.6'^^xsd:double;
  dwc:latitude '57.9833'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.95 -55.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.95"^^xsd:decimal ;
  dwc:decimalLongitude "-55.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.95 -55.55)"^^geo:wktLiteral ;
  geo-pos:lat "-61.95"^^xsd:decimal ;
  geo-pos:long "-55.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11232'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.55'^^xsd:double;
  dwc:latitude '-61.95'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.87 -55.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.87"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.87 -55.5)"^^geo:wktLiteral ;
  geo-pos:lat "-52.87"^^xsd:decimal ;
  geo-pos:long "-55.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3578'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia longiramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.5'^^xsd:double;
  dwc:latitude '-52.87'^^xsd:double;
  dwc:aphiaid '255625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308021'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.2333 -55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.2333 -55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-40.2333"^^xsd:decimal ;
  geo-pos:long "-55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2266'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.4'^^xsd:double;
  dwc:latitude '-40.2333'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.2333 -55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.2333 -55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-40.2333"^^xsd:decimal ;
  geo-pos:long "-55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2301'^^xsd:integer;
  dwc:scientificName 'Leucon sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.4'^^xsd:double;
  dwc:latitude '-40.2333'^^xsd:double;
  dwc:aphiaid '182320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.2333 -55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.2333 -55.4)"^^geo:wktLiteral ;
  geo-pos:lat "-40.2333"^^xsd:decimal ;
  geo-pos:long "-55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2248'^^xsd:integer;
  dwc:scientificName 'Campylaspis quadriplicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.4'^^xsd:double;
  dwc:latitude '-40.2333'^^xsd:double;
  dwc:aphiaid '182444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -55.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-55.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -55.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-55.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4035'^^xsd:integer;
  dwc:scientificName 'Munnopsoides eximius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.35'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '294838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2167 -55.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2167 -55.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2167"^^xsd:decimal ;
  geo-pos:long "-55.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2271'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.3167'^^xsd:double;
  dwc:latitude '-38.2167'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2167 -55.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2167 -55.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2167"^^xsd:decimal ;
  geo-pos:long "-55.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2310'^^xsd:integer;
  dwc:scientificName 'Leucon septemdentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.3167'^^xsd:double;
  dwc:latitude '-38.2167'^^xsd:double;
  dwc:aphiaid '182322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2310'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -55.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -55.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-38.9667"^^xsd:decimal ;
  geo-pos:long "-55.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11894'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.2833'^^xsd:double;
  dwc:latitude '-38.9667'^^xsd:double;
  dwc:aphiaid '231830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -55.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -55.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-38.9667"^^xsd:decimal ;
  geo-pos:long "-55.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12386'^^xsd:integer;
  dwc:scientificName 'Platidia davidsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.2833'^^xsd:double;
  dwc:latitude '-38.9667'^^xsd:double;
  dwc:aphiaid '104067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -55.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -55.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-38.9667"^^xsd:decimal ;
  geo-pos:long "-55.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11688'^^xsd:integer;
  dwc:scientificName 'Eucalathis inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.2833'^^xsd:double;
  dwc:latitude '-38.9667'^^xsd:double;
  dwc:aphiaid '235555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -55.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -55.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-38.9667"^^xsd:decimal ;
  geo-pos:long "-55.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11648'^^xsd:integer;
  dwc:scientificName 'Dyscolia ewingi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.2833'^^xsd:double;
  dwc:latitude '-38.9667'^^xsd:double;
  dwc:aphiaid '868999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.2583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.2583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.2583)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.2583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15642'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.2583'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1017 -55.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1017"^^xsd:decimal ;
  dwc:decimalLongitude "-55.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1017 -55.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.1017"^^xsd:decimal ;
  geo-pos:long "-55.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15652'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.2333'^^xsd:double;
  dwc:latitude '10.1017'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1017 -55.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1017"^^xsd:decimal ;
  dwc:decimalLongitude "-55.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1017 -55.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.1017"^^xsd:decimal ;
  geo-pos:long "-55.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15653'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.2333'^^xsd:double;
  dwc:latitude '10.1017'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.8689 -55.1842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.8689"^^xsd:decimal ;
  dwc:decimalLongitude "-55.1842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.8689 -55.1842)"^^geo:wktLiteral ;
  geo-pos:lat "-60.8689"^^xsd:decimal ;
  geo-pos:long "-55.1842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4835'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.1842'^^xsd:double;
  dwc:latitude '-60.8689'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4835'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.8689 -55.1842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.8689"^^xsd:decimal ;
  dwc:decimalLongitude "-55.1842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.8689 -55.1842)"^^geo:wktLiteral ;
  geo-pos:lat "60.8689"^^xsd:decimal ;
  geo-pos:long "-55.1842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5387'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.1842'^^xsd:double;
  dwc:latitude '60.8689'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9 -55.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.9"^^xsd:decimal ;
  dwc:decimalLongitude "-55.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9 -55.1667)"^^geo:wktLiteral ;
  geo-pos:lat "64.9"^^xsd:decimal ;
  geo-pos:long "-55.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '855'^^xsd:integer;
  dwc:scientificName 'Leptostylis longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.1667'^^xsd:double;
  dwc:latitude '64.9'^^xsd:double;
  dwc:aphiaid '110503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6333 -55.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6333 -55.1167)"^^geo:wktLiteral ;
  geo-pos:lat "46.6333"^^xsd:decimal ;
  geo-pos:long "-55.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11724'^^xsd:integer;
  dwc:scientificName 'Hemithiris psittacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.1167'^^xsd:double;
  dwc:latitude '46.6333'^^xsd:double;
  dwc:aphiaid '104054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0833 -55.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0833 -55.1)"^^geo:wktLiteral ;
  geo-pos:lat "-47.0833"^^xsd:decimal ;
  geo-pos:long "-55.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7693'^^xsd:integer;
  dwc:scientificName 'Monchenkiella sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.1'^^xsd:double;
  dwc:latitude '-47.0833'^^xsd:double;
  dwc:aphiaid '347523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347523'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0817 -55.0933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.0817 -55.0933)"^^geo:wktLiteral ;
  geo-pos:lat "-47.0817"^^xsd:decimal ;
  geo-pos:long "-55.0933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7454'^^xsd:integer;
  dwc:scientificName 'Giselina gerdesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0933'^^xsd:double;
  dwc:latitude '-47.0817'^^xsd:double;
  dwc:aphiaid '346502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15639'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0917'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15641'^^xsd:integer;
  dwc:scientificName 'Lyonsiella perplexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0917'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '406055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15644'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0917'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15650'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0917'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15645'^^xsd:integer;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0917'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15646'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0917'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15648'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0917'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15649'^^xsd:integer;
  dwc:scientificName 'Lyonsiella frielei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0917'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '141949'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141949'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0367"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0367 -55.0917)"^^geo:wktLiteral ;
  geo-pos:lat "11.0367"^^xsd:decimal ;
  geo-pos:long "-55.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15647'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0917'^^xsd:double;
  dwc:latitude '11.0367'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.05"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "11.05"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '504'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '11.05'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.05"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "11.05"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1174'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '11.05'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.05"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "11.05"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1633'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '11.05'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.05"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "11.05"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1876'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '11.05'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1876'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.05"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "11.05"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '457'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '11.05'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.05"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "11.05"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1994'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '11.05'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.05"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "11.05"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '435'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '11.05'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0667 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0667 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "11.0667"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15643'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '11.0667'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0667 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.0667 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "11.0667"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15640'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '11.0667'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2667 -55.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.2667 -55.0833)"^^geo:wktLiteral ;
  geo-pos:lat "65.2667"^^xsd:decimal ;
  geo-pos:long "-55.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '867'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0833'^^xsd:double;
  dwc:latitude '65.2667'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.05"^^xsd:decimal ;
  dwc:decimalLongitude "-55.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.05 -55.07)"^^geo:wktLiteral ;
  geo-pos:lat "11.05"^^xsd:decimal ;
  geo-pos:long "-55.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3769'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.07'^^xsd:double;
  dwc:latitude '11.05'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.415 -55.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.415"^^xsd:decimal ;
  dwc:decimalLongitude "-55.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.415 -55.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-47.415"^^xsd:decimal ;
  geo-pos:long "-55.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8140'^^xsd:integer;
  dwc:scientificName 'Ananus asteroideus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55.0667'^^xsd:double;
  dwc:latitude '-47.415'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8140'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76"^^xsd:decimal ;
  dwc:decimalLongitude "-55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76 -55)"^^geo:wktLiteral ;
  geo-pos:lat "-76"^^xsd:decimal ;
  geo-pos:long "-55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12023'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-76'^^xsd:integer;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76"^^xsd:decimal ;
  dwc:decimalLongitude "-55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76 -55)"^^geo:wktLiteral ;
  geo-pos:lat "-76"^^xsd:decimal ;
  geo-pos:long "-55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12026'^^xsd:integer;
  dwc:scientificName 'Magellania sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-76'^^xsd:integer;
  dwc:aphiaid '182921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182921'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76"^^xsd:decimal ;
  dwc:decimalLongitude "-55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76 -55)"^^geo:wktLiteral ;
  geo-pos:lat "-76"^^xsd:decimal ;
  geo-pos:long "-55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12172'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-76'^^xsd:integer;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76 -55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76"^^xsd:decimal ;
  dwc:decimalLongitude "-55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76 -55)"^^geo:wktLiteral ;
  geo-pos:lat "-76"^^xsd:decimal ;
  geo-pos:long "-55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12198'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-55'^^xsd:integer;
  dwc:latitude '-76'^^xsd:integer;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74 -54.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74"^^xsd:decimal ;
  dwc:decimalLongitude "-54.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74 -54.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-74"^^xsd:decimal ;
  geo-pos:long "-54.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11822'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.9333'^^xsd:double;
  dwc:latitude '-74'^^xsd:integer;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2 -54.8967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2 -54.8967)"^^geo:wktLiteral ;
  geo-pos:lat "13.2"^^xsd:decimal ;
  geo-pos:long "-54.8967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15651'^^xsd:integer;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8967'^^xsd:double;
  dwc:latitude '13.2'^^xsd:double;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '503'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1173'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1111'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1632'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1898'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1934'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '456'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1993'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '434'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8833)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '361'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8833'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15630'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.87'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15632'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.87'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15634'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.87'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15635'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.87'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15636'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.87'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15637'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.87'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.87)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15638'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.87'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.27 -54.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.27"^^xsd:decimal ;
  dwc:decimalLongitude "-54.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.27 -54.87)"^^geo:wktLiteral ;
  geo-pos:lat "13.27"^^xsd:decimal ;
  geo-pos:long "-54.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3768'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.87'^^xsd:double;
  dwc:latitude '13.27'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.2667 -54.8667)"^^geo:wktLiteral ;
  geo-pos:lat "13.2667"^^xsd:decimal ;
  geo-pos:long "-54.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15631'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.8667'^^xsd:double;
  dwc:latitude '13.2667'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.68 -54.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.68"^^xsd:decimal ;
  dwc:decimalLongitude "-54.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.68 -54.68)"^^geo:wktLiteral ;
  geo-pos:lat "-60.68"^^xsd:decimal ;
  geo-pos:long "-54.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4070'^^xsd:integer;
  dwc:scientificName 'Neoarcturus poorei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.68'^^xsd:double;
  dwc:latitude '-60.68'^^xsd:double;
  dwc:aphiaid '295648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4070'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257990'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.68 -54.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.68"^^xsd:decimal ;
  dwc:decimalLongitude "-54.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.68 -54.68)"^^geo:wktLiteral ;
  geo-pos:lat "-60.68"^^xsd:decimal ;
  geo-pos:long "-54.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4064'^^xsd:integer;
  dwc:scientificName 'Neoarcturus fungifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.68'^^xsd:double;
  dwc:latitude '-60.68'^^xsd:double;
  dwc:aphiaid '366765'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.68 -54.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.68"^^xsd:decimal ;
  dwc:decimalLongitude "-54.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.68 -54.68)"^^geo:wktLiteral ;
  geo-pos:lat "-60.68"^^xsd:decimal ;
  geo-pos:long "-54.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4097'^^xsd:integer;
  dwc:scientificName 'Neoarcturus fungifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.68'^^xsd:double;
  dwc:latitude '-60.68'^^xsd:double;
  dwc:aphiaid '366765'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.6783 -54.6767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.6783"^^xsd:decimal ;
  dwc:decimalLongitude "-54.6767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.6783 -54.6767)"^^geo:wktLiteral ;
  geo-pos:lat "-60.6783"^^xsd:decimal ;
  geo-pos:long "-54.6767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5275'^^xsd:integer;
  dwc:scientificName 'Typhlotanais longisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.6767'^^xsd:double;
  dwc:latitude '-60.6783'^^xsd:double;
  dwc:aphiaid '244618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5275'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.6783 -54.6767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.6783"^^xsd:decimal ;
  dwc:decimalLongitude "-54.6767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.6783 -54.6767)"^^geo:wktLiteral ;
  geo-pos:lat "-60.6783"^^xsd:decimal ;
  geo-pos:long "-54.6767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4127'^^xsd:integer;
  dwc:scientificName 'Apseudes spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.6767'^^xsd:double;
  dwc:latitude '-60.6783'^^xsd:double;
  dwc:aphiaid '136284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136284'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.0783 -54.6767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-54.6767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.0783 -54.6767)"^^geo:wktLiteral ;
  geo-pos:lat "-60.0783"^^xsd:decimal ;
  geo-pos:long "-54.6767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4418'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.6767'^^xsd:double;
  dwc:latitude '-60.0783'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6783 -54.6767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.6783"^^xsd:decimal ;
  dwc:decimalLongitude "-54.6767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6783 -54.6767)"^^geo:wktLiteral ;
  geo-pos:lat "60.6783"^^xsd:decimal ;
  geo-pos:long "-54.6767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4511'^^xsd:integer;
  dwc:scientificName 'Neotanais magnificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.6767'^^xsd:double;
  dwc:latitude '60.6783'^^xsd:double;
  dwc:aphiaid '244645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.6717 -54.5917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.6717"^^xsd:decimal ;
  dwc:decimalLongitude "-54.5917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.6717 -54.5917)"^^geo:wktLiteral ;
  geo-pos:lat "-60.6717"^^xsd:decimal ;
  geo-pos:long "-54.5917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11038'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.5917'^^xsd:double;
  dwc:latitude '-60.6717'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.67 -54.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.67"^^xsd:decimal ;
  dwc:decimalLongitude "-54.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.67 -54.59)"^^geo:wktLiteral ;
  geo-pos:lat "-64.67"^^xsd:decimal ;
  geo-pos:long "-54.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4069'^^xsd:integer;
  dwc:scientificName 'Neoarcturus poorei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.59'^^xsd:double;
  dwc:latitude '-64.67'^^xsd:double;
  dwc:aphiaid '295648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4069'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257990'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.67 -54.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.67"^^xsd:decimal ;
  dwc:decimalLongitude "-54.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.67 -54.59)"^^geo:wktLiteral ;
  geo-pos:lat "-60.67"^^xsd:decimal ;
  geo-pos:long "-54.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4096'^^xsd:integer;
  dwc:scientificName 'Neoarcturus fungifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.59'^^xsd:double;
  dwc:latitude '-60.67'^^xsd:double;
  dwc:aphiaid '366765'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.1 -54.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.1"^^xsd:decimal ;
  dwc:decimalLongitude "-54.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.1 -54.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-66.1"^^xsd:decimal ;
  geo-pos:long "-54.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8555'^^xsd:integer;
  dwc:scientificName 'Theristus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.5833'^^xsd:double;
  dwc:latitude '-66.1'^^xsd:double;
  dwc:aphiaid '231124'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230231'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.9333 -54.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-54.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.9333 -54.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-65.9333"^^xsd:decimal ;
  geo-pos:long "-54.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8281'^^xsd:integer;
  dwc:scientificName 'Grahamia odhneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.5833'^^xsd:double;
  dwc:latitude '-65.9333'^^xsd:double;
  dwc:aphiaid '231131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.9333 -54.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-54.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.9333 -54.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-65.9333"^^xsd:decimal ;
  geo-pos:long "-54.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8280'^^xsd:integer;
  dwc:scientificName 'Sabatieria longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.5833'^^xsd:double;
  dwc:latitude '-65.9333'^^xsd:double;
  dwc:aphiaid '121366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.9333 -54.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-54.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.9333 -54.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-65.9333"^^xsd:decimal ;
  geo-pos:long "-54.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8279'^^xsd:integer;
  dwc:scientificName 'Sabatieria tenuicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.5833'^^xsd:double;
  dwc:latitude '-65.9333'^^xsd:double;
  dwc:aphiaid '153262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '153262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.46667 -54.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.46667 -54.4667)"^^geo:wktLiteral ;
  geo-pos:lat "9.46667"^^xsd:decimal ;
  geo-pos:long "-54.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11022'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4667'^^xsd:double;
  dwc:latitude '9.46667'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '821'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '841'^^xsd:integer;
  dwc:scientificName 'Eudorella parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '110532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '863'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:863'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '891'^^xsd:integer;
  dwc:scientificName 'Leucon tener'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '110612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '892'^^xsd:integer;
  dwc:scientificName 'Leucon tener'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '110612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '887'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '873'^^xsd:integer;
  dwc:scientificName 'Leucon pallidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '157829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4827'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4827'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5316'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5374'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '846'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8574'^^xsd:integer;
  dwc:scientificName 'Cylicolaimus obtusidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '121941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8586'^^xsd:integer;
  dwc:scientificName 'Desmodora pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '228515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5930'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5911'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '247496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798741'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -54.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-54.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '199'^^xsd:integer;
  dwc:scientificName 'Leucon tener'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '110612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -54.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.75"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -54.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.75"^^xsd:decimal ;
  geo-pos:long "-54.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3875'^^xsd:integer;
  dwc:scientificName 'Ilyarachna argentina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4'^^xsd:double;
  dwc:latitude '7.75'^^xsd:double;
  dwc:aphiaid '183207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3875'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.755"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.755"^^xsd:decimal ;
  geo-pos:long "-54.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15665'^^xsd:integer;
  dwc:scientificName 'Malletia malita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4'^^xsd:double;
  dwc:latitude '7.755'^^xsd:double;
  dwc:aphiaid '540875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.755"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.755"^^xsd:decimal ;
  geo-pos:long "-54.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15668'^^xsd:integer;
  dwc:scientificName 'Malletia grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4'^^xsd:double;
  dwc:latitude '7.755'^^xsd:double;
  dwc:aphiaid '506237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.755"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.755"^^xsd:decimal ;
  geo-pos:long "-54.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15669'^^xsd:integer;
  dwc:scientificName 'Malletia surinamensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4'^^xsd:double;
  dwc:latitude '7.755'^^xsd:double;
  dwc:aphiaid '506238'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506238'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.755"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.755"^^xsd:decimal ;
  geo-pos:long "-54.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15670'^^xsd:integer;
  dwc:scientificName 'Limopsis surinamensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4'^^xsd:double;
  dwc:latitude '7.755'^^xsd:double;
  dwc:aphiaid '504612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '504612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.755"^^xsd:decimal ;
  dwc:decimalLongitude "-54.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.755 -54.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.755"^^xsd:decimal ;
  geo-pos:long "-54.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9233'^^xsd:integer;
  dwc:scientificName 'Halacarus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.4'^^xsd:double;
  dwc:latitude '7.755'^^xsd:double;
  dwc:aphiaid '406955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.07"^^xsd:decimal ;
  dwc:decimalLongitude "-54.355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  geo-pos:lat "8.07"^^xsd:decimal ;
  geo-pos:long "-54.355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15661'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.355'^^xsd:double;
  dwc:latitude '8.07'^^xsd:double;
  dwc:aphiaid '546302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871920'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.07"^^xsd:decimal ;
  dwc:decimalLongitude "-54.355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  geo-pos:lat "8.07"^^xsd:decimal ;
  geo-pos:long "-54.355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15662'^^xsd:integer;
  dwc:scientificName 'Malletia surinamensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.355'^^xsd:double;
  dwc:latitude '8.07'^^xsd:double;
  dwc:aphiaid '506238'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506238'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.07"^^xsd:decimal ;
  dwc:decimalLongitude "-54.355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  geo-pos:lat "8.07"^^xsd:decimal ;
  geo-pos:long "-54.355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15663'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.355'^^xsd:double;
  dwc:latitude '8.07'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.07"^^xsd:decimal ;
  dwc:decimalLongitude "-54.355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  geo-pos:lat "8.07"^^xsd:decimal ;
  geo-pos:long "-54.355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15664'^^xsd:integer;
  dwc:scientificName 'Malletia grasslei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.355'^^xsd:double;
  dwc:latitude '8.07'^^xsd:double;
  dwc:aphiaid '506237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.07"^^xsd:decimal ;
  dwc:decimalLongitude "-54.355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  geo-pos:lat "8.07"^^xsd:decimal ;
  geo-pos:long "-54.355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15666'^^xsd:integer;
  dwc:scientificName 'Yoldiella biguttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.355'^^xsd:double;
  dwc:latitude '8.07'^^xsd:double;
  dwc:aphiaid '506506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.07"^^xsd:decimal ;
  dwc:decimalLongitude "-54.355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.07 -54.355)"^^geo:wktLiteral ;
  geo-pos:lat "8.07"^^xsd:decimal ;
  geo-pos:long "-54.355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15667'^^xsd:integer;
  dwc:scientificName 'Malletia malita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.355'^^xsd:double;
  dwc:latitude '8.07'^^xsd:double;
  dwc:aphiaid '540875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.76667 -54.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.76667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.76667 -54.2833)"^^geo:wktLiteral ;
  geo-pos:lat "7.76667"^^xsd:decimal ;
  geo-pos:long "-54.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12595'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.2833'^^xsd:double;
  dwc:latitude '7.76667'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.34 -54.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.34"^^xsd:decimal ;
  dwc:decimalLongitude "-54.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.34 -54.24)"^^geo:wktLiteral ;
  geo-pos:lat "-65.34"^^xsd:decimal ;
  geo-pos:long "-54.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3647'^^xsd:integer;
  dwc:scientificName 'Storthyngura kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.24'^^xsd:double;
  dwc:latitude '-65.34'^^xsd:double;
  dwc:aphiaid '255775'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255775'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.33 -54.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.33"^^xsd:decimal ;
  dwc:decimalLongitude "-54.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.33 -54.24)"^^geo:wktLiteral ;
  geo-pos:lat "-65.33"^^xsd:decimal ;
  geo-pos:long "-54.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3699'^^xsd:integer;
  dwc:scientificName 'Storthyngura antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.24'^^xsd:double;
  dwc:latitude '-65.33'^^xsd:double;
  dwc:aphiaid '255771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.33 -54.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.33"^^xsd:decimal ;
  dwc:decimalLongitude "-54.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.33 -54.24)"^^geo:wktLiteral ;
  geo-pos:lat "-65.33"^^xsd:decimal ;
  geo-pos:long "-54.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3646'^^xsd:integer;
  dwc:scientificName 'Storthyngura kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.24'^^xsd:double;
  dwc:latitude '-65.33'^^xsd:double;
  dwc:aphiaid '255775'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255775'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.34 -54.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.34"^^xsd:decimal ;
  dwc:decimalLongitude "-54.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.34 -54.23)"^^geo:wktLiteral ;
  geo-pos:lat "-65.34"^^xsd:decimal ;
  geo-pos:long "-54.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3698'^^xsd:integer;
  dwc:scientificName 'Storthyngura antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.23'^^xsd:double;
  dwc:latitude '-65.34'^^xsd:double;
  dwc:aphiaid '255771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2833 -54.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2833 -54.0833)"^^geo:wktLiteral ;
  geo-pos:lat "60.2833"^^xsd:decimal ;
  geo-pos:long "-54.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9890'^^xsd:integer;
  dwc:scientificName 'Malacosaccus floricomatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0833'^^xsd:double;
  dwc:latitude '60.2833'^^xsd:double;
  dwc:aphiaid '134403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2833 -54.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2833 -54.0833)"^^geo:wktLiteral ;
  geo-pos:lat "60.2833"^^xsd:decimal ;
  geo-pos:long "-54.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11192'^^xsd:integer;
  dwc:scientificName 'Phascolosoma margaritaceum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0833'^^xsd:double;
  dwc:latitude '60.2833'^^xsd:double;
  dwc:aphiaid '424244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2833 -54.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2833 -54.0833)"^^geo:wktLiteral ;
  geo-pos:lat "60.2833"^^xsd:decimal ;
  geo-pos:long "-54.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9642'^^xsd:integer;
  dwc:scientificName 'Euplectella suberea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0833'^^xsd:double;
  dwc:latitude '60.2833'^^xsd:double;
  dwc:aphiaid '134401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.28 -54.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.28"^^xsd:decimal ;
  dwc:decimalLongitude "-54.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.28 -54.08)"^^geo:wktLiteral ;
  geo-pos:lat "60.28"^^xsd:decimal ;
  geo-pos:long "-54.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3072'^^xsd:integer;
  dwc:scientificName 'Macrostylis abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.08'^^xsd:double;
  dwc:latitude '60.28'^^xsd:double;
  dwc:aphiaid '183251'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3072'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  geo-pos:lat "8.96667"^^xsd:decimal ;
  geo-pos:long "-54.0717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15658'^^xsd:integer;
  dwc:scientificName 'Ledella jamesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0717'^^xsd:double;
  dwc:latitude '8.96667'^^xsd:double;
  dwc:aphiaid '506325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  geo-pos:lat "8.96667"^^xsd:decimal ;
  geo-pos:long "-54.0717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15654'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0717'^^xsd:double;
  dwc:latitude '8.96667'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  geo-pos:lat "8.96667"^^xsd:decimal ;
  geo-pos:long "-54.0717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15655'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0717'^^xsd:double;
  dwc:latitude '8.96667'^^xsd:double;
  dwc:aphiaid '546302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871920'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  geo-pos:lat "8.96667"^^xsd:decimal ;
  geo-pos:long "-54.0717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15656'^^xsd:integer;
  dwc:scientificName 'Yoldiella biguttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0717'^^xsd:double;
  dwc:latitude '8.96667'^^xsd:double;
  dwc:aphiaid '506506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  geo-pos:lat "8.96667"^^xsd:decimal ;
  geo-pos:long "-54.0717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15657'^^xsd:integer;
  dwc:scientificName 'Yoldiella perplexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0717'^^xsd:double;
  dwc:latitude '8.96667'^^xsd:double;
  dwc:aphiaid '506514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  geo-pos:lat "8.96667"^^xsd:decimal ;
  geo-pos:long "-54.0717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15659'^^xsd:integer;
  dwc:scientificName 'Malletia malita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0717'^^xsd:double;
  dwc:latitude '8.96667'^^xsd:double;
  dwc:aphiaid '540875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.96667 -54.0717)"^^geo:wktLiteral ;
  geo-pos:lat "8.96667"^^xsd:decimal ;
  geo-pos:long "-54.0717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15660'^^xsd:integer;
  dwc:scientificName 'Ledella solidula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0717'^^xsd:double;
  dwc:latitude '8.96667'^^xsd:double;
  dwc:aphiaid '420662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.97 -54.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.97"^^xsd:decimal ;
  dwc:decimalLongitude "-54.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.97 -54.07)"^^geo:wktLiteral ;
  geo-pos:lat "8.97"^^xsd:decimal ;
  geo-pos:long "-54.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3743'^^xsd:integer;
  dwc:scientificName 'Eurycope alia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.07'^^xsd:double;
  dwc:latitude '8.97'^^xsd:double;
  dwc:aphiaid '255730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '505'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1136'^^xsd:integer;
  dwc:scientificName 'Campylaspides spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1601'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1112'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1409'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1423'^^xsd:integer;
  dwc:scientificName 'Cumella decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '110565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1469'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1532'^^xsd:integer;
  dwc:scientificName 'Floridocuma pilosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1532'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1308'^^xsd:integer;
  dwc:scientificName 'Campylaspis nuda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1333'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1374'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1733'^^xsd:integer;
  dwc:scientificName 'Procampylaspis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1878'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1878'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1960'^^xsd:integer;
  dwc:scientificName 'Styloptocuma exstans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1960'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1961'^^xsd:integer;
  dwc:scientificName 'Styloptocuma exstans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1961'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1996'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1970'^^xsd:integer;
  dwc:scientificName 'Styloptocuma exstans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '341'^^xsd:integer;
  dwc:scientificName 'Leucon jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182310'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '299'^^xsd:integer;
  dwc:scientificName 'Styloptocuma exstans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "8.9667"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '180'^^xsd:integer;
  dwc:scientificName 'Leucon jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182310'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A90> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.9667 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '90'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:latitude '8.9667'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:90'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.6353 -53.9612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.6353"^^xsd:decimal ;
  dwc:decimalLongitude "-53.9612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.6353 -53.9612)"^^geo:wktLiteral ;
  geo-pos:lat "-60.6353"^^xsd:decimal ;
  geo-pos:long "-53.9612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9261'^^xsd:integer;
  dwc:scientificName 'Werthella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.9612'^^xsd:double;
  dwc:latitude '-60.6353'^^xsd:double;
  dwc:aphiaid '114784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114784'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.64 -53.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.64"^^xsd:decimal ;
  dwc:decimalLongitude "-53.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.64 -53.96)"^^geo:wktLiteral ;
  geo-pos:lat "-60.64"^^xsd:decimal ;
  geo-pos:long "-53.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3694'^^xsd:integer;
  dwc:scientificName 'Storthyngura longispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.96'^^xsd:double;
  dwc:latitude '-60.64'^^xsd:double;
  dwc:aphiaid '255776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.64 -53.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.64"^^xsd:decimal ;
  dwc:decimalLongitude "-53.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.64 -53.96)"^^geo:wktLiteral ;
  geo-pos:lat "-60.64"^^xsd:decimal ;
  geo-pos:long "-53.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3695'^^xsd:integer;
  dwc:scientificName 'Storthyngura longispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.96'^^xsd:double;
  dwc:latitude '-60.64'^^xsd:double;
  dwc:aphiaid '255776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.64 -53.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.64"^^xsd:decimal ;
  dwc:decimalLongitude "-53.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.64 -53.96)"^^geo:wktLiteral ;
  geo-pos:lat "-60.64"^^xsd:decimal ;
  geo-pos:long "-53.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3700'^^xsd:integer;
  dwc:scientificName 'Storthyngura antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.96'^^xsd:double;
  dwc:latitude '-60.64'^^xsd:double;
  dwc:aphiaid '255771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.64 -53.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.64"^^xsd:decimal ;
  dwc:decimalLongitude "-53.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.64 -53.96)"^^geo:wktLiteral ;
  geo-pos:lat "-60.64"^^xsd:decimal ;
  geo-pos:long "-53.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4043'^^xsd:integer;
  dwc:scientificName 'Frontoserolis abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.96'^^xsd:double;
  dwc:latitude '-60.64'^^xsd:double;
  dwc:aphiaid '258131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.644 -53.9545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.644"^^xsd:decimal ;
  dwc:decimalLongitude "-53.9545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.644 -53.9545)"^^geo:wktLiteral ;
  geo-pos:lat "-60.644"^^xsd:decimal ;
  geo-pos:long "-53.9545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9247'^^xsd:integer;
  dwc:scientificName 'Lohmannella abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.9545'^^xsd:double;
  dwc:latitude '-60.644'^^xsd:double;
  dwc:aphiaid '362685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.644 -53.9545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.644"^^xsd:decimal ;
  dwc:decimalLongitude "-53.9545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.644 -53.9545)"^^geo:wktLiteral ;
  geo-pos:lat "-60.644"^^xsd:decimal ;
  geo-pos:long "-53.9545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9240'^^xsd:integer;
  dwc:scientificName 'Halacarus longior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.9545'^^xsd:double;
  dwc:latitude '-60.644'^^xsd:double;
  dwc:aphiaid '183179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.644 -53.9545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.644"^^xsd:decimal ;
  dwc:decimalLongitude "-53.9545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.644 -53.9545)"^^geo:wktLiteral ;
  geo-pos:lat "-60.644"^^xsd:decimal ;
  geo-pos:long "-53.9545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9188'^^xsd:integer;
  dwc:scientificName 'Agaue aff. verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.9545'^^xsd:double;
  dwc:latitude '-60.644'^^xsd:double;
  dwc:aphiaid '362625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362625'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.16667 -53.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.16667 -53.6)"^^geo:wktLiteral ;
  geo-pos:lat "7.16667"^^xsd:decimal ;
  geo-pos:long "-53.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12488'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.6'^^xsd:double;
  dwc:latitude '7.16667'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.16667 -53.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.16667 -53.6)"^^geo:wktLiteral ;
  geo-pos:lat "7.16667"^^xsd:decimal ;
  geo-pos:long "-53.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12580'^^xsd:integer;
  dwc:scientificName 'Tichosina dubia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.6'^^xsd:double;
  dwc:latitude '7.16667'^^xsd:double;
  dwc:aphiaid '235477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.45 -53.5383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.45 -53.5383)"^^geo:wktLiteral ;
  geo-pos:lat "-36.45"^^xsd:decimal ;
  geo-pos:long "-53.5383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15487'^^xsd:integer;
  dwc:scientificName 'Lyonsiella fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.5383'^^xsd:double;
  dwc:latitude '-36.45'^^xsd:double;
  dwc:aphiaid '406052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.45 -53.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.45 -53.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.45"^^xsd:decimal ;
  geo-pos:long "-53.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15492'^^xsd:integer;
  dwc:scientificName 'Yoldiella argentinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.5167'^^xsd:double;
  dwc:latitude '-36.45'^^xsd:double;
  dwc:aphiaid '506504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.45 -53.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.45 -53.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.45"^^xsd:decimal ;
  geo-pos:long "-53.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15486'^^xsd:integer;
  dwc:scientificName 'Yoldiella similiris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.5167'^^xsd:double;
  dwc:latitude '-36.45'^^xsd:double;
  dwc:aphiaid '506516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506516'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3 -53.4083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3"^^xsd:decimal ;
  dwc:decimalLongitude "-53.4083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3 -53.4083)"^^geo:wktLiteral ;
  geo-pos:lat "-36.3"^^xsd:decimal ;
  geo-pos:long "-53.4083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15574'^^xsd:integer;
  dwc:scientificName 'Silicula mcalesteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.4083'^^xsd:double;
  dwc:latitude '-36.3'^^xsd:double;
  dwc:aphiaid '533422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3 -53.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3 -53.3983)"^^geo:wktLiteral ;
  geo-pos:lat "-36.3"^^xsd:decimal ;
  geo-pos:long "-53.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15573'^^xsd:integer;
  dwc:scientificName 'Yoldiella robusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.3983'^^xsd:double;
  dwc:latitude '-36.3'^^xsd:double;
  dwc:aphiaid '506515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3 -53.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3 -53.3983)"^^geo:wktLiteral ;
  geo-pos:lat "-36.3"^^xsd:decimal ;
  geo-pos:long "-53.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9242'^^xsd:integer;
  dwc:scientificName 'Halacarus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.3983'^^xsd:double;
  dwc:latitude '-36.3'^^xsd:double;
  dwc:aphiaid '406982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3167 -53.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3167 -53.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-65.3167"^^xsd:decimal ;
  geo-pos:long "-53.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9367'^^xsd:integer;
  dwc:scientificName 'Bathyxiphus subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.3833'^^xsd:double;
  dwc:latitude '-65.3167'^^xsd:double;
  dwc:aphiaid '171660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3167 -53.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3167 -53.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-65.3167"^^xsd:decimal ;
  geo-pos:long "-53.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9499'^^xsd:integer;
  dwc:scientificName 'Chonelasma choanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.3833'^^xsd:double;
  dwc:latitude '-65.3167'^^xsd:double;
  dwc:aphiaid '447217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9499'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171662'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5433"^^xsd:decimal ;
  geo-pos:long "-53.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15491'^^xsd:integer;
  dwc:scientificName 'Yoldiella similiris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.3833'^^xsd:double;
  dwc:latitude '-36.5433'^^xsd:double;
  dwc:aphiaid '506516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506516'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5433"^^xsd:decimal ;
  geo-pos:long "-53.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9243'^^xsd:integer;
  dwc:scientificName 'Halacarus peregrinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.3833'^^xsd:double;
  dwc:latitude '-36.5433'^^xsd:double;
  dwc:aphiaid '406985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5433"^^xsd:decimal ;
  geo-pos:long "-53.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9211'^^xsd:integer;
  dwc:scientificName 'Copidognathus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.3833'^^xsd:double;
  dwc:latitude '-36.5433'^^xsd:double;
  dwc:aphiaid '406678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5433"^^xsd:decimal ;
  geo-pos:long "-53.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15488'^^xsd:integer;
  dwc:scientificName 'Lyonsiella fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.3833'^^xsd:double;
  dwc:latitude '-36.5433'^^xsd:double;
  dwc:aphiaid '406052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5433 -53.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5433"^^xsd:decimal ;
  geo-pos:long "-53.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15493'^^xsd:integer;
  dwc:scientificName 'Yoldiella argentinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.3833'^^xsd:double;
  dwc:latitude '-36.5433'^^xsd:double;
  dwc:aphiaid '506504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.55 -53.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.55 -53.37)"^^geo:wktLiteral ;
  geo-pos:lat "-36.55"^^xsd:decimal ;
  geo-pos:long "-53.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4113'^^xsd:integer;
  dwc:scientificName 'Leptanthura argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.37'^^xsd:double;
  dwc:latitude '-36.55'^^xsd:double;
  dwc:aphiaid '255543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-36.8167"^^xsd:decimal ;
  geo-pos:long "-53.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15490'^^xsd:integer;
  dwc:scientificName 'Lyonsiella fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.2567'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '406052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-36.8167"^^xsd:decimal ;
  geo-pos:long "-53.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15489'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.2567'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-36.8167"^^xsd:decimal ;
  geo-pos:long "-53.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15483'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.2567'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-36.8167"^^xsd:decimal ;
  geo-pos:long "-53.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15484'^^xsd:integer;
  dwc:scientificName 'Ledella jamesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.2567'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '506325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-36.8167"^^xsd:decimal ;
  geo-pos:long "-53.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15485'^^xsd:integer;
  dwc:scientificName 'Yoldiella argentinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.2567'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '506504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.25)"^^geo:wktLiteral ;
  geo-pos:lat "-36.8167"^^xsd:decimal ;
  geo-pos:long "-53.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1448'^^xsd:integer;
  dwc:scientificName 'Cumella meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.25'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '182513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A85> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -53.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '85'^^xsd:integer;
  dwc:scientificName 'Cumella meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.25'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '182513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:85'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.89"^^xsd:decimal ;
  dwc:decimalLongitude "-53.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  geo-pos:lat "-36.89"^^xsd:decimal ;
  geo-pos:long "-53.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9256'^^xsd:integer;
  dwc:scientificName 'Werthella atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.17'^^xsd:double;
  dwc:latitude '-36.89'^^xsd:double;
  dwc:aphiaid '407237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.89"^^xsd:decimal ;
  dwc:decimalLongitude "-53.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  geo-pos:lat "-36.89"^^xsd:decimal ;
  geo-pos:long "-53.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9235'^^xsd:integer;
  dwc:scientificName 'Halacarus longior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.17'^^xsd:double;
  dwc:latitude '-36.89'^^xsd:double;
  dwc:aphiaid '183179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.89"^^xsd:decimal ;
  dwc:decimalLongitude "-53.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  geo-pos:lat "-36.89"^^xsd:decimal ;
  geo-pos:long "-53.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9192'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus acutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.17'^^xsd:double;
  dwc:latitude '-36.89'^^xsd:double;
  dwc:aphiaid '406634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.89"^^xsd:decimal ;
  dwc:decimalLongitude "-53.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  geo-pos:lat "-36.89"^^xsd:decimal ;
  geo-pos:long "-53.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15494'^^xsd:integer;
  dwc:scientificName 'Ledella jamesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.17'^^xsd:double;
  dwc:latitude '-36.89'^^xsd:double;
  dwc:aphiaid '506325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.89"^^xsd:decimal ;
  dwc:decimalLongitude "-53.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  geo-pos:lat "-36.89"^^xsd:decimal ;
  geo-pos:long "-53.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15495'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.17'^^xsd:double;
  dwc:latitude '-36.89'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.89"^^xsd:decimal ;
  dwc:decimalLongitude "-53.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.89 -53.17)"^^geo:wktLiteral ;
  geo-pos:lat "-36.89"^^xsd:decimal ;
  geo-pos:long "-53.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15496'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.17'^^xsd:double;
  dwc:latitude '-36.89'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.96667 -53.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.96667 -53.1667)"^^geo:wktLiteral ;
  geo-pos:lat "6.96667"^^xsd:decimal ;
  geo-pos:long "-53.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12668'^^xsd:integer;
  dwc:scientificName 'Tichosina aff. T. bartletti (Dall)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.1667'^^xsd:double;
  dwc:latitude '6.96667'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9244'^^xsd:integer;
  dwc:scientificName 'Halacarus peregrinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '406985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9236'^^xsd:integer;
  dwc:scientificName 'Halacarus longior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '183179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9193'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus acutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '406634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9186'^^xsd:integer;
  dwc:scientificName 'Agaue verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '362625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362625'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15522'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15518'^^xsd:integer;
  dwc:scientificName 'Yoldiella biguttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '506506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15519'^^xsd:integer;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15513'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '546669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15513'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506559'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15514'^^xsd:integer;
  dwc:scientificName 'Yoldiella extensa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '506511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15515'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15511'^^xsd:integer;
  dwc:scientificName 'Cuspidaria bernardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0233'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '407523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.92 -53.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.92"^^xsd:decimal ;
  dwc:decimalLongitude "-53.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.92 -53.02)"^^geo:wktLiteral ;
  geo-pos:lat "-36.92"^^xsd:decimal ;
  geo-pos:long "-53.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4112'^^xsd:integer;
  dwc:scientificName 'Leptanthura argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.02'^^xsd:double;
  dwc:latitude '-36.92'^^xsd:double;
  dwc:aphiaid '255543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9283"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9283 -53.0183)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9283"^^xsd:decimal ;
  geo-pos:long "-53.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15520'^^xsd:integer;
  dwc:scientificName 'Yoldiella blanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0183'^^xsd:double;
  dwc:latitude '-36.9283'^^xsd:double;
  dwc:aphiaid '506508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '498'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1093'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1163'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1193'^^xsd:integer;
  dwc:scientificName 'Campylaspis frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '182400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1189'^^xsd:integer;
  dwc:scientificName 'Campylaspis exarata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '182398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1254'^^xsd:integer;
  dwc:scientificName 'Campylaspis johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '182411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1454'^^xsd:integer;
  dwc:scientificName 'Cumella meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '182513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1800'^^xsd:integer;
  dwc:scientificName 'Procampylaspis procurrens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '182616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1803'^^xsd:integer;
  dwc:scientificName 'Procampylaspis procurrens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '182616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1917'^^xsd:integer;
  dwc:scientificName 'Styloptocuma dayae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '182543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9333 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9333"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1918'^^xsd:integer;
  dwc:scientificName 'Styloptocuma dayae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9333'^^xsd:double;
  dwc:aphiaid '182543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9167 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9167 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9167"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1914'^^xsd:integer;
  dwc:scientificName 'Styloptocuma dayae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9167'^^xsd:double;
  dwc:aphiaid '182543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9167 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9167 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9167"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '300'^^xsd:integer;
  dwc:scientificName 'Styloptocuma formosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9167'^^xsd:double;
  dwc:aphiaid '182547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9167 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9167 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9167"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '296'^^xsd:integer;
  dwc:scientificName 'Styloptocuma dayae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9167'^^xsd:double;
  dwc:aphiaid '182543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9167 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.9167 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.9167"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '283'^^xsd:integer;
  dwc:scientificName 'Procampylaspis procurrens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-53.0167'^^xsd:double;
  dwc:latitude '-36.9167'^^xsd:double;
  dwc:aphiaid '182616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.79 -52.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.79"^^xsd:decimal ;
  dwc:decimalLongitude "-52.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.79 -52.96)"^^geo:wktLiteral ;
  geo-pos:lat "58.79"^^xsd:decimal ;
  geo-pos:long "-52.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4496'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.96'^^xsd:double;
  dwc:latitude '58.79'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.79 -52.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.79"^^xsd:decimal ;
  dwc:decimalLongitude "-52.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.79 -52.96)"^^geo:wktLiteral ;
  geo-pos:lat "58.79"^^xsd:decimal ;
  geo-pos:long "-52.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4543'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.96'^^xsd:double;
  dwc:latitude '58.79'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.79 -52.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.79"^^xsd:decimal ;
  dwc:decimalLongitude "-52.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.79 -52.96)"^^geo:wktLiteral ;
  geo-pos:lat "58.79"^^xsd:decimal ;
  geo-pos:long "-52.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4405'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.96'^^xsd:double;
  dwc:latitude '58.79'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.79 -52.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.79"^^xsd:decimal ;
  dwc:decimalLongitude "-52.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.79 -52.96)"^^geo:wktLiteral ;
  geo-pos:lat "58.79"^^xsd:decimal ;
  geo-pos:long "-52.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4364'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.96'^^xsd:double;
  dwc:latitude '58.79'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.285 -52.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.285"^^xsd:decimal ;
  dwc:decimalLongitude "-52.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.285 -52.935)"^^geo:wktLiteral ;
  geo-pos:lat "-36.285"^^xsd:decimal ;
  geo-pos:long "-52.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15570'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.935'^^xsd:double;
  dwc:latitude '-36.285'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7833 -52.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7833 -52.9333)"^^geo:wktLiteral ;
  geo-pos:lat "58.7833"^^xsd:decimal ;
  geo-pos:long "-52.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9178'^^xsd:integer;
  dwc:scientificName 'Agaue corollata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.9333'^^xsd:double;
  dwc:latitude '58.7833'^^xsd:double;
  dwc:aphiaid '114878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A81> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.2167 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A81>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.2167 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-39.2167"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '81'^^xsd:integer;
  dwc:scientificName 'Cumella decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-39.2167'^^xsd:double;
  dwc:aphiaid '110565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:81'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.32 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.32"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.32 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.32"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4114'^^xsd:integer;
  dwc:scientificName 'Leptanthura argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.32'^^xsd:double;
  dwc:aphiaid '255543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2517 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2517"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2517 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2517"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9237'^^xsd:integer;
  dwc:scientificName 'Halacarus longior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2517'^^xsd:double;
  dwc:aphiaid '183179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15550'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15552'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9238'^^xsd:integer;
  dwc:scientificName 'Halacarus longior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '183179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15548'^^xsd:integer;
  dwc:scientificName 'Yoldiella blanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '506508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15549'^^xsd:integer;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15551'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15557'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15556'^^xsd:integer;
  dwc:scientificName 'Spinula scheltemai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '543623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15553'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '533645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15553'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15554'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria championi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '533338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506245'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15555'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15544'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15546'^^xsd:integer;
  dwc:scientificName 'Silicula fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2217"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2217 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2217"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15547'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2217'^^xsd:double;
  dwc:aphiaid '546669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506559'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.22 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.22"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.22 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.22"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3355'^^xsd:integer;
  dwc:scientificName 'Thylakogaster majusculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.22'^^xsd:double;
  dwc:aphiaid '263527'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263527'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.22 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.22"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.22 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.22"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3876'^^xsd:integer;
  dwc:scientificName 'Ilyarachna argentina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.22'^^xsd:double;
  dwc:aphiaid '183207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3876'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2167 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.2167 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "-37.2167"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1417'^^xsd:integer;
  dwc:scientificName 'Cumella decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:latitude '-37.2167'^^xsd:double;
  dwc:aphiaid '110565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2167"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '500'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7167'^^xsd:double;
  dwc:latitude '-36.2167'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2167"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1458'^^xsd:integer;
  dwc:scientificName 'Cumella meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7167'^^xsd:double;
  dwc:latitude '-36.2167'^^xsd:double;
  dwc:aphiaid '182513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2167"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1307'^^xsd:integer;
  dwc:scientificName 'Campylaspis nuda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7167'^^xsd:double;
  dwc:latitude '-36.2167'^^xsd:double;
  dwc:aphiaid '182426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2167"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1366'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7167'^^xsd:double;
  dwc:latitude '-36.2167'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2167"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1581'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7167'^^xsd:double;
  dwc:latitude '-36.2167'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2167 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2167"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1802'^^xsd:integer;
  dwc:scientificName 'Procampylaspis procurrens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7167'^^xsd:double;
  dwc:latitude '-36.2167'^^xsd:double;
  dwc:aphiaid '182616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7167 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7167 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-35.7167"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8856'^^xsd:integer;
  dwc:scientificName 'Deontostoma coptochilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7167'^^xsd:double;
  dwc:latitude '-35.7167'^^xsd:double;
  dwc:aphiaid '229572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8856'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229572'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2117"^^xsd:decimal ;
  geo-pos:long "-52.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15571'^^xsd:integer;
  dwc:scientificName 'Lyonsiella perplexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7117'^^xsd:double;
  dwc:latitude '-36.2117'^^xsd:double;
  dwc:aphiaid '406055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2117"^^xsd:decimal ;
  geo-pos:long "-52.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15572'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7117'^^xsd:double;
  dwc:latitude '-36.2117'^^xsd:double;
  dwc:aphiaid '546669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506559'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2117"^^xsd:decimal ;
  geo-pos:long "-52.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15567'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7117'^^xsd:double;
  dwc:latitude '-36.2117'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2117"^^xsd:decimal ;
  geo-pos:long "-52.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15568'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7117'^^xsd:double;
  dwc:latitude '-36.2117'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2117"^^xsd:decimal ;
  geo-pos:long "-52.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15569'^^xsd:integer;
  dwc:scientificName 'Ledella jamesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7117'^^xsd:double;
  dwc:latitude '-36.2117'^^xsd:double;
  dwc:aphiaid '506325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2117"^^xsd:decimal ;
  geo-pos:long "-52.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15566'^^xsd:integer;
  dwc:scientificName 'Limopsis spicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7117'^^xsd:double;
  dwc:latitude '-36.2117'^^xsd:double;
  dwc:aphiaid '504611'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '872191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2117 -52.7117)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2117"^^xsd:decimal ;
  geo-pos:long "-52.7117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9194'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus acutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.7117'^^xsd:double;
  dwc:latitude '-36.2117'^^xsd:double;
  dwc:aphiaid '406634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8833 -52.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8833 -52.4333)"^^geo:wktLiteral ;
  geo-pos:lat "50.8833"^^xsd:decimal ;
  geo-pos:long "-52.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2279'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.4333'^^xsd:double;
  dwc:latitude '50.8833'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.75"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.75"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1114'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '7.75'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.75"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.75"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1411'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '7.75'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.75"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.75"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1425'^^xsd:integer;
  dwc:scientificName 'Cumella decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '7.75'^^xsd:double;
  dwc:aphiaid '110565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.75"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.75"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1475'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '7.75'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.75"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.75"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1533'^^xsd:integer;
  dwc:scientificName 'Floridocuma pilosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '7.75'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1533'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.75"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.75"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1879'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '7.75'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1879'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.75"^^xsd:decimal ;
  dwc:decimalLongitude "-52.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.75 -52.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.75"^^xsd:decimal ;
  geo-pos:long "-52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1853'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.4'^^xsd:double;
  dwc:latitude '7.75'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6133 -52.3933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6133"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6133 -52.3933)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6133"^^xsd:decimal ;
  geo-pos:long "-52.3933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15521'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3933'^^xsd:double;
  dwc:latitude '-37.6133'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6133 -52.3933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6133"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6133 -52.3933)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6133"^^xsd:decimal ;
  geo-pos:long "-52.3933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15517'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3933'^^xsd:double;
  dwc:latitude '-37.6133'^^xsd:double;
  dwc:aphiaid '546669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506559'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6133 -52.3933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6133"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6133 -52.3933)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6133"^^xsd:decimal ;
  geo-pos:long "-52.3933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15512'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3933'^^xsd:double;
  dwc:latitude '-37.6133'^^xsd:double;
  dwc:aphiaid '533645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15512'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6133 -52.3933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6133"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6133 -52.3933)"^^geo:wktLiteral ;
  geo-pos:lat "37.6133"^^xsd:decimal ;
  geo-pos:long "-52.3933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15516'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3933'^^xsd:double;
  dwc:latitude '37.6133'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.325)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15539'^^xsd:integer;
  dwc:scientificName 'Spinula scheltemai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.325'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '543623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.325)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15540'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.325'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15542'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3217'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '533645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15542'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15543'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3217'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15541'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3217'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15537'^^xsd:integer;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3217'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15532'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3217'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15533'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3217'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '546669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506559'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15535'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3217'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6817 -52.3217)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6817"^^xsd:decimal ;
  geo-pos:long "-52.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15536'^^xsd:integer;
  dwc:scientificName 'Yoldiella blanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3217'^^xsd:double;
  dwc:latitude '-37.6817'^^xsd:double;
  dwc:aphiaid '506508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.68 -52.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.68"^^xsd:decimal ;
  dwc:decimalLongitude "-52.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.68 -52.32)"^^geo:wktLiteral ;
  geo-pos:lat "-37.68"^^xsd:decimal ;
  geo-pos:long "-52.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3021'^^xsd:integer;
  dwc:scientificName 'Nannoniscoides gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.32'^^xsd:double;
  dwc:latitude '-37.68'^^xsd:double;
  dwc:aphiaid '256297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6833 -52.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6833 -52.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6833"^^xsd:decimal ;
  geo-pos:long "-52.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1165'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3167'^^xsd:double;
  dwc:latitude '-37.6833'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 -52.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 -52.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6667"^^xsd:decimal ;
  geo-pos:long "-52.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15534'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3167'^^xsd:double;
  dwc:latitude '-37.6667'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.11667 -52.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.11667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.11667 -52.3167)"^^geo:wktLiteral ;
  geo-pos:lat "6.11667"^^xsd:decimal ;
  geo-pos:long "-52.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12601'^^xsd:integer;
  dwc:scientificName 'Tichosina obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3167'^^xsd:double;
  dwc:latitude '6.11667'^^xsd:double;
  dwc:aphiaid '235483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0833"^^xsd:decimal ;
  geo-pos:long "-52.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '499'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3'^^xsd:double;
  dwc:latitude '-36.0833'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:499'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0833"^^xsd:decimal ;
  geo-pos:long "-52.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1255'^^xsd:integer;
  dwc:scientificName 'Campylaspis johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3'^^xsd:double;
  dwc:latitude '-36.0833'^^xsd:double;
  dwc:aphiaid '182411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0833"^^xsd:decimal ;
  geo-pos:long "-52.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1457'^^xsd:integer;
  dwc:scientificName 'Cumella meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3'^^xsd:double;
  dwc:latitude '-36.0833'^^xsd:double;
  dwc:aphiaid '182513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0833"^^xsd:decimal ;
  geo-pos:long "-52.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1365'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3'^^xsd:double;
  dwc:latitude '-36.0833'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0833"^^xsd:decimal ;
  geo-pos:long "-52.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1580'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3'^^xsd:double;
  dwc:latitude '-36.0833'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0833 -52.3)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0833"^^xsd:decimal ;
  geo-pos:long "-52.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1801'^^xsd:integer;
  dwc:scientificName 'Procampylaspis procurrens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.3'^^xsd:double;
  dwc:latitude '-36.0833'^^xsd:double;
  dwc:aphiaid '182616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-52.2983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0867"^^xsd:decimal ;
  geo-pos:long "-52.2983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15563'^^xsd:integer;
  dwc:scientificName 'Limopsis spicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.2983'^^xsd:double;
  dwc:latitude '-36.0867'^^xsd:double;
  dwc:aphiaid '504611'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '872191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-52.2983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0867"^^xsd:decimal ;
  geo-pos:long "-52.2983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15564'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.2983'^^xsd:double;
  dwc:latitude '-36.0867'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-52.2983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0867"^^xsd:decimal ;
  geo-pos:long "-52.2983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15565'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.2983'^^xsd:double;
  dwc:latitude '-36.0867'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-52.2983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0867"^^xsd:decimal ;
  geo-pos:long "-52.2983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9195'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus acutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.2983'^^xsd:double;
  dwc:latitude '-36.0867'^^xsd:double;
  dwc:aphiaid '406634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-52.2983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0867"^^xsd:decimal ;
  geo-pos:long "-52.2983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15558'^^xsd:integer;
  dwc:scientificName 'Ledella jamesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.2983'^^xsd:double;
  dwc:latitude '-36.0867'^^xsd:double;
  dwc:aphiaid '506325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-52.2983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0867"^^xsd:decimal ;
  geo-pos:long "-52.2983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15561'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.2983'^^xsd:double;
  dwc:latitude '-36.0867'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-52.2983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0867 -52.2983)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0867"^^xsd:decimal ;
  geo-pos:long "-52.2983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15562'^^xsd:integer;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.2983'^^xsd:double;
  dwc:latitude '-36.0867'^^xsd:double;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0333 -52.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.0333 -52.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-36.0333"^^xsd:decimal ;
  geo-pos:long "-52.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '290'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.2833'^^xsd:double;
  dwc:latitude '-36.0333'^^xsd:double;
  dwc:aphiaid '182642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.4967 -52.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-52.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.4967 -52.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-38.4967"^^xsd:decimal ;
  geo-pos:long "-52.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15531'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.1517'^^xsd:double;
  dwc:latitude '-38.4967'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.4967 -52.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-52.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.4967 -52.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-38.4967"^^xsd:decimal ;
  geo-pos:long "-52.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15529'^^xsd:integer;
  dwc:scientificName 'Yoldiella blanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.1517'^^xsd:double;
  dwc:latitude '-38.4967'^^xsd:double;
  dwc:aphiaid '506508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.4967 -52.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-52.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.4967 -52.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-38.4967"^^xsd:decimal ;
  geo-pos:long "-52.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15530'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.1517'^^xsd:double;
  dwc:latitude '-38.4967'^^xsd:double;
  dwc:aphiaid '546669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506559'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 -52.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 -52.15)"^^geo:wktLiteral ;
  geo-pos:lat "-43.9667"^^xsd:decimal ;
  geo-pos:long "-52.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10155'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.15'^^xsd:double;
  dwc:latitude '-43.9667'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6833 -52.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6833 -52.15)"^^geo:wktLiteral ;
  geo-pos:lat "49.6833"^^xsd:decimal ;
  geo-pos:long "-52.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2828'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.15'^^xsd:double;
  dwc:latitude '49.6833'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 -52.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 -52.1167)"^^geo:wktLiteral ;
  geo-pos:lat "-43.9667"^^xsd:decimal ;
  geo-pos:long "-52.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2303'^^xsd:integer;
  dwc:scientificName 'Leucon sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.1167'^^xsd:double;
  dwc:latitude '-43.9667'^^xsd:double;
  dwc:aphiaid '182320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5667 -52.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5667 -52.0167)"^^geo:wktLiteral ;
  geo-pos:lat "53.5667"^^xsd:decimal ;
  geo-pos:long "-52.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2781'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-52.0167'^^xsd:double;
  dwc:latitude '53.5667'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15497'^^xsd:integer;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15508'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15509'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15510'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15507'^^xsd:integer;
  dwc:scientificName 'Yoldiella blanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '506508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15503'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15504'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15505'^^xsd:integer;
  dwc:scientificName 'Silicula fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15506'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '533645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15506'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15498'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria championi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '533338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506245'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15499'^^xsd:integer;
  dwc:scientificName 'Spinula scheltemai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '543623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15499'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15500'^^xsd:integer;
  dwc:scientificName 'Prelametila clarkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '506201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15501'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '546669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506559'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2817"^^xsd:decimal ;
  dwc:decimalLongitude "-51.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2817 -51.935)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2817"^^xsd:decimal ;
  geo-pos:long "-51.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15502'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.935'^^xsd:double;
  dwc:latitude '-38.2817'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2833 -51.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-51.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2833 -51.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2833"^^xsd:decimal ;
  geo-pos:long "-51.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1092'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.9333'^^xsd:double;
  dwc:latitude '-38.2833'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2833 -51.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-51.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2833 -51.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2833"^^xsd:decimal ;
  geo-pos:long "-51.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1253'^^xsd:integer;
  dwc:scientificName 'Campylaspis johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.9333'^^xsd:double;
  dwc:latitude '-38.2833'^^xsd:double;
  dwc:aphiaid '182411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2833 -51.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-51.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2833 -51.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2833"^^xsd:decimal ;
  geo-pos:long "-51.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '347'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.9333'^^xsd:double;
  dwc:latitude '-38.2833'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.4667 -51.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-51.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.4667 -51.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-34.4667"^^xsd:decimal ;
  geo-pos:long "-51.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8855'^^xsd:integer;
  dwc:scientificName 'Deontostoma coptochilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.6667'^^xsd:double;
  dwc:latitude '-34.4667'^^xsd:double;
  dwc:aphiaid '229572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229572'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.31 -51.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.31"^^xsd:decimal ;
  dwc:decimalLongitude "-51.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.31 -51.53)"^^geo:wktLiteral ;
  geo-pos:lat "-60.31"^^xsd:decimal ;
  geo-pos:long "-51.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3724'^^xsd:integer;
  dwc:scientificName 'Acanthocope eleganta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.53'^^xsd:double;
  dwc:latitude '-60.31'^^xsd:double;
  dwc:aphiaid '255714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.8833 -51.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-51.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.8833 -51.45)"^^geo:wktLiteral ;
  geo-pos:lat "-44.8833"^^xsd:decimal ;
  geo-pos:long "-51.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10150'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.45'^^xsd:double;
  dwc:latitude '-44.8833'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.89 -51.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.89"^^xsd:decimal ;
  dwc:decimalLongitude "-51.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.89 -51.44)"^^geo:wktLiteral ;
  geo-pos:lat "-44.89"^^xsd:decimal ;
  geo-pos:long "-51.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3688'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.44'^^xsd:double;
  dwc:latitude '-44.89'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.88 -51.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.88"^^xsd:decimal ;
  dwc:decimalLongitude "-51.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.88 -51.43)"^^geo:wktLiteral ;
  geo-pos:lat "-44.88"^^xsd:decimal ;
  geo-pos:long "-51.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3230'^^xsd:integer;
  dwc:scientificName 'Haploniscus tridens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.43'^^xsd:double;
  dwc:latitude '-44.88'^^xsd:double;
  dwc:aphiaid '255840'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.88 -51.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.88"^^xsd:decimal ;
  dwc:decimalLongitude "-51.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.88 -51.43)"^^geo:wktLiteral ;
  geo-pos:lat "-44.88"^^xsd:decimal ;
  geo-pos:long "-51.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3708'^^xsd:integer;
  dwc:scientificName 'Storthyngura digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.43'^^xsd:double;
  dwc:latitude '-44.88'^^xsd:double;
  dwc:aphiaid '255773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.89 -51.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.89"^^xsd:decimal ;
  dwc:decimalLongitude "-51.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.89 -51.35)"^^geo:wktLiteral ;
  geo-pos:lat "-44.89"^^xsd:decimal ;
  geo-pos:long "-51.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3401'^^xsd:integer;
  dwc:scientificName 'Stylomesus simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.35'^^xsd:double;
  dwc:latitude '-44.89'^^xsd:double;
  dwc:aphiaid '258042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9 -51.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.9"^^xsd:decimal ;
  dwc:decimalLongitude "-51.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9 -51.1333)"^^geo:wktLiteral ;
  geo-pos:lat "48.9"^^xsd:decimal ;
  geo-pos:long "-51.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12547'^^xsd:integer;
  dwc:scientificName 'Terebratulina septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.1333'^^xsd:double;
  dwc:latitude '48.9'^^xsd:double;
  dwc:aphiaid '104056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9897'^^xsd:integer;
  dwc:scientificName 'Malacosaccus unguiculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.0833'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '134404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5152'^^xsd:integer;
  dwc:scientificName 'Macrinella clavipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.0833'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '136362'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5210'^^xsd:integer;
  dwc:scientificName 'Leptognathia ventralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.0833'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '136451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5181'^^xsd:integer;
  dwc:scientificName 'Leptognathia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.0833'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '136432'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136432'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5296'^^xsd:integer;
  dwc:scientificName 'Typhlotanais plebejus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.0833'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '478763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478763'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5298'^^xsd:integer;
  dwc:scientificName 'Typhlotanais profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.0833'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '136573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478766'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5299'^^xsd:integer;
  dwc:scientificName 'Typhlotanais pulcher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.0833'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '136574'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16768'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.0833'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.0833)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5717'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.0833'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2 -51.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2 -51.08)"^^geo:wktLiteral ;
  geo-pos:lat "-59.2"^^xsd:decimal ;
  geo-pos:long "-51.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3117'^^xsd:integer;
  dwc:scientificName 'Macrostylis magnifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.08'^^xsd:double;
  dwc:latitude '-59.2'^^xsd:double;
  dwc:aphiaid '183252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.08)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3235'^^xsd:integer;
  dwc:scientificName 'Hydroniscus abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.08'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '118667'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118667'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.08)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3409'^^xsd:integer;
  dwc:scientificName 'Ischnomesus profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.08'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '183218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183218'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.08)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3922'^^xsd:integer;
  dwc:scientificName 'Ilyarachna spinosissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.08'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '255871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259243'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-51.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -51.08)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-51.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3989'^^xsd:integer;
  dwc:scientificName 'Munneurycope elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51.08'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:aphiaid '183279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.05 -51)"^^geo:wktLiteral ;
  geo-pos:lat "-55.05"^^xsd:decimal ;
  geo-pos:long "-51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3659'^^xsd:integer;
  dwc:scientificName 'Storthyngura scotia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-51'^^xsd:integer;
  dwc:latitude '-55.05'^^xsd:double;
  dwc:aphiaid '175217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.49 -50.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.49"^^xsd:decimal ;
  dwc:decimalLongitude "-50.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.49 -50.85)"^^geo:wktLiteral ;
  geo-pos:lat "-56.49"^^xsd:decimal ;
  geo-pos:long "-50.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5295'^^xsd:integer;
  dwc:scientificName 'Typhlotanais parangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.85'^^xsd:double;
  dwc:latitude '-56.49'^^xsd:double;
  dwc:aphiaid '244612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.48 -50.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.48"^^xsd:decimal ;
  dwc:decimalLongitude "-50.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.48 -50.85)"^^geo:wktLiteral ;
  geo-pos:lat "-56.48"^^xsd:decimal ;
  geo-pos:long "-50.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4072'^^xsd:integer;
  dwc:scientificName 'Cylindrarcturus leucophthalmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.85'^^xsd:double;
  dwc:latitude '-56.48'^^xsd:double;
  dwc:aphiaid '257981'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4072'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.4333 -50.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.4333 -50.8)"^^geo:wktLiteral ;
  geo-pos:lat "-60.4333"^^xsd:decimal ;
  geo-pos:long "-50.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6637'^^xsd:integer;
  dwc:scientificName 'Mospicalanus schielae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.8'^^xsd:double;
  dwc:latitude '-60.4333'^^xsd:double;
  dwc:aphiaid '344700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '344700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.35"^^xsd:decimal ;
  dwc:decimalLongitude "-50.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.8)"^^geo:wktLiteral ;
  geo-pos:lat "-56.35"^^xsd:decimal ;
  geo-pos:long "-50.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3571'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia iolanthoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.8'^^xsd:double;
  dwc:latitude '-56.35'^^xsd:double;
  dwc:aphiaid '174395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.35"^^xsd:decimal ;
  dwc:decimalLongitude "-50.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.8)"^^geo:wktLiteral ;
  geo-pos:lat "-56.35"^^xsd:decimal ;
  geo-pos:long "-50.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3680'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.8'^^xsd:double;
  dwc:latitude '-56.35'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.35"^^xsd:decimal ;
  dwc:decimalLongitude "-50.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.8)"^^geo:wktLiteral ;
  geo-pos:lat "-56.35"^^xsd:decimal ;
  geo-pos:long "-50.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4092'^^xsd:integer;
  dwc:scientificName 'Antarcturus andriashevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.8'^^xsd:double;
  dwc:latitude '-56.35'^^xsd:double;
  dwc:aphiaid '257924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.35"^^xsd:decimal ;
  dwc:decimalLongitude "-50.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.8)"^^geo:wktLiteral ;
  geo-pos:lat "-56.35"^^xsd:decimal ;
  geo-pos:long "-50.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4091'^^xsd:integer;
  dwc:scientificName 'Antarcturus cacaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.8'^^xsd:double;
  dwc:latitude '-56.35'^^xsd:double;
  dwc:aphiaid '257926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257926'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3333 -50.7983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.7983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3333 -50.7983)"^^geo:wktLiteral ;
  geo-pos:lat "-56.3333"^^xsd:decimal ;
  geo-pos:long "-50.7983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10273'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.7983'^^xsd:double;
  dwc:latitude '-56.3333'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.65 -50.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.65"^^xsd:decimal ;
  dwc:decimalLongitude "-50.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.65 -50.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.65"^^xsd:decimal ;
  geo-pos:long "-50.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10970'^^xsd:integer;
  dwc:scientificName 'Phascolosoma catharinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.7833'^^xsd:double;
  dwc:latitude '-35.65'^^xsd:double;
  dwc:aphiaid '424486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.65 -50.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.65"^^xsd:decimal ;
  dwc:decimalLongitude "-50.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.65 -50.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.65"^^xsd:decimal ;
  geo-pos:long "-50.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9817'^^xsd:integer;
  dwc:scientificName 'Hyalonema tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.7833'^^xsd:double;
  dwc:latitude '-35.65'^^xsd:double;
  dwc:aphiaid '171447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.65 -50.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.65"^^xsd:decimal ;
  dwc:decimalLongitude "-50.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.65 -50.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.65"^^xsd:decimal ;
  geo-pos:long "-50.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4373'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.7833'^^xsd:double;
  dwc:latitude '-35.65'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.35"^^xsd:decimal ;
  dwc:decimalLongitude "-50.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.35 -50.78)"^^geo:wktLiteral ;
  geo-pos:lat "-56.35"^^xsd:decimal ;
  geo-pos:long "-50.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3572'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia iolanthoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.78'^^xsd:double;
  dwc:latitude '-56.35'^^xsd:double;
  dwc:aphiaid '174395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -50.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-50.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -50.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.2917"^^xsd:decimal ;
  geo-pos:long "-50.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14577'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.7'^^xsd:double;
  dwc:latitude '46.2917'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -50.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-50.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -50.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.2917"^^xsd:decimal ;
  geo-pos:long "-50.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14576'^^xsd:integer;
  dwc:scientificName 'Cuspidaria testai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.7'^^xsd:double;
  dwc:latitude '46.2917'^^xsd:double;
  dwc:aphiaid '539268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -50.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-50.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -50.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.2917"^^xsd:decimal ;
  geo-pos:long "-50.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9321'^^xsd:integer;
  dwc:scientificName 'Asbestopluma pennatula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.7'^^xsd:double;
  dwc:latitude '46.2917'^^xsd:double;
  dwc:aphiaid '133179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4333)"^^geo:wktLiteral ;
  geo-pos:lat "59.1667"^^xsd:decimal ;
  geo-pos:long "-50.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4219'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.4333'^^xsd:double;
  dwc:latitude '59.1667'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4333)"^^geo:wktLiteral ;
  geo-pos:lat "59.1667"^^xsd:decimal ;
  geo-pos:long "-50.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4215'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.4333'^^xsd:double;
  dwc:latitude '59.1667'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  geo-pos:lat "59.1667"^^xsd:decimal ;
  geo-pos:long "-50.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '463'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.4167'^^xsd:double;
  dwc:latitude '59.1667'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  geo-pos:lat "59.1667"^^xsd:decimal ;
  geo-pos:long "-50.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16966'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.4167'^^xsd:double;
  dwc:latitude '59.1667'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  geo-pos:lat "59.1667"^^xsd:decimal ;
  geo-pos:long "-50.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2748'^^xsd:integer;
  dwc:scientificName 'Leucon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.4167'^^xsd:double;
  dwc:latitude '59.1667'^^xsd:double;
  dwc:aphiaid '110622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  geo-pos:lat "59.1667"^^xsd:decimal ;
  geo-pos:long "-50.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4489'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.4167'^^xsd:double;
  dwc:latitude '59.1667'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  geo-pos:lat "59.1667"^^xsd:decimal ;
  geo-pos:long "-50.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14515'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.4167'^^xsd:double;
  dwc:latitude '59.1667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14515'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  geo-pos:lat "59.1667"^^xsd:decimal ;
  geo-pos:long "-50.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '205'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.4167'^^xsd:double;
  dwc:latitude '59.1667'^^xsd:double;
  dwc:aphiaid '182074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1667 -50.4167)"^^geo:wktLiteral ;
  geo-pos:lat "59.1667"^^xsd:decimal ;
  geo-pos:long "-50.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '192'^^xsd:integer;
  dwc:scientificName 'Leucon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-50.4167'^^xsd:double;
  dwc:latitude '59.1667'^^xsd:double;
  dwc:aphiaid '110622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.875 -49.8917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.875"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.875 -49.8917)"^^geo:wktLiteral ;
  geo-pos:lat "55.875"^^xsd:decimal ;
  geo-pos:long "-49.8917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4495'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.8917'^^xsd:double;
  dwc:latitude '55.875'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.875 -49.8917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.875"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.875 -49.8917)"^^geo:wktLiteral ;
  geo-pos:lat "55.875"^^xsd:decimal ;
  geo-pos:long "-49.8917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4404'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.8917'^^xsd:double;
  dwc:latitude '55.875'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.87 -49.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.87"^^xsd:decimal ;
  dwc:decimalLongitude "-49.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.87 -49.89)"^^geo:wktLiteral ;
  geo-pos:lat "55.87"^^xsd:decimal ;
  geo-pos:long "-49.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3723'^^xsd:integer;
  dwc:scientificName 'Acanthocope carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.89'^^xsd:double;
  dwc:latitude '55.87'^^xsd:double;
  dwc:aphiaid '118599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118599'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.87 -49.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.87"^^xsd:decimal ;
  dwc:decimalLongitude "-49.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.87 -49.88)"^^geo:wktLiteral ;
  geo-pos:lat "55.87"^^xsd:decimal ;
  geo-pos:long "-49.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3544'^^xsd:integer;
  dwc:scientificName 'Janirella priseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.88'^^xsd:double;
  dwc:latitude '55.87'^^xsd:double;
  dwc:aphiaid '118708'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5565 -49.7742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5565"^^xsd:decimal ;
  dwc:decimalLongitude "-49.7742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5565 -49.7742)"^^geo:wktLiteral ;
  geo-pos:lat "26.5565"^^xsd:decimal ;
  geo-pos:long "-49.7742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5163'^^xsd:integer;
  dwc:scientificName 'Tumidochelia randyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.7742'^^xsd:double;
  dwc:latitude '26.5565'^^xsd:double;
  dwc:aphiaid '247462'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247462'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3783 -49.745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3783"^^xsd:decimal ;
  dwc:decimalLongitude "-49.745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3783 -49.745)"^^geo:wktLiteral ;
  geo-pos:lat "10.3783"^^xsd:decimal ;
  geo-pos:long "-49.745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8165'^^xsd:integer;
  dwc:scientificName 'Trophomera petterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.745'^^xsd:double;
  dwc:latitude '10.3783'^^xsd:double;
  dwc:aphiaid '458932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.12 -49.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.12"^^xsd:decimal ;
  dwc:decimalLongitude "-49.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.12 -49.44)"^^geo:wktLiteral ;
  geo-pos:lat "-64.12"^^xsd:decimal ;
  geo-pos:long "-49.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3633'^^xsd:integer;
  dwc:scientificName 'Storthyngura furcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.44'^^xsd:double;
  dwc:latitude '-64.12'^^xsd:double;
  dwc:aphiaid '175214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-49.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-44.55"^^xsd:decimal ;
  geo-pos:long "-49.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2332'^^xsd:integer;
  dwc:scientificName 'Atlantocuma benguelae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.3167'^^xsd:double;
  dwc:latitude '-44.55'^^xsd:double;
  dwc:aphiaid '181602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-49.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-44.55"^^xsd:decimal ;
  geo-pos:long "-49.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2304'^^xsd:integer;
  dwc:scientificName 'Leucon sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.3167'^^xsd:double;
  dwc:latitude '-44.55'^^xsd:double;
  dwc:aphiaid '182320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-49.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-44.55"^^xsd:decimal ;
  geo-pos:long "-49.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4369'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.3167'^^xsd:double;
  dwc:latitude '-44.55'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-49.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-44.55"^^xsd:decimal ;
  geo-pos:long "-49.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4412'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.3167'^^xsd:double;
  dwc:latitude '-44.55'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-49.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-44.55"^^xsd:decimal ;
  geo-pos:long "-49.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4482'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.3167'^^xsd:double;
  dwc:latitude '-44.55'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A84> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -49.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-49.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '84'^^xsd:integer;
  dwc:scientificName 'Cumella jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.3167'^^xsd:double;
  dwc:latitude '-44.55'^^xsd:double;
  dwc:aphiaid '182550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:84'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.06 -49.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.06"^^xsd:decimal ;
  dwc:decimalLongitude "-49.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.06 -49.25)"^^geo:wktLiteral ;
  geo-pos:lat "-64.06"^^xsd:decimal ;
  geo-pos:long "-49.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3632'^^xsd:integer;
  dwc:scientificName 'Storthyngura furcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.25'^^xsd:double;
  dwc:latitude '-64.06'^^xsd:double;
  dwc:aphiaid '175214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2 -49.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2 -49.17)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2"^^xsd:decimal ;
  geo-pos:long "-49.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3707'^^xsd:integer;
  dwc:scientificName 'Storthyngura digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.17'^^xsd:double;
  dwc:latitude '-36.2'^^xsd:double;
  dwc:aphiaid '255773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2 -49.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2 -49.17)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2"^^xsd:decimal ;
  geo-pos:long "-49.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3720'^^xsd:integer;
  dwc:scientificName 'Acanthocope argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.17'^^xsd:double;
  dwc:latitude '-36.2'^^xsd:double;
  dwc:aphiaid '255713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2 -49.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2 -49.15)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2"^^xsd:decimal ;
  geo-pos:long "-49.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3593'^^xsd:integer;
  dwc:scientificName 'Vemathambema argentinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.15'^^xsd:double;
  dwc:latitude '-36.2'^^xsd:double;
  dwc:aphiaid '263990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263990'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2 -49.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2 -49.15)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2"^^xsd:decimal ;
  geo-pos:long "-49.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16726'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.15'^^xsd:double;
  dwc:latitude '-36.2'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4203 -49.1125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4203"^^xsd:decimal ;
  dwc:decimalLongitude "-49.1125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4203 -49.1125)"^^geo:wktLiteral ;
  geo-pos:lat "10.4203"^^xsd:decimal ;
  geo-pos:long "-49.1125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4249'^^xsd:integer;
  dwc:scientificName 'Leviapseudes longispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.1125'^^xsd:double;
  dwc:latitude '10.4203'^^xsd:double;
  dwc:aphiaid '247142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1437 -49.0775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1437"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1437 -49.0775)"^^geo:wktLiteral ;
  geo-pos:lat "8.1437"^^xsd:decimal ;
  geo-pos:long "-49.0775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8166'^^xsd:integer;
  dwc:scientificName 'Trophomera petterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0775'^^xsd:double;
  dwc:latitude '8.1437'^^xsd:double;
  dwc:aphiaid '458932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1538 -49.0728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1538"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1538 -49.0728)"^^geo:wktLiteral ;
  geo-pos:lat "8.1538"^^xsd:decimal ;
  geo-pos:long "-49.0728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8171'^^xsd:integer;
  dwc:scientificName 'Trophomera turpicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0728'^^xsd:double;
  dwc:latitude '8.1538'^^xsd:double;
  dwc:aphiaid '458940'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1538 -49.0728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1538"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1538 -49.0728)"^^geo:wktLiteral ;
  geo-pos:lat "8.1538"^^xsd:decimal ;
  geo-pos:long "-49.0728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4208'^^xsd:integer;
  dwc:scientificName 'Leviapseudes demerarae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0728'^^xsd:double;
  dwc:latitude '8.1538'^^xsd:double;
  dwc:aphiaid '247139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1538 -49.0728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1538"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1538 -49.0728)"^^geo:wktLiteral ;
  geo-pos:lat "8.1538"^^xsd:decimal ;
  geo-pos:long "-49.0728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4253'^^xsd:integer;
  dwc:scientificName 'Leviapseudes preamazonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0728'^^xsd:double;
  dwc:latitude '8.1538'^^xsd:double;
  dwc:aphiaid '247143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247143'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1408 -49.0687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1408"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1408 -49.0687)"^^geo:wktLiteral ;
  geo-pos:lat "8.1408"^^xsd:decimal ;
  geo-pos:long "-49.0687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4248'^^xsd:integer;
  dwc:scientificName 'Leviapseudes longispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0687'^^xsd:double;
  dwc:latitude '8.1408'^^xsd:double;
  dwc:aphiaid '247142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1313 -49.0618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1313"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1313 -49.0618)"^^geo:wktLiteral ;
  geo-pos:lat "8.1313"^^xsd:decimal ;
  geo-pos:long "-49.0618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8164'^^xsd:integer;
  dwc:scientificName 'Trophomera marionensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0618'^^xsd:double;
  dwc:latitude '8.1313'^^xsd:double;
  dwc:aphiaid '458927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1313 -49.0617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1313"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1313 -49.0617)"^^geo:wktLiteral ;
  geo-pos:lat "8.1313"^^xsd:decimal ;
  geo-pos:long "-49.0617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4242'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracillimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0617'^^xsd:double;
  dwc:latitude '8.1313'^^xsd:double;
  dwc:aphiaid '136304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1718 -49.0497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1718"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1718 -49.0497)"^^geo:wktLiteral ;
  geo-pos:lat "8.1718"^^xsd:decimal ;
  geo-pos:long "-49.0497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8154'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0497'^^xsd:double;
  dwc:latitude '8.1718'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1533 -49.0433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1533"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1533 -49.0433)"^^geo:wktLiteral ;
  geo-pos:lat "8.1533"^^xsd:decimal ;
  geo-pos:long "-49.0433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8161'^^xsd:integer;
  dwc:scientificName 'Trophomera hureaui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0433'^^xsd:double;
  dwc:latitude '8.1533'^^xsd:double;
  dwc:aphiaid '458920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.137 -49.0367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.137"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.137 -49.0367)"^^geo:wktLiteral ;
  geo-pos:lat "8.137"^^xsd:decimal ;
  geo-pos:long "-49.0367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4244'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracillimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0367'^^xsd:double;
  dwc:latitude '8.137'^^xsd:double;
  dwc:aphiaid '136304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.137 -49.0367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.137"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.137 -49.0367)"^^geo:wktLiteral ;
  geo-pos:lat "8.137"^^xsd:decimal ;
  geo-pos:long "-49.0367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4247'^^xsd:integer;
  dwc:scientificName 'Leviapseudes longispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0367'^^xsd:double;
  dwc:latitude '8.137'^^xsd:double;
  dwc:aphiaid '247142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1785 -49.0085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1785"^^xsd:decimal ;
  dwc:decimalLongitude "-49.0085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1785 -49.0085)"^^geo:wktLiteral ;
  geo-pos:lat "8.1785"^^xsd:decimal ;
  geo-pos:long "-49.0085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4243'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracillimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49.0085'^^xsd:double;
  dwc:latitude '8.1785'^^xsd:double;
  dwc:aphiaid '136304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59 -49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59"^^xsd:decimal ;
  dwc:decimalLongitude "-49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59 -49)"^^geo:wktLiteral ;
  geo-pos:lat "-59"^^xsd:decimal ;
  geo-pos:long "-49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11238'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-49'^^xsd:integer;
  dwc:latitude '-59'^^xsd:integer;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.97)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3017'^^xsd:integer;
  dwc:scientificName 'Hebefustis hexadentium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.97'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '256288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.97)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3354'^^xsd:integer;
  dwc:scientificName 'Thylakogaster majusculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.97'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '263527'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263527'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9207'^^xsd:integer;
  dwc:scientificName 'Copidognathus abyssiculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9683'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '406654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9208'^^xsd:integer;
  dwc:scientificName 'Copidognathus abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9683'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '406655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406655'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15528'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9683'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '533645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15528'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15523'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9683'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '546669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506559'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15525'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9683'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9683)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15526'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9683'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 -48.9683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 -48.9683)"^^geo:wktLiteral ;
  geo-pos:lat "43.55"^^xsd:decimal ;
  geo-pos:long "-48.9683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9191'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus aculifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9683'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:aphiaid '406633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5767 -48.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5767 -48.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-43.5767"^^xsd:decimal ;
  geo-pos:long "-48.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17051'^^xsd:integer;
  dwc:scientificName 'Prelametila clarkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9667'^^xsd:double;
  dwc:latitude '-43.5767'^^xsd:double;
  dwc:aphiaid '506201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5767 -48.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.5767 -48.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-43.5767"^^xsd:decimal ;
  geo-pos:long "-48.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15524'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9667'^^xsd:double;
  dwc:latitude '-43.5767'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1074'^^xsd:integer;
  dwc:scientificName 'Atlantocuma benguelae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9667'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '181602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '348'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9667'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-48.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.55 -48.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-43.55"^^xsd:decimal ;
  geo-pos:long "-48.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15527'^^xsd:integer;
  dwc:scientificName 'Yoldiella blanda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.9667'^^xsd:double;
  dwc:latitude '-43.55'^^xsd:double;
  dwc:aphiaid '506508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -48.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.45"^^xsd:decimal ;
  dwc:decimalLongitude "-48.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -48.5167)"^^geo:wktLiteral ;
  geo-pos:lat "60.45"^^xsd:decimal ;
  geo-pos:long "-48.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11996'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.5167'^^xsd:double;
  dwc:latitude '60.45'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -48.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.45"^^xsd:decimal ;
  dwc:decimalLongitude "-48.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -48.5167)"^^geo:wktLiteral ;
  geo-pos:lat "60.45"^^xsd:decimal ;
  geo-pos:long "-48.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12549'^^xsd:integer;
  dwc:scientificName 'Terebratulina septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.5167'^^xsd:double;
  dwc:latitude '60.45'^^xsd:double;
  dwc:aphiaid '104056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.27 -48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.27"^^xsd:decimal ;
  dwc:decimalLongitude "-48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.27 -48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.27"^^xsd:decimal ;
  geo-pos:long "-48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3636'^^xsd:integer;
  dwc:scientificName 'Storthyngura gordonae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.45'^^xsd:double;
  dwc:latitude '-46.27'^^xsd:double;
  dwc:aphiaid '294757'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263971'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.17 -48.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.17"^^xsd:decimal ;
  dwc:decimalLongitude "-48.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.17 -48.42)"^^geo:wktLiteral ;
  geo-pos:lat "58.17"^^xsd:decimal ;
  geo-pos:long "-48.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3181'^^xsd:integer;
  dwc:scientificName 'Haploniscus spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.42'^^xsd:double;
  dwc:latitude '58.17'^^xsd:double;
  dwc:aphiaid '183188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.17 -48.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.17"^^xsd:decimal ;
  dwc:decimalLongitude "-48.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.17 -48.42)"^^geo:wktLiteral ;
  geo-pos:lat "58.17"^^xsd:decimal ;
  geo-pos:long "-48.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3417'^^xsd:integer;
  dwc:scientificName 'Haplomesus tenuispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.42'^^xsd:double;
  dwc:latitude '58.17'^^xsd:double;
  dwc:aphiaid '423424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-48.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  geo-pos:lat "58.1667"^^xsd:decimal ;
  geo-pos:long "-48.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5202'^^xsd:integer;
  dwc:scientificName 'Leptognathia profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.4167'^^xsd:double;
  dwc:latitude '58.1667'^^xsd:double;
  dwc:aphiaid '247588'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247588'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-48.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  geo-pos:lat "58.1667"^^xsd:decimal ;
  geo-pos:long "-48.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4541'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.4167'^^xsd:double;
  dwc:latitude '58.1667'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-48.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  geo-pos:lat "58.1667"^^xsd:decimal ;
  geo-pos:long "-48.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8576'^^xsd:integer;
  dwc:scientificName 'Metacylicolaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.4167'^^xsd:double;
  dwc:latitude '58.1667'^^xsd:double;
  dwc:aphiaid '121943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-48.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  geo-pos:lat "58.1667"^^xsd:decimal ;
  geo-pos:long "-48.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4402'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.4167'^^xsd:double;
  dwc:latitude '58.1667'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-48.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  geo-pos:lat "58.1667"^^xsd:decimal ;
  geo-pos:long "-48.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5900'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.4167'^^xsd:double;
  dwc:latitude '58.1667'^^xsd:double;
  dwc:aphiaid '247490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798736'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-48.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1667 -48.4167)"^^geo:wktLiteral ;
  geo-pos:lat "58.1667"^^xsd:decimal ;
  geo-pos:long "-48.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4240'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracillimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.4167'^^xsd:double;
  dwc:latitude '58.1667'^^xsd:double;
  dwc:aphiaid '136304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.6567 -48.1733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.6567"^^xsd:decimal ;
  dwc:decimalLongitude "-48.1733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.6567 -48.1733)"^^geo:wktLiteral ;
  geo-pos:lat "-38.6567"^^xsd:decimal ;
  geo-pos:long "-48.1733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5282'^^xsd:integer;
  dwc:scientificName 'Typhlotanais magnificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.1733'^^xsd:double;
  dwc:latitude '-38.6567'^^xsd:double;
  dwc:aphiaid '244623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237599'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.6567 -48.1733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.6567"^^xsd:decimal ;
  dwc:decimalLongitude "-48.1733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.6567 -48.1733)"^^geo:wktLiteral ;
  geo-pos:lat "-38.6567"^^xsd:decimal ;
  geo-pos:long "-48.1733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4371'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.1733'^^xsd:double;
  dwc:latitude '-38.6567'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.07 -48.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.07"^^xsd:decimal ;
  dwc:decimalLongitude "-48.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.07 -48.17)"^^geo:wktLiteral ;
  geo-pos:lat "-38.07"^^xsd:decimal ;
  geo-pos:long "-48.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4071'^^xsd:integer;
  dwc:scientificName 'Neoarcturus paxillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.17'^^xsd:double;
  dwc:latitude '-38.07'^^xsd:double;
  dwc:aphiaid '295634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4071'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257989'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.215 -48.1617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.215"^^xsd:decimal ;
  dwc:decimalLongitude "-48.1617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.215 -48.1617)"^^geo:wktLiteral ;
  geo-pos:lat "36.215"^^xsd:decimal ;
  geo-pos:long "-48.1617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11028'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.1617'^^xsd:double;
  dwc:latitude '36.215'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3333 -48.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-48.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3333 -48.15)"^^geo:wktLiteral ;
  geo-pos:lat "-65.3333"^^xsd:decimal ;
  geo-pos:long "-48.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9397'^^xsd:integer;
  dwc:scientificName 'Caulophacus brandti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.15'^^xsd:double;
  dwc:latitude '-65.3333'^^xsd:double;
  dwc:aphiaid '172043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.67 -48.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.67"^^xsd:decimal ;
  dwc:decimalLongitude "-48.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.67 -48.13)"^^geo:wktLiteral ;
  geo-pos:lat "-38.67"^^xsd:decimal ;
  geo-pos:long "-48.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3706'^^xsd:integer;
  dwc:scientificName 'Storthyngura digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.13'^^xsd:double;
  dwc:latitude '-38.67'^^xsd:double;
  dwc:aphiaid '255773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.6567 -48.0933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.6567"^^xsd:decimal ;
  dwc:decimalLongitude "-48.0933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.6567 -48.0933)"^^geo:wktLiteral ;
  geo-pos:lat "-38.6567"^^xsd:decimal ;
  geo-pos:long "-48.0933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11040'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.0933'^^xsd:double;
  dwc:latitude '-38.6567'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.5833 -48.0767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-48.0767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.5833 -48.0767)"^^geo:wktLiteral ;
  geo-pos:lat "-49.5833"^^xsd:decimal ;
  geo-pos:long "-48.0767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11563'^^xsd:integer;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.0767'^^xsd:double;
  dwc:latitude '-49.5833'^^xsd:double;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.9583 -48.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.9583"^^xsd:decimal ;
  dwc:decimalLongitude "-48.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.9583 -48.05)"^^geo:wktLiteral ;
  geo-pos:lat "-47.9583"^^xsd:decimal ;
  geo-pos:long "-48.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11417'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.05'^^xsd:double;
  dwc:latitude '-47.9583'^^xsd:double;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.95 -48.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.95"^^xsd:decimal ;
  dwc:decimalLongitude "-48.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.95 -48.05)"^^geo:wktLiteral ;
  geo-pos:lat "-47.95"^^xsd:decimal ;
  geo-pos:long "-48.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10149'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.05'^^xsd:double;
  dwc:latitude '-47.95'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.95 -48.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.95"^^xsd:decimal ;
  dwc:decimalLongitude "-48.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.95 -48.05)"^^geo:wktLiteral ;
  geo-pos:lat "-47.95"^^xsd:decimal ;
  geo-pos:long "-48.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3457'^^xsd:integer;
  dwc:scientificName 'Stylomesus inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-48.05'^^xsd:double;
  dwc:latitude '-47.95'^^xsd:double;
  dwc:aphiaid '174955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.39 -47.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.39"^^xsd:decimal ;
  dwc:decimalLongitude "-47.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.39 -47.42)"^^geo:wktLiteral ;
  geo-pos:lat "-50.39"^^xsd:decimal ;
  geo-pos:long "-47.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3340'^^xsd:integer;
  dwc:scientificName 'Abyssianira argentenensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-47.42'^^xsd:double;
  dwc:latitude '-50.39'^^xsd:double;
  dwc:aphiaid '258632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1667 -47.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-47.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1667 -47.1667)"^^geo:wktLiteral ;
  geo-pos:lat "60.1667"^^xsd:decimal ;
  geo-pos:long "-47.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11995'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-47.1667'^^xsd:double;
  dwc:latitude '60.1667'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1667 -47.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-47.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1667 -47.1667)"^^geo:wktLiteral ;
  geo-pos:lat "60.1667"^^xsd:decimal ;
  geo-pos:long "-47.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2274'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-47.1667'^^xsd:double;
  dwc:latitude '60.1667'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1667 -47.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-47.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1667 -47.1333)"^^geo:wktLiteral ;
  geo-pos:lat "60.1667"^^xsd:decimal ;
  geo-pos:long "-47.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11994'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-47.1333'^^xsd:double;
  dwc:latitude '60.1667'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1667 -47.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-47.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1667 -47.1333)"^^geo:wktLiteral ;
  geo-pos:lat "60.1667"^^xsd:decimal ;
  geo-pos:long "-47.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12548'^^xsd:integer;
  dwc:scientificName 'Terebratulina septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-47.1333'^^xsd:double;
  dwc:latitude '60.1667'^^xsd:double;
  dwc:aphiaid '104056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.3667 -46.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-46.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.3667 -46.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-45.3667"^^xsd:decimal ;
  geo-pos:long "-46.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4483'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.9667'^^xsd:double;
  dwc:latitude '-45.3667'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.86667 -46.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.86667"^^xsd:decimal ;
  dwc:decimalLongitude "-46.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.86667 -46.9)"^^geo:wktLiteral ;
  geo-pos:lat "1.86667"^^xsd:decimal ;
  geo-pos:long "-46.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12632'^^xsd:integer;
  dwc:scientificName 'Tichosina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.9'^^xsd:double;
  dwc:latitude '1.86667'^^xsd:double;
  dwc:aphiaid '235216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235216'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3787 -46.8017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3787"^^xsd:decimal ;
  dwc:decimalLongitude "-46.8017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3787 -46.8017)"^^geo:wktLiteral ;
  geo-pos:lat "10.3787"^^xsd:decimal ;
  geo-pos:long "-46.8017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8601'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.8017'^^xsd:double;
  dwc:latitude '10.3787'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4003 -46.8005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4003"^^xsd:decimal ;
  dwc:decimalLongitude "-46.8005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4003 -46.8005)"^^geo:wktLiteral ;
  geo-pos:lat "10.4003"^^xsd:decimal ;
  geo-pos:long "-46.8005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8616'^^xsd:integer;
  dwc:scientificName 'Spinodesmoscolex coronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.8005'^^xsd:double;
  dwc:latitude '10.4003'^^xsd:double;
  dwc:aphiaid '367748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '367748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4003 -46.8005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4003"^^xsd:decimal ;
  dwc:decimalLongitude "-46.8005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4003 -46.8005)"^^geo:wktLiteral ;
  geo-pos:lat "10.4003"^^xsd:decimal ;
  geo-pos:long "-46.8005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8605'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.8005'^^xsd:double;
  dwc:latitude '10.4003'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3945 -46.7997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3945"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3945 -46.7997)"^^geo:wktLiteral ;
  geo-pos:lat "10.3945"^^xsd:decimal ;
  geo-pos:long "-46.7997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8613'^^xsd:integer;
  dwc:scientificName 'Spinodesmoscolex coronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7997'^^xsd:double;
  dwc:latitude '10.3945'^^xsd:double;
  dwc:aphiaid '367748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8613'^^xsd:anyURI;
  dwc:aphiaIdAccepted '367748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3945 -46.7997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3945"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3945 -46.7997)"^^geo:wktLiteral ;
  geo-pos:lat "10.3945"^^xsd:decimal ;
  geo-pos:long "-46.7997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8603'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7997'^^xsd:double;
  dwc:latitude '10.3945'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3848 -46.7932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3848"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3848 -46.7932)"^^geo:wktLiteral ;
  geo-pos:lat "10.3848"^^xsd:decimal ;
  geo-pos:long "-46.7932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8612'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7932'^^xsd:double;
  dwc:latitude '10.3848'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3972 -46.7847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3972"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3972 -46.7847)"^^geo:wktLiteral ;
  geo-pos:lat "10.3972"^^xsd:decimal ;
  geo-pos:long "-46.7847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8615'^^xsd:integer;
  dwc:scientificName 'Spinodesmoscolex coronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7847'^^xsd:double;
  dwc:latitude '10.3972'^^xsd:double;
  dwc:aphiaid '367748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '367748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3735 -46.779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3735"^^xsd:decimal ;
  dwc:decimalLongitude "-46.779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3735 -46.779)"^^geo:wktLiteral ;
  geo-pos:lat "10.3735"^^xsd:decimal ;
  geo-pos:long "-46.779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8167'^^xsd:integer;
  dwc:scientificName 'Trophomera platyptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.779'^^xsd:double;
  dwc:latitude '10.3735'^^xsd:double;
  dwc:aphiaid '458933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3735 -46.779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3735"^^xsd:decimal ;
  dwc:decimalLongitude "-46.779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3735 -46.779)"^^geo:wktLiteral ;
  geo-pos:lat "10.3735"^^xsd:decimal ;
  geo-pos:long "-46.779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8617'^^xsd:integer;
  dwc:scientificName 'Spinodesmoscolex coronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.779'^^xsd:double;
  dwc:latitude '10.3735'^^xsd:double;
  dwc:aphiaid '367748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '367748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3735 -46.779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3735"^^xsd:decimal ;
  dwc:decimalLongitude "-46.779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3735 -46.779)"^^geo:wktLiteral ;
  geo-pos:lat "10.3735"^^xsd:decimal ;
  geo-pos:long "-46.779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8607'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.779'^^xsd:double;
  dwc:latitude '10.3735'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4018 -46.7788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4018"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4018 -46.7788)"^^geo:wktLiteral ;
  geo-pos:lat "10.4018"^^xsd:decimal ;
  geo-pos:long "-46.7788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8600'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7788'^^xsd:double;
  dwc:latitude '10.4018'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4018 -46.7788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4018"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4018 -46.7788)"^^geo:wktLiteral ;
  geo-pos:lat "10.4018"^^xsd:decimal ;
  geo-pos:long "-46.7788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8596'^^xsd:integer;
  dwc:scientificName 'Quadricomoides labiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7788'^^xsd:double;
  dwc:latitude '10.4018'^^xsd:double;
  dwc:aphiaid '229902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3873 -46.7785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3873"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3873 -46.7785)"^^geo:wktLiteral ;
  geo-pos:lat "10.3873"^^xsd:decimal ;
  geo-pos:long "-46.7785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8602'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7785'^^xsd:double;
  dwc:latitude '10.3873'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4142 -46.7775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4142"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4142 -46.7775)"^^geo:wktLiteral ;
  geo-pos:lat "10.4142"^^xsd:decimal ;
  geo-pos:long "-46.7775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8168'^^xsd:integer;
  dwc:scientificName 'Trophomera pseudominuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7775'^^xsd:double;
  dwc:latitude '10.4142'^^xsd:double;
  dwc:aphiaid '458934'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4142 -46.7775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4142"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4142 -46.7775)"^^geo:wktLiteral ;
  geo-pos:lat "10.4142"^^xsd:decimal ;
  geo-pos:long "-46.7775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8604'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7775'^^xsd:double;
  dwc:latitude '10.4142'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.386 -46.7772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.386"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.386 -46.7772)"^^geo:wktLiteral ;
  geo-pos:lat "10.386"^^xsd:decimal ;
  geo-pos:long "-46.7772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8614'^^xsd:integer;
  dwc:scientificName 'Spinodesmoscolex coronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7772'^^xsd:double;
  dwc:latitude '10.386'^^xsd:double;
  dwc:aphiaid '367748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '367748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.419 -46.771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.419"^^xsd:decimal ;
  dwc:decimalLongitude "-46.771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.419 -46.771)"^^geo:wktLiteral ;
  geo-pos:lat "10.419"^^xsd:decimal ;
  geo-pos:long "-46.771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8610'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.771'^^xsd:double;
  dwc:latitude '10.419'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.419 -46.771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.419"^^xsd:decimal ;
  dwc:decimalLongitude "-46.771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.419 -46.771)"^^geo:wktLiteral ;
  geo-pos:lat "10.419"^^xsd:decimal ;
  geo-pos:long "-46.771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8598'^^xsd:integer;
  dwc:scientificName 'Quadricomoides labiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.771'^^xsd:double;
  dwc:latitude '10.419'^^xsd:double;
  dwc:aphiaid '229902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4053 -46.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4053"^^xsd:decimal ;
  dwc:decimalLongitude "-46.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4053 -46.767)"^^geo:wktLiteral ;
  geo-pos:lat "10.4053"^^xsd:decimal ;
  geo-pos:long "-46.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8162'^^xsd:integer;
  dwc:scientificName 'Trophomera ifremeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.767'^^xsd:double;
  dwc:latitude '10.4053'^^xsd:double;
  dwc:aphiaid '458921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4053 -46.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4053"^^xsd:decimal ;
  dwc:decimalLongitude "-46.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4053 -46.767)"^^geo:wktLiteral ;
  geo-pos:lat "10.4053"^^xsd:decimal ;
  geo-pos:long "-46.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8609'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.767'^^xsd:double;
  dwc:latitude '10.4053'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4053 -46.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4053"^^xsd:decimal ;
  dwc:decimalLongitude "-46.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4053 -46.767)"^^geo:wktLiteral ;
  geo-pos:lat "10.4053"^^xsd:decimal ;
  geo-pos:long "-46.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8597'^^xsd:integer;
  dwc:scientificName 'Quadricomoides labiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.767'^^xsd:double;
  dwc:latitude '10.4053'^^xsd:double;
  dwc:aphiaid '229902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4188 -46.7655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4188"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4188 -46.7655)"^^geo:wktLiteral ;
  geo-pos:lat "10.4188"^^xsd:decimal ;
  geo-pos:long "-46.7655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4245'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracillimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7655'^^xsd:double;
  dwc:latitude '10.4188'^^xsd:double;
  dwc:aphiaid '136304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3862 -46.7578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3862"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3862 -46.7578)"^^geo:wktLiteral ;
  geo-pos:lat "10.3862"^^xsd:decimal ;
  geo-pos:long "-46.7578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8618'^^xsd:integer;
  dwc:scientificName 'Desmoscolex demerarae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7578'^^xsd:double;
  dwc:latitude '10.3862'^^xsd:double;
  dwc:aphiaid '229893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3862 -46.7578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3862"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3862 -46.7578)"^^geo:wktLiteral ;
  geo-pos:lat "10.3862"^^xsd:decimal ;
  geo-pos:long "-46.7578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8611'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7578'^^xsd:double;
  dwc:latitude '10.3862'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3862 -46.7578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3862"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3862 -46.7578)"^^geo:wktLiteral ;
  geo-pos:lat "10.3862"^^xsd:decimal ;
  geo-pos:long "-46.7578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8599'^^xsd:integer;
  dwc:scientificName 'Quadricomoides labiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7578'^^xsd:double;
  dwc:latitude '10.3862'^^xsd:double;
  dwc:aphiaid '229902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.39 -46.7523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.39"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.39 -46.7523)"^^geo:wktLiteral ;
  geo-pos:lat "10.39"^^xsd:decimal ;
  geo-pos:long "-46.7523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8606'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7523'^^xsd:double;
  dwc:latitude '10.39'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3837 -46.7513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3837"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3837 -46.7513)"^^geo:wktLiteral ;
  geo-pos:lat "10.3837"^^xsd:decimal ;
  geo-pos:long "-46.7513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8163'^^xsd:integer;
  dwc:scientificName 'Trophomera improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7513'^^xsd:double;
  dwc:latitude '10.3837'^^xsd:double;
  dwc:aphiaid '458922'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458922'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3837 -46.7513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3837"^^xsd:decimal ;
  dwc:decimalLongitude "-46.7513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3837 -46.7513)"^^geo:wktLiteral ;
  geo-pos:lat "10.3837"^^xsd:decimal ;
  geo-pos:long "-46.7513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8608'^^xsd:integer;
  dwc:scientificName 'Quadricomoides trilabiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.7513'^^xsd:double;
  dwc:latitude '10.3837'^^xsd:double;
  dwc:aphiaid '229904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4217 -46.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4217"^^xsd:decimal ;
  dwc:decimalLongitude "-46.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4217 -46.5)"^^geo:wktLiteral ;
  geo-pos:lat "40.4217"^^xsd:decimal ;
  geo-pos:long "-46.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15781'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.5'^^xsd:double;
  dwc:latitude '40.4217'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4217 -46.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4217"^^xsd:decimal ;
  dwc:decimalLongitude "-46.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4217 -46.5)"^^geo:wktLiteral ;
  geo-pos:lat "40.4217"^^xsd:decimal ;
  geo-pos:long "-46.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15780'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.5'^^xsd:double;
  dwc:latitude '40.4217'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4217 -46.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4217"^^xsd:decimal ;
  dwc:decimalLongitude "-46.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4217 -46.5)"^^geo:wktLiteral ;
  geo-pos:lat "40.4217"^^xsd:decimal ;
  geo-pos:long "-46.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15782'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.5'^^xsd:double;
  dwc:latitude '40.4217'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4217 -46.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4217"^^xsd:decimal ;
  dwc:decimalLongitude "-46.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4217 -46.5)"^^geo:wktLiteral ;
  geo-pos:lat "40.4217"^^xsd:decimal ;
  geo-pos:long "-46.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15783'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.5'^^xsd:double;
  dwc:latitude '40.4217'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.4317 -46.3933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.4317"^^xsd:decimal ;
  dwc:decimalLongitude "-46.3933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.4317 -46.3933)"^^geo:wktLiteral ;
  geo-pos:lat "-60.4317"^^xsd:decimal ;
  geo-pos:long "-46.3933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11872'^^xsd:integer;
  dwc:scientificName 'Liothyrella notorcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.3933'^^xsd:double;
  dwc:latitude '-60.4317'^^xsd:double;
  dwc:aphiaid '235468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.7333 -46.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-46.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.7333 -46.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-36.7333"^^xsd:decimal ;
  geo-pos:long "-46.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9719'^^xsd:integer;
  dwc:scientificName 'Holascus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.2667'^^xsd:double;
  dwc:latitude '-36.7333'^^xsd:double;
  dwc:aphiaid '171921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.7333 -46.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-46.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.7333 -46.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-36.7333"^^xsd:decimal ;
  geo-pos:long "-46.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9720'^^xsd:integer;
  dwc:scientificName 'Holascus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.2667'^^xsd:double;
  dwc:latitude '-36.7333'^^xsd:double;
  dwc:aphiaid '171921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.7333 -46.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-46.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.7333 -46.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-36.7333"^^xsd:decimal ;
  geo-pos:long "-46.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9721'^^xsd:integer;
  dwc:scientificName 'Holascus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.2667'^^xsd:double;
  dwc:latitude '-36.7333'^^xsd:double;
  dwc:aphiaid '171921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.7217 -46.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.7217"^^xsd:decimal ;
  dwc:decimalLongitude "-46.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.7217 -46.2367)"^^geo:wktLiteral ;
  geo-pos:lat "40.7217"^^xsd:decimal ;
  geo-pos:long "-46.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15778'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.2367'^^xsd:double;
  dwc:latitude '40.7217'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.71 -46.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.71"^^xsd:decimal ;
  dwc:decimalLongitude "-46.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.71 -46.23)"^^geo:wktLiteral ;
  geo-pos:lat "40.71"^^xsd:decimal ;
  geo-pos:long "-46.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15776'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.23'^^xsd:double;
  dwc:latitude '40.71'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.71 -46.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.71"^^xsd:decimal ;
  dwc:decimalLongitude "-46.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.71 -46.23)"^^geo:wktLiteral ;
  geo-pos:lat "40.71"^^xsd:decimal ;
  geo-pos:long "-46.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15777'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.23'^^xsd:double;
  dwc:latitude '40.71'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.71 -46.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.71"^^xsd:decimal ;
  dwc:decimalLongitude "-46.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.71 -46.23)"^^geo:wktLiteral ;
  geo-pos:lat "40.71"^^xsd:decimal ;
  geo-pos:long "-46.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15779'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.23'^^xsd:double;
  dwc:latitude '40.71'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.71 -46.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.71"^^xsd:decimal ;
  dwc:decimalLongitude "-46.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.71 -46.23)"^^geo:wktLiteral ;
  geo-pos:lat "40.71"^^xsd:decimal ;
  geo-pos:long "-46.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9189'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus abyssiculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.23'^^xsd:double;
  dwc:latitude '40.71'^^xsd:double;
  dwc:aphiaid '406631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.72 -46.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.72"^^xsd:decimal ;
  dwc:decimalLongitude "-46.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.72 -46.23)"^^geo:wktLiteral ;
  geo-pos:lat "40.72"^^xsd:decimal ;
  geo-pos:long "-46.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3775'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.23'^^xsd:double;
  dwc:latitude '40.72'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.7 -46.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.7"^^xsd:decimal ;
  dwc:decimalLongitude "-46.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.7 -46.22)"^^geo:wktLiteral ;
  geo-pos:lat "40.7"^^xsd:decimal ;
  geo-pos:long "-46.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3764'^^xsd:integer;
  dwc:scientificName 'Eurycope hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-46.22'^^xsd:double;
  dwc:latitude '40.7'^^xsd:double;
  dwc:aphiaid '118618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118618'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -45.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.9"^^xsd:decimal ;
  dwc:decimalLongitude "-45.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.9 -45.65)"^^geo:wktLiteral ;
  geo-pos:lat "34.9"^^xsd:decimal ;
  geo-pos:long "-45.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16723'^^xsd:integer;
  dwc:scientificName 'Bathyneaera globulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.65'^^xsd:double;
  dwc:latitude '34.9'^^xsd:double;
  dwc:aphiaid '408517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '532696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.7 -45.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.7"^^xsd:decimal ;
  dwc:decimalLongitude "-45.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.7 -45.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-31.7"^^xsd:decimal ;
  geo-pos:long "-45.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5586'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.6333'^^xsd:double;
  dwc:latitude '-31.7'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.7 -45.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.7"^^xsd:decimal ;
  dwc:decimalLongitude "-45.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.7 -45.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-31.7"^^xsd:decimal ;
  geo-pos:long "-45.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4341'^^xsd:integer;
  dwc:scientificName 'Carololangia plumata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.6333'^^xsd:double;
  dwc:latitude '-31.7'^^xsd:double;
  dwc:aphiaid '244649'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.17 -45.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.17"^^xsd:decimal ;
  dwc:decimalLongitude "-45.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.17 -45.555)"^^geo:wktLiteral ;
  geo-pos:lat "52.17"^^xsd:decimal ;
  geo-pos:long "-45.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4494'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.555'^^xsd:double;
  dwc:latitude '52.17'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.17 -45.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.17"^^xsd:decimal ;
  dwc:decimalLongitude "-45.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.17 -45.555)"^^geo:wktLiteral ;
  geo-pos:lat "52.17"^^xsd:decimal ;
  geo-pos:long "-45.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4542'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.555'^^xsd:double;
  dwc:latitude '52.17'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.17 -45.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.17"^^xsd:decimal ;
  dwc:decimalLongitude "-45.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.17 -45.555)"^^geo:wktLiteral ;
  geo-pos:lat "52.17"^^xsd:decimal ;
  geo-pos:long "-45.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4403'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.555'^^xsd:double;
  dwc:latitude '52.17'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1 -45.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.1"^^xsd:decimal ;
  dwc:decimalLongitude "-45.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.1 -45.55)"^^geo:wktLiteral ;
  geo-pos:lat "52.1"^^xsd:decimal ;
  geo-pos:long "-45.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3541'^^xsd:integer;
  dwc:scientificName 'Janirella priseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.55'^^xsd:double;
  dwc:latitude '52.1'^^xsd:double;
  dwc:aphiaid '118708'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.53 -45.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.53"^^xsd:decimal ;
  dwc:decimalLongitude "-45.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.53 -45.55)"^^geo:wktLiteral ;
  geo-pos:lat "52.53"^^xsd:decimal ;
  geo-pos:long "-45.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3540'^^xsd:integer;
  dwc:scientificName 'Janirella priseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.55'^^xsd:double;
  dwc:latitude '52.53'^^xsd:double;
  dwc:aphiaid '118708'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -45.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-45.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.55 -45.3)"^^geo:wktLiteral ;
  geo-pos:lat "-44.55"^^xsd:decimal ;
  geo-pos:long "-45.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10142'^^xsd:integer;
  dwc:scientificName 'Phascolion species'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.3'^^xsd:double;
  dwc:latitude '-44.55'^^xsd:double;
  dwc:aphiaid '136025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136025'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.9533 -45.1267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.9533"^^xsd:decimal ;
  dwc:decimalLongitude "-45.1267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.9533 -45.1267)"^^geo:wktLiteral ;
  geo-pos:lat "10.9533"^^xsd:decimal ;
  geo-pos:long "-45.1267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16646'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.1267'^^xsd:double;
  dwc:latitude '10.9533'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.9533 -45.1267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.9533"^^xsd:decimal ;
  dwc:decimalLongitude "-45.1267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.9533 -45.1267)"^^geo:wktLiteral ;
  geo-pos:lat "10.9533"^^xsd:decimal ;
  geo-pos:long "-45.1267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16647'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.1267'^^xsd:double;
  dwc:latitude '10.9533'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "-45.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.03)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "-45.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3344'^^xsd:integer;
  dwc:scientificName 'Abyssianira dentifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.03'^^xsd:double;
  dwc:latitude '-42'^^xsd:integer;
  dwc:aphiaid '258634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "-45.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.03)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "-45.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3385'^^xsd:integer;
  dwc:scientificName 'Haplomesus ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.03'^^xsd:double;
  dwc:latitude '-42'^^xsd:integer;
  dwc:aphiaid '255894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "-45.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.03)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "-45.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3458'^^xsd:integer;
  dwc:scientificName 'Stylomesus inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.03'^^xsd:double;
  dwc:latitude '-42'^^xsd:integer;
  dwc:aphiaid '174955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "-45.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.02)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "-45.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3237'^^xsd:integer;
  dwc:scientificName 'Hydroniscus quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.02'^^xsd:double;
  dwc:latitude '-42'^^xsd:integer;
  dwc:aphiaid '255849'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "-45.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.02)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "-45.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3399'^^xsd:integer;
  dwc:scientificName 'Stylomesus productus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.02'^^xsd:double;
  dwc:latitude '-42'^^xsd:integer;
  dwc:aphiaid '258039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "-45.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.02)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "-45.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3404'^^xsd:integer;
  dwc:scientificName 'Stylomesus simulans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.02'^^xsd:double;
  dwc:latitude '-42'^^xsd:integer;
  dwc:aphiaid '258043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42"^^xsd:decimal ;
  dwc:decimalLongitude "-45.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42 -45.02)"^^geo:wktLiteral ;
  geo-pos:lat "-42"^^xsd:decimal ;
  geo-pos:long "-45.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3380'^^xsd:integer;
  dwc:scientificName 'Ischnomesus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-45.02'^^xsd:double;
  dwc:latitude '-42'^^xsd:integer;
  dwc:aphiaid '258029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7532 -44.9792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.7532"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7532 -44.9792)"^^geo:wktLiteral ;
  geo-pos:lat "14.7532"^^xsd:decimal ;
  geo-pos:long "-44.9792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7905'^^xsd:integer;
  dwc:scientificName 'Aphotopontius atlanteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9792'^^xsd:double;
  dwc:latitude '14.7532'^^xsd:double;
  dwc:aphiaid '135800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7532 -44.9792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.7532"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7532 -44.9792)"^^geo:wktLiteral ;
  geo-pos:lat "14.7532"^^xsd:decimal ;
  geo-pos:long "-44.9792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7906'^^xsd:integer;
  dwc:scientificName 'Rimipontius mediospinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9792'^^xsd:double;
  dwc:latitude '14.7532'^^xsd:double;
  dwc:aphiaid '361210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7532 -44.9792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.7532"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7532 -44.9792)"^^geo:wktLiteral ;
  geo-pos:lat "14.7532"^^xsd:decimal ;
  geo-pos:long "-44.9792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7909'^^xsd:integer;
  dwc:scientificName 'Aphotopontius atlanteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9792'^^xsd:double;
  dwc:latitude '14.7532'^^xsd:double;
  dwc:aphiaid '135800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7532 -44.9792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.7532"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7532 -44.9792)"^^geo:wktLiteral ;
  geo-pos:lat "14.7532"^^xsd:decimal ;
  geo-pos:long "-44.9792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7910'^^xsd:integer;
  dwc:scientificName 'Stygiopontius lomonosovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9792'^^xsd:double;
  dwc:latitude '14.7532'^^xsd:double;
  dwc:aphiaid '362332'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362332'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7517 -44.978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.7517"^^xsd:decimal ;
  dwc:decimalLongitude "-44.978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.7517 -44.978)"^^geo:wktLiteral ;
  geo-pos:lat "14.7517"^^xsd:decimal ;
  geo-pos:long "-44.978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9213'^^xsd:integer;
  dwc:scientificName 'Copidognathus nautilei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.978'^^xsd:double;
  dwc:latitude '14.7517'^^xsd:double;
  dwc:aphiaid '114852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3693 -44.9512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3693"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3693 -44.9512)"^^geo:wktLiteral ;
  geo-pos:lat "23.3693"^^xsd:decimal ;
  geo-pos:long "-44.9512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7096'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9512'^^xsd:double;
  dwc:latitude '23.3693'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.1333 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.1333 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-58.1333"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11268'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '-58.1333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9228'^^xsd:integer;
  dwc:scientificName 'Halacarellus auzendei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '114919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9226'^^xsd:integer;
  dwc:scientificName 'Halacarellus auzendei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '114919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9227'^^xsd:integer;
  dwc:scientificName 'Halacarellus auzendei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '114919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9229'^^xsd:integer;
  dwc:scientificName 'Halacarellus auzendei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '114919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9230'^^xsd:integer;
  dwc:scientificName 'Halacarellus auzendei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '114919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9204'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus sp. A'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '114771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114771'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7265'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7281'^^xsd:integer;
  dwc:scientificName 'Stygiopontius serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7282'^^xsd:integer;
  dwc:scientificName 'Stygiopontius teres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7283'^^xsd:integer;
  dwc:scientificName 'Stygiopontius teres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7258'^^xsd:integer;
  dwc:scientificName 'Rimipontius mediospinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7259'^^xsd:integer;
  dwc:scientificName 'Stygiopontius bulbisetiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7260'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7261'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7262'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7263'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7264'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7253'^^xsd:integer;
  dwc:scientificName 'Stygiopontius mirus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7257'^^xsd:integer;
  dwc:scientificName 'Stygiopontius regius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7254'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7255'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7256'^^xsd:integer;
  dwc:scientificName 'Stygiopontius regius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7276'^^xsd:integer;
  dwc:scientificName 'Stygiopontius teres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7272'^^xsd:integer;
  dwc:scientificName 'Stygiopontius cladarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7273'^^xsd:integer;
  dwc:scientificName 'Rimipontius mediospinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7274'^^xsd:integer;
  dwc:scientificName 'Stygiopontius cladarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7271'^^xsd:integer;
  dwc:scientificName 'Stygiopontius cladarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7268'^^xsd:integer;
  dwc:scientificName 'Stygiopontius latulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7269'^^xsd:integer;
  dwc:scientificName 'Stygiopontius cladarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7270'^^xsd:integer;
  dwc:scientificName 'Stygiopontius serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7277'^^xsd:integer;
  dwc:scientificName 'Stygiopontius teres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7278'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7279'^^xsd:integer;
  dwc:scientificName 'Stygiopontius teres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7280'^^xsd:integer;
  dwc:scientificName 'Stygiopontius serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7267'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-44.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.3833 -44.9333)"^^geo:wktLiteral ;
  geo-pos:lat "23.3833"^^xsd:decimal ;
  geo-pos:long "-44.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7266'^^xsd:integer;
  dwc:scientificName 'Stygiopontius regius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.9333'^^xsd:double;
  dwc:latitude '23.3833'^^xsd:double;
  dwc:aphiaid '361215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.25 -44.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.25"^^xsd:decimal ;
  dwc:decimalLongitude "-44.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.25 -44.93)"^^geo:wktLiteral ;
  geo-pos:lat "-63.25"^^xsd:decimal ;
  geo-pos:long "-44.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3581'^^xsd:integer;
  dwc:scientificName 'Iolanthe pleuronotus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.93'^^xsd:double;
  dwc:latitude '-63.25'^^xsd:double;
  dwc:aphiaid '294622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.3 -44.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.3"^^xsd:decimal ;
  dwc:decimalLongitude "-44.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.3 -44.87)"^^geo:wktLiteral ;
  geo-pos:lat "-63.3"^^xsd:decimal ;
  geo-pos:long "-44.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3582'^^xsd:integer;
  dwc:scientificName 'Iolanthe pleuronotus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.87'^^xsd:double;
  dwc:latitude '-63.3'^^xsd:double;
  dwc:aphiaid '294622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.4 -44.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.4"^^xsd:decimal ;
  dwc:decimalLongitude "-44.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.4 -44.85)"^^geo:wktLiteral ;
  geo-pos:lat "-63.4"^^xsd:decimal ;
  geo-pos:long "-44.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11239'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.85'^^xsd:double;
  dwc:latitude '-63.4'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.1383 -44.8267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-44.8267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.1383 -44.8267)"^^geo:wktLiteral ;
  geo-pos:lat "26.1383"^^xsd:decimal ;
  geo-pos:long "-44.8267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7078'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.8267'^^xsd:double;
  dwc:latitude '26.1383'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0167 -44.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-44.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0167 -44.75)"^^geo:wktLiteral ;
  geo-pos:lat "58.0167"^^xsd:decimal ;
  geo-pos:long "-44.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9674'^^xsd:integer;
  dwc:scientificName 'Haliclona folium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.75'^^xsd:double;
  dwc:latitude '58.0167'^^xsd:double;
  dwc:aphiaid '132800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '132800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0167 -44.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-44.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0167 -44.75)"^^geo:wktLiteral ;
  geo-pos:lat "58.0167"^^xsd:decimal ;
  geo-pos:long "-44.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9684'^^xsd:integer;
  dwc:scientificName 'Hexactinella grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.75'^^xsd:double;
  dwc:latitude '58.0167'^^xsd:double;
  dwc:aphiaid '134395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134395'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0167 -44.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-44.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0167 -44.75)"^^geo:wktLiteral ;
  geo-pos:lat "58.0167"^^xsd:decimal ;
  geo-pos:long "-44.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9672'^^xsd:integer;
  dwc:scientificName 'Halichondria velamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.75'^^xsd:double;
  dwc:latitude '58.0167'^^xsd:double;
  dwc:aphiaid '165876'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.1333 -44.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-44.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.1333 -44.6167)"^^geo:wktLiteral ;
  geo-pos:lat "-59.1333"^^xsd:decimal ;
  geo-pos:long "-44.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5551'^^xsd:integer;
  dwc:scientificName 'Pseudotanais gaussi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.6167'^^xsd:double;
  dwc:latitude '-59.1333'^^xsd:double;
  dwc:aphiaid '244599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.1333 -44.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-44.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.1333 -44.6167)"^^geo:wktLiteral ;
  geo-pos:lat "-59.1333"^^xsd:decimal ;
  geo-pos:long "-44.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5582'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.6167'^^xsd:double;
  dwc:latitude '-59.1333'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.35 -44.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.35"^^xsd:decimal ;
  dwc:decimalLongitude "-44.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.35 -44.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.35"^^xsd:decimal ;
  geo-pos:long "-44.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12031'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.5'^^xsd:double;
  dwc:latitude '-77.35'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.35 -44.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.35"^^xsd:decimal ;
  dwc:decimalLongitude "-44.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.35 -44.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.35"^^xsd:decimal ;
  geo-pos:long "-44.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12174'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.5'^^xsd:double;
  dwc:latitude '-77.35'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -44.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8"^^xsd:decimal ;
  dwc:decimalLongitude "-44.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -44.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-64.8"^^xsd:decimal ;
  geo-pos:long "-44.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9289'^^xsd:integer;
  dwc:scientificName 'Acoelocalyx brucei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.4333'^^xsd:double;
  dwc:latitude '-64.8'^^xsd:double;
  dwc:aphiaid '171890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -44.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8"^^xsd:decimal ;
  dwc:decimalLongitude "-44.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -44.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-64.8"^^xsd:decimal ;
  geo-pos:long "-44.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9606'^^xsd:integer;
  dwc:scientificName 'Docosaccus ancoratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.4333'^^xsd:double;
  dwc:latitude '-64.8'^^xsd:double;
  dwc:aphiaid '171894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5333 -44.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-44.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5333 -44.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-77.5333"^^xsd:decimal ;
  geo-pos:long "-44.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12032'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.4167'^^xsd:double;
  dwc:latitude '-77.5333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -44.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8"^^xsd:decimal ;
  dwc:decimalLongitude "-44.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -44.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-64.8"^^xsd:decimal ;
  geo-pos:long "-44.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9288'^^xsd:integer;
  dwc:scientificName 'Acoelocalyx brucei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.4167'^^xsd:double;
  dwc:latitude '-64.8'^^xsd:double;
  dwc:aphiaid '171890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -44.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8"^^xsd:decimal ;
  dwc:decimalLongitude "-44.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -44.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-64.8"^^xsd:decimal ;
  geo-pos:long "-44.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9607'^^xsd:integer;
  dwc:scientificName 'Docosaccus ancoratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.4167'^^xsd:double;
  dwc:latitude '-64.8'^^xsd:double;
  dwc:aphiaid '171894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2983 -44.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.2983"^^xsd:decimal ;
  dwc:decimalLongitude "-44.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2983 -44.3983)"^^geo:wktLiteral ;
  geo-pos:lat "-59.2983"^^xsd:decimal ;
  geo-pos:long "-44.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4426'^^xsd:integer;
  dwc:scientificName 'Neotanais antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.3983'^^xsd:double;
  dwc:latitude '-59.2983'^^xsd:double;
  dwc:aphiaid '244642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2858 -44.3858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.2858"^^xsd:decimal ;
  dwc:decimalLongitude "-44.3858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2858 -44.3858)"^^geo:wktLiteral ;
  geo-pos:lat "-59.2858"^^xsd:decimal ;
  geo-pos:long "-44.3858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5552'^^xsd:integer;
  dwc:scientificName 'Pseudotanais gaussi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.3858'^^xsd:double;
  dwc:latitude '-59.2858'^^xsd:double;
  dwc:aphiaid '244599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2858 -44.3858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.2858"^^xsd:decimal ;
  dwc:decimalLongitude "-44.3858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.2858 -44.3858)"^^geo:wktLiteral ;
  geo-pos:lat "-59.2858"^^xsd:decimal ;
  geo-pos:long "-44.3858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5583'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.3858'^^xsd:double;
  dwc:latitude '-59.2858'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.47 -44.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.47"^^xsd:decimal ;
  dwc:decimalLongitude "-44.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.47 -44.37)"^^geo:wktLiteral ;
  geo-pos:lat "-28.47"^^xsd:decimal ;
  geo-pos:long "-44.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3316'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus quadratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44.37'^^xsd:double;
  dwc:latitude '-28.47'^^xsd:double;
  dwc:aphiaid '255799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.22 -44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.22"^^xsd:decimal ;
  dwc:decimalLongitude "-44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.22 -44)"^^geo:wktLiteral ;
  geo-pos:lat "-60.22"^^xsd:decimal ;
  geo-pos:long "-44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4093'^^xsd:integer;
  dwc:scientificName 'Acantharcturus longipleon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-44'^^xsd:integer;
  dwc:latitude '-60.22'^^xsd:double;
  dwc:aphiaid '257980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.22 -43.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.22"^^xsd:decimal ;
  dwc:decimalLongitude "-43.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.22 -43.98)"^^geo:wktLiteral ;
  geo-pos:lat "-60.22"^^xsd:decimal ;
  geo-pos:long "-43.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4094'^^xsd:integer;
  dwc:scientificName 'Acantharcturus longipleon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-43.98'^^xsd:double;
  dwc:latitude '-60.22'^^xsd:double;
  dwc:aphiaid '257980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.5833 -43.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-43.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.5833 -43.35)"^^geo:wktLiteral ;
  geo-pos:lat "-47.5833"^^xsd:decimal ;
  geo-pos:long "-43.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10165'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-43.35'^^xsd:double;
  dwc:latitude '-47.5833'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1 -43.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.1"^^xsd:decimal ;
  dwc:decimalLongitude "-43.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.1 -43.2)"^^geo:wktLiteral ;
  geo-pos:lat "-65.1"^^xsd:decimal ;
  geo-pos:long "-43.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3167'^^xsd:integer;
  dwc:scientificName 'Mesosignum weddellensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-43.2'^^xsd:double;
  dwc:latitude '-65.1'^^xsd:double;
  dwc:aphiaid '258089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 -43.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "-43.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 -43.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-65"^^xsd:decimal ;
  geo-pos:long "-43.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9362'^^xsd:integer;
  dwc:scientificName 'Bathydorus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-43.0167'^^xsd:double;
  dwc:latitude '-65'^^xsd:integer;
  dwc:aphiaid '172033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '724698'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.8333 -42.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-42.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.8333 -42.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-60.8333"^^xsd:decimal ;
  geo-pos:long "-42.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11831'^^xsd:integer;
  dwc:scientificName 'Liothyrella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.9167'^^xsd:double;
  dwc:latitude '-60.8333'^^xsd:double;
  dwc:aphiaid '231829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.75 -42.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.75"^^xsd:decimal ;
  dwc:decimalLongitude "-42.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.75 -42.7)"^^geo:wktLiteral ;
  geo-pos:lat "31.75"^^xsd:decimal ;
  geo-pos:long "-42.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '754'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.7'^^xsd:double;
  dwc:latitude '31.75'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7717 -42.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7717"^^xsd:decimal ;
  dwc:decimalLongitude "-42.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7717 -42.69)"^^geo:wktLiteral ;
  geo-pos:lat "10.7717"^^xsd:decimal ;
  geo-pos:long "-42.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16653'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.69'^^xsd:double;
  dwc:latitude '10.7717'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.773 -42.6897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.773"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.773 -42.6897)"^^geo:wktLiteral ;
  geo-pos:lat "10.773"^^xsd:decimal ;
  geo-pos:long "-42.6897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16652'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6897'^^xsd:double;
  dwc:latitude '10.773'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.773 -42.6897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.773"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.773 -42.6897)"^^geo:wktLiteral ;
  geo-pos:lat "10.773"^^xsd:decimal ;
  geo-pos:long "-42.6897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16655'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6897'^^xsd:double;
  dwc:latitude '10.773'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7855 -42.6835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7855"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7855 -42.6835)"^^geo:wktLiteral ;
  geo-pos:lat "10.7855"^^xsd:decimal ;
  geo-pos:long "-42.6835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8123'^^xsd:integer;
  dwc:scientificName 'Trophomera acuticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6835'^^xsd:double;
  dwc:latitude '10.7855'^^xsd:double;
  dwc:aphiaid '458906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7933 -42.6813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7933"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7933 -42.6813)"^^geo:wktLiteral ;
  geo-pos:lat "10.7933"^^xsd:decimal ;
  geo-pos:long "-42.6813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8158'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6813'^^xsd:double;
  dwc:latitude '10.7933'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.78 -42.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.78"^^xsd:decimal ;
  dwc:decimalLongitude "-42.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.78 -42.68)"^^geo:wktLiteral ;
  geo-pos:lat "10.78"^^xsd:decimal ;
  geo-pos:long "-42.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3787'^^xsd:integer;
  dwc:scientificName 'Eurycope juvenalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.68'^^xsd:double;
  dwc:latitude '10.78'^^xsd:double;
  dwc:aphiaid '255745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.78 -42.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.78"^^xsd:decimal ;
  dwc:decimalLongitude "-42.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.78 -42.68)"^^geo:wktLiteral ;
  geo-pos:lat "10.78"^^xsd:decimal ;
  geo-pos:long "-42.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3788'^^xsd:integer;
  dwc:scientificName 'Eurycope juvenalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.68'^^xsd:double;
  dwc:latitude '10.78'^^xsd:double;
  dwc:aphiaid '255745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.785 -42.679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.785"^^xsd:decimal ;
  dwc:decimalLongitude "-42.679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.785 -42.679)"^^geo:wktLiteral ;
  geo-pos:lat "10.785"^^xsd:decimal ;
  geo-pos:long "-42.679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16650'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.679'^^xsd:double;
  dwc:latitude '10.785'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.785 -42.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.785"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.785 -42.6783)"^^geo:wktLiteral ;
  geo-pos:lat "10.785"^^xsd:decimal ;
  geo-pos:long "-42.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16648'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6783'^^xsd:double;
  dwc:latitude '10.785'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.785 -42.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.785"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.785 -42.6783)"^^geo:wktLiteral ;
  geo-pos:lat "10.785"^^xsd:decimal ;
  geo-pos:long "-42.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16649'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6783'^^xsd:double;
  dwc:latitude '10.785'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.785 -42.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.785"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.785 -42.6783)"^^geo:wktLiteral ;
  geo-pos:lat "10.785"^^xsd:decimal ;
  geo-pos:long "-42.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16651'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6783'^^xsd:double;
  dwc:latitude '10.785'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7705 -42.6735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7705"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7705 -42.6735)"^^geo:wktLiteral ;
  geo-pos:lat "10.7705"^^xsd:decimal ;
  geo-pos:long "-42.6735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16662'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6735'^^xsd:double;
  dwc:latitude '10.7705'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7917 -42.6735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7917"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7917 -42.6735)"^^geo:wktLiteral ;
  geo-pos:lat "10.7917"^^xsd:decimal ;
  geo-pos:long "-42.6735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16663'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6735'^^xsd:double;
  dwc:latitude '10.7917'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7908 -42.6723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7908"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7908 -42.6723)"^^geo:wktLiteral ;
  geo-pos:lat "10.7908"^^xsd:decimal ;
  geo-pos:long "-42.6723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16654'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6723'^^xsd:double;
  dwc:latitude '10.7908'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7667 -42.6717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7667 -42.6717)"^^geo:wktLiteral ;
  geo-pos:lat "10.7667"^^xsd:decimal ;
  geo-pos:long "-42.6717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16656'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6717'^^xsd:double;
  dwc:latitude '10.7667'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7662 -42.6715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.7662"^^xsd:decimal ;
  dwc:decimalLongitude "-42.6715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.7662 -42.6715)"^^geo:wktLiteral ;
  geo-pos:lat "10.7662"^^xsd:decimal ;
  geo-pos:long "-42.6715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16661'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.6715'^^xsd:double;
  dwc:latitude '10.7662'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.765 -42.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.765"^^xsd:decimal ;
  dwc:decimalLongitude "-42.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.765 -42.67)"^^geo:wktLiteral ;
  geo-pos:lat "10.765"^^xsd:decimal ;
  geo-pos:long "-42.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16657'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.67'^^xsd:double;
  dwc:latitude '10.765'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.765 -42.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.765"^^xsd:decimal ;
  dwc:decimalLongitude "-42.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.765 -42.67)"^^geo:wktLiteral ;
  geo-pos:lat "10.765"^^xsd:decimal ;
  geo-pos:long "-42.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16658'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.67'^^xsd:double;
  dwc:latitude '10.765'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.765 -42.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.765"^^xsd:decimal ;
  dwc:decimalLongitude "-42.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.765 -42.67)"^^geo:wktLiteral ;
  geo-pos:lat "10.765"^^xsd:decimal ;
  geo-pos:long "-42.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16659'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.67'^^xsd:double;
  dwc:latitude '10.765'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.765 -42.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.765"^^xsd:decimal ;
  dwc:decimalLongitude "-42.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.765 -42.67)"^^geo:wktLiteral ;
  geo-pos:lat "10.765"^^xsd:decimal ;
  geo-pos:long "-42.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16660'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.67'^^xsd:double;
  dwc:latitude '10.765'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.77 -42.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.77"^^xsd:decimal ;
  dwc:decimalLongitude "-42.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.77 -42.67)"^^geo:wktLiteral ;
  geo-pos:lat "10.77"^^xsd:decimal ;
  geo-pos:long "-42.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3789'^^xsd:integer;
  dwc:scientificName 'Eurycope juvenalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.67'^^xsd:double;
  dwc:latitude '10.77'^^xsd:double;
  dwc:aphiaid '255745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.92 -42.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.92"^^xsd:decimal ;
  dwc:decimalLongitude "-42.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.92 -42.63)"^^geo:wktLiteral ;
  geo-pos:lat "-39.92"^^xsd:decimal ;
  geo-pos:long "-42.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3092'^^xsd:integer;
  dwc:scientificName 'Macrostylis bipunctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.63'^^xsd:double;
  dwc:latitude '-39.92'^^xsd:double;
  dwc:aphiaid '256093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6417 -42.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-42.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6417 -42.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6417"^^xsd:decimal ;
  geo-pos:long "-42.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4410'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-42.4633'^^xsd:double;
  dwc:latitude '-77.6417'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.98 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.98"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.98 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.98"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3058'^^xsd:integer;
  dwc:scientificName 'Hebefustis hirsutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.98'^^xsd:double;
  dwc:aphiaid '256289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.98 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.98"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.98 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.98"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3093'^^xsd:integer;
  dwc:scientificName 'Macrostylis bipunctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.98'^^xsd:double;
  dwc:aphiaid '256093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.975 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.975"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.975 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.975"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16999'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.975'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.975 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.975"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.975 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.975"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16916'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria championi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.975'^^xsd:double;
  dwc:aphiaid '533338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506245'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3229'^^xsd:integer;
  dwc:scientificName 'Haploniscus tridens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '255840'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3252'^^xsd:integer;
  dwc:scientificName 'Haploniscus ovalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '294777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3254'^^xsd:integer;
  dwc:scientificName 'Haploniscus parallelus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '294778'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259754'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3342'^^xsd:integer;
  dwc:scientificName 'Abyssianira dentifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '258634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3390'^^xsd:integer;
  dwc:scientificName 'Ischnomesus bidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '255914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3392'^^xsd:integer;
  dwc:scientificName 'Ischnomesus magnificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '255925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3393'^^xsd:integer;
  dwc:scientificName 'Ischnomesus paucispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '255927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3405'^^xsd:integer;
  dwc:scientificName 'Stylomesus spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '258044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3403'^^xsd:integer;
  dwc:scientificName 'Stylomesus simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '258042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3456'^^xsd:integer;
  dwc:scientificName 'Stylomesus inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '174955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3721'^^xsd:integer;
  dwc:scientificName 'Acanthocope argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '255713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3947'^^xsd:integer;
  dwc:scientificName 'Ilyarachna argentinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '294721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3219'^^xsd:integer;
  dwc:scientificName 'Haploniscus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '255821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.97"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.97 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.97"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4053'^^xsd:integer;
  dwc:scientificName 'Serolis vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.97'^^xsd:double;
  dwc:aphiaid '295315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.9667 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.9667"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2299'^^xsd:integer;
  dwc:scientificName 'Leucon sagitta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.9667'^^xsd:double;
  dwc:aphiaid '182320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.7 -41.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.7"^^xsd:decimal ;
  dwc:decimalLongitude "-41.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.7 -41.75)"^^geo:wktLiteral ;
  geo-pos:lat "-38.7"^^xsd:decimal ;
  geo-pos:long "-41.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3381'^^xsd:integer;
  dwc:scientificName 'Haplomesus bifurcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.75'^^xsd:double;
  dwc:latitude '-38.7'^^xsd:double;
  dwc:aphiaid '255880'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255880'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.22 -41.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.22"^^xsd:decimal ;
  dwc:decimalLongitude "-41.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.22 -41.645)"^^geo:wktLiteral ;
  geo-pos:lat "41.22"^^xsd:decimal ;
  geo-pos:long "-41.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15773'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.645'^^xsd:double;
  dwc:latitude '41.22'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2183 -41.6283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2183"^^xsd:decimal ;
  dwc:decimalLongitude "-41.6283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2183 -41.6283)"^^geo:wktLiteral ;
  geo-pos:lat "41.2183"^^xsd:decimal ;
  geo-pos:long "-41.6283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15774'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.6283'^^xsd:double;
  dwc:latitude '41.2183'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -41.6117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-41.6117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -41.6117)"^^geo:wktLiteral ;
  geo-pos:lat "41.2167"^^xsd:decimal ;
  geo-pos:long "-41.6117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15775'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.6117'^^xsd:double;
  dwc:latitude '41.2167'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.7617 -41.5933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.7617"^^xsd:decimal ;
  dwc:decimalLongitude "-41.5933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.7617 -41.5933)"^^geo:wktLiteral ;
  geo-pos:lat "-41.7617"^^xsd:decimal ;
  geo-pos:long "-41.5933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4372'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.5933'^^xsd:double;
  dwc:latitude '-41.7617'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.74 -41.5733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.74"^^xsd:decimal ;
  dwc:decimalLongitude "-41.5733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.74 -41.5733)"^^geo:wktLiteral ;
  geo-pos:lat "-41.74"^^xsd:decimal ;
  geo-pos:long "-41.5733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11036'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.5733'^^xsd:double;
  dwc:latitude '-41.74'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.74 -41.5733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.74"^^xsd:decimal ;
  dwc:decimalLongitude "-41.5733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.74 -41.5733)"^^geo:wktLiteral ;
  geo-pos:lat "-41.74"^^xsd:decimal ;
  geo-pos:long "-41.5733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11039'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.5733'^^xsd:double;
  dwc:latitude '-41.74'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.7667 -41.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-41.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.7667 -41.5)"^^geo:wktLiteral ;
  geo-pos:lat "-64.7667"^^xsd:decimal ;
  geo-pos:long "-41.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11252'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.5'^^xsd:double;
  dwc:latitude '-64.7667'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.3067 -41.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.3067"^^xsd:decimal ;
  dwc:decimalLongitude "-41.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.3067 -41.43)"^^geo:wktLiteral ;
  geo-pos:lat "-77.3067"^^xsd:decimal ;
  geo-pos:long "-41.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8561'^^xsd:integer;
  dwc:scientificName 'Chromadorita ceratoserolis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.43'^^xsd:double;
  dwc:latitude '-77.3067'^^xsd:double;
  dwc:aphiaid '161007'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 -41.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-41.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 -41.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-62.1667"^^xsd:decimal ;
  geo-pos:long "-41.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9369'^^xsd:integer;
  dwc:scientificName 'Calycosoma validum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.3333'^^xsd:double;
  dwc:latitude '-62.1667'^^xsd:double;
  dwc:aphiaid '171951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 -41.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-41.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 -41.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-62.1667"^^xsd:decimal ;
  geo-pos:long "-41.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9374'^^xsd:integer;
  dwc:scientificName 'Calycosoma validum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.3333'^^xsd:double;
  dwc:latitude '-62.1667'^^xsd:double;
  dwc:aphiaid '171951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 -41.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-41.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 -41.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-62.1667"^^xsd:decimal ;
  geo-pos:long "-41.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9408'^^xsd:integer;
  dwc:scientificName 'Caulophacus instabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.3333'^^xsd:double;
  dwc:latitude '-62.1667'^^xsd:double;
  dwc:aphiaid '172057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 -41.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-41.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 -41.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-62.1667"^^xsd:decimal ;
  geo-pos:long "-41.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9409'^^xsd:integer;
  dwc:scientificName 'Caulophacus instabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.3333'^^xsd:double;
  dwc:latitude '-62.1667'^^xsd:double;
  dwc:aphiaid '172057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.705 -41.2317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.705"^^xsd:decimal ;
  dwc:decimalLongitude "-41.2317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.705 -41.2317)"^^geo:wktLiteral ;
  geo-pos:lat "-60.705"^^xsd:decimal ;
  geo-pos:long "-41.2317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11013'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.2317'^^xsd:double;
  dwc:latitude '-60.705'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.705 -41.2317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.705"^^xsd:decimal ;
  dwc:decimalLongitude "-41.2317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.705 -41.2317)"^^geo:wktLiteral ;
  geo-pos:lat "-60.705"^^xsd:decimal ;
  geo-pos:long "-41.2317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11033'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.2317'^^xsd:double;
  dwc:latitude '-60.705'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.705 -41.2317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.705"^^xsd:decimal ;
  dwc:decimalLongitude "-41.2317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.705 -41.2317)"^^geo:wktLiteral ;
  geo-pos:lat "-60.705"^^xsd:decimal ;
  geo-pos:long "-41.2317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11037'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.2317'^^xsd:double;
  dwc:latitude '-60.705'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.83 -41.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.83"^^xsd:decimal ;
  dwc:decimalLongitude "-41.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.83 -41.17)"^^geo:wktLiteral ;
  geo-pos:lat "-60.83"^^xsd:decimal ;
  geo-pos:long "-41.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3682'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.17'^^xsd:double;
  dwc:latitude '-60.83'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.0883 -41.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-41.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.0883 -41.155)"^^geo:wktLiteral ;
  geo-pos:lat "-60.0883"^^xsd:decimal ;
  geo-pos:long "-41.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5590'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.155'^^xsd:double;
  dwc:latitude '-60.0883'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.2467 -41.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.2467"^^xsd:decimal ;
  dwc:decimalLongitude "-41.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.2467 -41.11)"^^geo:wktLiteral ;
  geo-pos:lat "-77.2467"^^xsd:decimal ;
  geo-pos:long "-41.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8562'^^xsd:integer;
  dwc:scientificName 'Chromadorita ceratoserolis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.11'^^xsd:double;
  dwc:latitude '-77.2467'^^xsd:double;
  dwc:aphiaid '161007'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.895 -41.0917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.895"^^xsd:decimal ;
  dwc:decimalLongitude "-41.0917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.895 -41.0917)"^^geo:wktLiteral ;
  geo-pos:lat "-60.895"^^xsd:decimal ;
  geo-pos:long "-41.0917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11032'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.0917'^^xsd:double;
  dwc:latitude '-60.895'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.7667 -41.0567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-41.0567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.7667 -41.0567)"^^geo:wktLiteral ;
  geo-pos:lat "-60.7667"^^xsd:decimal ;
  geo-pos:long "-41.0567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5276'^^xsd:integer;
  dwc:scientificName 'Typhlotanais longisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.0567'^^xsd:double;
  dwc:latitude '-60.7667'^^xsd:double;
  dwc:aphiaid '244618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5276'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.7 -41.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.7"^^xsd:decimal ;
  dwc:decimalLongitude "-41.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.7 -41.05)"^^geo:wktLiteral ;
  geo-pos:lat "-60.7"^^xsd:decimal ;
  geo-pos:long "-41.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3683'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.05'^^xsd:double;
  dwc:latitude '-60.7'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.7133 -41.0317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.7133"^^xsd:decimal ;
  dwc:decimalLongitude "-41.0317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.7133 -41.0317)"^^geo:wktLiteral ;
  geo-pos:lat "-60.7133"^^xsd:decimal ;
  geo-pos:long "-41.0317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11019'^^xsd:integer;
  dwc:scientificName 'Nephasoma cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.0317'^^xsd:double;
  dwc:latitude '-60.7133'^^xsd:double;
  dwc:aphiaid '424375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.7133 -41.0317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.7133"^^xsd:decimal ;
  dwc:decimalLongitude "-41.0317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.7133 -41.0317)"^^geo:wktLiteral ;
  geo-pos:lat "-60.7133"^^xsd:decimal ;
  geo-pos:long "-41.0317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11034'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41.0317'^^xsd:double;
  dwc:latitude '-60.7133'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.17 -41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.17"^^xsd:decimal ;
  dwc:decimalLongitude "-41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.17 -41)"^^geo:wktLiteral ;
  geo-pos:lat "16.17"^^xsd:decimal ;
  geo-pos:long "-41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3686'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-41'^^xsd:integer;
  dwc:latitude '16.17'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.8667 -40.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-40.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.8667 -40.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-60.8667"^^xsd:decimal ;
  geo-pos:long "-40.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5642'^^xsd:integer;
  dwc:scientificName 'Araphura brevimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.9667'^^xsd:double;
  dwc:latitude '-60.8667'^^xsd:double;
  dwc:aphiaid '182971'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5642'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.87 -40.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.87"^^xsd:decimal ;
  dwc:decimalLongitude "-40.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.87 -40.93)"^^geo:wktLiteral ;
  geo-pos:lat "-60.87"^^xsd:decimal ;
  geo-pos:long "-40.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3681'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.93'^^xsd:double;
  dwc:latitude '-60.87'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -40.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-40.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -40.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-40.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11984'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.8333'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -40.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-40.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -40.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-40.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12176'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.8333'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -40.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-40.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -40.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-40.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11904'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.8333'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -40.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-40.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -40.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-40.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11781'^^xsd:integer;
  dwc:scientificName 'Liothyrella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.8333'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '231829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.1333 -40.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-40.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.1333 -40.8)"^^geo:wktLiteral ;
  geo-pos:lat "-64.1333"^^xsd:decimal ;
  geo-pos:long "-40.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11283'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.8'^^xsd:double;
  dwc:latitude '-64.1333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.33 -40.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.33"^^xsd:decimal ;
  dwc:decimalLongitude "-40.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.33 -40.8)"^^geo:wktLiteral ;
  geo-pos:lat "58.33"^^xsd:decimal ;
  geo-pos:long "-40.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3180'^^xsd:integer;
  dwc:scientificName 'Haploniscus spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.8'^^xsd:double;
  dwc:latitude '58.33'^^xsd:double;
  dwc:aphiaid '183188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3333 -40.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-40.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3333 -40.8)"^^geo:wktLiteral ;
  geo-pos:lat "58.3333"^^xsd:decimal ;
  geo-pos:long "-40.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5067'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.8'^^xsd:double;
  dwc:latitude '58.3333'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3333 -40.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-40.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3333 -40.8)"^^geo:wktLiteral ;
  geo-pos:lat "58.3333"^^xsd:decimal ;
  geo-pos:long "-40.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9598'^^xsd:integer;
  dwc:scientificName 'Dendoricella rhopalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.8'^^xsd:double;
  dwc:latitude '58.3333'^^xsd:double;
  dwc:aphiaid '133519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3333 -40.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-40.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3333 -40.8)"^^geo:wktLiteral ;
  geo-pos:lat "58.3333"^^xsd:decimal ;
  geo-pos:long "-40.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9600'^^xsd:integer;
  dwc:scientificName 'Dendoricella rhopalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.8'^^xsd:double;
  dwc:latitude '58.3333'^^xsd:double;
  dwc:aphiaid '133519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.5833 -40.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-40.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.5833 -40.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-60.5833"^^xsd:decimal ;
  geo-pos:long "-40.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11436'^^xsd:integer;
  dwc:scientificName 'Amphithyris hallettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.7333'^^xsd:double;
  dwc:latitude '-60.5833'^^xsd:double;
  dwc:aphiaid '235652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -40.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.2"^^xsd:decimal ;
  dwc:decimalLongitude "-40.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -40.08)"^^geo:wktLiteral ;
  geo-pos:lat "16.2"^^xsd:decimal ;
  geo-pos:long "-40.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3685'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-40.08'^^xsd:double;
  dwc:latitude '16.2'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1 -39.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1"^^xsd:decimal ;
  dwc:decimalLongitude "-39.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1 -39.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1"^^xsd:decimal ;
  geo-pos:long "-39.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11244'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.9167'^^xsd:double;
  dwc:latitude '-55.1'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1 -39.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1"^^xsd:decimal ;
  dwc:decimalLongitude "-39.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1 -39.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1"^^xsd:decimal ;
  geo-pos:long "-39.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11257'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.9167'^^xsd:double;
  dwc:latitude '-55.1'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1 -39.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1"^^xsd:decimal ;
  dwc:decimalLongitude "-39.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1 -39.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1"^^xsd:decimal ;
  geo-pos:long "-39.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11227'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.9167'^^xsd:double;
  dwc:latitude '-55.1'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59 -39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59"^^xsd:decimal ;
  dwc:decimalLongitude "-39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59 -39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-59"^^xsd:decimal ;
  geo-pos:long "-39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11271'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.75'^^xsd:double;
  dwc:latitude '-59'^^xsd:integer;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1 -39.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1"^^xsd:decimal ;
  dwc:decimalLongitude "-39.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1 -39.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1"^^xsd:decimal ;
  geo-pos:long "-39.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12171'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.6333'^^xsd:double;
  dwc:latitude '-74.1'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1 -39.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1"^^xsd:decimal ;
  dwc:decimalLongitude "-39.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1 -39.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1"^^xsd:decimal ;
  geo-pos:long "-39.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12265'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.6333'^^xsd:double;
  dwc:latitude '-74.1'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1 -39.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1"^^xsd:decimal ;
  dwc:decimalLongitude "-39.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1 -39.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1"^^xsd:decimal ;
  geo-pos:long "-39.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11821'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.6333'^^xsd:double;
  dwc:latitude '-74.1'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.5617 -39.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-69.5617"^^xsd:decimal ;
  dwc:decimalLongitude "-39.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.5617 -39.565)"^^geo:wktLiteral ;
  geo-pos:lat "-69.5617"^^xsd:decimal ;
  geo-pos:long "-39.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4408'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.565'^^xsd:double;
  dwc:latitude '-69.5617'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.43333 -39.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.43333"^^xsd:decimal ;
  dwc:decimalLongitude "-39.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.43333 -39.4333)"^^geo:wktLiteral ;
  geo-pos:lat "2.43333"^^xsd:decimal ;
  geo-pos:long "-39.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9446'^^xsd:integer;
  dwc:scientificName 'Chondrocladia albatrossi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.4333'^^xsd:double;
  dwc:latitude '2.43333'^^xsd:double;
  dwc:aphiaid '168206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.88 -39.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.88"^^xsd:decimal ;
  dwc:decimalLongitude "-39.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.88 -39.43)"^^geo:wktLiteral ;
  geo-pos:lat "-27.88"^^xsd:decimal ;
  geo-pos:long "-39.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3400'^^xsd:integer;
  dwc:scientificName 'Stylomesus regularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.43'^^xsd:double;
  dwc:latitude '-27.88'^^xsd:double;
  dwc:aphiaid '258040'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3667 -39.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-39.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3667 -39.2)"^^geo:wktLiteral ;
  geo-pos:lat "33.3667"^^xsd:decimal ;
  geo-pos:long "-39.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9962'^^xsd:integer;
  dwc:scientificName 'Rhabdodictyum delicatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-39.2'^^xsd:double;
  dwc:latitude '33.3667'^^xsd:double;
  dwc:aphiaid '134383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.6467 -38.855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.6467"^^xsd:decimal ;
  dwc:decimalLongitude "-38.855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.6467 -38.855)"^^geo:wktLiteral ;
  geo-pos:lat "-54.6467"^^xsd:decimal ;
  geo-pos:long "-38.855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11864'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva georgiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-38.855'^^xsd:double;
  dwc:latitude '-54.6467'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11864'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.6833 -38.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-38.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.6833 -38.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-54.6833"^^xsd:decimal ;
  geo-pos:long "-38.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11852'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva georgiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-38.6333'^^xsd:double;
  dwc:latitude '-54.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11852'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6 -38.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6"^^xsd:decimal ;
  dwc:decimalLongitude "-38.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6 -38.05)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6"^^xsd:decimal ;
  geo-pos:long "-38.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11654'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-38.05'^^xsd:double;
  dwc:latitude '-53.6'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6367 -38.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6367"^^xsd:decimal ;
  dwc:decimalLongitude "-38.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6367 -38.0183)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6367"^^xsd:decimal ;
  geo-pos:long "-38.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11653'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-38.0183'^^xsd:double;
  dwc:latitude '-53.6367'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 -38.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-38.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 -38.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8167"^^xsd:decimal ;
  geo-pos:long "-38.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11901'^^xsd:integer;
  dwc:scientificName 'Liothyrella vema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-38.0167'^^xsd:double;
  dwc:latitude '-54.8167'^^xsd:double;
  dwc:aphiaid '868998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11901'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7333 -37.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7333 -37.9917)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7333"^^xsd:decimal ;
  geo-pos:long "-37.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11651'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.9917'^^xsd:double;
  dwc:latitude '-53.7333'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -37.9533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-37.9533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6967 -37.9533)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6967"^^xsd:decimal ;
  geo-pos:long "-37.9533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11652'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.9533'^^xsd:double;
  dwc:latitude '-53.6967'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.48 -37.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.48"^^xsd:decimal ;
  dwc:decimalLongitude "-37.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.48 -37.95)"^^geo:wktLiteral ;
  geo-pos:lat "-55.48"^^xsd:decimal ;
  geo-pos:long "-37.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3227'^^xsd:integer;
  dwc:scientificName 'Haploniscus tricornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.95'^^xsd:double;
  dwc:latitude '-55.48'^^xsd:double;
  dwc:aphiaid '255838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.48 -37.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.48"^^xsd:decimal ;
  dwc:decimalLongitude "-37.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.48 -37.95)"^^geo:wktLiteral ;
  geo-pos:lat "-55.48"^^xsd:decimal ;
  geo-pos:long "-37.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3248'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.95'^^xsd:double;
  dwc:latitude '-55.48'^^xsd:double;
  dwc:aphiaid '174903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.48 -37.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.48"^^xsd:decimal ;
  dwc:decimalLongitude "-37.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.48 -37.95)"^^geo:wktLiteral ;
  geo-pos:lat "-55.48"^^xsd:decimal ;
  geo-pos:long "-37.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3243'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.95'^^xsd:double;
  dwc:latitude '-55.48'^^xsd:double;
  dwc:aphiaid '255794'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255794'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6367 -37.9117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6367"^^xsd:decimal ;
  dwc:decimalLongitude "-37.9117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6367 -37.9117)"^^geo:wktLiteral ;
  geo-pos:lat "-53.6367"^^xsd:decimal ;
  geo-pos:long "-37.9117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11650'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.9117'^^xsd:double;
  dwc:latitude '-53.6367'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.235 -37.9033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.235"^^xsd:decimal ;
  dwc:decimalLongitude "-37.9033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.235 -37.9033)"^^geo:wktLiteral ;
  geo-pos:lat "-54.235"^^xsd:decimal ;
  geo-pos:long "-37.9033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11663'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.9033'^^xsd:double;
  dwc:latitude '-54.235'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1833 -37.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-37.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1833 -37.6833)"^^geo:wktLiteral ;
  geo-pos:lat "56.1833"^^xsd:decimal ;
  geo-pos:long "-37.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4592'^^xsd:integer;
  dwc:scientificName 'Neotanais serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.6833'^^xsd:double;
  dwc:latitude '56.1833'^^xsd:double;
  dwc:aphiaid '136339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1833 -37.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-37.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1833 -37.6833)"^^geo:wktLiteral ;
  geo-pos:lat "56.1833"^^xsd:decimal ;
  geo-pos:long "-37.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2276'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.6833'^^xsd:double;
  dwc:latitude '56.1833'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1833 -37.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-37.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1833 -37.6833)"^^geo:wktLiteral ;
  geo-pos:lat "56.1833"^^xsd:decimal ;
  geo-pos:long "-37.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4220'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.6833'^^xsd:double;
  dwc:latitude '56.1833'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1833 -37.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-37.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1833 -37.6833)"^^geo:wktLiteral ;
  geo-pos:lat "56.1833"^^xsd:decimal ;
  geo-pos:long "-37.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4216'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.6833'^^xsd:double;
  dwc:latitude '56.1833'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 -37.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18"^^xsd:decimal ;
  dwc:decimalLongitude "-37.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 -37.68)"^^geo:wktLiteral ;
  geo-pos:lat "56.18"^^xsd:decimal ;
  geo-pos:long "-37.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4117'^^xsd:integer;
  dwc:scientificName 'Hyssura producta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.68'^^xsd:double;
  dwc:latitude '56.18'^^xsd:double;
  dwc:aphiaid '118486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.2067 -37.6683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.2067"^^xsd:decimal ;
  dwc:decimalLongitude "-37.6683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.2067 -37.6683)"^^geo:wktLiteral ;
  geo-pos:lat "-54.2067"^^xsd:decimal ;
  geo-pos:long "-37.6683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11662'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.6683'^^xsd:double;
  dwc:latitude '-54.2067'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0333 -37.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0333 -37.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0333"^^xsd:decimal ;
  geo-pos:long "-37.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11253'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.6667'^^xsd:double;
  dwc:latitude '-53.0333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0333 -37.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-37.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.0333 -37.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-53.0333"^^xsd:decimal ;
  geo-pos:long "-37.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11293'^^xsd:integer;
  dwc:scientificName 'Phascolion hedraeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.6667'^^xsd:double;
  dwc:latitude '-53.0333'^^xsd:double;
  dwc:aphiaid '175037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A26> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.15 -37.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.15"^^xsd:decimal ;
  dwc:decimalLongitude "-37.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.15 -37.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-19.15"^^xsd:decimal ;
  geo-pos:long "-37.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '26'^^xsd:integer;
  dwc:scientificName 'Campylaspides abyssotrucidatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.5833'^^xsd:double;
  dwc:latitude '-19.15'^^xsd:double;
  dwc:aphiaid '182371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:26'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.15 -37.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.15"^^xsd:decimal ;
  dwc:decimalLongitude "-37.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.15 -37.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-19.15"^^xsd:decimal ;
  geo-pos:long "-37.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '137'^^xsd:integer;
  dwc:scientificName 'Gaussicuma dufresnae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.5833'^^xsd:double;
  dwc:latitude '-19.15'^^xsd:double;
  dwc:aphiaid '181845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.8833 -37.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-37.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.8833 -37.55)"^^geo:wktLiteral ;
  geo-pos:lat "-56.8833"^^xsd:decimal ;
  geo-pos:long "-37.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11263'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.55'^^xsd:double;
  dwc:latitude '-56.8833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 -37.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.85"^^xsd:decimal ;
  dwc:decimalLongitude "-37.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 -37.4167)"^^geo:wktLiteral ;
  geo-pos:lat "26.85"^^xsd:decimal ;
  geo-pos:long "-37.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3095'^^xsd:integer;
  dwc:scientificName 'Macrostylis truncatex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.4167'^^xsd:double;
  dwc:latitude '26.85'^^xsd:double;
  dwc:aphiaid '183253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.0467 -37.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.0467"^^xsd:decimal ;
  dwc:decimalLongitude "-37.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.0467 -37.395)"^^geo:wktLiteral ;
  geo-pos:lat "-54.0467"^^xsd:decimal ;
  geo-pos:long "-37.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11655'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.395'^^xsd:double;
  dwc:latitude '-54.0467'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.89 -37.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.89"^^xsd:decimal ;
  dwc:decimalLongitude "-37.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.89 -37.35)"^^geo:wktLiteral ;
  geo-pos:lat "28.89"^^xsd:decimal ;
  geo-pos:long "-37.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3020'^^xsd:integer;
  dwc:scientificName 'Micromesus nannoniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.35'^^xsd:double;
  dwc:latitude '28.89'^^xsd:double;
  dwc:aphiaid '261255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261255'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1167 -37.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-37.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1167 -37.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.1167"^^xsd:decimal ;
  geo-pos:long "-37.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16750'^^xsd:integer;
  dwc:scientificName 'Brevinucula verrilli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.2833'^^xsd:double;
  dwc:latitude '-12.1167'^^xsd:double;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7367 -37.1867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.7367"^^xsd:decimal ;
  dwc:decimalLongitude "-37.1867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7367 -37.1867)"^^geo:wktLiteral ;
  geo-pos:lat "-54.7367"^^xsd:decimal ;
  geo-pos:long "-37.1867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11900'^^xsd:integer;
  dwc:scientificName 'Liothyrella expansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.1867'^^xsd:double;
  dwc:latitude '-54.7367'^^xsd:double;
  dwc:aphiaid '235464'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7367 -37.1867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.7367"^^xsd:decimal ;
  dwc:decimalLongitude "-37.1867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7367 -37.1867)"^^geo:wktLiteral ;
  geo-pos:lat "-54.7367"^^xsd:decimal ;
  geo-pos:long "-37.1867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11661'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.1867'^^xsd:double;
  dwc:latitude '-54.7367'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.48 -37.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.48"^^xsd:decimal ;
  dwc:decimalLongitude "-37.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.48 -37.08)"^^geo:wktLiteral ;
  geo-pos:lat "-56.48"^^xsd:decimal ;
  geo-pos:long "-37.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3740'^^xsd:integer;
  dwc:scientificName 'Eurycope lavis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.08'^^xsd:double;
  dwc:latitude '-56.48'^^xsd:double;
  dwc:aphiaid '255748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68.1172 -37.0339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68.1172"^^xsd:decimal ;
  dwc:decimalLongitude "-37.0339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68.1172 -37.0339)"^^geo:wktLiteral ;
  geo-pos:lat "-68.1172"^^xsd:decimal ;
  geo-pos:long "-37.0339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4423'^^xsd:integer;
  dwc:scientificName 'Neotanais antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-37.0339'^^xsd:double;
  dwc:latitude '-68.1172'^^xsd:double;
  dwc:aphiaid '244642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.42 -36.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.42"^^xsd:decimal ;
  dwc:decimalLongitude "-36.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.42 -36.95)"^^geo:wktLiteral ;
  geo-pos:lat "-56.42"^^xsd:decimal ;
  geo-pos:long "-36.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3741'^^xsd:integer;
  dwc:scientificName 'Eurycope lavis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.95'^^xsd:double;
  dwc:latitude '-56.42'^^xsd:double;
  dwc:aphiaid '255748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.0217 -36.845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.0217"^^xsd:decimal ;
  dwc:decimalLongitude "-36.845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.0217 -36.845)"^^geo:wktLiteral ;
  geo-pos:lat "-54.0217"^^xsd:decimal ;
  geo-pos:long "-36.845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11656'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.845'^^xsd:double;
  dwc:latitude '-54.0217'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7183 -36.8217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7183"^^xsd:decimal ;
  dwc:decimalLongitude "-36.8217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7183 -36.8217)"^^geo:wktLiteral ;
  geo-pos:lat "-53.7183"^^xsd:decimal ;
  geo-pos:long "-36.8217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11657'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.8217'^^xsd:double;
  dwc:latitude '-53.7183'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.1333 -36.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-36.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.1333 -36.8167)"^^geo:wktLiteral ;
  geo-pos:lat "-59.1333"^^xsd:decimal ;
  geo-pos:long "-36.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11231'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.8167'^^xsd:double;
  dwc:latitude '-59.1333'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.05 -36.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.05"^^xsd:decimal ;
  dwc:decimalLongitude "-36.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.05 -36.8167)"^^geo:wktLiteral ;
  geo-pos:lat "-59.05"^^xsd:decimal ;
  geo-pos:long "-36.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11272'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.8167'^^xsd:double;
  dwc:latitude '-59.05'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5817 -36.7967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-36.7967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5817 -36.7967)"^^geo:wktLiteral ;
  geo-pos:lat "-53.5817"^^xsd:decimal ;
  geo-pos:long "-36.7967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11658'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.7967'^^xsd:double;
  dwc:latitude '-53.5817'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.0933 -36.5133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.0933"^^xsd:decimal ;
  dwc:decimalLongitude "-36.5133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.0933 -36.5133)"^^geo:wktLiteral ;
  geo-pos:lat "-54.0933"^^xsd:decimal ;
  geo-pos:long "-36.5133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11659'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.5133'^^xsd:double;
  dwc:latitude '-54.0933'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.2833 -36.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-36.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.2833 -36.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-54.2833"^^xsd:decimal ;
  geo-pos:long "-36.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6820'^^xsd:integer;
  dwc:scientificName 'Archinotodelphys typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.4667'^^xsd:double;
  dwc:latitude '-54.2833'^^xsd:double;
  dwc:aphiaid '348916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.7667 -36.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-36.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.7667 -36.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-10.7667"^^xsd:decimal ;
  geo-pos:long "-36.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9940'^^xsd:integer;
  dwc:scientificName 'Polymastia corticata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.0333'^^xsd:double;
  dwc:latitude '-10.7667'^^xsd:double;
  dwc:aphiaid '134197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.7667 -36.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-36.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.7667 -36.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-10.7667"^^xsd:decimal ;
  geo-pos:long "-36.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9939'^^xsd:integer;
  dwc:scientificName 'Polymastia corticata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-36.0333'^^xsd:double;
  dwc:latitude '-10.7667'^^xsd:double;
  dwc:aphiaid '134197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.36 -35.9783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.36"^^xsd:decimal ;
  dwc:decimalLongitude "-35.9783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.36 -35.9783)"^^geo:wktLiteral ;
  geo-pos:lat "-54.36"^^xsd:decimal ;
  geo-pos:long "-35.9783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11660'^^xsd:integer;
  dwc:scientificName 'Dyscritosia secreta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.9783'^^xsd:double;
  dwc:latitude '-54.36'^^xsd:double;
  dwc:aphiaid '235673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5667 -35.8783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.8783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5667 -35.8783)"^^geo:wktLiteral ;
  geo-pos:lat "40.5667"^^xsd:decimal ;
  geo-pos:long "-35.8783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8559'^^xsd:integer;
  dwc:scientificName 'Desmodora nybelini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.8783'^^xsd:double;
  dwc:latitude '40.5667'^^xsd:double;
  dwc:aphiaid '120974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5667 -35.8783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.8783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5667 -35.8783)"^^geo:wktLiteral ;
  geo-pos:lat "40.5667"^^xsd:decimal ;
  geo-pos:long "-35.8783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8557'^^xsd:integer;
  dwc:scientificName 'Leptosomatum bathybium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.8783'^^xsd:double;
  dwc:latitude '40.5667'^^xsd:double;
  dwc:aphiaid '121952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7333 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7333 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.7333"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12009'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.7333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7333 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7333 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.7333"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11787'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.7333'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11977'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12037'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12175'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12201'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12202'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12038'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11838'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11839'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-35.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6667 -35.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6667"^^xsd:decimal ;
  geo-pos:long "-35.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11547'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.5'^^xsd:double;
  dwc:latitude '-77.6667'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.55"^^xsd:decimal ;
  dwc:decimalLongitude "-35.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.55"^^xsd:decimal ;
  geo-pos:long "-35.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8556'^^xsd:integer;
  dwc:scientificName 'Leptosomatum bathybium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.4'^^xsd:double;
  dwc:latitude '40.55'^^xsd:double;
  dwc:aphiaid '121952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.55"^^xsd:decimal ;
  dwc:decimalLongitude "-35.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.55 -35.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.55"^^xsd:decimal ;
  geo-pos:long "-35.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8558'^^xsd:integer;
  dwc:scientificName 'Desmodora nybelini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.4'^^xsd:double;
  dwc:latitude '40.55'^^xsd:double;
  dwc:aphiaid '120974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.1833 -35.3728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-35.3728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.1833 -35.3728)"^^geo:wktLiteral ;
  geo-pos:lat "-10.1833"^^xsd:decimal ;
  geo-pos:long "-35.3728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9641'^^xsd:integer;
  dwc:scientificName 'Euplectella suberea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.3728'^^xsd:double;
  dwc:latitude '-10.1833'^^xsd:double;
  dwc:aphiaid '134401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.1833 -35.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-35.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.1833 -35.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.1833"^^xsd:decimal ;
  geo-pos:long "-35.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9921'^^xsd:integer;
  dwc:scientificName 'Pheronema carpenteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.3667'^^xsd:double;
  dwc:latitude '-10.1833'^^xsd:double;
  dwc:aphiaid '134378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.18 -35.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.18"^^xsd:decimal ;
  dwc:decimalLongitude "-35.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.18 -35.31)"^^geo:wktLiteral ;
  geo-pos:lat "66.18"^^xsd:decimal ;
  geo-pos:long "-35.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3497'^^xsd:integer;
  dwc:scientificName 'Ischnomesus curtispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.31'^^xsd:double;
  dwc:latitude '66.18'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3497'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-35.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -35.25)"^^geo:wktLiteral ;
  geo-pos:lat "-36.8167"^^xsd:decimal ;
  geo-pos:long "-35.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1076'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.25'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1076'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-35.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.25'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-35.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.8167 -35.25)"^^geo:wktLiteral ;
  geo-pos:lat "-36.8167"^^xsd:decimal ;
  geo-pos:long "-35.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1075'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-35.25'^^xsd:double;
  dwc:latitude '-36.8167'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1075'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.5667 -34.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.5667 -34.9)"^^geo:wktLiteral ;
  geo-pos:lat "58.5667"^^xsd:decimal ;
  geo-pos:long "-34.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16725'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.9'^^xsd:double;
  dwc:latitude '58.5667'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9833 -34.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-34.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9833 -34.8667)"^^geo:wktLiteral ;
  geo-pos:lat "52.9833"^^xsd:decimal ;
  geo-pos:long "-34.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9880'^^xsd:integer;
  dwc:scientificName 'Lophocalyx atlantiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.8667'^^xsd:double;
  dwc:latitude '52.9833'^^xsd:double;
  dwc:aphiaid '255096'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.08333 -34.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.08333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.08333 -34.85)"^^geo:wktLiteral ;
  geo-pos:lat "-9.08333"^^xsd:decimal ;
  geo-pos:long "-34.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17033'^^xsd:integer;
  dwc:scientificName 'Ledella parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.85'^^xsd:double;
  dwc:latitude '-9.08333'^^xsd:double;
  dwc:aphiaid '506338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.45 -34.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.45"^^xsd:decimal ;
  dwc:decimalLongitude "-34.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.45 -34.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.45"^^xsd:decimal ;
  geo-pos:long "-34.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11494'^^xsd:integer;
  dwc:scientificName 'Argyrotheca thurmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.6833'^^xsd:double;
  dwc:latitude '-8.45'^^xsd:double;
  dwc:aphiaid '235640'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235640'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.45 -34.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.45"^^xsd:decimal ;
  dwc:decimalLongitude "-34.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.45 -34.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.45"^^xsd:decimal ;
  geo-pos:long "-34.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12546'^^xsd:integer;
  dwc:scientificName 'Terebratulina latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.6833'^^xsd:double;
  dwc:latitude '-8.45'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12546'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.85 -34.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.85"^^xsd:decimal ;
  dwc:decimalLongitude "-34.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.85 -34.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-56.85"^^xsd:decimal ;
  geo-pos:long "-34.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11246'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.4167'^^xsd:double;
  dwc:latitude '-56.85'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.85 -34.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.85"^^xsd:decimal ;
  dwc:decimalLongitude "-34.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.85 -34.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-56.85"^^xsd:decimal ;
  geo-pos:long "-34.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11295'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum benhami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.4167'^^xsd:double;
  dwc:latitude '-56.85'^^xsd:double;
  dwc:aphiaid '175031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175031'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 -34.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "-34.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 -34.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-7.15"^^xsd:decimal ;
  geo-pos:long "-34.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1032'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.4167'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 -34.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.15"^^xsd:decimal ;
  dwc:decimalLongitude "-34.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.15 -34.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-7.15"^^xsd:decimal ;
  geo-pos:long "-34.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1051'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.4167'^^xsd:double;
  dwc:latitude '-7.15'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8517 -34.4083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.8517"^^xsd:decimal ;
  dwc:decimalLongitude "-34.4083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.8517 -34.4083)"^^geo:wktLiteral ;
  geo-pos:lat "-75.8517"^^xsd:decimal ;
  geo-pos:long "-34.4083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8560'^^xsd:integer;
  dwc:scientificName 'Chromadorita ceratoserolis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.4083'^^xsd:double;
  dwc:latitude '-75.8517'^^xsd:double;
  dwc:aphiaid '161007'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2654'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '110522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A29> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '29'^^xsd:integer;
  dwc:scientificName 'Campylaspides spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '182370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:29'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '938'^^xsd:integer;
  dwc:scientificName 'Campylaspides spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '182370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '939'^^xsd:integer;
  dwc:scientificName 'Campylaspides spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '182370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '944'^^xsd:integer;
  dwc:scientificName 'Cimmerius reticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '110469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '981'^^xsd:integer;
  dwc:scientificName 'Campylaspis exarata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '182398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1066'^^xsd:integer;
  dwc:scientificName 'Floridocuma pilosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1066'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1067'^^xsd:integer;
  dwc:scientificName 'Floridocuma pilosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1067'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1033'^^xsd:integer;
  dwc:scientificName 'Campylaspis nuda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '182426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1049'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1869'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1869'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '987'^^xsd:integer;
  dwc:scientificName 'Campylaspis glebulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '182403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A58> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '58'^^xsd:integer;
  dwc:scientificName 'Campylaspis nuda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '182426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:58'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A39> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '39'^^xsd:integer;
  dwc:scientificName 'Campylaspis exarata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '182398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:39'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15228'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '135'^^xsd:integer;
  dwc:scientificName 'Floridocuma pilosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:135'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.05"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.05 -34.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.05"^^xsd:decimal ;
  geo-pos:long "-34.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2532'^^xsd:integer;
  dwc:scientificName 'Atlantistylis chauvini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3833'^^xsd:double;
  dwc:latitude '-8.05'^^xsd:double;
  dwc:aphiaid '181914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '973'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3667'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1031'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3667'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1047'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3667'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.96667"^^xsd:decimal ;
  geo-pos:long "-34.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15217'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3667'^^xsd:double;
  dwc:latitude '-7.96667'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9667 -34.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9667 -34.3667)"^^geo:wktLiteral ;
  geo-pos:lat "7.9667"^^xsd:decimal ;
  geo-pos:long "-34.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8138'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.3667'^^xsd:double;
  dwc:latitude '7.9667'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1048'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '943'^^xsd:integer;
  dwc:scientificName 'Cimmerius reticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '110469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '963'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:963'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '986'^^xsd:integer;
  dwc:scientificName 'Campylaspis glebulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1134'^^xsd:integer;
  dwc:scientificName 'Campylaspides spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1034'^^xsd:integer;
  dwc:scientificName 'Campylaspis nuda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1471'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1646'^^xsd:integer;
  dwc:scientificName 'Procampylaspis acanthomma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1623'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1892'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1868'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1868'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1921'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1832'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8137'^^xsd:integer;
  dwc:scientificName 'Thalassomermis megamphis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '734445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '974'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2652'^^xsd:integer;
  dwc:scientificName 'Paralamprops girardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '182248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2531'^^xsd:integer;
  dwc:scientificName 'Atlantistylis chauvini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '181914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.96667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15226'^^xsd:integer;
  dwc:scientificName 'Yoldiella biguttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.96667'^^xsd:double;
  dwc:aphiaid '506506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.96667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15227'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.96667'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.96667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15221'^^xsd:integer;
  dwc:scientificName 'Policordia laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.96667'^^xsd:double;
  dwc:aphiaid '508019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '508019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.96667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15225'^^xsd:integer;
  dwc:scientificName 'Lyonsiella subquadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.96667'^^xsd:double;
  dwc:aphiaid '141951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.96667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15222'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.96667'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.96667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15223'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.96667'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.96667"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.96667 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.96667"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15224'^^xsd:integer;
  dwc:scientificName 'Ledella oxira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.96667'^^xsd:double;
  dwc:aphiaid '818915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.8333 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.8333 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.8333"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8645'^^xsd:integer;
  dwc:scientificName 'Syringonomus dactylatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.8333'^^xsd:double;
  dwc:aphiaid '734413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.8333 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.8333 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.8333"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8136'^^xsd:integer;
  dwc:scientificName 'Thalassomermis megamphis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.8333'^^xsd:double;
  dwc:aphiaid '734445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.1333 -34.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.1333 -34.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-7.1333"^^xsd:decimal ;
  geo-pos:long "-34.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1068'^^xsd:integer;
  dwc:scientificName 'Floridocuma pilosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2833'^^xsd:double;
  dwc:latitude '-7.1333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1068'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  geo-pos:lat "60.4833"^^xsd:decimal ;
  geo-pos:long "-34.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9878'^^xsd:integer;
  dwc:scientificName 'Lissodendoryx vicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2333'^^xsd:double;
  dwc:latitude '60.4833'^^xsd:double;
  dwc:aphiaid '169002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '169002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  geo-pos:lat "60.4833"^^xsd:decimal ;
  geo-pos:long "-34.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9879'^^xsd:integer;
  dwc:scientificName 'Lissodendoryx vicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2333'^^xsd:double;
  dwc:latitude '60.4833'^^xsd:double;
  dwc:aphiaid '169002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '169002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  geo-pos:lat "60.4833"^^xsd:decimal ;
  geo-pos:long "-34.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10051'^^xsd:integer;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2333'^^xsd:double;
  dwc:latitude '60.4833'^^xsd:double;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  geo-pos:lat "60.4833"^^xsd:decimal ;
  geo-pos:long "-34.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9683'^^xsd:integer;
  dwc:scientificName 'Hexactinella grimaldii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2333'^^xsd:double;
  dwc:latitude '60.4833'^^xsd:double;
  dwc:aphiaid '134395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134395'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-34.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4833 -34.2333)"^^geo:wktLiteral ;
  geo-pos:lat "60.4833"^^xsd:decimal ;
  geo-pos:long "-34.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9393'^^xsd:integer;
  dwc:scientificName 'Caulophacus arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.2333'^^xsd:double;
  dwc:latitude '60.4833'^^xsd:double;
  dwc:aphiaid '134398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9333 -34.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9333 -34.15)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9333"^^xsd:decimal ;
  geo-pos:long "-34.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '941'^^xsd:integer;
  dwc:scientificName 'Cimmerius reticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.15'^^xsd:double;
  dwc:latitude '-7.9333'^^xsd:double;
  dwc:aphiaid '110469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.03333 -34.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.03333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.03333 -34.05)"^^geo:wktLiteral ;
  geo-pos:lat "-8.03333"^^xsd:decimal ;
  geo-pos:long "-34.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15218'^^xsd:integer;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.05'^^xsd:double;
  dwc:latitude '-8.03333'^^xsd:double;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.03333 -34.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.03333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.03333 -34.05)"^^geo:wktLiteral ;
  geo-pos:lat "-8.03333"^^xsd:decimal ;
  geo-pos:long "-34.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15220'^^xsd:integer;
  dwc:scientificName 'Ledella oxira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.05'^^xsd:double;
  dwc:latitude '-8.03333'^^xsd:double;
  dwc:aphiaid '818915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  geo-pos:lat "-8.0333"^^xsd:decimal ;
  geo-pos:long "-34.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2653'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.05'^^xsd:double;
  dwc:latitude '-8.0333'^^xsd:double;
  dwc:aphiaid '110522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  geo-pos:lat "-8.0333"^^xsd:decimal ;
  geo-pos:long "-34.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1086'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.05'^^xsd:double;
  dwc:latitude '-8.0333'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  geo-pos:lat "-8.0333"^^xsd:decimal ;
  geo-pos:long "-34.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1470'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.05'^^xsd:double;
  dwc:latitude '-8.0333'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  geo-pos:lat "-8.0333"^^xsd:decimal ;
  geo-pos:long "-34.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1963'^^xsd:integer;
  dwc:scientificName 'Styloptocuma exstans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.05'^^xsd:double;
  dwc:latitude '-8.0333'^^xsd:double;
  dwc:aphiaid '182546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1963'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-34.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.0333 -34.05)"^^geo:wktLiteral ;
  geo-pos:lat "-8.0333"^^xsd:decimal ;
  geo-pos:long "-34.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '336'^^xsd:integer;
  dwc:scientificName 'Ceratocuma amoenum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.05'^^xsd:double;
  dwc:latitude '-8.0333'^^xsd:double;
  dwc:aphiaid '181903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.03 -34.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.03"^^xsd:decimal ;
  dwc:decimalLongitude "-34.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.03 -34.05)"^^geo:wktLiteral ;
  geo-pos:lat "-8.03"^^xsd:decimal ;
  geo-pos:long "-34.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3972'^^xsd:integer;
  dwc:scientificName 'Betamorpha megalocephalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-34.05'^^xsd:double;
  dwc:latitude '-8.03'^^xsd:double;
  dwc:aphiaid '174932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.78333 -33.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.78333"^^xsd:decimal ;
  dwc:decimalLongitude "-33.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.78333 -33.9833)"^^geo:wktLiteral ;
  geo-pos:lat "7.78333"^^xsd:decimal ;
  geo-pos:long "-33.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15219'^^xsd:integer;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33.9833'^^xsd:double;
  dwc:latitude '7.78333'^^xsd:double;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.7667 -33.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-33.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.7667 -33.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-63.7667"^^xsd:decimal ;
  geo-pos:long "-33.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9442'^^xsd:integer;
  dwc:scientificName 'Caulophacus weddelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33.7833'^^xsd:double;
  dwc:latitude '-63.7667'^^xsd:double;
  dwc:aphiaid '172067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3333 -33.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-33.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3333 -33.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.3333"^^xsd:decimal ;
  geo-pos:long "-33.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10909'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33.7833'^^xsd:double;
  dwc:latitude '39.3333'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3333 -33.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-33.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3333 -33.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.3333"^^xsd:decimal ;
  geo-pos:long "-33.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10784'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33.7833'^^xsd:double;
  dwc:latitude '39.3333'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3333 -33.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-33.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3333 -33.7833)"^^geo:wktLiteral ;
  geo-pos:lat "39.3333"^^xsd:decimal ;
  geo-pos:long "-33.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10635'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33.7833'^^xsd:double;
  dwc:latitude '39.3333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.05 -33.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.05"^^xsd:decimal ;
  dwc:decimalLongitude "-33.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.05 -33.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-54.05"^^xsd:decimal ;
  geo-pos:long "-33.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11254'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33.6667'^^xsd:double;
  dwc:latitude '-54.05'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9167 -33.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-33.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9167 -33.3667)"^^geo:wktLiteral ;
  geo-pos:lat "38.9167"^^xsd:decimal ;
  geo-pos:long "-33.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10785'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33.3667'^^xsd:double;
  dwc:latitude '38.9167'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2333 -33.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-33.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2333 -33.2667)"^^geo:wktLiteral ;
  geo-pos:lat "37.2333"^^xsd:decimal ;
  geo-pos:long "-33.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10905'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33.2667'^^xsd:double;
  dwc:latitude '37.2333'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.07 -33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.07"^^xsd:decimal ;
  dwc:decimalLongitude "-33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.07 -33)"^^geo:wktLiteral ;
  geo-pos:lat "-56.07"^^xsd:decimal ;
  geo-pos:long "-33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3626'^^xsd:integer;
  dwc:scientificName 'Storthyngura falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33'^^xsd:integer;
  dwc:latitude '-56.07'^^xsd:double;
  dwc:aphiaid '175213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 -33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "-33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 -33)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "-33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7446'^^xsd:integer;
  dwc:scientificName 'Cyclopicina longifurcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33'^^xsd:integer;
  dwc:latitude '35'^^xsd:integer;
  dwc:aphiaid '106517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36"^^xsd:decimal ;
  dwc:decimalLongitude "-33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -33)"^^geo:wktLiteral ;
  geo-pos:lat "36"^^xsd:decimal ;
  geo-pos:long "-33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9241'^^xsd:integer;
  dwc:scientificName 'Halacarus longior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-33'^^xsd:integer;
  dwc:latitude '36'^^xsd:integer;
  dwc:aphiaid '183179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.95"^^xsd:decimal ;
  dwc:decimalLongitude "-32.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  geo-pos:lat "34.95"^^xsd:decimal ;
  geo-pos:long "-32.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7672'^^xsd:integer;
  dwc:scientificName 'Misophriopsis dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.9167'^^xsd:double;
  dwc:latitude '34.95'^^xsd:double;
  dwc:aphiaid '119210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '119210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.95"^^xsd:decimal ;
  dwc:decimalLongitude "-32.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  geo-pos:lat "34.95"^^xsd:decimal ;
  geo-pos:long "-32.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7673'^^xsd:integer;
  dwc:scientificName 'Archimisophria discoveryi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.9167'^^xsd:double;
  dwc:latitude '34.95'^^xsd:double;
  dwc:aphiaid '119203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '119203'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.95"^^xsd:decimal ;
  dwc:decimalLongitude "-32.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  geo-pos:lat "34.95"^^xsd:decimal ;
  geo-pos:long "-32.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7674'^^xsd:integer;
  dwc:scientificName 'Misophriella tetraspina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.9167'^^xsd:double;
  dwc:latitude '34.95'^^xsd:double;
  dwc:aphiaid '119209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '119209'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.95"^^xsd:decimal ;
  dwc:decimalLongitude "-32.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  geo-pos:lat "34.95"^^xsd:decimal ;
  geo-pos:long "-32.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7681'^^xsd:integer;
  dwc:scientificName 'Choniorhiza enaulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.9167'^^xsd:double;
  dwc:latitude '34.95'^^xsd:double;
  dwc:aphiaid '135905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.95"^^xsd:decimal ;
  dwc:decimalLongitude "-32.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.95 -32.9167)"^^geo:wktLiteral ;
  geo-pos:lat "34.95"^^xsd:decimal ;
  geo-pos:long "-32.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11347'^^xsd:integer;
  dwc:scientificName 'Basipodella atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.9167'^^xsd:double;
  dwc:latitude '34.95'^^xsd:double;
  dwc:aphiaid '136606'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.625 -32.8967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.625"^^xsd:decimal ;
  dwc:decimalLongitude "-32.8967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.625 -32.8967)"^^geo:wktLiteral ;
  geo-pos:lat "11.625"^^xsd:decimal ;
  geo-pos:long "-32.8967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16667'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.8967'^^xsd:double;
  dwc:latitude '11.625'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.625 -32.8967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.625"^^xsd:decimal ;
  dwc:decimalLongitude "-32.8967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.625 -32.8967)"^^geo:wktLiteral ;
  geo-pos:lat "11.625"^^xsd:decimal ;
  geo-pos:long "-32.8967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16668'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.8967'^^xsd:double;
  dwc:latitude '11.625'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.625 -32.8967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.625"^^xsd:decimal ;
  dwc:decimalLongitude "-32.8967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.625 -32.8967)"^^geo:wktLiteral ;
  geo-pos:lat "11.625"^^xsd:decimal ;
  geo-pos:long "-32.8967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16669'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.8967'^^xsd:double;
  dwc:latitude '11.625'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.63 -32.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.63"^^xsd:decimal ;
  dwc:decimalLongitude "-32.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.63 -32.88)"^^geo:wktLiteral ;
  geo-pos:lat "11.63"^^xsd:decimal ;
  geo-pos:long "-32.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3790'^^xsd:integer;
  dwc:scientificName 'Eurycope juvenalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.88'^^xsd:double;
  dwc:latitude '11.63'^^xsd:double;
  dwc:aphiaid '255745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.6133 -32.875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.6133"^^xsd:decimal ;
  dwc:decimalLongitude "-32.875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.6133 -32.875)"^^geo:wktLiteral ;
  geo-pos:lat "11.6133"^^xsd:decimal ;
  geo-pos:long "-32.875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16665'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.875'^^xsd:double;
  dwc:latitude '11.6133'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.6067 -32.8633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.6067"^^xsd:decimal ;
  dwc:decimalLongitude "-32.8633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.6067 -32.8633)"^^geo:wktLiteral ;
  geo-pos:lat "11.6067"^^xsd:decimal ;
  geo-pos:long "-32.8633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16666'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.8633'^^xsd:double;
  dwc:latitude '11.6067'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.6083 -32.8633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.6083"^^xsd:decimal ;
  dwc:decimalLongitude "-32.8633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.6083 -32.8633)"^^geo:wktLiteral ;
  geo-pos:lat "11.6083"^^xsd:decimal ;
  geo-pos:long "-32.8633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16664'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.8633'^^xsd:double;
  dwc:latitude '11.6083'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5967 -32.8567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.5967"^^xsd:decimal ;
  dwc:decimalLongitude "-32.8567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5967 -32.8567)"^^geo:wktLiteral ;
  geo-pos:lat "11.5967"^^xsd:decimal ;
  geo-pos:long "-32.8567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8159'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.8567'^^xsd:double;
  dwc:latitude '11.5967'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5 -32.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5"^^xsd:decimal ;
  dwc:decimalLongitude "-32.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5 -32.8)"^^geo:wktLiteral ;
  geo-pos:lat "62.5"^^xsd:decimal ;
  geo-pos:long "-32.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4025'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.8'^^xsd:double;
  dwc:latitude '62.5'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0667 -32.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-32.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0667 -32.7333)"^^geo:wktLiteral ;
  geo-pos:lat "39.0667"^^xsd:decimal ;
  geo-pos:long "-32.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10634'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.7333'^^xsd:double;
  dwc:latitude '39.0667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0833 -32.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-32.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0833 -32.7333)"^^geo:wktLiteral ;
  geo-pos:lat "39.0833"^^xsd:decimal ;
  geo-pos:long "-32.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10894'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.7333'^^xsd:double;
  dwc:latitude '39.0833'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.105 -32.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.105"^^xsd:decimal ;
  dwc:decimalLongitude "-32.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.105 -32.605)"^^geo:wktLiteral ;
  geo-pos:lat "-74.105"^^xsd:decimal ;
  geo-pos:long "-32.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4411'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.605'^^xsd:double;
  dwc:latitude '-74.105'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -32.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-32.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.9667 -32.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-7.9667"^^xsd:decimal ;
  geo-pos:long "-32.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '942'^^xsd:integer;
  dwc:scientificName 'Cimmerius reticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.3667'^^xsd:double;
  dwc:latitude '-7.9667'^^xsd:double;
  dwc:aphiaid '110469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2917 -32.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-32.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2917 -32.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37.2917"^^xsd:decimal ;
  geo-pos:long "-32.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9223'^^xsd:integer;
  dwc:scientificName 'Halacarellus alvinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.2833'^^xsd:double;
  dwc:latitude '37.2917'^^xsd:double;
  dwc:aphiaid '114917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -32.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-32.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -32.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-32.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9221'^^xsd:integer;
  dwc:scientificName 'Halacarellus alvinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.2833'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '114917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -32.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-32.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -32.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-32.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9222'^^xsd:integer;
  dwc:scientificName 'Halacarellus alvinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.2833'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '114917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -32.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-32.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -32.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-32.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9209'^^xsd:integer;
  dwc:scientificName 'Copidognathus alvinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.2833'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '114818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -32.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-32.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -32.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-32.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7275'^^xsd:integer;
  dwc:scientificName 'Aphotopontius atlanteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.2833'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '135800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2938 -32.2825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2938"^^xsd:decimal ;
  dwc:decimalLongitude "-32.2825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2938 -32.2825)"^^geo:wktLiteral ;
  geo-pos:lat "37.2938"^^xsd:decimal ;
  geo-pos:long "-32.2825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9225'^^xsd:integer;
  dwc:scientificName 'Halacarellus alvinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.2825'^^xsd:double;
  dwc:latitude '37.2938'^^xsd:double;
  dwc:aphiaid '114917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.28 -32.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.28"^^xsd:decimal ;
  dwc:decimalLongitude "-32.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.28 -32.28)"^^geo:wktLiteral ;
  geo-pos:lat "37.28"^^xsd:decimal ;
  geo-pos:long "-32.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3359'^^xsd:integer;
  dwc:scientificName 'Thylakogaster lobotourus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.28'^^xsd:double;
  dwc:latitude '37.28'^^xsd:double;
  dwc:aphiaid '263526'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263526'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2893 -32.2773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2893"^^xsd:decimal ;
  dwc:decimalLongitude "-32.2773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2893 -32.2773)"^^geo:wktLiteral ;
  geo-pos:lat "37.2893"^^xsd:decimal ;
  geo-pos:long "-32.2773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9224'^^xsd:integer;
  dwc:scientificName 'Halacarellus alvinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.2773'^^xsd:double;
  dwc:latitude '37.2893'^^xsd:double;
  dwc:aphiaid '114917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2887 -32.2752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2887"^^xsd:decimal ;
  dwc:decimalLongitude "-32.2752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2887 -32.2752)"^^geo:wktLiteral ;
  geo-pos:lat "37.2887"^^xsd:decimal ;
  geo-pos:long "-32.2752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9210'^^xsd:integer;
  dwc:scientificName 'Copidognathus alvinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.2752'^^xsd:double;
  dwc:latitude '37.2887'^^xsd:double;
  dwc:aphiaid '114818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2882 -32.2742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2882"^^xsd:decimal ;
  dwc:decimalLongitude "-32.2742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2882 -32.2742)"^^geo:wktLiteral ;
  geo-pos:lat "37.2882"^^xsd:decimal ;
  geo-pos:long "-32.2742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7458'^^xsd:integer;
  dwc:scientificName 'Heptnerina confusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-32.2742'^^xsd:double;
  dwc:latitude '37.2882'^^xsd:double;
  dwc:aphiaid '362274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '874139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 -31.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 -31.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.3667"^^xsd:decimal ;
  geo-pos:long "-31.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '736'^^xsd:integer;
  dwc:scientificName 'Hemilamprops normani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-31.4167'^^xsd:double;
  dwc:latitude '39.3667'^^xsd:double;
  dwc:aphiaid '110512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 -31.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-31.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 -31.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.3667"^^xsd:decimal ;
  geo-pos:long "-31.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '743'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-31.4167'^^xsd:double;
  dwc:latitude '39.3667'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5167 -31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5167 -31.2)"^^geo:wktLiteral ;
  geo-pos:lat "64.5167"^^xsd:decimal ;
  geo-pos:long "-31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9594'^^xsd:integer;
  dwc:scientificName 'Dendoricella rhopalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-31.2'^^xsd:double;
  dwc:latitude '64.5167'^^xsd:double;
  dwc:aphiaid '133519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5667 -31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5667 -31.2)"^^geo:wktLiteral ;
  geo-pos:lat "64.5667"^^xsd:decimal ;
  geo-pos:long "-31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4129'^^xsd:integer;
  dwc:scientificName 'Apseudes tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-31.2'^^xsd:double;
  dwc:latitude '64.5667'^^xsd:double;
  dwc:aphiaid '136287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5667 -31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5667 -31.2)"^^geo:wktLiteral ;
  geo-pos:lat "64.5667"^^xsd:decimal ;
  geo-pos:long "-31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9596'^^xsd:integer;
  dwc:scientificName 'Dendoricella rhopalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-31.2'^^xsd:double;
  dwc:latitude '64.5667'^^xsd:double;
  dwc:aphiaid '133519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.7333 -31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.7333 -31)"^^geo:wktLiteral ;
  geo-pos:lat "64.7333"^^xsd:decimal ;
  geo-pos:long "-31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '856'^^xsd:integer;
  dwc:scientificName 'Leptostylis longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-31'^^xsd:integer;
  dwc:latitude '64.7333'^^xsd:double;
  dwc:aphiaid '110503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:856'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.7333 -31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.7333 -31)"^^geo:wktLiteral ;
  geo-pos:lat "64.7333"^^xsd:decimal ;
  geo-pos:long "-31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10052'^^xsd:integer;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-31'^^xsd:integer;
  dwc:latitude '64.7333'^^xsd:double;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -30.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -30.65)"^^geo:wktLiteral ;
  geo-pos:lat "61.7333"^^xsd:decimal ;
  geo-pos:long "-30.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9597'^^xsd:integer;
  dwc:scientificName 'Dendoricella rhopalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.65'^^xsd:double;
  dwc:latitude '61.7333'^^xsd:double;
  dwc:aphiaid '133519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4683 -30.5283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-30.5283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4683 -30.5283)"^^geo:wktLiteral ;
  geo-pos:lat "-74.4683"^^xsd:decimal ;
  geo-pos:long "-30.5283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12024'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.5283'^^xsd:double;
  dwc:latitude '-74.4683'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4683 -30.5283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-30.5283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4683 -30.5283)"^^geo:wktLiteral ;
  geo-pos:lat "-74.4683"^^xsd:decimal ;
  geo-pos:long "-30.5283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12199'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.5283'^^xsd:double;
  dwc:latitude '-74.4683'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4683 -30.5283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-30.5283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4683 -30.5283)"^^geo:wktLiteral ;
  geo-pos:lat "-74.4683"^^xsd:decimal ;
  geo-pos:long "-30.5283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12266'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.5283'^^xsd:double;
  dwc:latitude '-74.4683'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4683 -30.5283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-30.5283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4683 -30.5283)"^^geo:wktLiteral ;
  geo-pos:lat "-74.4683"^^xsd:decimal ;
  geo-pos:long "-30.5283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11823'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.5283'^^xsd:double;
  dwc:latitude '-74.4683'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.7933 -30.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.7933"^^xsd:decimal ;
  dwc:decimalLongitude "-30.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.7933 -30.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-72.7933"^^xsd:decimal ;
  geo-pos:long "-30.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11766'^^xsd:integer;
  dwc:scientificName 'Liothyrella aff L. blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.4833'^^xsd:double;
  dwc:latitude '-72.7933'^^xsd:double;
  dwc:aphiaid '231829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -30.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -30.4833)"^^geo:wktLiteral ;
  geo-pos:lat "61.7333"^^xsd:decimal ;
  geo-pos:long "-30.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11195'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.4833'^^xsd:double;
  dwc:latitude '61.7333'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -30.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -30.4833)"^^geo:wktLiteral ;
  geo-pos:lat "61.7333"^^xsd:decimal ;
  geo-pos:long "-30.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9838'^^xsd:integer;
  dwc:scientificName 'Hymedesmia occulta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.4833'^^xsd:double;
  dwc:latitude '61.7333'^^xsd:double;
  dwc:aphiaid '133614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -30.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -30.4833)"^^geo:wktLiteral ;
  geo-pos:lat "61.7333"^^xsd:decimal ;
  geo-pos:long "-30.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9595'^^xsd:integer;
  dwc:scientificName 'Dendoricella rhopalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.4833'^^xsd:double;
  dwc:latitude '61.7333'^^xsd:double;
  dwc:aphiaid '133519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.73 -30.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.73"^^xsd:decimal ;
  dwc:decimalLongitude "-30.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.73 -30.48)"^^geo:wktLiteral ;
  geo-pos:lat "61.73"^^xsd:decimal ;
  geo-pos:long "-30.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3414'^^xsd:integer;
  dwc:scientificName 'Haplomesus angustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.48'^^xsd:double;
  dwc:latitude '61.73'^^xsd:double;
  dwc:aphiaid '423421'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.7917 -30.4717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.7917"^^xsd:decimal ;
  dwc:decimalLongitude "-30.4717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.7917 -30.4717)"^^geo:wktLiteral ;
  geo-pos:lat "-72.7917"^^xsd:decimal ;
  geo-pos:long "-30.4717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4368'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.4717'^^xsd:double;
  dwc:latitude '-72.7917'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4667 -30.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-30.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4667 -30.45)"^^geo:wktLiteral ;
  geo-pos:lat "-73.4667"^^xsd:decimal ;
  geo-pos:long "-30.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11296'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum benhami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.45'^^xsd:double;
  dwc:latitude '-73.4667'^^xsd:double;
  dwc:aphiaid '175031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175031'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4667 -30.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-30.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4667 -30.45)"^^geo:wktLiteral ;
  geo-pos:lat "-73.4667"^^xsd:decimal ;
  geo-pos:long "-30.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11292'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.45'^^xsd:double;
  dwc:latitude '-73.4667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4733 -30.4483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.4733"^^xsd:decimal ;
  dwc:decimalLongitude "-30.4483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4733 -30.4483)"^^geo:wktLiteral ;
  geo-pos:lat "-73.4733"^^xsd:decimal ;
  geo-pos:long "-30.4483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11903'^^xsd:integer;
  dwc:scientificName 'Macandrevia diamantina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.4483'^^xsd:double;
  dwc:latitude '-73.4733'^^xsd:double;
  dwc:aphiaid '235579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4733 -30.4483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.4733"^^xsd:decimal ;
  dwc:decimalLongitude "-30.4483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4733 -30.4483)"^^geo:wktLiteral ;
  geo-pos:lat "-73.4733"^^xsd:decimal ;
  geo-pos:long "-30.4483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11765'^^xsd:integer;
  dwc:scientificName 'Liothyrella aff L. blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.4483'^^xsd:double;
  dwc:latitude '-73.4733'^^xsd:double;
  dwc:aphiaid '231829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4667 -30.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-30.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4667 -30.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-73.4667"^^xsd:decimal ;
  geo-pos:long "-30.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11299'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.4333'^^xsd:double;
  dwc:latitude '-73.4667'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5267 -30.315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.5267"^^xsd:decimal ;
  dwc:decimalLongitude "-30.315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5267 -30.315)"^^geo:wktLiteral ;
  geo-pos:lat "-74.5267"^^xsd:decimal ;
  geo-pos:long "-30.315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4409'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.315'^^xsd:double;
  dwc:latitude '-74.5267'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3833 -30.2292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3833 -30.2292)"^^geo:wktLiteral ;
  geo-pos:lat "38.3833"^^xsd:decimal ;
  geo-pos:long "-30.2292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10056'^^xsd:integer;
  dwc:scientificName 'Thenea schmidti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.2292'^^xsd:double;
  dwc:latitude '38.3833'^^xsd:double;
  dwc:aphiaid '134107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1463287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3833 -30.2292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3833 -30.2292)"^^geo:wktLiteral ;
  geo-pos:lat "38.3833"^^xsd:decimal ;
  geo-pos:long "-30.2292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9865'^^xsd:integer;
  dwc:scientificName 'Leptosia koehleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.2292'^^xsd:double;
  dwc:latitude '38.3833'^^xsd:double;
  dwc:aphiaid '192152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133589'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5167 -30.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-30.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5167 -30.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-75.5167"^^xsd:decimal ;
  geo-pos:long "-30.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11824'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.1333'^^xsd:double;
  dwc:latitude '-75.5167'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1333 -30.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1333 -30.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1333"^^xsd:decimal ;
  geo-pos:long "-30.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9043'^^xsd:integer;
  dwc:scientificName 'Dichromadora weddellensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.0667'^^xsd:double;
  dwc:latitude '-74.1333'^^xsd:double;
  dwc:aphiaid '230019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1333 -30.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1333 -30.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1333"^^xsd:decimal ;
  geo-pos:long "-30.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9045'^^xsd:integer;
  dwc:scientificName 'Dichromadora polarsternis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.0667'^^xsd:double;
  dwc:latitude '-74.1333'^^xsd:double;
  dwc:aphiaid '230022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1333 -30.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-30.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1333 -30.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1333"^^xsd:decimal ;
  geo-pos:long "-30.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9047'^^xsd:integer;
  dwc:scientificName 'Dichromadora polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.0667'^^xsd:double;
  dwc:latitude '-74.1333'^^xsd:double;
  dwc:aphiaid '230023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230023'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.13 -30.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.13"^^xsd:decimal ;
  dwc:decimalLongitude "-30.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.13 -30.05)"^^geo:wktLiteral ;
  geo-pos:lat "-74.13"^^xsd:decimal ;
  geo-pos:long "-30.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3978'^^xsd:integer;
  dwc:scientificName 'Coperonus piniguis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30.05'^^xsd:double;
  dwc:latitude '-74.13'^^xsd:double;
  dwc:aphiaid '175122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21 -30)"^^geo:wktLiteral ;
  geo-pos:lat "21"^^xsd:decimal ;
  geo-pos:long "-30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11100'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:latitude '21'^^xsd:integer;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -30)"^^geo:wktLiteral ;
  geo-pos:lat "40"^^xsd:decimal ;
  geo-pos:long "-30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11099'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:latitude '40'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -30)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "-30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11101'^^xsd:integer;
  dwc:scientificName 'Onchnesoma steenstrupii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:aphiaid '424622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '424622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -30)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "-30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11098'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:latitude '51'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 -30)"^^geo:wktLiteral ;
  geo-pos:lat "56"^^xsd:decimal ;
  geo-pos:long "-30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11097'^^xsd:integer;
  dwc:scientificName 'Golfingia hespera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:latitude '56'^^xsd:integer;
  dwc:aphiaid '424968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -30)"^^geo:wktLiteral ;
  geo-pos:lat "62"^^xsd:decimal ;
  geo-pos:long "-30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11096'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:latitude '62'^^xsd:integer;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.5 -29.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.5"^^xsd:decimal ;
  dwc:decimalLongitude "-29.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.5 -29.995)"^^geo:wktLiteral ;
  geo-pos:lat "4.5"^^xsd:decimal ;
  geo-pos:long "-29.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10196'^^xsd:integer;
  dwc:scientificName 'Sipunculus lomonossovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.995'^^xsd:double;
  dwc:latitude '4.5'^^xsd:double;
  dwc:aphiaid '424074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.5 -29.9853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.5"^^xsd:decimal ;
  dwc:decimalLongitude "-29.9853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.5 -29.9853)"^^geo:wktLiteral ;
  geo-pos:lat "4.5"^^xsd:decimal ;
  geo-pos:long "-29.9853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11102'^^xsd:integer;
  dwc:scientificName 'Sipunculus lomonossovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.9853'^^xsd:double;
  dwc:latitude '4.5'^^xsd:double;
  dwc:aphiaid '424074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2167 -29.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2167 -29.8333)"^^geo:wktLiteral ;
  geo-pos:lat "59.2167"^^xsd:decimal ;
  geo-pos:long "-29.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6646'^^xsd:integer;
  dwc:scientificName 'Rythabis atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.8333'^^xsd:double;
  dwc:latitude '59.2167'^^xsd:double;
  dwc:aphiaid '104888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2167 -29.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2167 -29.8333)"^^geo:wktLiteral ;
  geo-pos:lat "59.2167"^^xsd:decimal ;
  geo-pos:long "-29.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6647'^^xsd:integer;
  dwc:scientificName 'Tharybis angularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.8333'^^xsd:double;
  dwc:latitude '59.2167'^^xsd:double;
  dwc:aphiaid '104889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104889'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2167 -29.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-29.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2167 -29.8333)"^^geo:wktLiteral ;
  geo-pos:lat "59.2167"^^xsd:decimal ;
  geo-pos:long "-29.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6648'^^xsd:integer;
  dwc:scientificName 'Tharybis crenata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.8333'^^xsd:double;
  dwc:latitude '59.2167'^^xsd:double;
  dwc:aphiaid '104890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.16 -29.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.16"^^xsd:decimal ;
  dwc:decimalLongitude "-29.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.16 -29.69)"^^geo:wktLiteral ;
  geo-pos:lat "-74.16"^^xsd:decimal ;
  geo-pos:long "-29.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3979'^^xsd:integer;
  dwc:scientificName 'Coperonus piniguis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.69'^^xsd:double;
  dwc:latitude '-74.16'^^xsd:double;
  dwc:aphiaid '175122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4667 -29.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.4667 -29.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-74.4667"^^xsd:decimal ;
  geo-pos:long "-29.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2120'^^xsd:integer;
  dwc:scientificName 'Diastylis galeronae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.6833'^^xsd:double;
  dwc:latitude '-74.4667'^^xsd:double;
  dwc:aphiaid '181945'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181945'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1667 -29.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1667 -29.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1667"^^xsd:decimal ;
  geo-pos:long "-29.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9970'^^xsd:integer;
  dwc:scientificName 'Rossella racovitzae racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.6833'^^xsd:double;
  dwc:latitude '-74.1667'^^xsd:double;
  dwc:aphiaid '172107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172107'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1667 -29.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1667 -29.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1667"^^xsd:decimal ;
  geo-pos:long "-29.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9357'^^xsd:integer;
  dwc:scientificName 'Bathydorus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.6833'^^xsd:double;
  dwc:latitude '-74.1667'^^xsd:double;
  dwc:aphiaid '172033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '724698'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.15 -29.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.15"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.15 -29.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-74.15"^^xsd:decimal ;
  geo-pos:long "-29.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11067'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.6833'^^xsd:double;
  dwc:latitude '-74.15'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.15 -29.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.15"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.15 -29.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-74.15"^^xsd:decimal ;
  geo-pos:long "-29.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11069'^^xsd:integer;
  dwc:scientificName 'Nephasoma eremita ?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.6833'^^xsd:double;
  dwc:latitude '-74.15'^^xsd:double;
  dwc:aphiaid '136057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11069'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.15 -29.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.15"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.15 -29.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-74.15"^^xsd:decimal ;
  geo-pos:long "-29.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11068'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.6833'^^xsd:double;
  dwc:latitude '-74.15'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11068'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.15 -29.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.15"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.15 -29.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-74.15"^^xsd:decimal ;
  geo-pos:long "-29.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2121'^^xsd:integer;
  dwc:scientificName 'Diastylis galeronae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.6833'^^xsd:double;
  dwc:latitude '-74.15'^^xsd:double;
  dwc:aphiaid '181945'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181945'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.1667 -29.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.1667 -29.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-70.1667"^^xsd:decimal ;
  geo-pos:long "-29.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9910'^^xsd:integer;
  dwc:scientificName 'Myxilla asigmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.6833'^^xsd:double;
  dwc:latitude '-70.1667'^^xsd:double;
  dwc:aphiaid '169443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '723279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.6667)"^^geo:wktLiteral ;
  geo-pos:lat "33.2"^^xsd:decimal ;
  geo-pos:long "-29.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16724'^^xsd:integer;
  dwc:scientificName 'Bathyneaera tillamookensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.6667'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:aphiaid '408525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1833 -29.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-29.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1833 -29.65)"^^geo:wktLiteral ;
  geo-pos:lat "38.1833"^^xsd:decimal ;
  geo-pos:long "-29.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10892'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.65'^^xsd:double;
  dwc:latitude '38.1833'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.77 -29.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.77"^^xsd:decimal ;
  dwc:decimalLongitude "-29.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.77 -29.47)"^^geo:wktLiteral ;
  geo-pos:lat "-0.77"^^xsd:decimal ;
  geo-pos:long "-29.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3352'^^xsd:integer;
  dwc:scientificName 'Thylakogaster peterpauli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.47'^^xsd:double;
  dwc:latitude '-0.77'^^xsd:double;
  dwc:aphiaid '263528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.77 -29.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.77"^^xsd:decimal ;
  dwc:decimalLongitude "-29.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.77 -29.47)"^^geo:wktLiteral ;
  geo-pos:lat "-0.77"^^xsd:decimal ;
  geo-pos:long "-29.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3361'^^xsd:integer;
  dwc:scientificName 'Abyssaranea rupis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.47'^^xsd:double;
  dwc:latitude '-0.77'^^xsd:double;
  dwc:aphiaid '258627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258627'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.77 -29.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.77"^^xsd:decimal ;
  dwc:decimalLongitude "-29.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.77 -29.47)"^^geo:wktLiteral ;
  geo-pos:lat "-0.77"^^xsd:decimal ;
  geo-pos:long "-29.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3903'^^xsd:integer;
  dwc:scientificName 'Ilyarachna triangulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.47'^^xsd:double;
  dwc:latitude '-0.77'^^xsd:double;
  dwc:aphiaid '255872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.77 -29.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.77"^^xsd:decimal ;
  dwc:decimalLongitude "-29.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.77 -29.47)"^^geo:wktLiteral ;
  geo-pos:lat "0.77"^^xsd:decimal ;
  geo-pos:long "-29.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3753'^^xsd:integer;
  dwc:scientificName 'Eurycope friesae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.47'^^xsd:double;
  dwc:latitude '0.77'^^xsd:double;
  dwc:aphiaid '255739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '956'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:956'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '970'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '971'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '962'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '984'^^xsd:integer;
  dwc:scientificName 'Campylaspis glebulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1642'^^xsd:integer;
  dwc:scientificName 'Procampylaspis acanthomma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1887'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1809'^^xsd:integer;
  dwc:scientificName 'Procampylaspis profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '284'^^xsd:integer;
  dwc:scientificName 'Procampylaspis profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '293'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A43> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '43'^^xsd:integer;
  dwc:scientificName 'Campylaspis glebulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:43'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2651'^^xsd:integer;
  dwc:scientificName 'Paralamprops girardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A35> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '35'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:35'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A30> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '30'^^xsd:integer;
  dwc:scientificName 'Campylaspis aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:30'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '264'^^xsd:integer;
  dwc:scientificName 'Procampylaspis acanthomma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2530'^^xsd:integer;
  dwc:scientificName 'Atlantistylis chauvini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '181914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10104'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15212'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15207'^^xsd:integer;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15203'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15205'^^xsd:integer;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15206'^^xsd:integer;
  dwc:scientificName 'Lametila abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '506199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15211'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15208'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15209'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15210'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15202'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15201'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15214'^^xsd:integer;
  dwc:scientificName 'Lyonsiella formosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '406051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15215'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15216'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '-0.766667'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.766667 -29.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.766667 -29.4667)"^^geo:wktLiteral ;
  geo-pos:lat "0.766667"^^xsd:decimal ;
  geo-pos:long "-29.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4359'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4667'^^xsd:double;
  dwc:latitude '0.766667'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.76 -29.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.76"^^xsd:decimal ;
  dwc:decimalLongitude "-29.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.76 -29.43)"^^geo:wktLiteral ;
  geo-pos:lat "-0.76"^^xsd:decimal ;
  geo-pos:long "-29.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2913'^^xsd:integer;
  dwc:scientificName 'Disparella valida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.43'^^xsd:double;
  dwc:latitude '-0.76'^^xsd:double;
  dwc:aphiaid '118547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.56 -29.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.56"^^xsd:decimal ;
  dwc:decimalLongitude "-29.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.56 -29.43)"^^geo:wktLiteral ;
  geo-pos:lat "-0.56"^^xsd:decimal ;
  geo-pos:long "-29.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2921'^^xsd:integer;
  dwc:scientificName 'Eugerda fulcimandibulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.43'^^xsd:double;
  dwc:latitude '-0.56'^^xsd:double;
  dwc:aphiaid '118552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.75 -29.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.75"^^xsd:decimal ;
  dwc:decimalLongitude "-29.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.75 -29.43)"^^geo:wktLiteral ;
  geo-pos:lat "0.75"^^xsd:decimal ;
  geo-pos:long "-29.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2975'^^xsd:integer;
  dwc:scientificName 'Prochelator abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.43'^^xsd:double;
  dwc:latitude '0.75'^^xsd:double;
  dwc:aphiaid '118583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.75 -29.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.75"^^xsd:decimal ;
  dwc:decimalLongitude "-29.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.75 -29.43)"^^geo:wktLiteral ;
  geo-pos:lat "0.75"^^xsd:decimal ;
  geo-pos:long "-29.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2938'^^xsd:integer;
  dwc:scientificName 'Eugerdella ischnomesoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.43'^^xsd:double;
  dwc:latitude '0.75'^^xsd:double;
  dwc:aphiaid '118565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.75 -29.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.75"^^xsd:decimal ;
  dwc:decimalLongitude "-29.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.75 -29.43)"^^geo:wktLiteral ;
  geo-pos:lat "0.75"^^xsd:decimal ;
  geo-pos:long "-29.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2926'^^xsd:integer;
  dwc:scientificName 'Eugerda fulcimandibulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.43'^^xsd:double;
  dwc:latitude '0.75'^^xsd:double;
  dwc:aphiaid '118552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.4 -29.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.4 -29.43)"^^geo:wktLiteral ;
  geo-pos:lat "4.4"^^xsd:decimal ;
  geo-pos:long "-29.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2888'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.43'^^xsd:double;
  dwc:latitude '4.4'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.77 -29.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.77"^^xsd:decimal ;
  dwc:decimalLongitude "-29.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.77 -29.42)"^^geo:wktLiteral ;
  geo-pos:lat "0.77"^^xsd:decimal ;
  geo-pos:long "-29.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3791'^^xsd:integer;
  dwc:scientificName 'Eurycope juvenalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.42'^^xsd:double;
  dwc:latitude '0.77'^^xsd:double;
  dwc:aphiaid '255745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-29.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.7667 -29.4)"^^geo:wktLiteral ;
  geo-pos:lat "-0.7667"^^xsd:decimal ;
  geo-pos:long "-29.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1888'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.4'^^xsd:double;
  dwc:latitude '-0.7667'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5333 -29.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-29.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5333 -29.3)"^^geo:wktLiteral ;
  geo-pos:lat "-74.5333"^^xsd:decimal ;
  geo-pos:long "-29.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9050'^^xsd:integer;
  dwc:scientificName 'Dichromadora polarsternis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.3'^^xsd:double;
  dwc:latitude '-74.5333'^^xsd:double;
  dwc:aphiaid '230022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5333 -29.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-29.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5333 -29.3)"^^geo:wktLiteral ;
  geo-pos:lat "-74.5333"^^xsd:decimal ;
  geo-pos:long "-29.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2122'^^xsd:integer;
  dwc:scientificName 'Diastylis galeronae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.3'^^xsd:double;
  dwc:latitude '-74.5333'^^xsd:double;
  dwc:aphiaid '181945'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181945'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5333 -29.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-29.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5333 -29.3)"^^geo:wktLiteral ;
  geo-pos:lat "-74.5333"^^xsd:decimal ;
  geo-pos:long "-29.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2123'^^xsd:integer;
  dwc:scientificName 'Diastylis galeronae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.3'^^xsd:double;
  dwc:latitude '-74.5333'^^xsd:double;
  dwc:aphiaid '181945'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181945'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5367 -29.295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-29.295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5367 -29.295)"^^geo:wktLiteral ;
  geo-pos:lat "-73.5367"^^xsd:decimal ;
  geo-pos:long "-29.295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8269'^^xsd:integer;
  dwc:scientificName 'Molgolaimus liberalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.295'^^xsd:double;
  dwc:latitude '-73.5367'^^xsd:double;
  dwc:aphiaid '477198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477198'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.75 -29.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.75"^^xsd:decimal ;
  dwc:decimalLongitude "-29.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.75 -29.1)"^^geo:wktLiteral ;
  geo-pos:lat "64.75"^^xsd:decimal ;
  geo-pos:long "-29.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5319'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.1'^^xsd:double;
  dwc:latitude '64.75'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5319'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.9983 -29.045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.9983"^^xsd:decimal ;
  dwc:decimalLongitude "-29.045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.9983 -29.045)"^^geo:wktLiteral ;
  geo-pos:lat "-14.9983"^^xsd:decimal ;
  geo-pos:long "-29.045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7451'^^xsd:integer;
  dwc:scientificName 'Giselina cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.045'^^xsd:double;
  dwc:latitude '-14.9983'^^xsd:double;
  dwc:aphiaid '346501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5 -29.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5"^^xsd:decimal ;
  dwc:decimalLongitude "-29.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5 -29.0333)"^^geo:wktLiteral ;
  geo-pos:lat "39.5"^^xsd:decimal ;
  geo-pos:long "-29.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '753'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29.0333'^^xsd:double;
  dwc:latitude '39.5'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57 -29)"^^geo:wktLiteral ;
  geo-pos:lat "-57"^^xsd:decimal ;
  geo-pos:long "-29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10274'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-29'^^xsd:integer;
  dwc:latitude '-57'^^xsd:integer;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -28.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -28.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.4"^^xsd:decimal ;
  geo-pos:long "-28.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '898'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.8333'^^xsd:double;
  dwc:latitude '64.4'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -28.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -28.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.4"^^xsd:decimal ;
  geo-pos:long "-28.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8570'^^xsd:integer;
  dwc:scientificName 'Deontostoma arcticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.8333'^^xsd:double;
  dwc:latitude '64.4'^^xsd:double;
  dwc:aphiaid '121982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -28.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -28.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.4"^^xsd:decimal ;
  geo-pos:long "-28.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8571'^^xsd:integer;
  dwc:scientificName 'Thoracostoma elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.8333'^^xsd:double;
  dwc:latitude '64.4'^^xsd:double;
  dwc:aphiaid '229997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -28.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -28.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.4"^^xsd:decimal ;
  geo-pos:long "-28.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4218'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.8333'^^xsd:double;
  dwc:latitude '64.4'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.5352 -28.7822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.5352"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.5352 -28.7822)"^^geo:wktLiteral ;
  geo-pos:lat "30.5352"^^xsd:decimal ;
  geo-pos:long "-28.7822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7939'^^xsd:integer;
  dwc:scientificName 'Eurycletodes sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.7822'^^xsd:double;
  dwc:latitude '30.5352'^^xsd:double;
  dwc:aphiaid '115225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115225'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.5352 -28.7822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.5352"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.5352 -28.7822)"^^geo:wktLiteral ;
  geo-pos:lat "30.5352"^^xsd:decimal ;
  geo-pos:long "-28.7822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7989'^^xsd:integer;
  dwc:scientificName 'Bodinia peterrummi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.7822'^^xsd:double;
  dwc:latitude '30.5352'^^xsd:double;
  dwc:aphiaid '362191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1348671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.762 -28.7385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.762"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.762 -28.7385)"^^geo:wktLiteral ;
  geo-pos:lat "29.762"^^xsd:decimal ;
  geo-pos:long "-28.7385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7932'^^xsd:integer;
  dwc:scientificName 'Perissocope sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.7385'^^xsd:double;
  dwc:latitude '29.762'^^xsd:double;
  dwc:aphiaid '115350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115350'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.762 -28.7385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.762"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.762 -28.7385)"^^geo:wktLiteral ;
  geo-pos:lat "29.762"^^xsd:decimal ;
  geo-pos:long "-28.7385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7985'^^xsd:integer;
  dwc:scientificName 'Dorsiceratus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.7385'^^xsd:double;
  dwc:latitude '29.762'^^xsd:double;
  dwc:aphiaid '115215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7985'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115215'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.9667 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.9667 -28.7)"^^geo:wktLiteral ;
  geo-pos:lat "55.9667"^^xsd:decimal ;
  geo-pos:long "-28.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4407'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:latitude '55.9667'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8217 -28.6183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8217"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8217 -28.6183)"^^geo:wktLiteral ;
  geo-pos:lat "29.8217"^^xsd:decimal ;
  geo-pos:long "-28.6183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7666'^^xsd:integer;
  dwc:scientificName 'Bodinia peterrummi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.6183'^^xsd:double;
  dwc:latitude '29.8217'^^xsd:double;
  dwc:aphiaid '362191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1348671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.822"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  geo-pos:lat "29.822"^^xsd:decimal ;
  geo-pos:long "-28.6172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7933'^^xsd:integer;
  dwc:scientificName 'Parargestes sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.6172'^^xsd:double;
  dwc:latitude '29.822'^^xsd:double;
  dwc:aphiaid '115233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115233'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.822"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  geo-pos:lat "29.822"^^xsd:decimal ;
  geo-pos:long "-28.6172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7935'^^xsd:integer;
  dwc:scientificName 'Cletodes sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.6172'^^xsd:double;
  dwc:latitude '29.822'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7935'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.822"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  geo-pos:lat "29.822"^^xsd:decimal ;
  geo-pos:long "-28.6172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7964'^^xsd:integer;
  dwc:scientificName 'Eurycletodes sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.6172'^^xsd:double;
  dwc:latitude '29.822'^^xsd:double;
  dwc:aphiaid '115225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7964'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115225'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.822"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  geo-pos:lat "29.822"^^xsd:decimal ;
  geo-pos:long "-28.6172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7998'^^xsd:integer;
  dwc:scientificName 'Bodinia meteorensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.6172'^^xsd:double;
  dwc:latitude '29.822'^^xsd:double;
  dwc:aphiaid '362192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.822"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  geo-pos:lat "29.822"^^xsd:decimal ;
  geo-pos:long "-28.6172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8000'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.6172'^^xsd:double;
  dwc:latitude '29.822'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.822"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  geo-pos:lat "29.822"^^xsd:decimal ;
  geo-pos:long "-28.6172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7982'^^xsd:integer;
  dwc:scientificName 'Eurycletodes sp. 7'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.6172'^^xsd:double;
  dwc:latitude '29.822'^^xsd:double;
  dwc:aphiaid '115225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115225'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.822"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  geo-pos:lat "29.822"^^xsd:decimal ;
  geo-pos:long "-28.6172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7977'^^xsd:integer;
  dwc:scientificName 'Bodinia peterrummi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.6172'^^xsd:double;
  dwc:latitude '29.822'^^xsd:double;
  dwc:aphiaid '362191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1348671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.822"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.822 -28.6172)"^^geo:wktLiteral ;
  geo-pos:lat "29.822"^^xsd:decimal ;
  geo-pos:long "-28.6172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7943'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 8'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.6172'^^xsd:double;
  dwc:latitude '29.822'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1372 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1372"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1372 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.1372"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7934'^^xsd:integer;
  dwc:scientificName 'Cletodes sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.1372'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1372 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1372"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1372 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.1372"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7965'^^xsd:integer;
  dwc:scientificName 'Malacopsyllus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.1372'^^xsd:double;
  dwc:aphiaid '115197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7965'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115197'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1372 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1372"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1372 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.1372"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7974'^^xsd:integer;
  dwc:scientificName 'Bodinia peterrummi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.1372'^^xsd:double;
  dwc:aphiaid '362191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1348671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9138'^^xsd:integer;
  dwc:scientificName 'Glochinema kentosuarides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:aphiaid '231328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7670'^^xsd:integer;
  dwc:scientificName 'Bodinia peterrummi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:aphiaid '362191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1348671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.5477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.5477)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.5477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7926'^^xsd:integer;
  dwc:scientificName 'Bodinia peterrummi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.5477'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:aphiaid '362191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1348671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.5477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.5477)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.5477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7984'^^xsd:integer;
  dwc:scientificName 'Malacopsyllus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.5477'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:aphiaid '115197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115197'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0333 -28.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0333 -28.5333)"^^geo:wktLiteral ;
  geo-pos:lat "30.0333"^^xsd:decimal ;
  geo-pos:long "-28.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7668'^^xsd:integer;
  dwc:scientificName 'Bodinia peterrummi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.5333'^^xsd:double;
  dwc:latitude '30.0333'^^xsd:double;
  dwc:aphiaid '362191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1348671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.5363 -28.4982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.5363"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.5363 -28.4982)"^^geo:wktLiteral ;
  geo-pos:lat "29.5363"^^xsd:decimal ;
  geo-pos:long "-28.4982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7957'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.4982'^^xsd:double;
  dwc:latitude '29.5363'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -28.4683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -28.4683)"^^geo:wktLiteral ;
  geo-pos:lat "38.9833"^^xsd:decimal ;
  geo-pos:long "-28.4683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11197'^^xsd:integer;
  dwc:scientificName 'Phascolion Hirondellei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.4683'^^xsd:double;
  dwc:latitude '38.9833'^^xsd:double;
  dwc:aphiaid '425272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0667 -28.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0667 -28.4667)"^^geo:wktLiteral ;
  geo-pos:lat "39.0667"^^xsd:decimal ;
  geo-pos:long "-28.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10393'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.4667'^^xsd:double;
  dwc:latitude '39.0667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0667 -28.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0667 -28.4333)"^^geo:wktLiteral ;
  geo-pos:lat "39.0667"^^xsd:decimal ;
  geo-pos:long "-28.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10893'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.4333'^^xsd:double;
  dwc:latitude '39.0667'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8037 -28.3788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8037"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8037 -28.3788)"^^geo:wktLiteral ;
  geo-pos:lat "29.8037"^^xsd:decimal ;
  geo-pos:long "-28.3788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7981'^^xsd:integer;
  dwc:scientificName 'Perissocope sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.3788'^^xsd:double;
  dwc:latitude '29.8037'^^xsd:double;
  dwc:aphiaid '115350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115350'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8037 -28.3788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8037"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8037 -28.3788)"^^geo:wktLiteral ;
  geo-pos:lat "29.8037"^^xsd:decimal ;
  geo-pos:long "-28.3788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7987'^^xsd:integer;
  dwc:scientificName 'Malacopsyllus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.3788'^^xsd:double;
  dwc:latitude '29.8037'^^xsd:double;
  dwc:aphiaid '115197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115197'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.715 -28.3783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.715"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.715 -28.3783)"^^geo:wktLiteral ;
  geo-pos:lat "29.715"^^xsd:decimal ;
  geo-pos:long "-28.3783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7665'^^xsd:integer;
  dwc:scientificName 'Bodinia peterrummi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.3783'^^xsd:double;
  dwc:latitude '29.715'^^xsd:double;
  dwc:aphiaid '362191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1348671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8983 -28.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8983"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8983 -28.3667)"^^geo:wktLiteral ;
  geo-pos:lat "29.8983"^^xsd:decimal ;
  geo-pos:long "-28.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7669'^^xsd:integer;
  dwc:scientificName 'Bodinia peterrummi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.3667'^^xsd:double;
  dwc:latitude '29.8983'^^xsd:double;
  dwc:aphiaid '362191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1348671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.325)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7667'^^xsd:integer;
  dwc:scientificName 'Bodinia meteorensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.325'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:aphiaid '362192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -28.3014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -28.3014)"^^geo:wktLiteral ;
  geo-pos:lat "38.9833"^^xsd:decimal ;
  geo-pos:long "-28.3014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10013'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.3014'^^xsd:double;
  dwc:latitude '38.9833'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -28.3014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -28.3014)"^^geo:wktLiteral ;
  geo-pos:lat "38.9833"^^xsd:decimal ;
  geo-pos:long "-28.3014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10055'^^xsd:integer;
  dwc:scientificName 'Thenea schmidti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.3014'^^xsd:double;
  dwc:latitude '38.9833'^^xsd:double;
  dwc:aphiaid '134107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1463287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -28.3014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9833 -28.3014)"^^geo:wktLiteral ;
  geo-pos:lat "38.9833"^^xsd:decimal ;
  geo-pos:long "-28.3014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10069'^^xsd:integer;
  dwc:scientificName 'Trichostemma sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.3014'^^xsd:double;
  dwc:latitude '38.9833'^^xsd:double;
  dwc:aphiaid '134228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10069'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1874602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8805"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  geo-pos:lat "29.8805"^^xsd:decimal ;
  geo-pos:long "-28.2455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7942'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.2455'^^xsd:double;
  dwc:latitude '29.8805'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8805"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  geo-pos:lat "29.8805"^^xsd:decimal ;
  geo-pos:long "-28.2455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7946'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.2455'^^xsd:double;
  dwc:latitude '29.8805'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8805"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  geo-pos:lat "29.8805"^^xsd:decimal ;
  geo-pos:long "-28.2455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7947'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.2455'^^xsd:double;
  dwc:latitude '29.8805'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8805"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  geo-pos:lat "29.8805"^^xsd:decimal ;
  geo-pos:long "-28.2455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7952'^^xsd:integer;
  dwc:scientificName 'Dizahavia sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.2455'^^xsd:double;
  dwc:latitude '29.8805'^^xsd:double;
  dwc:aphiaid '149974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '149974'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8805"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  geo-pos:lat "29.8805"^^xsd:decimal ;
  geo-pos:long "-28.2455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7996'^^xsd:integer;
  dwc:scientificName 'Dorsiceratus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.2455'^^xsd:double;
  dwc:latitude '29.8805'^^xsd:double;
  dwc:aphiaid '115215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115215'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8805"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  geo-pos:lat "29.8805"^^xsd:decimal ;
  geo-pos:long "-28.2455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8001'^^xsd:integer;
  dwc:scientificName 'Bodinia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.2455'^^xsd:double;
  dwc:latitude '29.8805'^^xsd:double;
  dwc:aphiaid '236367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '236367'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8805"^^xsd:decimal ;
  dwc:decimalLongitude "-28.2455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8805 -28.2455)"^^geo:wktLiteral ;
  geo-pos:lat "29.8805"^^xsd:decimal ;
  geo-pos:long "-28.2455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7973'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 7'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.2455'^^xsd:double;
  dwc:latitude '29.8805'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2038 -28.237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2038"^^xsd:decimal ;
  dwc:decimalLongitude "-28.237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2038 -28.237)"^^geo:wktLiteral ;
  geo-pos:lat "30.2038"^^xsd:decimal ;
  geo-pos:long "-28.237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7936'^^xsd:integer;
  dwc:scientificName 'Eurycletodes sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.237'^^xsd:double;
  dwc:latitude '30.2038'^^xsd:double;
  dwc:aphiaid '115225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115225'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2038 -28.237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2038"^^xsd:decimal ;
  dwc:decimalLongitude "-28.237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2038 -28.237)"^^geo:wktLiteral ;
  geo-pos:lat "30.2038"^^xsd:decimal ;
  geo-pos:long "-28.237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7980'^^xsd:integer;
  dwc:scientificName 'Parargestes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.237'^^xsd:double;
  dwc:latitude '30.2038'^^xsd:double;
  dwc:aphiaid '115233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115233'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2038 -28.237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2038"^^xsd:decimal ;
  dwc:decimalLongitude "-28.237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2038 -28.237)"^^geo:wktLiteral ;
  geo-pos:lat "30.2038"^^xsd:decimal ;
  geo-pos:long "-28.237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7972'^^xsd:integer;
  dwc:scientificName 'Argestes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.237'^^xsd:double;
  dwc:latitude '30.2038'^^xsd:double;
  dwc:aphiaid '115222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115222'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8333 -28.1433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8333 -28.1433)"^^geo:wktLiteral ;
  geo-pos:lat "29.8333"^^xsd:decimal ;
  geo-pos:long "-28.1433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5291'^^xsd:integer;
  dwc:scientificName 'Typhlotanais mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.1433'^^xsd:double;
  dwc:latitude '29.8333'^^xsd:double;
  dwc:aphiaid '136569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85 -28.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85 -28.1167)"^^geo:wktLiteral ;
  geo-pos:lat "29.85"^^xsd:decimal ;
  geo-pos:long "-28.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4486'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.1167'^^xsd:double;
  dwc:latitude '29.85'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85 -28.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85 -28.1167)"^^geo:wktLiteral ;
  geo-pos:lat "29.85"^^xsd:decimal ;
  geo-pos:long "-28.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5902'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia basescui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.1167'^^xsd:double;
  dwc:latitude '29.85'^^xsd:double;
  dwc:aphiaid '247493'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5902'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247493'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -28.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -28.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.5667"^^xsd:decimal ;
  geo-pos:long "-28.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '747'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.1'^^xsd:double;
  dwc:latitude '38.5667'^^xsd:double;
  dwc:aphiaid '110602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -28.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5667 -28.1)"^^geo:wktLiteral ;
  geo-pos:lat "38.5667"^^xsd:decimal ;
  geo-pos:long "-28.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '742'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.1'^^xsd:double;
  dwc:latitude '38.5667'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7941'^^xsd:integer;
  dwc:scientificName 'Eurycletodes sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '115225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115225'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7944'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 9'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7945'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7949'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '115230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115230'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7955'^^xsd:integer;
  dwc:scientificName 'Eurycletodes sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '115225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115225'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7958'^^xsd:integer;
  dwc:scientificName 'Dizahavia sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '149974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '149974'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7929'^^xsd:integer;
  dwc:scientificName 'Dizahavia sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '149974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7929'^^xsd:anyURI;
  dwc:aphiaIdAccepted '149974'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7930'^^xsd:integer;
  dwc:scientificName 'Dizahavia sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '149974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '149974'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7997'^^xsd:integer;
  dwc:scientificName 'Eurycletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '115225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115225'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7994'^^xsd:integer;
  dwc:scientificName 'Eurycletodes sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '115225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115225'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7967'^^xsd:integer;
  dwc:scientificName 'Argestigens sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '115223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115223'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.3043"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.3043 -28.0507)"^^geo:wktLiteral ;
  geo-pos:lat "30.3043"^^xsd:decimal ;
  geo-pos:long "-28.0507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7970'^^xsd:integer;
  dwc:scientificName 'Argestigens sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0507'^^xsd:double;
  dwc:latitude '30.3043'^^xsd:double;
  dwc:aphiaid '115223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115223'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 -28.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 -28.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "-28.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9885'^^xsd:integer;
  dwc:scientificName 'Lophocalyx pseudovalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-28.0167'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:aphiaid '255092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1472281'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6167 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6167 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "60.6167"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5931'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:latitude '60.6167'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.9667 -27.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.9667 -27.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-62.9667"^^xsd:decimal ;
  geo-pos:long "-27.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9895'^^xsd:integer;
  dwc:scientificName 'Malacosaccus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.9333'^^xsd:double;
  dwc:latitude '-62.9667'^^xsd:double;
  dwc:aphiaid '171930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0167 -27.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0167 -27.9167)"^^geo:wktLiteral ;
  geo-pos:lat "39.0167"^^xsd:decimal ;
  geo-pos:long "-27.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '730'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.9167'^^xsd:double;
  dwc:latitude '39.0167'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.965 -27.9022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.965"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.965 -27.9022)"^^geo:wktLiteral ;
  geo-pos:lat "-62.965"^^xsd:decimal ;
  geo-pos:long "-27.9022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7319'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus andeep'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.9022'^^xsd:double;
  dwc:latitude '-62.965'^^xsd:double;
  dwc:aphiaid '293173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7319'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.9672 -27.9013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.9672"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.9672 -27.9013)"^^geo:wktLiteral ;
  geo-pos:lat "-62.9672"^^xsd:decimal ;
  geo-pos:long "-27.9013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7320'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus andeep'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.9013'^^xsd:double;
  dwc:latitude '-62.9672'^^xsd:double;
  dwc:aphiaid '293173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6167 -27.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6167 -27.8667)"^^geo:wktLiteral ;
  geo-pos:lat "60.6167"^^xsd:decimal ;
  geo-pos:long "-27.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '893'^^xsd:integer;
  dwc:scientificName 'Leucon tener'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8667'^^xsd:double;
  dwc:latitude '60.6167'^^xsd:double;
  dwc:aphiaid '110612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6167 -27.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6167 -27.8667)"^^geo:wktLiteral ;
  geo-pos:lat "60.6167"^^xsd:decimal ;
  geo-pos:long "-27.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5321'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8667'^^xsd:double;
  dwc:latitude '60.6167'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6167 -27.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6167 -27.8667)"^^geo:wktLiteral ;
  geo-pos:lat "60.6167"^^xsd:decimal ;
  geo-pos:long "-27.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5376'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8667'^^xsd:double;
  dwc:latitude '60.6167'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.06 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.06 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.06"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2912'^^xsd:integer;
  dwc:scientificName 'Disparella valida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.06'^^xsd:double;
  dwc:aphiaid '118547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '955'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2650'^^xsd:integer;
  dwc:scientificName 'Paralamprops girardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '182248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '972'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '985'^^xsd:integer;
  dwc:scientificName 'Campylaspis glebulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '182403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:985'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3353'^^xsd:integer;
  dwc:scientificName 'Thylakogaster peterpauli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '263528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3360'^^xsd:integer;
  dwc:scientificName 'Abyssaranea rupis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '258627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258627'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15198'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15199'^^xsd:integer;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15200'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15193'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15194'^^xsd:integer;
  dwc:scientificName 'Lyonsiella formosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '406051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15195'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15196'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15197'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15189'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15190'^^xsd:integer;
  dwc:scientificName 'Lametila abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '506199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15191'^^xsd:integer;
  dwc:scientificName 'Cetoconcha braziliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '140842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140842'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15192'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4358'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.05 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "-0.05"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2529'^^xsd:integer;
  dwc:scientificName 'Atlantistylis chauvini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '-0.05'^^xsd:double;
  dwc:aphiaid '181914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.06 -27.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.06 -27.8)"^^geo:wktLiteral ;
  geo-pos:lat "0.06"^^xsd:decimal ;
  geo-pos:long "-27.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2887'^^xsd:integer;
  dwc:scientificName 'Chelator vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.8'^^xsd:double;
  dwc:latitude '0.06'^^xsd:double;
  dwc:aphiaid '118532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.72 -27.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.72"^^xsd:decimal ;
  dwc:decimalLongitude "-27.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.72 -27.68)"^^geo:wktLiteral ;
  geo-pos:lat "-56.72"^^xsd:decimal ;
  geo-pos:long "-27.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4044'^^xsd:integer;
  dwc:scientificName 'Serolis macdonnellae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.68'^^xsd:double;
  dwc:latitude '-56.72'^^xsd:double;
  dwc:aphiaid '295306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.9833 -27.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-27.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.9833 -27.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-61.9833"^^xsd:decimal ;
  geo-pos:long "-27.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11431'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.6667'^^xsd:double;
  dwc:latitude '-61.9833'^^xsd:double;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.4667 -27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.4667 -27.65)"^^geo:wktLiteral ;
  geo-pos:lat "65.4667"^^xsd:decimal ;
  geo-pos:long "-27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '894'^^xsd:integer;
  dwc:scientificName 'Leucon tener'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.65'^^xsd:double;
  dwc:latitude '65.4667'^^xsd:double;
  dwc:aphiaid '110612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4833 -27.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-27.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4833 -27.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.4833"^^xsd:decimal ;
  geo-pos:long "-27.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9529'^^xsd:integer;
  dwc:scientificName 'Cladorhiza inversa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.5167'^^xsd:double;
  dwc:latitude '-37.4833'^^xsd:double;
  dwc:aphiaid '168233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4833 -27.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-27.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4833 -27.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.4833"^^xsd:decimal ;
  geo-pos:long "-27.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9530'^^xsd:integer;
  dwc:scientificName 'Cladorhiza inversa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.5167'^^xsd:double;
  dwc:latitude '-37.4833'^^xsd:double;
  dwc:aphiaid '168233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4833 -27.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-27.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4833 -27.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.4833"^^xsd:decimal ;
  geo-pos:long "-27.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9531'^^xsd:integer;
  dwc:scientificName 'Cladorhiza inversa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.5167'^^xsd:double;
  dwc:latitude '-37.4833'^^xsd:double;
  dwc:aphiaid '168233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3367 -27.5067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.3367"^^xsd:decimal ;
  dwc:decimalLongitude "-27.5067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3367 -27.5067)"^^geo:wktLiteral ;
  geo-pos:lat "-56.3367"^^xsd:decimal ;
  geo-pos:long "-27.5067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11871'^^xsd:integer;
  dwc:scientificName 'Liothyrella notorcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.5067'^^xsd:double;
  dwc:latitude '-56.3367'^^xsd:double;
  dwc:aphiaid '235468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11871'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.2667 -27.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.2667 -27.5)"^^geo:wktLiteral ;
  geo-pos:lat "-56.2667"^^xsd:decimal ;
  geo-pos:long "-27.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11870'^^xsd:integer;
  dwc:scientificName 'Liothyrella notorcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.5'^^xsd:double;
  dwc:latitude '-56.2667'^^xsd:double;
  dwc:aphiaid '235468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3967 -27.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.3967"^^xsd:decimal ;
  dwc:decimalLongitude "-27.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3967 -27.41)"^^geo:wktLiteral ;
  geo-pos:lat "-56.3967"^^xsd:decimal ;
  geo-pos:long "-27.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12399'^^xsd:integer;
  dwc:scientificName 'Syntomaria curiosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.41'^^xsd:double;
  dwc:latitude '-56.3967'^^xsd:double;
  dwc:aphiaid '235682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3967 -27.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.3967"^^xsd:decimal ;
  dwc:decimalLongitude "-27.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.3967 -27.41)"^^geo:wktLiteral ;
  geo-pos:lat "-56.3967"^^xsd:decimal ;
  geo-pos:long "-27.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11869'^^xsd:integer;
  dwc:scientificName 'Liothyrella notorcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.41'^^xsd:double;
  dwc:latitude '-56.3967'^^xsd:double;
  dwc:aphiaid '235468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.2 -27.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.2"^^xsd:decimal ;
  dwc:decimalLongitude "-27.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.2 -27.3983)"^^geo:wktLiteral ;
  geo-pos:lat "-56.2"^^xsd:decimal ;
  geo-pos:long "-27.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12400'^^xsd:integer;
  dwc:scientificName 'Syntomaria curiosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.3983'^^xsd:double;
  dwc:latitude '-56.2'^^xsd:double;
  dwc:aphiaid '235682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8667 -27.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8667 -27.3833)"^^geo:wktLiteral ;
  geo-pos:lat "38.8667"^^xsd:decimal ;
  geo-pos:long "-27.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '731'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.3833'^^xsd:double;
  dwc:latitude '38.8667'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.015 -27.2033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.015"^^xsd:decimal ;
  dwc:decimalLongitude "-27.2033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.015 -27.2033)"^^geo:wktLiteral ;
  geo-pos:lat "-4.015"^^xsd:decimal ;
  geo-pos:long "-27.2033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7450'^^xsd:integer;
  dwc:scientificName 'Sensogiselina reducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.2033'^^xsd:double;
  dwc:latitude '-4.015'^^xsd:double;
  dwc:aphiaid '361750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.015 -27.2033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.015"^^xsd:decimal ;
  dwc:decimalLongitude "-27.2033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.015 -27.2033)"^^geo:wktLiteral ;
  geo-pos:lat "-4.015"^^xsd:decimal ;
  geo-pos:long "-27.2033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7453'^^xsd:integer;
  dwc:scientificName 'Sensogiselina potteki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.2033'^^xsd:double;
  dwc:latitude '-4.015'^^xsd:double;
  dwc:aphiaid '361749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9833 -27.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9833 -27.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-3.9833"^^xsd:decimal ;
  geo-pos:long "-27.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7695'^^xsd:integer;
  dwc:scientificName 'Monchenkiella sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1833'^^xsd:double;
  dwc:latitude '-3.9833'^^xsd:double;
  dwc:aphiaid '347523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347523'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 -27.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.35"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 -27.1667)"^^geo:wktLiteral ;
  geo-pos:lat "54.35"^^xsd:decimal ;
  geo-pos:long "-27.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '249'^^xsd:integer;
  dwc:scientificName 'Paralamprops girardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1667'^^xsd:double;
  dwc:latitude '54.35'^^xsd:double;
  dwc:aphiaid '182248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.75"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -27.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.75"^^xsd:decimal ;
  geo-pos:long "-27.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3328'^^xsd:integer;
  dwc:scientificName 'Haploniscus obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.75'^^xsd:double;
  dwc:aphiaid '118665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3328'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A76> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7667 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A76>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7667 -27.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.7667"^^xsd:decimal ;
  geo-pos:long "-27.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '76'^^xsd:integer;
  dwc:scientificName 'Ceratocuma reyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.7667'^^xsd:double;
  dwc:aphiaid '181906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:76'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -27.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "-27.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3250'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus dilatatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:aphiaid '118650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118650'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -27.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "-27.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3337'^^xsd:integer;
  dwc:scientificName 'Hydroniscus vandeli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:aphiaid '118668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -27.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "-27.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9179'^^xsd:integer;
  dwc:scientificName 'Agaue corollata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:aphiaid '114878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8083 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8083"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8083 -27.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.8083"^^xsd:decimal ;
  geo-pos:long "-27.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8071'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes fontani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.8083'^^xsd:double;
  dwc:aphiaid '115752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8071'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81 -27.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.81"^^xsd:decimal ;
  geo-pos:long "-27.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3543'^^xsd:integer;
  dwc:scientificName 'Janirella priseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.81'^^xsd:double;
  dwc:aphiaid '118708'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8167 -27.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-27.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8167 -27.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.8167"^^xsd:decimal ;
  geo-pos:long "-27.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10789'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.1'^^xsd:double;
  dwc:latitude '36.8167'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -27.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.2"^^xsd:decimal ;
  dwc:decimalLongitude "-27.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -27.0667)"^^geo:wktLiteral ;
  geo-pos:lat "16.2"^^xsd:decimal ;
  geo-pos:long "-27.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9521'^^xsd:integer;
  dwc:scientificName 'Cladorhiza flos abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.0667'^^xsd:double;
  dwc:latitude '16.2'^^xsd:double;
  dwc:aphiaid '168229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168229'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -27.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.2"^^xsd:decimal ;
  dwc:decimalLongitude "-27.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -27.0667)"^^geo:wktLiteral ;
  geo-pos:lat "16.2"^^xsd:decimal ;
  geo-pos:long "-27.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9522'^^xsd:integer;
  dwc:scientificName 'Cladorhiza flos abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.0667'^^xsd:double;
  dwc:latitude '16.2'^^xsd:double;
  dwc:aphiaid '168229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168229'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.15 -27.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.15"^^xsd:decimal ;
  dwc:decimalLongitude "-27.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.15 -27.03)"^^geo:wktLiteral ;
  geo-pos:lat "-55.15"^^xsd:decimal ;
  geo-pos:long "-27.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3963'^^xsd:integer;
  dwc:scientificName 'Disconectes vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.03'^^xsd:double;
  dwc:latitude '-55.15'^^xsd:double;
  dwc:aphiaid '175162'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3963'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175162'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6767 -27.0133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.6767"^^xsd:decimal ;
  dwc:decimalLongitude "-27.0133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.6767 -27.0133)"^^geo:wktLiteral ;
  geo-pos:lat "-56.6767"^^xsd:decimal ;
  geo-pos:long "-27.0133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12397'^^xsd:integer;
  dwc:scientificName 'Syntomaria curiosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.0133'^^xsd:double;
  dwc:latitude '-56.6767'^^xsd:double;
  dwc:aphiaid '235682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.6767 -27.0133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.6767"^^xsd:decimal ;
  dwc:decimalLongitude "-27.0133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.6767 -27.0133)"^^geo:wktLiteral ;
  geo-pos:lat "-54.6767"^^xsd:decimal ;
  geo-pos:long "-27.0133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11868'^^xsd:integer;
  dwc:scientificName 'Liothyrella notorcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27.0133'^^xsd:double;
  dwc:latitude '-54.6767'^^xsd:double;
  dwc:aphiaid '235468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 -27)"^^geo:wktLiteral ;
  geo-pos:lat "-60"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9187'^^xsd:integer;
  dwc:scientificName 'Agaue verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27'^^xsd:integer;
  dwc:latitude '-60'^^xsd:integer;
  dwc:aphiaid '362625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362625'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.15 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.15"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.15 -27)"^^geo:wktLiteral ;
  geo-pos:lat "-55.15"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3573'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia curtispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27'^^xsd:integer;
  dwc:latitude '-55.15'^^xsd:double;
  dwc:aphiaid '255623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8083 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8083"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8083 -27)"^^geo:wktLiteral ;
  geo-pos:lat "36.8083"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4365'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27'^^xsd:integer;
  dwc:latitude '36.8083'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2 -27)"^^geo:wktLiteral ;
  geo-pos:lat "54.2"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3539'^^xsd:integer;
  dwc:scientificName 'Janirella priseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27'^^xsd:integer;
  dwc:latitude '54.2'^^xsd:double;
  dwc:aphiaid '118708'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.35"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 -27)"^^geo:wktLiteral ;
  geo-pos:lat "54.35"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2617'^^xsd:integer;
  dwc:scientificName 'Chalarostylis elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27'^^xsd:integer;
  dwc:latitude '54.35'^^xsd:double;
  dwc:aphiaid '110509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -27)"^^geo:wktLiteral ;
  geo-pos:lat "61.7333"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '813'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27'^^xsd:integer;
  dwc:latitude '61.7333'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7333 -27)"^^geo:wktLiteral ;
  geo-pos:lat "61.7333"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5320'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-27'^^xsd:integer;
  dwc:latitude '61.7333'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.7133 -26.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.7133"^^xsd:decimal ;
  dwc:decimalLongitude "-26.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.7133 -26.995)"^^geo:wktLiteral ;
  geo-pos:lat "-56.7133"^^xsd:decimal ;
  geo-pos:long "-26.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11863'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva georgiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.995'^^xsd:double;
  dwc:latitude '-56.7133'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11863'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7383 -26.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.7383"^^xsd:decimal ;
  dwc:decimalLongitude "-26.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.7383 -26.9767)"^^geo:wktLiteral ;
  geo-pos:lat "-54.7383"^^xsd:decimal ;
  geo-pos:long "-26.9767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12398'^^xsd:integer;
  dwc:scientificName 'Syntomaria curiosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.9767'^^xsd:double;
  dwc:latitude '-54.7383'^^xsd:double;
  dwc:aphiaid '235682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.4317 -26.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.4317"^^xsd:decimal ;
  dwc:decimalLongitude "-26.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.4317 -26.93)"^^geo:wktLiteral ;
  geo-pos:lat "-59.4317"^^xsd:decimal ;
  geo-pos:long "-26.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11980'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.93'^^xsd:double;
  dwc:latitude '-59.4317'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8625"^^xsd:decimal ;
  dwc:decimalLongitude "-26.8958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  geo-pos:lat "37.8625"^^xsd:decimal ;
  geo-pos:long "-26.8958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10012'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.8958'^^xsd:double;
  dwc:latitude '37.8625'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8625"^^xsd:decimal ;
  dwc:decimalLongitude "-26.8958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  geo-pos:lat "37.8625"^^xsd:decimal ;
  geo-pos:long "-26.8958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9988'^^xsd:integer;
  dwc:scientificName 'Suberites gibbosiceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.8958'^^xsd:double;
  dwc:latitude '37.8625'^^xsd:double;
  dwc:aphiaid '134286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8625"^^xsd:decimal ;
  dwc:decimalLongitude "-26.8958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  geo-pos:lat "37.8625"^^xsd:decimal ;
  geo-pos:long "-26.8958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9867'^^xsd:integer;
  dwc:scientificName 'Leptosia occulta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.8958'^^xsd:double;
  dwc:latitude '37.8625'^^xsd:double;
  dwc:aphiaid '814980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8625"^^xsd:decimal ;
  dwc:decimalLongitude "-26.8958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  geo-pos:lat "37.8625"^^xsd:decimal ;
  geo-pos:long "-26.8958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9864'^^xsd:integer;
  dwc:scientificName 'Leptosia koehleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.8958'^^xsd:double;
  dwc:latitude '37.8625'^^xsd:double;
  dwc:aphiaid '192152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133589'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8625"^^xsd:decimal ;
  dwc:decimalLongitude "-26.8958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  geo-pos:lat "37.8625"^^xsd:decimal ;
  geo-pos:long "-26.8958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9862'^^xsd:integer;
  dwc:scientificName 'Leptosia acerata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.8958'^^xsd:double;
  dwc:latitude '37.8625'^^xsd:double;
  dwc:aphiaid '192148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '240911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8625"^^xsd:decimal ;
  dwc:decimalLongitude "-26.8958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  geo-pos:lat "37.8625"^^xsd:decimal ;
  geo-pos:long "-26.8958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9623'^^xsd:integer;
  dwc:scientificName 'Esperiopsis villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.8958'^^xsd:double;
  dwc:latitude '37.8625'^^xsd:double;
  dwc:aphiaid '133272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8625"^^xsd:decimal ;
  dwc:decimalLongitude "-26.8958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  geo-pos:lat "37.8625"^^xsd:decimal ;
  geo-pos:long "-26.8958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9622'^^xsd:integer;
  dwc:scientificName 'Esperiopsis villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.8958'^^xsd:double;
  dwc:latitude '37.8625'^^xsd:double;
  dwc:aphiaid '133272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8625"^^xsd:decimal ;
  dwc:decimalLongitude "-26.8958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8625 -26.8958)"^^geo:wktLiteral ;
  geo-pos:lat "37.8625"^^xsd:decimal ;
  geo-pos:long "-26.8958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9621'^^xsd:integer;
  dwc:scientificName 'Esperiopsis villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.8958'^^xsd:double;
  dwc:latitude '37.8625'^^xsd:double;
  dwc:aphiaid '133272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.4833 -26.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.4833 -26.7667)"^^geo:wktLiteral ;
  geo-pos:lat "-56.4833"^^xsd:decimal ;
  geo-pos:long "-26.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11228'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.7667'^^xsd:double;
  dwc:latitude '-56.4833'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1 -26.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1"^^xsd:decimal ;
  dwc:decimalLongitude "-26.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1 -26.72)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1"^^xsd:decimal ;
  geo-pos:long "-26.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3964'^^xsd:integer;
  dwc:scientificName 'Disconectes vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.72'^^xsd:double;
  dwc:latitude '-55.1'^^xsd:double;
  dwc:aphiaid '175162'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3964'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175162'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5167 -26.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-26.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5167 -26.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-75.5167"^^xsd:decimal ;
  geo-pos:long "-26.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12036'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.7167'^^xsd:double;
  dwc:latitude '-75.5167'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5167 -26.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-26.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5167 -26.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-75.5167"^^xsd:decimal ;
  geo-pos:long "-26.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11837'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.7167'^^xsd:double;
  dwc:latitude '-75.5167'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1333 -26.7008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.7008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1333 -26.7008)"^^geo:wktLiteral ;
  geo-pos:lat "-57.1333"^^xsd:decimal ;
  geo-pos:long "-26.7008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5550'^^xsd:integer;
  dwc:scientificName 'Pseudotanais gaussi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.7008'^^xsd:double;
  dwc:latitude '-57.1333'^^xsd:double;
  dwc:aphiaid '244599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1333 -26.7006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.7006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1333 -26.7006)"^^geo:wktLiteral ;
  geo-pos:lat "-57.1333"^^xsd:decimal ;
  geo-pos:long "-26.7006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5113'^^xsd:integer;
  dwc:scientificName 'Filitanais rebainsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.7006'^^xsd:double;
  dwc:latitude '-57.1333'^^xsd:double;
  dwc:aphiaid '136351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136351'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1667 -26.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1667 -26.6917)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1667"^^xsd:decimal ;
  geo-pos:long "-26.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4504'^^xsd:integer;
  dwc:scientificName 'Neotanais kurchatovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.6917'^^xsd:double;
  dwc:latitude '-55.1667'^^xsd:double;
  dwc:aphiaid '244644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8183 -26.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.8183"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8183 -26.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-55.8183"^^xsd:decimal ;
  geo-pos:long "-26.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10268'^^xsd:integer;
  dwc:scientificName 'Golfingia confusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.6833'^^xsd:double;
  dwc:latitude '-55.8183'^^xsd:double;
  dwc:aphiaid '424362'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175034'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8183 -26.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.8183"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8183 -26.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-55.8183"^^xsd:decimal ;
  geo-pos:long "-26.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10276'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.6833'^^xsd:double;
  dwc:latitude '-55.8183'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1283 -26.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.1283"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1283 -26.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-57.1283"^^xsd:decimal ;
  geo-pos:long "-26.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8141'^^xsd:integer;
  dwc:scientificName 'Trophomera australis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.6667'^^xsd:double;
  dwc:latitude '-57.1283'^^xsd:double;
  dwc:aphiaid '458909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458909'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1178 -26.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.1178"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1178 -26.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-57.1178"^^xsd:decimal ;
  geo-pos:long "-26.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5112'^^xsd:integer;
  dwc:scientificName 'Filitanais rebainsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.6667'^^xsd:double;
  dwc:latitude '-57.1178'^^xsd:double;
  dwc:aphiaid '136351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136351'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1178 -26.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.1178"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1178 -26.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-57.1178"^^xsd:decimal ;
  geo-pos:long "-26.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5581'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.6667'^^xsd:double;
  dwc:latitude '-57.1178'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8267 -26.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.8267"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8267 -26.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-55.8267"^^xsd:decimal ;
  geo-pos:long "-26.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10271'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.6667'^^xsd:double;
  dwc:latitude '-55.8267'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8267 -26.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.8267"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8267 -26.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-55.8267"^^xsd:decimal ;
  geo-pos:long "-26.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10275'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.6667'^^xsd:double;
  dwc:latitude '-55.8267'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.15 -26.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.15"^^xsd:decimal ;
  dwc:decimalLongitude "-26.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.15 -26.65)"^^geo:wktLiteral ;
  geo-pos:lat "-57.15"^^xsd:decimal ;
  geo-pos:long "-26.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8145'^^xsd:integer;
  dwc:scientificName 'Trophomera marionensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.65'^^xsd:double;
  dwc:latitude '-57.15'^^xsd:double;
  dwc:aphiaid '458927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.15 -26.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.15"^^xsd:decimal ;
  dwc:decimalLongitude "-26.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.15 -26.65)"^^geo:wktLiteral ;
  geo-pos:lat "-57.15"^^xsd:decimal ;
  geo-pos:long "-26.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8146'^^xsd:integer;
  dwc:scientificName 'Trophomera rosaliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.65'^^xsd:double;
  dwc:latitude '-57.15'^^xsd:double;
  dwc:aphiaid '458936'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8183 -26.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.8183"^^xsd:decimal ;
  dwc:decimalLongitude "-26.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8183 -26.65)"^^geo:wktLiteral ;
  geo-pos:lat "-55.8183"^^xsd:decimal ;
  geo-pos:long "-26.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5579'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.65'^^xsd:double;
  dwc:latitude '-55.8183'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1669 -26.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.1669"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.1669 -26.6167)"^^geo:wktLiteral ;
  geo-pos:lat "-57.1669"^^xsd:decimal ;
  geo-pos:long "-26.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5114'^^xsd:integer;
  dwc:scientificName 'Filitanais rebainsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.6167'^^xsd:double;
  dwc:latitude '-57.1669'^^xsd:double;
  dwc:aphiaid '136351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136351'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3833 -26.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3833 -26.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-57.3833"^^xsd:decimal ;
  geo-pos:long "-26.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11265'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.5667'^^xsd:double;
  dwc:latitude '-57.3833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3833 -26.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3833 -26.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-57.3833"^^xsd:decimal ;
  geo-pos:long "-26.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11229'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.5667'^^xsd:double;
  dwc:latitude '-57.3833'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.6567 -26.445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.6567"^^xsd:decimal ;
  dwc:decimalLongitude "-26.445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.6567 -26.445)"^^geo:wktLiteral ;
  geo-pos:lat "-57.6567"^^xsd:decimal ;
  geo-pos:long "-26.445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11990'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.445'^^xsd:double;
  dwc:latitude '-57.6567'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.64 -26.445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.64"^^xsd:decimal ;
  dwc:decimalLongitude "-26.445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.64 -26.445)"^^geo:wktLiteral ;
  geo-pos:lat "-57.64"^^xsd:decimal ;
  geo-pos:long "-26.445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11865'^^xsd:integer;
  dwc:scientificName 'Liothyrella hendleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.445'^^xsd:double;
  dwc:latitude '-57.64'^^xsd:double;
  dwc:aphiaid '235467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.6833 -26.3717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.6833 -26.3717)"^^geo:wktLiteral ;
  geo-pos:lat "-57.6833"^^xsd:decimal ;
  geo-pos:long "-26.3717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11867'^^xsd:integer;
  dwc:scientificName 'Liothyrella notorcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.3717'^^xsd:double;
  dwc:latitude '-57.6833'^^xsd:double;
  dwc:aphiaid '235468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.63333 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.63333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.63333 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "9.63333"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9500'^^xsd:integer;
  dwc:scientificName 'Chonelasma ijimai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '9.63333'^^xsd:double;
  dwc:aphiaid '134384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.9667 -26.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-26.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.9667 -26.3333)"^^geo:wktLiteral ;
  geo-pos:lat "36.9667"^^xsd:decimal ;
  geo-pos:long "-26.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10733'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.3333'^^xsd:double;
  dwc:latitude '36.9667'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1 -26.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1"^^xsd:decimal ;
  dwc:decimalLongitude "-26.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1 -26.25)"^^geo:wktLiteral ;
  geo-pos:lat "38.1"^^xsd:decimal ;
  geo-pos:long "-26.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10638'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.25'^^xsd:double;
  dwc:latitude '38.1'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1 -26.2292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1"^^xsd:decimal ;
  dwc:decimalLongitude "-26.2292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1 -26.2292)"^^geo:wktLiteral ;
  geo-pos:lat "38.1"^^xsd:decimal ;
  geo-pos:long "-26.2292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10003'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.2292'^^xsd:double;
  dwc:latitude '38.1'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1 -26.2292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1"^^xsd:decimal ;
  dwc:decimalLongitude "-26.2292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1 -26.2292)"^^geo:wktLiteral ;
  geo-pos:lat "38.1"^^xsd:decimal ;
  geo-pos:long "-26.2292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9651'^^xsd:integer;
  dwc:scientificName 'Farrea occa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.2292'^^xsd:double;
  dwc:latitude '38.1'^^xsd:double;
  dwc:aphiaid '134391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134391'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.2183 -26.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.2183"^^xsd:decimal ;
  dwc:decimalLongitude "-26.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.2183 -26.225)"^^geo:wktLiteral ;
  geo-pos:lat "-75.2183"^^xsd:decimal ;
  geo-pos:long "-26.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7337'^^xsd:integer;
  dwc:scientificName 'Ceratonotus antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.225'^^xsd:double;
  dwc:latitude '-75.2183'^^xsd:double;
  dwc:aphiaid '361401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.59 -26.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.59"^^xsd:decimal ;
  dwc:decimalLongitude "-26.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.59 -26.2)"^^geo:wktLiteral ;
  geo-pos:lat "-54.59"^^xsd:decimal ;
  geo-pos:long "-26.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10269'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.2'^^xsd:double;
  dwc:latitude '-54.59'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.575 -26.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.575"^^xsd:decimal ;
  dwc:decimalLongitude "-26.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.575 -26.2)"^^geo:wktLiteral ;
  geo-pos:lat "-54.575"^^xsd:decimal ;
  geo-pos:long "-26.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5050'^^xsd:integer;
  dwc:scientificName 'Collettea antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.2'^^xsd:double;
  dwc:latitude '-54.575'^^xsd:double;
  dwc:aphiaid '237607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57 -26.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57"^^xsd:decimal ;
  dwc:decimalLongitude "-26.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57 -26.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-57"^^xsd:decimal ;
  geo-pos:long "-26.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11264'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.1667'^^xsd:double;
  dwc:latitude '-57'^^xsd:integer;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57 -26.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57"^^xsd:decimal ;
  dwc:decimalLongitude "-26.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57 -26.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-57"^^xsd:decimal ;
  geo-pos:long "-26.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11234'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.1667'^^xsd:double;
  dwc:latitude '-57'^^xsd:integer;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-26.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10910'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.1167'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-26.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10396'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.1167'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-26.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10397'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.1167'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-26.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10395'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.1167'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-26.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9833 -26.1167)"^^geo:wktLiteral ;
  geo-pos:lat "37.9833"^^xsd:decimal ;
  geo-pos:long "-26.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10636'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.1167'^^xsd:double;
  dwc:latitude '37.9833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9333 -26.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-26.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9333 -26.1)"^^geo:wktLiteral ;
  geo-pos:lat "37.9333"^^xsd:decimal ;
  geo-pos:long "-26.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10637'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.1'^^xsd:double;
  dwc:latitude '37.9333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.355 -26.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.355"^^xsd:decimal ;
  dwc:decimalLongitude "-26.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.355 -26.085)"^^geo:wktLiteral ;
  geo-pos:lat "-58.355"^^xsd:decimal ;
  geo-pos:long "-26.085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8268'^^xsd:integer;
  dwc:scientificName 'Molgolaimus australis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.085'^^xsd:double;
  dwc:latitude '-58.355'^^xsd:double;
  dwc:aphiaid '477189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.45 -26.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.45"^^xsd:decimal ;
  dwc:decimalLongitude "-26.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.45 -26.05)"^^geo:wktLiteral ;
  geo-pos:lat "37.45"^^xsd:decimal ;
  geo-pos:long "-26.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10895'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26.05'^^xsd:double;
  dwc:latitude '37.45'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.65 -26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.65"^^xsd:decimal ;
  dwc:decimalLongitude "-26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.65 -26)"^^geo:wktLiteral ;
  geo-pos:lat "-57.65"^^xsd:decimal ;
  geo-pos:long "-26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11266'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26'^^xsd:integer;
  dwc:latitude '-57.65'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.65 -26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.65"^^xsd:decimal ;
  dwc:decimalLongitude "-26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.65 -26)"^^geo:wktLiteral ;
  geo-pos:lat "-57.65"^^xsd:decimal ;
  geo-pos:long "-26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11230'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26'^^xsd:integer;
  dwc:latitude '-57.65'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.65 -26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.65"^^xsd:decimal ;
  dwc:decimalLongitude "-26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.65 -26)"^^geo:wktLiteral ;
  geo-pos:lat "-57.65"^^xsd:decimal ;
  geo-pos:long "-26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11237'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26'^^xsd:integer;
  dwc:latitude '-57.65'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18 -26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18"^^xsd:decimal ;
  dwc:decimalLongitude "-26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11'^^xsd:integer;
  dwc:scientificName 'Bathycuma elongatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-26'^^xsd:integer;
  dwc:latitude '18'^^xsd:integer;
  dwc:aphiaid '110463'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1333 -25.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1333 -25.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1333"^^xsd:decimal ;
  geo-pos:long "-25.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11258'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.9833'^^xsd:double;
  dwc:latitude '-55.1333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1333 -25.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1333 -25.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1333"^^xsd:decimal ;
  geo-pos:long "-25.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11259'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.9833'^^xsd:double;
  dwc:latitude '-55.1333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.17 -25.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.17"^^xsd:decimal ;
  dwc:decimalLongitude "-25.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.17 -25.98)"^^geo:wktLiteral ;
  geo-pos:lat "-55.17"^^xsd:decimal ;
  geo-pos:long "-25.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3625'^^xsd:integer;
  dwc:scientificName 'Storthyngura eltaniae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.98'^^xsd:double;
  dwc:latitude '-55.17'^^xsd:double;
  dwc:aphiaid '294755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.17 -25.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.17"^^xsd:decimal ;
  dwc:decimalLongitude "-25.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.17 -25.97)"^^geo:wktLiteral ;
  geo-pos:lat "-55.17"^^xsd:decimal ;
  geo-pos:long "-25.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3660'^^xsd:integer;
  dwc:scientificName 'Storthyngura sepigia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.97'^^xsd:double;
  dwc:latitude '-55.17'^^xsd:double;
  dwc:aphiaid '294762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.55 -25.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.55"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.55 -25.9667)"^^geo:wktLiteral ;
  geo-pos:lat "37.55"^^xsd:decimal ;
  geo-pos:long "-25.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10394'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.9667'^^xsd:double;
  dwc:latitude '37.55'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1667 -25.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1667 -25.9667)"^^geo:wktLiteral ;
  geo-pos:lat "55.1667"^^xsd:decimal ;
  geo-pos:long "-25.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14516'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.9667'^^xsd:double;
  dwc:latitude '55.1667'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1667 -25.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1667 -25.9667)"^^geo:wktLiteral ;
  geo-pos:lat "55.1667"^^xsd:decimal ;
  geo-pos:long "-25.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4217'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.9667'^^xsd:double;
  dwc:latitude '55.1667'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1667 -25.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1667 -25.9667)"^^geo:wktLiteral ;
  geo-pos:lat "55.1667"^^xsd:decimal ;
  geo-pos:long "-25.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4221'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.9667'^^xsd:double;
  dwc:latitude '55.1667'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.12 -25.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.12"^^xsd:decimal ;
  dwc:decimalLongitude "-25.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.12 -25.92)"^^geo:wktLiteral ;
  geo-pos:lat "-55.12"^^xsd:decimal ;
  geo-pos:long "-25.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3661'^^xsd:integer;
  dwc:scientificName 'Storthyngura sepigia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.92'^^xsd:double;
  dwc:latitude '-55.12'^^xsd:double;
  dwc:aphiaid '294762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.1833 -25.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-25.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.1833 -25.8)"^^geo:wktLiteral ;
  geo-pos:lat "-58.1833"^^xsd:decimal ;
  geo-pos:long "-25.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11269'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.8'^^xsd:double;
  dwc:latitude '-58.1833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.2333 -25.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-25.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.2333 -25.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-58.2333"^^xsd:decimal ;
  geo-pos:long "-25.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11270'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.7333'^^xsd:double;
  dwc:latitude '-58.2333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.4967 -25.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.4967 -25.6083)"^^geo:wktLiteral ;
  geo-pos:lat "-58.4967"^^xsd:decimal ;
  geo-pos:long "-25.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8263'^^xsd:integer;
  dwc:scientificName 'Molgolaimus sapiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.6083'^^xsd:double;
  dwc:latitude '-58.4967'^^xsd:double;
  dwc:aphiaid '477203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477203'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3167 -25.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-25.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3167 -25.55)"^^geo:wktLiteral ;
  geo-pos:lat "37.3167"^^xsd:decimal ;
  geo-pos:long "-25.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10899'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.55'^^xsd:double;
  dwc:latitude '37.3167'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.35 -25.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.35"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.35 -25.4833)"^^geo:wktLiteral ;
  geo-pos:lat "37.35"^^xsd:decimal ;
  geo-pos:long "-25.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10897'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.4833'^^xsd:double;
  dwc:latitude '37.35'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0667 -25.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0667 -25.4667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0667"^^xsd:decimal ;
  geo-pos:long "-25.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10399'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.4667'^^xsd:double;
  dwc:latitude '38.0667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 -25.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3"^^xsd:decimal ;
  dwc:decimalLongitude "-25.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 -25.45)"^^geo:wktLiteral ;
  geo-pos:lat "37.3"^^xsd:decimal ;
  geo-pos:long "-25.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2095'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus dubius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.45'^^xsd:double;
  dwc:latitude '37.3'^^xsd:double;
  dwc:aphiaid '110607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3167 -25.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-25.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3167 -25.45)"^^geo:wktLiteral ;
  geo-pos:lat "37.3167"^^xsd:decimal ;
  geo-pos:long "-25.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10400'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.45'^^xsd:double;
  dwc:latitude '37.3167'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1667 -25.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-25.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1667 -25.3333)"^^geo:wktLiteral ;
  geo-pos:lat "37.1667"^^xsd:decimal ;
  geo-pos:long "-25.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10898'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.3333'^^xsd:double;
  dwc:latitude '37.1667'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1333 -25.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-25.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1333 -25.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1333"^^xsd:decimal ;
  geo-pos:long "-25.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10270'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25.0167'^^xsd:double;
  dwc:latitude '-55.1333'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.45 -25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.45"^^xsd:decimal ;
  dwc:decimalLongitude "-25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.45 -25)"^^geo:wktLiteral ;
  geo-pos:lat "37.45"^^xsd:decimal ;
  geo-pos:long "-25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10911'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-25'^^xsd:integer;
  dwc:latitude '37.45'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.8667 -24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.8667 -24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-56.8667"^^xsd:decimal ;
  geo-pos:long "-24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10277'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.9833'^^xsd:double;
  dwc:latitude '-56.8667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0167 -24.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0167 -24.9667)"^^geo:wktLiteral ;
  geo-pos:lat "38.0167"^^xsd:decimal ;
  geo-pos:long "-24.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10896'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.9667'^^xsd:double;
  dwc:latitude '38.0167'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.7917 -24.9367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.7917"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.7917 -24.9367)"^^geo:wktLiteral ;
  geo-pos:lat "-56.7917"^^xsd:decimal ;
  geo-pos:long "-24.9367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10267'^^xsd:integer;
  dwc:scientificName 'Golfingia sectile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.9367'^^xsd:double;
  dwc:latitude '-56.7917'^^xsd:double;
  dwc:aphiaid '424383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.7917 -24.9367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.7917"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.7917 -24.9367)"^^geo:wktLiteral ;
  geo-pos:lat "-56.7917"^^xsd:decimal ;
  geo-pos:long "-24.9367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10272'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.9367'^^xsd:double;
  dwc:latitude '-56.7917'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.7847 -24.9339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.7847"^^xsd:decimal ;
  dwc:decimalLongitude "-24.9339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.7847 -24.9339)"^^geo:wktLiteral ;
  geo-pos:lat "-56.7847"^^xsd:decimal ;
  geo-pos:long "-24.9339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5580'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.9339'^^xsd:double;
  dwc:latitude '-56.7847'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8667 -24.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-24.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8667 -24.8167)"^^geo:wktLiteral ;
  geo-pos:lat "-55.8667"^^xsd:decimal ;
  geo-pos:long "-24.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11261'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.8167'^^xsd:double;
  dwc:latitude '-55.8667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.2"^^xsd:decimal ;
  dwc:decimalLongitude "-24.7292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  geo-pos:lat "16.2"^^xsd:decimal ;
  geo-pos:long "-24.7292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9908'^^xsd:integer;
  dwc:scientificName 'Mycale massa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.7292'^^xsd:double;
  dwc:latitude '16.2'^^xsd:double;
  dwc:aphiaid '168647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168647'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.2"^^xsd:decimal ;
  dwc:decimalLongitude "-24.7292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  geo-pos:lat "16.2"^^xsd:decimal ;
  geo-pos:long "-24.7292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9955'^^xsd:integer;
  dwc:scientificName 'Ptilocaulis digitatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.7292'^^xsd:double;
  dwc:latitude '16.2'^^xsd:double;
  dwc:aphiaid '165609'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '165609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.2"^^xsd:decimal ;
  dwc:decimalLongitude "-24.7292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  geo-pos:lat "16.2"^^xsd:decimal ;
  geo-pos:long "-24.7292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9920'^^xsd:integer;
  dwc:scientificName 'Petrosia dura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.7292'^^xsd:double;
  dwc:latitude '16.2'^^xsd:double;
  dwc:aphiaid '166833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '404103'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.2"^^xsd:decimal ;
  dwc:decimalLongitude "-24.7292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  geo-pos:lat "16.2"^^xsd:decimal ;
  geo-pos:long "-24.7292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9789'^^xsd:integer;
  dwc:scientificName 'Hyalonema lusitanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.7292'^^xsd:double;
  dwc:latitude '16.2'^^xsd:double;
  dwc:aphiaid '134375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.2"^^xsd:decimal ;
  dwc:decimalLongitude "-24.7292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.2 -24.7292)"^^geo:wktLiteral ;
  geo-pos:lat "16.2"^^xsd:decimal ;
  geo-pos:long "-24.7292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9336'^^xsd:integer;
  dwc:scientificName 'Axinella lunaecharta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.7292'^^xsd:double;
  dwc:latitude '16.2'^^xsd:double;
  dwc:aphiaid '190177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '165552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 -24.7208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9"^^xsd:decimal ;
  dwc:decimalLongitude "-24.7208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 -24.7208)"^^geo:wktLiteral ;
  geo-pos:lat "37.9"^^xsd:decimal ;
  geo-pos:long "-24.7208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9639'^^xsd:integer;
  dwc:scientificName 'Euplectella suberea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.7208'^^xsd:double;
  dwc:latitude '37.9'^^xsd:double;
  dwc:aphiaid '134401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.82 -24.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.82"^^xsd:decimal ;
  dwc:decimalLongitude "-24.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.82 -24.72)"^^geo:wktLiteral ;
  geo-pos:lat "-56.82"^^xsd:decimal ;
  geo-pos:long "-24.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3574'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia curtispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.72'^^xsd:double;
  dwc:latitude '-56.82'^^xsd:double;
  dwc:aphiaid '255623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.82 -24.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.82"^^xsd:decimal ;
  dwc:decimalLongitude "-24.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.82 -24.72)"^^geo:wktLiteral ;
  geo-pos:lat "-56.82"^^xsd:decimal ;
  geo-pos:long "-24.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3575'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia curtispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.72'^^xsd:double;
  dwc:latitude '-56.82'^^xsd:double;
  dwc:aphiaid '255623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 -24.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-24.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 -24.6667)"^^geo:wktLiteral ;
  geo-pos:lat "63.9333"^^xsd:decimal ;
  geo-pos:long "-24.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '883'^^xsd:integer;
  dwc:scientificName 'Leucon siphonatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.6667'^^xsd:double;
  dwc:latitude '63.9333'^^xsd:double;
  dwc:aphiaid '110623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 -24.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-24.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 -24.6667)"^^geo:wktLiteral ;
  geo-pos:lat "63.9333"^^xsd:decimal ;
  geo-pos:long "-24.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '872'^^xsd:integer;
  dwc:scientificName 'Leucon pallidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.6667'^^xsd:double;
  dwc:latitude '63.9333'^^xsd:double;
  dwc:aphiaid '157829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 -24.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-24.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 -24.6667)"^^geo:wktLiteral ;
  geo-pos:lat "63.9333"^^xsd:decimal ;
  geo-pos:long "-24.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2743'^^xsd:integer;
  dwc:scientificName 'Leucon siphonatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.6667'^^xsd:double;
  dwc:latitude '63.9333'^^xsd:double;
  dwc:aphiaid '110623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1017 -24.6617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1017"^^xsd:decimal ;
  dwc:decimalLongitude "-24.6617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1017 -24.6617)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1017"^^xsd:decimal ;
  geo-pos:long "-24.6617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7334'^^xsd:integer;
  dwc:scientificName 'Polyascophorus schminkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.6617'^^xsd:double;
  dwc:latitude '-74.1017'^^xsd:double;
  dwc:aphiaid '361403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.0433 -24.6467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.0433"^^xsd:decimal ;
  dwc:decimalLongitude "-24.6467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.0433 -24.6467)"^^geo:wktLiteral ;
  geo-pos:lat "-58.0433"^^xsd:decimal ;
  geo-pos:long "-24.6467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8267'^^xsd:integer;
  dwc:scientificName 'Molgolaimus sabakii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.6467'^^xsd:double;
  dwc:latitude '-58.0433'^^xsd:double;
  dwc:aphiaid '221181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.78333 -24.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.78333"^^xsd:decimal ;
  dwc:decimalLongitude "-24.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.78333 -24.4333)"^^geo:wktLiteral ;
  geo-pos:lat "1.78333"^^xsd:decimal ;
  geo-pos:long "-24.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10039'^^xsd:integer;
  dwc:scientificName 'Thenea fenestrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.4333'^^xsd:double;
  dwc:latitude '1.78333'^^xsd:double;
  dwc:aphiaid '170294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1667 -24.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-24.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1667 -24.4333)"^^geo:wktLiteral ;
  geo-pos:lat "23.1667"^^xsd:decimal ;
  geo-pos:long "-24.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7455'^^xsd:integer;
  dwc:scientificName 'Giselina sp. 4'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.4333'^^xsd:double;
  dwc:latitude '23.1667'^^xsd:double;
  dwc:aphiaid '346500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346500'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1833 -24.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-24.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1833 -24.4333)"^^geo:wktLiteral ;
  geo-pos:lat "32.1833"^^xsd:decimal ;
  geo-pos:long "-24.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7452'^^xsd:integer;
  dwc:scientificName 'Giselina sp. 3'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.4333'^^xsd:double;
  dwc:latitude '32.1833'^^xsd:double;
  dwc:aphiaid '346500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346500'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.04 -24.3783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.04"^^xsd:decimal ;
  dwc:decimalLongitude "-24.3783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.04 -24.3783)"^^geo:wktLiteral ;
  geo-pos:lat "-74.04"^^xsd:decimal ;
  geo-pos:long "-24.3783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7331'^^xsd:integer;
  dwc:scientificName 'Polyascophorus schminkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.3783'^^xsd:double;
  dwc:latitude '-74.04'^^xsd:double;
  dwc:aphiaid '361403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.23 -24.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.23"^^xsd:decimal ;
  dwc:decimalLongitude "-24.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.23 -24.17)"^^geo:wktLiteral ;
  geo-pos:lat "34.23"^^xsd:decimal ;
  geo-pos:long "-24.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3388'^^xsd:integer;
  dwc:scientificName 'Haplomesus tropicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.17'^^xsd:double;
  dwc:latitude '34.23'^^xsd:double;
  dwc:aphiaid '118686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1833 -24.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-24.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1833 -24.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1833"^^xsd:decimal ;
  geo-pos:long "-24.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4122'^^xsd:integer;
  dwc:scientificName 'Apseudes abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.1667'^^xsd:double;
  dwc:latitude '-55.1833'^^xsd:double;
  dwc:aphiaid '242588'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832091'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1833 -24.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-24.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.1833 -24.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-55.1833"^^xsd:decimal ;
  geo-pos:long "-24.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5654'^^xsd:integer;
  dwc:scientificName 'Tanaella eltaninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-24.1667'^^xsd:double;
  dwc:latitude '-55.1833'^^xsd:double;
  dwc:aphiaid '244658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0648 -23.9403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.0648"^^xsd:decimal ;
  dwc:decimalLongitude "-23.9403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0648 -23.9403)"^^geo:wktLiteral ;
  geo-pos:lat "-74.0648"^^xsd:decimal ;
  geo-pos:long "-23.9403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5337'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.9403'^^xsd:double;
  dwc:latitude '-74.0648'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0648 -23.9403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.0648"^^xsd:decimal ;
  dwc:decimalLongitude "-23.9403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0648 -23.9403)"^^geo:wktLiteral ;
  geo-pos:lat "-74.0648"^^xsd:decimal ;
  geo-pos:long "-23.9403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5372'^^xsd:integer;
  dwc:scientificName 'Pseudotanais abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.9403'^^xsd:double;
  dwc:latitude '-74.0648'^^xsd:double;
  dwc:aphiaid '136499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5881 -23.6414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.5881"^^xsd:decimal ;
  dwc:decimalLongitude "-23.6414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5881 -23.6414)"^^geo:wktLiteral ;
  geo-pos:lat "-73.5881"^^xsd:decimal ;
  geo-pos:long "-23.6414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5153'^^xsd:integer;
  dwc:scientificName 'Magotanais pruinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.6414'^^xsd:double;
  dwc:latitude '-73.5881'^^xsd:double;
  dwc:aphiaid '244584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '606479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 -23.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "-23.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 -23.6)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "-23.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3951'^^xsd:integer;
  dwc:scientificName 'Ilyarachna abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.6'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:aphiaid '294722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118600'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5667 -23.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-23.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5667 -23.5833)"^^geo:wktLiteral ;
  geo-pos:lat "69.5667"^^xsd:decimal ;
  geo-pos:long "-23.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5324'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.5833'^^xsd:double;
  dwc:latitude '69.5667'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.35 -23.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.35"^^xsd:decimal ;
  dwc:decimalLongitude "-23.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.35 -23.5167)"^^geo:wktLiteral ;
  geo-pos:lat "36.35"^^xsd:decimal ;
  geo-pos:long "-23.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '212'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus erinaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.5167'^^xsd:double;
  dwc:latitude '36.35'^^xsd:double;
  dwc:aphiaid '182078'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.35 -23.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.35"^^xsd:decimal ;
  dwc:decimalLongitude "-23.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.35 -23.5167)"^^geo:wktLiteral ;
  geo-pos:lat "36.35"^^xsd:decimal ;
  geo-pos:long "-23.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '227'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mystacinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.5167'^^xsd:double;
  dwc:latitude '36.35'^^xsd:double;
  dwc:aphiaid '182111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5167 -23.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-23.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5167 -23.4667)"^^geo:wktLiteral ;
  geo-pos:lat "22.5167"^^xsd:decimal ;
  geo-pos:long "-23.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9450'^^xsd:integer;
  dwc:scientificName 'Chondrocladia burtoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.4667'^^xsd:double;
  dwc:latitude '22.5167'^^xsd:double;
  dwc:aphiaid '133184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.15 -23.2625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.15"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.15 -23.2625)"^^geo:wktLiteral ;
  geo-pos:lat "38.15"^^xsd:decimal ;
  geo-pos:long "-23.2625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10057'^^xsd:integer;
  dwc:scientificName 'Thenea schmidti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.2625'^^xsd:double;
  dwc:latitude '38.15'^^xsd:double;
  dwc:aphiaid '134107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1463287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.15 -23.2625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.15"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.15 -23.2625)"^^geo:wktLiteral ;
  geo-pos:lat "38.15"^^xsd:decimal ;
  geo-pos:long "-23.2625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9966'^^xsd:integer;
  dwc:scientificName 'Rhaphidorus setosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.2625'^^xsd:double;
  dwc:latitude '38.15'^^xsd:double;
  dwc:aphiaid '134218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.15 -23.2625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.15"^^xsd:decimal ;
  dwc:decimalLongitude "-23.2625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.15 -23.2625)"^^geo:wktLiteral ;
  geo-pos:lat "38.15"^^xsd:decimal ;
  geo-pos:long "-23.2625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9967'^^xsd:integer;
  dwc:scientificName 'Rhaphidorus setosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23.2625'^^xsd:double;
  dwc:latitude '38.15'^^xsd:double;
  dwc:aphiaid '134218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.36 -23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.36"^^xsd:decimal ;
  dwc:decimalLongitude "-23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.36 -23)"^^geo:wktLiteral ;
  geo-pos:lat "54.36"^^xsd:decimal ;
  geo-pos:long "-23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3479'^^xsd:integer;
  dwc:scientificName 'Heteromesus wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23'^^xsd:integer;
  dwc:latitude '54.36'^^xsd:double;
  dwc:aphiaid '118693'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.36 -23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.36"^^xsd:decimal ;
  dwc:decimalLongitude "-23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.36 -23)"^^geo:wktLiteral ;
  geo-pos:lat "54.36"^^xsd:decimal ;
  geo-pos:long "-23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3481'^^xsd:integer;
  dwc:scientificName 'Ischnomesus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-23'^^xsd:integer;
  dwc:latitude '54.36'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3481'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9167 -22.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-22.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9167 -22.9767)"^^geo:wktLiteral ;
  geo-pos:lat "-73.9167"^^xsd:decimal ;
  geo-pos:long "-22.9767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7330'^^xsd:integer;
  dwc:scientificName 'Polyascophorus schminkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.9767'^^xsd:double;
  dwc:latitude '-73.9167'^^xsd:double;
  dwc:aphiaid '361403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7667 -22.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7667 -22.9333)"^^geo:wktLiteral ;
  geo-pos:lat "63.7667"^^xsd:decimal ;
  geo-pos:long "-22.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '806'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.9333'^^xsd:double;
  dwc:latitude '63.7667'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7667 -22.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7667 -22.9333)"^^geo:wktLiteral ;
  geo-pos:lat "63.7667"^^xsd:decimal ;
  geo-pos:long "-22.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '870'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.9333'^^xsd:double;
  dwc:latitude '63.7667'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.7333 -22.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-22.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.7333 -22.7333)"^^geo:wktLiteral ;
  geo-pos:lat "20.7333"^^xsd:decimal ;
  geo-pos:long "-22.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10514'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.7333'^^xsd:double;
  dwc:latitude '20.7333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.7333 -22.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-22.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.7333 -22.7333)"^^geo:wktLiteral ;
  geo-pos:lat "20.7333"^^xsd:decimal ;
  geo-pos:long "-22.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10688'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.7333'^^xsd:double;
  dwc:latitude '20.7333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.73 -22.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.73"^^xsd:decimal ;
  dwc:decimalLongitude "-22.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.73 -22.73)"^^geo:wktLiteral ;
  geo-pos:lat "21.73"^^xsd:decimal ;
  geo-pos:long "-22.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11023'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.73'^^xsd:double;
  dwc:latitude '21.73'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.57 -22.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.57 -22.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-73.57"^^xsd:decimal ;
  geo-pos:long "-22.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8264'^^xsd:integer;
  dwc:scientificName 'Molgolaimus exceptionregulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.6333'^^xsd:double;
  dwc:latitude '-73.57'^^xsd:double;
  dwc:aphiaid '477192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.57 -22.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.57 -22.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-73.57"^^xsd:decimal ;
  geo-pos:long "-22.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8277'^^xsd:integer;
  dwc:scientificName 'Molgolaimus gigaslongincus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.6333'^^xsd:double;
  dwc:latitude '-73.57'^^xsd:double;
  dwc:aphiaid '583149'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.57 -22.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.57 -22.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-73.57"^^xsd:decimal ;
  geo-pos:long "-22.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8271'^^xsd:integer;
  dwc:scientificName 'Molgolaimus walbethi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.6333'^^xsd:double;
  dwc:latitude '-73.57'^^xsd:double;
  dwc:aphiaid '477205'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.57 -22.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.57 -22.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-73.57"^^xsd:decimal ;
  geo-pos:long "-22.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8266'^^xsd:integer;
  dwc:scientificName 'Molgolaimus falliturvisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.6333'^^xsd:double;
  dwc:latitude '-73.57'^^xsd:double;
  dwc:aphiaid '477193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5667 -22.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5667 -22.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-73.5667"^^xsd:decimal ;
  geo-pos:long "-22.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9040'^^xsd:integer;
  dwc:scientificName 'Dichromadora weddellensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.6333'^^xsd:double;
  dwc:latitude '-73.5667'^^xsd:double;
  dwc:aphiaid '230019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.6 -22.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.6"^^xsd:decimal ;
  dwc:decimalLongitude "-22.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.6 -22.6)"^^geo:wktLiteral ;
  geo-pos:lat "22.6"^^xsd:decimal ;
  geo-pos:long "-22.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11025'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.6'^^xsd:double;
  dwc:latitude '22.6'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5667 -22.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.5667 -22.5667)"^^geo:wktLiteral ;
  geo-pos:lat "22.5667"^^xsd:decimal ;
  geo-pos:long "-22.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11024'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.5667'^^xsd:double;
  dwc:latitude '22.5667'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.6 -22.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.6"^^xsd:decimal ;
  dwc:decimalLongitude "-22.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.6 -22.5167)"^^geo:wktLiteral ;
  geo-pos:lat "70.6"^^xsd:decimal ;
  geo-pos:long "-22.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5325'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.5167'^^xsd:double;
  dwc:latitude '70.6'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.25 -22.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.25"^^xsd:decimal ;
  dwc:decimalLongitude "-22.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.25 -22.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.25"^^xsd:decimal ;
  geo-pos:long "-22.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '807'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.3833'^^xsd:double;
  dwc:latitude '63.25'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.25 -22.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.25"^^xsd:decimal ;
  dwc:decimalLongitude "-22.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.25 -22.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.25"^^xsd:decimal ;
  geo-pos:long "-22.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '809'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.3833'^^xsd:double;
  dwc:latitude '63.25'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.25 -22.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.25"^^xsd:decimal ;
  dwc:decimalLongitude "-22.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.25 -22.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.25"^^xsd:decimal ;
  geo-pos:long "-22.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '814'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.3833'^^xsd:double;
  dwc:latitude '63.25'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.25 -22.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.25"^^xsd:decimal ;
  dwc:decimalLongitude "-22.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.25 -22.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.25"^^xsd:decimal ;
  geo-pos:long "-22.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '847'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.3833'^^xsd:double;
  dwc:latitude '63.25'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:847'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.3467 -22.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.3467"^^xsd:decimal ;
  dwc:decimalLongitude "-22.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.3467 -22.3417)"^^geo:wktLiteral ;
  geo-pos:lat "21.3467"^^xsd:decimal ;
  geo-pos:long "-22.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11015'^^xsd:integer;
  dwc:scientificName 'Golfingia vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.3417'^^xsd:double;
  dwc:latitude '21.3467'^^xsd:double;
  dwc:aphiaid '424332'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6667 -22.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6667 -22.2833)"^^geo:wktLiteral ;
  geo-pos:lat "62.6667"^^xsd:decimal ;
  geo-pos:long "-22.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5766'^^xsd:integer;
  dwc:scientificName 'Tanaella unguicillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.2833'^^xsd:double;
  dwc:latitude '62.6667'^^xsd:double;
  dwc:aphiaid '136372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1167 -22.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-22.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1167 -22.2667)"^^geo:wktLiteral ;
  geo-pos:lat "40.1167"^^xsd:decimal ;
  geo-pos:long "-22.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10639'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.2667'^^xsd:double;
  dwc:latitude '40.1167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.2 -22.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.2"^^xsd:decimal ;
  dwc:decimalLongitude "-22.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.2 -22.2)"^^geo:wktLiteral ;
  geo-pos:lat "22.2"^^xsd:decimal ;
  geo-pos:long "-22.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11027'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.2'^^xsd:double;
  dwc:latitude '22.2'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8167 -22.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-22.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8167 -22.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-55.8167"^^xsd:decimal ;
  geo-pos:long "-22.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11260'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.1833'^^xsd:double;
  dwc:latitude '-55.8167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8167 -22.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-22.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.8167 -22.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-55.8167"^^xsd:decimal ;
  geo-pos:long "-22.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11233'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.1833'^^xsd:double;
  dwc:latitude '-55.8167'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.395 -22.1517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.395"^^xsd:decimal ;
  dwc:decimalLongitude "-22.1517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.395 -22.1517)"^^geo:wktLiteral ;
  geo-pos:lat "-73.395"^^xsd:decimal ;
  geo-pos:long "-22.1517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8262'^^xsd:integer;
  dwc:scientificName 'Molgolaimus carpediem'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.1517'^^xsd:double;
  dwc:latitude '-73.395'^^xsd:double;
  dwc:aphiaid '477190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4 -22.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.4"^^xsd:decimal ;
  dwc:decimalLongitude "-22.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4 -22.1367)"^^geo:wktLiteral ;
  geo-pos:lat "-73.4"^^xsd:decimal ;
  geo-pos:long "-22.1367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6645'^^xsd:integer;
  dwc:scientificName 'Kunihulsea antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.1367'^^xsd:double;
  dwc:latitude '-73.4'^^xsd:double;
  dwc:aphiaid '343733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '343733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4 -22.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.4"^^xsd:decimal ;
  dwc:decimalLongitude "-22.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4 -22.1367)"^^geo:wktLiteral ;
  geo-pos:lat "-73.4"^^xsd:decimal ;
  geo-pos:long "-22.1367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6649'^^xsd:integer;
  dwc:scientificName 'Parabradyidius angelikae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.1367'^^xsd:double;
  dwc:latitude '-73.4'^^xsd:double;
  dwc:aphiaid '344753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '344753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4 -22.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.4"^^xsd:decimal ;
  dwc:decimalLongitude "-22.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.4 -22.1367)"^^geo:wktLiteral ;
  geo-pos:lat "-73.4"^^xsd:decimal ;
  geo-pos:long "-22.1367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6644'^^xsd:integer;
  dwc:scientificName 'Damkaeria bicornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.1367'^^xsd:double;
  dwc:latitude '-73.4'^^xsd:double;
  dwc:aphiaid '342450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '342450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.0667 -22.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-22.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.0667 -22.0667)"^^geo:wktLiteral ;
  geo-pos:lat "22.0667"^^xsd:decimal ;
  geo-pos:long "-22.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11026'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-22.0667'^^xsd:double;
  dwc:latitude '22.0667'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0333 -21.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0333 -21.9833)"^^geo:wktLiteral ;
  geo-pos:lat "33.0333"^^xsd:decimal ;
  geo-pos:long "-21.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10450'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.9833'^^xsd:double;
  dwc:latitude '33.0333'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0333 -21.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0333 -21.9833)"^^geo:wktLiteral ;
  geo-pos:lat "33.0333"^^xsd:decimal ;
  geo-pos:long "-21.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10712'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.9833'^^xsd:double;
  dwc:latitude '33.0333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0483 -21.8267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0483"^^xsd:decimal ;
  dwc:decimalLongitude "-21.8267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0483 -21.8267)"^^geo:wktLiteral ;
  geo-pos:lat "63.0483"^^xsd:decimal ;
  geo-pos:long "-21.8267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5768'^^xsd:integer;
  dwc:scientificName 'Tanaella unguicillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.8267'^^xsd:double;
  dwc:latitude '63.0483'^^xsd:double;
  dwc:aphiaid '136372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.15 -21.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.15"^^xsd:decimal ;
  dwc:decimalLongitude "-21.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.15 -21.65)"^^geo:wktLiteral ;
  geo-pos:lat "20.15"^^xsd:decimal ;
  geo-pos:long "-21.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10516'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.65'^^xsd:double;
  dwc:latitude '20.15'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.15 -21.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.15"^^xsd:decimal ;
  dwc:decimalLongitude "-21.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.15 -21.65)"^^geo:wktLiteral ;
  geo-pos:lat "20.15"^^xsd:decimal ;
  geo-pos:long "-21.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10443'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.65'^^xsd:double;
  dwc:latitude '20.15'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10443'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.15 -21.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.15"^^xsd:decimal ;
  dwc:decimalLongitude "-21.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.15 -21.65)"^^geo:wktLiteral ;
  geo-pos:lat "20.15"^^xsd:decimal ;
  geo-pos:long "-21.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10818'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.65'^^xsd:double;
  dwc:latitude '20.15'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.15 -21.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.15"^^xsd:decimal ;
  dwc:decimalLongitude "-21.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.15 -21.65)"^^geo:wktLiteral ;
  geo-pos:lat "20.15"^^xsd:decimal ;
  geo-pos:long "-21.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10691'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.65'^^xsd:double;
  dwc:latitude '20.15'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1667 -21.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-21.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1667 -21.65)"^^geo:wktLiteral ;
  geo-pos:lat "20.1667"^^xsd:decimal ;
  geo-pos:long "-21.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10906'^^xsd:integer;
  dwc:scientificName 'Sipunculus lomonossovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.65'^^xsd:double;
  dwc:latitude '20.1667'^^xsd:double;
  dwc:aphiaid '424074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62"^^xsd:decimal ;
  dwc:decimalLongitude "-21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -21.6)"^^geo:wktLiteral ;
  geo-pos:lat "62"^^xsd:decimal ;
  geo-pos:long "-21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4629'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.6'^^xsd:double;
  dwc:latitude '62'^^xsd:integer;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62"^^xsd:decimal ;
  dwc:decimalLongitude "-21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -21.6)"^^geo:wktLiteral ;
  geo-pos:lat "62"^^xsd:decimal ;
  geo-pos:long "-21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '794'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.6'^^xsd:double;
  dwc:latitude '62'^^xsd:integer;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62"^^xsd:decimal ;
  dwc:decimalLongitude "-21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -21.6)"^^geo:wktLiteral ;
  geo-pos:lat "62"^^xsd:decimal ;
  geo-pos:long "-21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '817'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.6'^^xsd:double;
  dwc:latitude '62'^^xsd:integer;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62"^^xsd:decimal ;
  dwc:decimalLongitude "-21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -21.6)"^^geo:wktLiteral ;
  geo-pos:lat "62"^^xsd:decimal ;
  geo-pos:long "-21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2927'^^xsd:integer;
  dwc:scientificName 'Eugerda fulcimandibulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.6'^^xsd:double;
  dwc:latitude '62'^^xsd:integer;
  dwc:aphiaid '118552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 -21.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.25"^^xsd:decimal ;
  dwc:decimalLongitude "-21.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 -21.5833)"^^geo:wktLiteral ;
  geo-pos:lat "20.25"^^xsd:decimal ;
  geo-pos:long "-21.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10817'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.5833'^^xsd:double;
  dwc:latitude '20.25'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 -21.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.25"^^xsd:decimal ;
  dwc:decimalLongitude "-21.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 -21.5833)"^^geo:wktLiteral ;
  geo-pos:lat "20.25"^^xsd:decimal ;
  geo-pos:long "-21.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10602'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.5833'^^xsd:double;
  dwc:latitude '20.25'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 -21.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.25"^^xsd:decimal ;
  dwc:decimalLongitude "-21.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 -21.5833)"^^geo:wktLiteral ;
  geo-pos:lat "20.25"^^xsd:decimal ;
  geo-pos:long "-21.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10690'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.5833'^^xsd:double;
  dwc:latitude '20.25'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.07 -21.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.07"^^xsd:decimal ;
  dwc:decimalLongitude "-21.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.07 -21.5817)"^^geo:wktLiteral ;
  geo-pos:lat "63.07"^^xsd:decimal ;
  geo-pos:long "-21.5817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5767'^^xsd:integer;
  dwc:scientificName 'Tanaella unguicillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.5817'^^xsd:double;
  dwc:latitude '63.07'^^xsd:double;
  dwc:aphiaid '136372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -21.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -21.56)"^^geo:wktLiteral ;
  geo-pos:lat "21.0333"^^xsd:decimal ;
  geo-pos:long "-21.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11018'^^xsd:integer;
  dwc:scientificName 'Nephasoma cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.56'^^xsd:double;
  dwc:latitude '21.0333'^^xsd:double;
  dwc:aphiaid '424375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -21.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.0333 -21.56)"^^geo:wktLiteral ;
  geo-pos:lat "21.0333"^^xsd:decimal ;
  geo-pos:long "-21.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11021'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.56'^^xsd:double;
  dwc:latitude '21.0333'^^xsd:double;
  dwc:aphiaid '424977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.045 -21.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.045"^^xsd:decimal ;
  dwc:decimalLongitude "-21.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.045 -21.56)"^^geo:wktLiteral ;
  geo-pos:lat "21.045"^^xsd:decimal ;
  geo-pos:long "-21.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11016'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictivervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.56'^^xsd:double;
  dwc:latitude '21.045'^^xsd:double;
  dwc:aphiaid '136054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3 -21.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.3"^^xsd:decimal ;
  dwc:decimalLongitude "-21.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3 -21.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.3"^^xsd:decimal ;
  geo-pos:long "-21.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '808'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.5'^^xsd:double;
  dwc:latitude '63.3'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8833 -21.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-21.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8833 -21.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.8833"^^xsd:decimal ;
  geo-pos:long "-21.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10825'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.4333'^^xsd:double;
  dwc:latitude '34.8833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8833 -21.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-21.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8833 -21.4333)"^^geo:wktLiteral ;
  geo-pos:lat "34.8833"^^xsd:decimal ;
  geo-pos:long "-21.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10621'^^xsd:integer;
  dwc:scientificName 'Nephasoma constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.4333'^^xsd:double;
  dwc:latitude '34.8833'^^xsd:double;
  dwc:aphiaid '424367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1167 -21.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-21.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1167 -21.4167)"^^geo:wktLiteral ;
  geo-pos:lat "20.1167"^^xsd:decimal ;
  geo-pos:long "-21.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10444'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.4167'^^xsd:double;
  dwc:latitude '20.1167'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1333 -21.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1333 -21.4167)"^^geo:wktLiteral ;
  geo-pos:lat "20.1333"^^xsd:decimal ;
  geo-pos:long "-21.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10907'^^xsd:integer;
  dwc:scientificName 'Sipunculus lomonossovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.4167'^^xsd:double;
  dwc:latitude '20.1333'^^xsd:double;
  dwc:aphiaid '424074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10907'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1333 -21.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-21.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1333 -21.4167)"^^geo:wktLiteral ;
  geo-pos:lat "20.1333"^^xsd:decimal ;
  geo-pos:long "-21.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10692'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.4167'^^xsd:double;
  dwc:latitude '20.1333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8167 -21.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-21.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.8167 -21.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34.8167"^^xsd:decimal ;
  geo-pos:long "-21.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10711'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.3333'^^xsd:double;
  dwc:latitude '34.8167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.5 -21.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.5"^^xsd:decimal ;
  dwc:decimalLongitude "-21.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.5 -21.3)"^^geo:wktLiteral ;
  geo-pos:lat "7.5"^^xsd:decimal ;
  geo-pos:long "-21.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3565'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia decorata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.3'^^xsd:double;
  dwc:latitude '7.5'^^xsd:double;
  dwc:aphiaid '118511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294618'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.5 -21.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.5"^^xsd:decimal ;
  dwc:decimalLongitude "-21.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.5 -21.3)"^^geo:wktLiteral ;
  geo-pos:lat "7.5"^^xsd:decimal ;
  geo-pos:long "-21.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3568'^^xsd:integer;
  dwc:scientificName 'Iolanthe decorata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.3'^^xsd:double;
  dwc:latitude '7.5'^^xsd:double;
  dwc:aphiaid '294618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294618'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 -21.1125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9"^^xsd:decimal ;
  dwc:decimalLongitude "-21.1125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 -21.1125)"^^geo:wktLiteral ;
  geo-pos:lat "38.9"^^xsd:decimal ;
  geo-pos:long "-21.1125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9889'^^xsd:integer;
  dwc:scientificName 'Malacosaccus floricomatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.1125'^^xsd:double;
  dwc:latitude '38.9'^^xsd:double;
  dwc:aphiaid '134403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.301 -21.054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.301"^^xsd:decimal ;
  dwc:decimalLongitude "-21.054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.301 -21.054)"^^geo:wktLiteral ;
  geo-pos:lat "18.301"^^xsd:decimal ;
  geo-pos:long "-21.054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8708'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.054'^^xsd:double;
  dwc:latitude '18.301'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.308 -21.054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.308"^^xsd:decimal ;
  dwc:decimalLongitude "-21.054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.308 -21.054)"^^geo:wktLiteral ;
  geo-pos:lat "18.308"^^xsd:decimal ;
  geo-pos:long "-21.054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8703'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.054'^^xsd:double;
  dwc:latitude '18.308'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3 -21.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.3"^^xsd:decimal ;
  dwc:decimalLongitude "-21.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.3 -21.05)"^^geo:wktLiteral ;
  geo-pos:lat "18.3"^^xsd:decimal ;
  geo-pos:long "-21.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8709'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.05'^^xsd:double;
  dwc:latitude '18.3'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.309 -21.044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.309"^^xsd:decimal ;
  dwc:decimalLongitude "-21.044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.309 -21.044)"^^geo:wktLiteral ;
  geo-pos:lat "18.309"^^xsd:decimal ;
  geo-pos:long "-21.044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8704'^^xsd:integer;
  dwc:scientificName 'Tricoma magnafenestra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.044'^^xsd:double;
  dwc:latitude '18.309'^^xsd:double;
  dwc:aphiaid '1305127'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.309 -21.044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.309"^^xsd:decimal ;
  dwc:decimalLongitude "-21.044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.309 -21.044)"^^geo:wktLiteral ;
  geo-pos:lat "18.309"^^xsd:decimal ;
  geo-pos:long "-21.044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8705'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.044'^^xsd:double;
  dwc:latitude '18.309'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.312 -21.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.312"^^xsd:decimal ;
  dwc:decimalLongitude "-21.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.312 -21.033)"^^geo:wktLiteral ;
  geo-pos:lat "18.312"^^xsd:decimal ;
  geo-pos:long "-21.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8707'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.033'^^xsd:double;
  dwc:latitude '18.312'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.312 -21.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.312"^^xsd:decimal ;
  dwc:decimalLongitude "-21.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.312 -21.033)"^^geo:wktLiteral ;
  geo-pos:lat "18.312"^^xsd:decimal ;
  geo-pos:long "-21.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8706'^^xsd:integer;
  dwc:scientificName 'Tricoma magnafenestra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.033'^^xsd:double;
  dwc:latitude '18.312'^^xsd:double;
  dwc:aphiaid '1305127'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.324 -21.032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.324"^^xsd:decimal ;
  dwc:decimalLongitude "-21.032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.324 -21.032)"^^geo:wktLiteral ;
  geo-pos:lat "18.324"^^xsd:decimal ;
  geo-pos:long "-21.032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8691'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.032'^^xsd:double;
  dwc:latitude '18.324'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.284 -21.026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.284"^^xsd:decimal ;
  dwc:decimalLongitude "-21.026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.284 -21.026)"^^geo:wktLiteral ;
  geo-pos:lat "18.284"^^xsd:decimal ;
  geo-pos:long "-21.026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8697'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.026'^^xsd:double;
  dwc:latitude '18.284'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.0027 -21.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.0027"^^xsd:decimal ;
  dwc:decimalLongitude "-21.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.0027 -21.017)"^^geo:wktLiteral ;
  geo-pos:lat "18.0027"^^xsd:decimal ;
  geo-pos:long "-21.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8690'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.017'^^xsd:double;
  dwc:latitude '18.0027'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.268 -21.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.268"^^xsd:decimal ;
  dwc:decimalLongitude "-21.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.268 -21.017)"^^geo:wktLiteral ;
  geo-pos:lat "18.268"^^xsd:decimal ;
  geo-pos:long "-21.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8694'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.017'^^xsd:double;
  dwc:latitude '18.268'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.348 -21.015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.348"^^xsd:decimal ;
  dwc:decimalLongitude "-21.015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.348 -21.015)"^^geo:wktLiteral ;
  geo-pos:lat "18.348"^^xsd:decimal ;
  geo-pos:long "-21.015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8701'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.015'^^xsd:double;
  dwc:latitude '18.348'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.302 -21.014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.302"^^xsd:decimal ;
  dwc:decimalLongitude "-21.014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.302 -21.014)"^^geo:wktLiteral ;
  geo-pos:lat "18.302"^^xsd:decimal ;
  geo-pos:long "-21.014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8689'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.014'^^xsd:double;
  dwc:latitude '18.302'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.317 -21.012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.317"^^xsd:decimal ;
  dwc:decimalLongitude "-21.012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.317 -21.012)"^^geo:wktLiteral ;
  geo-pos:lat "18.317"^^xsd:decimal ;
  geo-pos:long "-21.012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8695'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.012'^^xsd:double;
  dwc:latitude '18.317'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.296 -21.004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.296"^^xsd:decimal ;
  dwc:decimalLongitude "-21.004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.296 -21.004)"^^geo:wktLiteral ;
  geo-pos:lat "18.296"^^xsd:decimal ;
  geo-pos:long "-21.004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8696'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-21.004'^^xsd:double;
  dwc:latitude '18.296'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.9 -20.7708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.9"^^xsd:decimal ;
  dwc:decimalLongitude "-20.7708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.9 -20.7708)"^^geo:wktLiteral ;
  geo-pos:lat "36.9"^^xsd:decimal ;
  geo-pos:long "-20.7708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9322'^^xsd:integer;
  dwc:scientificName 'Asbestopluma pennatula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.7708'^^xsd:double;
  dwc:latitude '36.9'^^xsd:double;
  dwc:aphiaid '133179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.353 -20.597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.353"^^xsd:decimal ;
  dwc:decimalLongitude "-20.597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.353 -20.597)"^^geo:wktLiteral ;
  geo-pos:lat "18.353"^^xsd:decimal ;
  geo-pos:long "-20.597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8700'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.597'^^xsd:double;
  dwc:latitude '18.353'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.282 -20.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.282"^^xsd:decimal ;
  dwc:decimalLongitude "-20.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.282 -20.595)"^^geo:wktLiteral ;
  geo-pos:lat "18.282"^^xsd:decimal ;
  geo-pos:long "-20.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8692'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.595'^^xsd:double;
  dwc:latitude '18.282'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.282 -20.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.282"^^xsd:decimal ;
  dwc:decimalLongitude "-20.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.282 -20.595)"^^geo:wktLiteral ;
  geo-pos:lat "18.282"^^xsd:decimal ;
  geo-pos:long "-20.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8693'^^xsd:integer;
  dwc:scientificName 'Tricoma magnafenestra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.595'^^xsd:double;
  dwc:latitude '18.282'^^xsd:double;
  dwc:aphiaid '1305127'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.341 -20.586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.341"^^xsd:decimal ;
  dwc:decimalLongitude "-20.586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.341 -20.586)"^^geo:wktLiteral ;
  geo-pos:lat "18.341"^^xsd:decimal ;
  geo-pos:long "-20.586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8699'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.586'^^xsd:double;
  dwc:latitude '18.341'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.327 -20.574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.327"^^xsd:decimal ;
  dwc:decimalLongitude "-20.574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.327 -20.574)"^^geo:wktLiteral ;
  geo-pos:lat "18.327"^^xsd:decimal ;
  geo-pos:long "-20.574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8698'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.574'^^xsd:double;
  dwc:latitude '18.327'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.6383 -20.4267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-20.4267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.6383 -20.4267)"^^geo:wktLiteral ;
  geo-pos:lat "-72.6383"^^xsd:decimal ;
  geo-pos:long "-20.4267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7328'^^xsd:integer;
  dwc:scientificName 'Selenopsyllus antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.4267'^^xsd:double;
  dwc:latitude '-72.6383'^^xsd:double;
  dwc:aphiaid '293117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7328'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293117'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.7675 -20.3183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-69.7675"^^xsd:decimal ;
  dwc:decimalLongitude "-20.3183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.7675 -20.3183)"^^geo:wktLiteral ;
  geo-pos:lat "-69.7675"^^xsd:decimal ;
  geo-pos:long "-20.3183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4485'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.3183'^^xsd:double;
  dwc:latitude '-69.7675'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.4 -20.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.4"^^xsd:decimal ;
  dwc:decimalLongitude "-20.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.4 -20.2333)"^^geo:wktLiteral ;
  geo-pos:lat "25.4"^^xsd:decimal ;
  geo-pos:long "-20.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9938'^^xsd:integer;
  dwc:scientificName 'Poliopogon amadou amadou'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.2333'^^xsd:double;
  dwc:latitude '25.4'^^xsd:double;
  dwc:aphiaid '171581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171581'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.55 -20.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.55"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.55 -20.0833)"^^geo:wktLiteral ;
  geo-pos:lat "66.55"^^xsd:decimal ;
  geo-pos:long "-20.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '854'^^xsd:integer;
  dwc:scientificName 'Leptostylis ampullacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.0833'^^xsd:double;
  dwc:latitude '66.55'^^xsd:double;
  dwc:aphiaid '110501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.55 -20.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.55"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.55 -20.0833)"^^geo:wktLiteral ;
  geo-pos:lat "66.55"^^xsd:decimal ;
  geo-pos:long "-20.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2742'^^xsd:integer;
  dwc:scientificName 'Leptostylis ampullacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.0833'^^xsd:double;
  dwc:latitude '66.55'^^xsd:double;
  dwc:aphiaid '110501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.2006 -20.0675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.2006"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.2006 -20.0675)"^^geo:wktLiteral ;
  geo-pos:lat "-64.2006"^^xsd:decimal ;
  geo-pos:long "-20.0675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4342'^^xsd:integer;
  dwc:scientificName 'Carololangia plumata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.0675'^^xsd:double;
  dwc:latitude '-64.2006'^^xsd:double;
  dwc:aphiaid '244649'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.8333 -20.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.8333 -20.0333)"^^geo:wktLiteral ;
  geo-pos:lat "66.8333"^^xsd:decimal ;
  geo-pos:long "-20.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '805'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.0333'^^xsd:double;
  dwc:latitude '66.8333'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.8333 -20.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-20.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.8333 -20.0333)"^^geo:wktLiteral ;
  geo-pos:lat "66.8333"^^xsd:decimal ;
  geo-pos:long "-20.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '869'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20.0333'^^xsd:double;
  dwc:latitude '66.8333'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.46667 -20)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.46667"^^xsd:decimal ;
  dwc:decimalLongitude "-20"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.46667 -20)"^^geo:wktLiteral ;
  geo-pos:lat "9.46667"^^xsd:decimal ;
  geo-pos:long "-20"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3101'^^xsd:integer;
  dwc:scientificName 'Macrostylis setifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-20'^^xsd:integer;
  dwc:latitude '9.46667'^^xsd:double;
  dwc:aphiaid '256124'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256124'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.9833)"^^geo:wktLiteral ;
  geo-pos:lat "59.9667"^^xsd:decimal ;
  geo-pos:long "-19.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1229'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9833'^^xsd:double;
  dwc:latitude '59.9667'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.9833)"^^geo:wktLiteral ;
  geo-pos:lat "59.9667"^^xsd:decimal ;
  geo-pos:long "-19.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1614'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9833'^^xsd:double;
  dwc:latitude '59.9667'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.9833)"^^geo:wktLiteral ;
  geo-pos:lat "59.9667"^^xsd:decimal ;
  geo-pos:long "-19.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2669'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9833'^^xsd:double;
  dwc:latitude '59.9667'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.97 -19.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.97"^^xsd:decimal ;
  dwc:decimalLongitude "-19.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.97 -19.98)"^^geo:wktLiteral ;
  geo-pos:lat "-59.97"^^xsd:decimal ;
  geo-pos:long "-19.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3377'^^xsd:integer;
  dwc:scientificName 'Haploniscus ampliatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.98'^^xsd:double;
  dwc:latitude '-59.97'^^xsd:double;
  dwc:aphiaid '118654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-19.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4036'^^xsd:integer;
  dwc:scientificName 'Munnopsoides eximius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.97'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '294838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2552 -19.9695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2552"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2552 -19.9695)"^^geo:wktLiteral ;
  geo-pos:lat "47.2552"^^xsd:decimal ;
  geo-pos:long "-19.9695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8257'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera bathislandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9695'^^xsd:double;
  dwc:latitude '47.2552'^^xsd:double;
  dwc:aphiaid '734411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054526'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-19.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '795'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9667'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-19.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '884'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9667'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-19.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '885'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9667'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-19.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '495'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9667'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-19.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4239'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracillimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9667'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '136304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -19.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-19.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '196'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9667'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2505 -19.963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2505"^^xsd:decimal ;
  dwc:decimalLongitude "-19.963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2505 -19.963)"^^geo:wktLiteral ;
  geo-pos:lat "47.2505"^^xsd:decimal ;
  geo-pos:long "-19.963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8258'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera bathislandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.963'^^xsd:double;
  dwc:latitude '47.2505'^^xsd:double;
  dwc:aphiaid '734411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054526'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2497 -19.9585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2497"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2497 -19.9585)"^^geo:wktLiteral ;
  geo-pos:lat "47.2497"^^xsd:decimal ;
  geo-pos:long "-19.9585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8259'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera bathislandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9585'^^xsd:double;
  dwc:latitude '47.2497'^^xsd:double;
  dwc:aphiaid '734411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054526'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.05 -19.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.05"^^xsd:decimal ;
  dwc:decimalLongitude "-19.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.05 -19.95)"^^geo:wktLiteral ;
  geo-pos:lat "50.05"^^xsd:decimal ;
  geo-pos:long "-19.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3305'^^xsd:integer;
  dwc:scientificName 'Haploniscus similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.95'^^xsd:double;
  dwc:latitude '50.05'^^xsd:double;
  dwc:aphiaid '255834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255834'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  geo-pos:lat "59.95"^^xsd:decimal ;
  geo-pos:long "-19.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1155'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9167'^^xsd:double;
  dwc:latitude '59.95'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  geo-pos:lat "59.95"^^xsd:decimal ;
  geo-pos:long "-19.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1233'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9167'^^xsd:double;
  dwc:latitude '59.95'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  geo-pos:lat "59.95"^^xsd:decimal ;
  geo-pos:long "-19.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1380'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9167'^^xsd:double;
  dwc:latitude '59.95'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  geo-pos:lat "59.95"^^xsd:decimal ;
  geo-pos:long "-19.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1617'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9167'^^xsd:double;
  dwc:latitude '59.95'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.95"^^xsd:decimal ;
  dwc:decimalLongitude "-19.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 -19.9167)"^^geo:wktLiteral ;
  geo-pos:lat "59.95"^^xsd:decimal ;
  geo-pos:long "-19.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2673'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.9167'^^xsd:double;
  dwc:latitude '59.95'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.8833)"^^geo:wktLiteral ;
  geo-pos:lat "59.9667"^^xsd:decimal ;
  geo-pos:long "-19.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1183'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.8833'^^xsd:double;
  dwc:latitude '59.9667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1183'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.8833)"^^geo:wktLiteral ;
  geo-pos:lat "59.9667"^^xsd:decimal ;
  geo-pos:long "-19.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1230'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.8833'^^xsd:double;
  dwc:latitude '59.9667'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.8833)"^^geo:wktLiteral ;
  geo-pos:lat "59.9667"^^xsd:decimal ;
  geo-pos:long "-19.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1378'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.8833'^^xsd:double;
  dwc:latitude '59.9667'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9667 -19.8833)"^^geo:wktLiteral ;
  geo-pos:lat "59.9667"^^xsd:decimal ;
  geo-pos:long "-19.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2670'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.8833'^^xsd:double;
  dwc:latitude '59.9667'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4158 -19.8035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4158"^^xsd:decimal ;
  dwc:decimalLongitude "-19.8035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4158 -19.8035)"^^geo:wktLiteral ;
  geo-pos:lat "47.4158"^^xsd:decimal ;
  geo-pos:long "-19.8035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8143'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.8035'^^xsd:double;
  dwc:latitude '47.4158'^^xsd:double;
  dwc:aphiaid '459074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.14 -19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.14"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.14 -19.7)"^^geo:wktLiteral ;
  geo-pos:lat "-60.14"^^xsd:decimal ;
  geo-pos:long "-19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3378'^^xsd:integer;
  dwc:scientificName 'Haploniscus ampliatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.7'^^xsd:double;
  dwc:latitude '-60.14'^^xsd:double;
  dwc:aphiaid '118654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  geo-pos:lat "60.1"^^xsd:decimal ;
  geo-pos:long "-19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1153'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.7'^^xsd:double;
  dwc:latitude '60.1'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  geo-pos:lat "60.1"^^xsd:decimal ;
  geo-pos:long "-19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1184'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.7'^^xsd:double;
  dwc:latitude '60.1'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1184'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  geo-pos:lat "60.1"^^xsd:decimal ;
  geo-pos:long "-19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1231'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.7'^^xsd:double;
  dwc:latitude '60.1'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  geo-pos:lat "60.1"^^xsd:decimal ;
  geo-pos:long "-19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1274'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.7'^^xsd:double;
  dwc:latitude '60.1'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  geo-pos:lat "60.1"^^xsd:decimal ;
  geo-pos:long "-19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1329'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.7'^^xsd:double;
  dwc:latitude '60.1'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  geo-pos:lat "60.1"^^xsd:decimal ;
  geo-pos:long "-19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1615'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.7'^^xsd:double;
  dwc:latitude '60.1'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1"^^xsd:decimal ;
  dwc:decimalLongitude "-19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1 -19.7)"^^geo:wktLiteral ;
  geo-pos:lat "60.1"^^xsd:decimal ;
  geo-pos:long "-19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2671'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.7'^^xsd:double;
  dwc:latitude '60.1'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3812 -19.6922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3812"^^xsd:decimal ;
  dwc:decimalLongitude "-19.6922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3812 -19.6922)"^^geo:wktLiteral ;
  geo-pos:lat "47.3812"^^xsd:decimal ;
  geo-pos:long "-19.6922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8256'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera bathislandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.6922'^^xsd:double;
  dwc:latitude '47.3812'^^xsd:double;
  dwc:aphiaid '734411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054526'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8844 -19.6836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.8844"^^xsd:decimal ;
  dwc:decimalLongitude "-19.6836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8844 -19.6836)"^^geo:wktLiteral ;
  geo-pos:lat "-66.8844"^^xsd:decimal ;
  geo-pos:long "-19.6836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4424'^^xsd:integer;
  dwc:scientificName 'Neotanais antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.6836'^^xsd:double;
  dwc:latitude '-66.8844'^^xsd:double;
  dwc:aphiaid '244642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1667 -19.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-19.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1667 -19.6)"^^geo:wktLiteral ;
  geo-pos:lat "62.1667"^^xsd:decimal ;
  geo-pos:long "-19.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '848'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.6'^^xsd:double;
  dwc:latitude '62.1667'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1833 -19.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-19.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1833 -19.6)"^^geo:wktLiteral ;
  geo-pos:lat "62.1833"^^xsd:decimal ;
  geo-pos:long "-19.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9875'^^xsd:integer;
  dwc:scientificName 'Lissodendoryx sophia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.6'^^xsd:double;
  dwc:latitude '62.1833'^^xsd:double;
  dwc:aphiaid '168992'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168992'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1833 -19.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-19.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1833 -19.6)"^^geo:wktLiteral ;
  geo-pos:lat "62.1833"^^xsd:decimal ;
  geo-pos:long "-19.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9876'^^xsd:integer;
  dwc:scientificName 'Lissodendoryx sophia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.6'^^xsd:double;
  dwc:latitude '62.1833'^^xsd:double;
  dwc:aphiaid '168992'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168992'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  geo-pos:lat "60.1167"^^xsd:decimal ;
  geo-pos:long "-19.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1154'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.5'^^xsd:double;
  dwc:latitude '60.1167'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  geo-pos:lat "60.1167"^^xsd:decimal ;
  geo-pos:long "-19.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1185'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.5'^^xsd:double;
  dwc:latitude '60.1167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1185'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  geo-pos:lat "60.1167"^^xsd:decimal ;
  geo-pos:long "-19.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1232'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.5'^^xsd:double;
  dwc:latitude '60.1167'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  geo-pos:lat "60.1167"^^xsd:decimal ;
  geo-pos:long "-19.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1275'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.5'^^xsd:double;
  dwc:latitude '60.1167'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  geo-pos:lat "60.1167"^^xsd:decimal ;
  geo-pos:long "-19.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1480'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.5'^^xsd:double;
  dwc:latitude '60.1167'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  geo-pos:lat "60.1167"^^xsd:decimal ;
  geo-pos:long "-19.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1379'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.5'^^xsd:double;
  dwc:latitude '60.1167'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  geo-pos:lat "60.1167"^^xsd:decimal ;
  geo-pos:long "-19.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1616'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.5'^^xsd:double;
  dwc:latitude '60.1167'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 -19.5)"^^geo:wktLiteral ;
  geo-pos:lat "60.1167"^^xsd:decimal ;
  geo-pos:long "-19.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2672'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.5'^^xsd:double;
  dwc:latitude '60.1167'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.12 -19.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.12"^^xsd:decimal ;
  dwc:decimalLongitude "-19.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.12 -19.5)"^^geo:wktLiteral ;
  geo-pos:lat "60.12"^^xsd:decimal ;
  geo-pos:long "-19.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3211'^^xsd:integer;
  dwc:scientificName 'Haploniscus aduncus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.5'^^xsd:double;
  dwc:latitude '60.12'^^xsd:double;
  dwc:aphiaid '118653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118653'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8167 -19.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8167 -19.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.8167"^^xsd:decimal ;
  geo-pos:long "-19.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10710'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.15'^^xsd:double;
  dwc:latitude '36.8167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8167 -19.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-19.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8167 -19.15)"^^geo:wktLiteral ;
  geo-pos:lat "38.8167"^^xsd:decimal ;
  geo-pos:long "-19.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10819'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19.15'^^xsd:double;
  dwc:latitude '38.8167'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1 -19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.1"^^xsd:decimal ;
  dwc:decimalLongitude "-19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1 -19)"^^geo:wktLiteral ;
  geo-pos:lat "62.1"^^xsd:decimal ;
  geo-pos:long "-19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5102'^^xsd:integer;
  dwc:scientificName 'Collettea minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19'^^xsd:integer;
  dwc:latitude '62.1'^^xsd:double;
  dwc:aphiaid '136349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1 -19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.1"^^xsd:decimal ;
  dwc:decimalLongitude "-19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1 -19)"^^geo:wktLiteral ;
  geo-pos:lat "62.1"^^xsd:decimal ;
  geo-pos:long "-19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5211'^^xsd:integer;
  dwc:scientificName 'Leptognathia ventralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-19'^^xsd:integer;
  dwc:latitude '62.1'^^xsd:double;
  dwc:aphiaid '136451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8 -18.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8"^^xsd:decimal ;
  dwc:decimalLongitude "-18.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8 -18.8833)"^^geo:wktLiteral ;
  geo-pos:lat "20.8"^^xsd:decimal ;
  geo-pos:long "-18.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10513'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.8833'^^xsd:double;
  dwc:latitude '20.8'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10513'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5 -18.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5 -18.7167)"^^geo:wktLiteral ;
  geo-pos:lat "38.5"^^xsd:decimal ;
  geo-pos:long "-18.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10824'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.7167'^^xsd:double;
  dwc:latitude '38.5'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05"^^xsd:decimal ;
  dwc:decimalLongitude "-18.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  geo-pos:lat "1.05"^^xsd:decimal ;
  geo-pos:long "-18.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9899'^^xsd:integer;
  dwc:scientificName 'Malacosaccus unguiculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.6667'^^xsd:double;
  dwc:latitude '1.05'^^xsd:double;
  dwc:aphiaid '134404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05"^^xsd:decimal ;
  dwc:decimalLongitude "-18.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 -18.6667)"^^geo:wktLiteral ;
  geo-pos:lat "1.05"^^xsd:decimal ;
  geo-pos:long "-18.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9788'^^xsd:integer;
  dwc:scientificName 'Hyalonema lusitanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.6667'^^xsd:double;
  dwc:latitude '1.05'^^xsd:double;
  dwc:aphiaid '134375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.384444 -18.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.384444"^^xsd:decimal ;
  dwc:decimalLongitude "-18.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.384444 -18.6167)"^^geo:wktLiteral ;
  geo-pos:lat "-0.384444"^^xsd:decimal ;
  geo-pos:long "-18.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5166'^^xsd:integer;
  dwc:scientificName 'Leptognathia angustocephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.6167'^^xsd:double;
  dwc:latitude '-0.384444'^^xsd:double;
  dwc:aphiaid '247569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.133333 -18.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.133333"^^xsd:decimal ;
  dwc:decimalLongitude "-18.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.133333 -18.6)"^^geo:wktLiteral ;
  geo-pos:lat "-0.133333"^^xsd:decimal ;
  geo-pos:long "-18.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15623'^^xsd:integer;
  dwc:scientificName 'Spinula thorsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.6'^^xsd:double;
  dwc:latitude '-0.133333'^^xsd:double;
  dwc:aphiaid '543624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.5333 -18.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-18.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.5333 -18.6)"^^geo:wktLiteral ;
  geo-pos:lat "20.5333"^^xsd:decimal ;
  geo-pos:long "-18.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16734'^^xsd:integer;
  dwc:scientificName 'Lucinoma atalantae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.6'^^xsd:double;
  dwc:latitude '20.5333'^^xsd:double;
  dwc:aphiaid '390272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '390272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.645 -18.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.645"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.645 -18.5967)"^^geo:wktLiteral ;
  geo-pos:lat "17.645"^^xsd:decimal ;
  geo-pos:long "-18.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16244'^^xsd:integer;
  dwc:scientificName 'Portlandia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5967'^^xsd:double;
  dwc:latitude '17.645'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16244'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.134722 -18.5844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.134722"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.134722 -18.5844)"^^geo:wktLiteral ;
  geo-pos:lat "-0.134722"^^xsd:decimal ;
  geo-pos:long "-18.5844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5013'^^xsd:integer;
  dwc:scientificName 'Paranarthrura kurchatovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5844'^^xsd:double;
  dwc:latitude '-0.134722'^^xsd:double;
  dwc:aphiaid '247415'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.134722 -18.5844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.134722"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.134722 -18.5844)"^^geo:wktLiteral ;
  geo-pos:lat "-0.134722"^^xsd:decimal ;
  geo-pos:long "-18.5844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5165'^^xsd:integer;
  dwc:scientificName 'Leptognathia angustocephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5844'^^xsd:double;
  dwc:latitude '-0.134722'^^xsd:double;
  dwc:aphiaid '247569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.6333 -18.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.6333 -18.5833)"^^geo:wktLiteral ;
  geo-pos:lat "17.6333"^^xsd:decimal ;
  geo-pos:long "-18.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16243'^^xsd:integer;
  dwc:scientificName 'Ledella verdiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5833'^^xsd:double;
  dwc:latitude '17.6333'^^xsd:double;
  dwc:aphiaid '506329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 -18.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 -18.5833)"^^geo:wktLiteral ;
  geo-pos:lat "20.55"^^xsd:decimal ;
  geo-pos:long "-18.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16733'^^xsd:integer;
  dwc:scientificName 'Lucinoma atalantae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5833'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:aphiaid '390272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '390272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.13 -18.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.13"^^xsd:decimal ;
  dwc:decimalLongitude "-18.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.13 -18.58)"^^geo:wktLiteral ;
  geo-pos:lat "0.13"^^xsd:decimal ;
  geo-pos:long "-18.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3130'^^xsd:integer;
  dwc:scientificName 'Macrostylis squalida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.58'^^xsd:double;
  dwc:latitude '0.13'^^xsd:double;
  dwc:aphiaid '256127'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.11 -18.575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.11"^^xsd:decimal ;
  dwc:decimalLongitude "-18.575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.11 -18.575)"^^geo:wktLiteral ;
  geo-pos:lat "-55.11"^^xsd:decimal ;
  geo-pos:long "-18.575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11014'^^xsd:integer;
  dwc:scientificName 'Golfingia vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.575'^^xsd:double;
  dwc:latitude '-55.11'^^xsd:double;
  dwc:aphiaid '424332'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.55)"^^geo:wktLiteral ;
  geo-pos:lat "20.6833"^^xsd:decimal ;
  geo-pos:long "-18.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16732'^^xsd:integer;
  dwc:scientificName 'Lucinoma atalantae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.55'^^xsd:double;
  dwc:latitude '20.6833'^^xsd:double;
  dwc:aphiaid '390272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '390272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3'^^xsd:integer;
  dwc:scientificName 'Apocuma mauritiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5'^^xsd:double;
  dwc:latitude '20.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  geo-pos:lat "20.6833"^^xsd:decimal ;
  geo-pos:long "-18.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2124'^^xsd:integer;
  dwc:scientificName 'Cumella brevipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5'^^xsd:double;
  dwc:latitude '20.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2124'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  geo-pos:lat "20.6833"^^xsd:decimal ;
  geo-pos:long "-18.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2125'^^xsd:integer;
  dwc:scientificName 'Cumella inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5'^^xsd:double;
  dwc:latitude '20.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2125'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  geo-pos:lat "20.6833"^^xsd:decimal ;
  geo-pos:long "-18.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2126'^^xsd:integer;
  dwc:scientificName 'Cyclaspis pseudolongicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5'^^xsd:double;
  dwc:latitude '20.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2126'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  geo-pos:lat "20.6833"^^xsd:decimal ;
  geo-pos:long "-18.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '302'^^xsd:integer;
  dwc:scientificName 'Styloptocuma inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5'^^xsd:double;
  dwc:latitude '20.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:302'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A96> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  geo-pos:lat "20.6833"^^xsd:decimal ;
  geo-pos:long "-18.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '96'^^xsd:integer;
  dwc:scientificName 'Cyclaspis pseudolongicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5'^^xsd:double;
  dwc:latitude '20.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:96'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A80> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A80>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  geo-pos:lat "20.6833"^^xsd:decimal ;
  geo-pos:long "-18.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '80'^^xsd:integer;
  dwc:scientificName 'Cumella brevipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5'^^xsd:double;
  dwc:latitude '20.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:80'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A83> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.6833 -18.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-18.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '83'^^xsd:integer;
  dwc:scientificName 'Cumella inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.5'^^xsd:double;
  dwc:latitude '20.6833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:83'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.25 -18.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.25"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.25 -18.3833)"^^geo:wktLiteral ;
  geo-pos:lat "11.25"^^xsd:decimal ;
  geo-pos:long "-18.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10515'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3833'^^xsd:double;
  dwc:latitude '11.25'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.25 -18.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.25"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.25 -18.3833)"^^geo:wktLiteral ;
  geo-pos:lat "11.25"^^xsd:decimal ;
  geo-pos:long "-18.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10689'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3833'^^xsd:double;
  dwc:latitude '11.25'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 -18.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 -18.3667)"^^geo:wktLiteral ;
  geo-pos:lat "10.3333"^^xsd:decimal ;
  geo-pos:long "-18.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4470'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3667'^^xsd:double;
  dwc:latitude '10.3333'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.18 -18.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.18"^^xsd:decimal ;
  dwc:decimalLongitude "-18.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.18 -18.35)"^^geo:wktLiteral ;
  geo-pos:lat "0.18"^^xsd:decimal ;
  geo-pos:long "-18.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3941'^^xsd:integer;
  dwc:scientificName 'Eurycope quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.35'^^xsd:double;
  dwc:latitude '0.18'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3941'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.27 -18.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.27"^^xsd:decimal ;
  dwc:decimalLongitude "-18.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.27 -18.33)"^^geo:wktLiteral ;
  geo-pos:lat "0.27"^^xsd:decimal ;
  geo-pos:long "-18.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3303'^^xsd:integer;
  dwc:scientificName 'Haploniscus pygmaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.33'^^xsd:double;
  dwc:latitude '0.27'^^xsd:double;
  dwc:aphiaid '255827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255827'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15169'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15174'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15175'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15170'^^xsd:integer;
  dwc:scientificName 'Portlandia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15170'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15172'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15173'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15179'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15182'^^xsd:integer;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15184'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15187'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.295 -18.298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.295"^^xsd:decimal ;
  dwc:decimalLongitude "-18.298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.295 -18.298)"^^geo:wktLiteral ;
  geo-pos:lat "18.295"^^xsd:decimal ;
  geo-pos:long "-18.298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8702'^^xsd:integer;
  dwc:scientificName 'Tricoma maxima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.298'^^xsd:double;
  dwc:latitude '18.295'^^xsd:double;
  dwc:aphiaid '121173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121173'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.295 -18.298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.295"^^xsd:decimal ;
  dwc:decimalLongitude "-18.298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.295 -18.298)"^^geo:wktLiteral ;
  geo-pos:lat "18.295"^^xsd:decimal ;
  geo-pos:long "-18.298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8710'^^xsd:integer;
  dwc:scientificName 'Tricoma loricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.298'^^xsd:double;
  dwc:latitude '18.295'^^xsd:double;
  dwc:aphiaid '1305125'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305125'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.42 -18.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.42"^^xsd:decimal ;
  dwc:decimalLongitude "-18.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.42 -18.28)"^^geo:wktLiteral ;
  geo-pos:lat "77.42"^^xsd:decimal ;
  geo-pos:long "-18.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3863'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.28'^^xsd:double;
  dwc:latitude '77.42'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3863'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15176'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15177'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15171'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15178'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15180'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15181'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15183'^^xsd:integer;
  dwc:scientificName 'Portlandia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15183'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15185'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15186'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15188'^^xsd:integer;
  dwc:scientificName 'Cuspidaria bernardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '407523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6167 -18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "10.6167"^^xsd:decimal ;
  geo-pos:long "-18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10626'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2333'^^xsd:double;
  dwc:latitude '10.6167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.9817 -18.2267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.9817"^^xsd:decimal ;
  dwc:decimalLongitude "-18.2267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.9817 -18.2267)"^^geo:wktLiteral ;
  geo-pos:lat "20.9817"^^xsd:decimal ;
  geo-pos:long "-18.2267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16442'^^xsd:integer;
  dwc:scientificName 'Lucinoma atalantae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.2267'^^xsd:double;
  dwc:latitude '20.9817'^^xsd:double;
  dwc:aphiaid '390272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '390272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.95 -18.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.95"^^xsd:decimal ;
  dwc:decimalLongitude "-18.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.95 -18.1833)"^^geo:wktLiteral ;
  geo-pos:lat "20.95"^^xsd:decimal ;
  geo-pos:long "-18.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16729'^^xsd:integer;
  dwc:scientificName 'Lucinoma atalantae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.1833'^^xsd:double;
  dwc:latitude '20.95'^^xsd:double;
  dwc:aphiaid '390272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '390272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.92 -18.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.92"^^xsd:decimal ;
  dwc:decimalLongitude "-18.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.92 -18.12)"^^geo:wktLiteral ;
  geo-pos:lat "76.92"^^xsd:decimal ;
  geo-pos:long "-18.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4105'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.12'^^xsd:double;
  dwc:latitude '76.92'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.93 -18.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.93"^^xsd:decimal ;
  dwc:decimalLongitude "-18.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.93 -18.03)"^^geo:wktLiteral ;
  geo-pos:lat "67.93"^^xsd:decimal ;
  geo-pos:long "-18.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4104'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.03'^^xsd:double;
  dwc:latitude '67.93'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -18.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "-18.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -18.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "-18.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10719'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-18.0167'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.9167 -17.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.9167 -17.9833)"^^geo:wktLiteral ;
  geo-pos:lat "74.9167"^^xsd:decimal ;
  geo-pos:long "-17.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6795'^^xsd:integer;
  dwc:scientificName 'Canuella furcigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.9833'^^xsd:double;
  dwc:latitude '74.9167'^^xsd:double;
  dwc:aphiaid '115722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115722'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8333 -17.9625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.9625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8333 -17.9625)"^^geo:wktLiteral ;
  geo-pos:lat "39.8333"^^xsd:decimal ;
  geo-pos:long "-17.9625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9592'^^xsd:integer;
  dwc:scientificName 'Dendoricella abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.9625'^^xsd:double;
  dwc:latitude '39.8333'^^xsd:double;
  dwc:aphiaid '133517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -17.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -17.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-17.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10539'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.95'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -17.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -17.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-17.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10720'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.95'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.55 -17.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.55"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.55 -17.8833)"^^geo:wktLiteral ;
  geo-pos:lat "10.55"^^xsd:decimal ;
  geo-pos:long "-17.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15117'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8833'^^xsd:double;
  dwc:latitude '10.55'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.55 -17.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.55"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.55 -17.8833)"^^geo:wktLiteral ;
  geo-pos:lat "10.55"^^xsd:decimal ;
  geo-pos:long "-17.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15120'^^xsd:integer;
  dwc:scientificName 'Tindaria hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8833'^^xsd:double;
  dwc:latitude '10.55'^^xsd:double;
  dwc:aphiaid '506466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.55 -17.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.55"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.55 -17.8833)"^^geo:wktLiteral ;
  geo-pos:lat "10.55"^^xsd:decimal ;
  geo-pos:long "-17.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15114'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8833'^^xsd:double;
  dwc:latitude '10.55'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.55 -17.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.55"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.55 -17.8833)"^^geo:wktLiteral ;
  geo-pos:lat "10.55"^^xsd:decimal ;
  geo-pos:long "-17.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15116'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8833'^^xsd:double;
  dwc:latitude '10.55'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15116'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -17.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -17.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-17.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10540'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8833'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -17.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -17.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-17.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10829'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8833'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -17.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -17.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-17.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10726'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8833'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.8817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.8817)"^^geo:wktLiteral ;
  geo-pos:lat "50.7233"^^xsd:decimal ;
  geo-pos:long "-17.8817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15932'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8817'^^xsd:double;
  dwc:latitude '50.7233'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.87)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3809'^^xsd:integer;
  dwc:scientificName 'Eurycope canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.87'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '118613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72 -17.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.72"^^xsd:decimal ;
  dwc:decimalLongitude "-17.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72 -17.87)"^^geo:wktLiteral ;
  geo-pos:lat "50.72"^^xsd:decimal ;
  geo-pos:long "-17.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3774'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.87'^^xsd:double;
  dwc:latitude '50.72'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-17.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  geo-pos:lat "50.7233"^^xsd:decimal ;
  geo-pos:long "-17.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4723'^^xsd:integer;
  dwc:scientificName 'Metagathotanais insulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.87'^^xsd:double;
  dwc:latitude '50.7233'^^xsd:double;
  dwc:aphiaid '136374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-17.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  geo-pos:lat "50.7233"^^xsd:decimal ;
  geo-pos:long "-17.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5505'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.87'^^xsd:double;
  dwc:latitude '50.7233'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-17.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  geo-pos:lat "50.7233"^^xsd:decimal ;
  geo-pos:long "-17.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5363'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.87'^^xsd:double;
  dwc:latitude '50.7233'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-17.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  geo-pos:lat "50.7233"^^xsd:decimal ;
  geo-pos:long "-17.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5549'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.87'^^xsd:double;
  dwc:latitude '50.7233'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-17.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  geo-pos:lat "50.7233"^^xsd:decimal ;
  geo-pos:long "-17.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5578'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.87'^^xsd:double;
  dwc:latitude '50.7233'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-17.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7233 -17.87)"^^geo:wktLiteral ;
  geo-pos:lat "50.7233"^^xsd:decimal ;
  geo-pos:long "-17.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5634'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.87'^^xsd:double;
  dwc:latitude '50.7233'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92 -17.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92"^^xsd:decimal ;
  dwc:decimalLongitude "-17.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92 -17.87)"^^geo:wktLiteral ;
  geo-pos:lat "53.92"^^xsd:decimal ;
  geo-pos:long "-17.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3650'^^xsd:integer;
  dwc:scientificName 'Storthyngura magnifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.87'^^xsd:double;
  dwc:latitude '53.92'^^xsd:double;
  dwc:aphiaid '183447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '464'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '507'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '346'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1429'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1620'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1729'^^xsd:integer;
  dwc:scientificName 'Procampylaspis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1741'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1889'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1947'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1962'^^xsd:integer;
  dwc:scientificName 'Styloptocuma exstans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '375'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15119'^^xsd:integer;
  dwc:scientificName 'Tindaria hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '506466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15118'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15113'^^xsd:integer;
  dwc:scientificName 'Yoldiella bilanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '506507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15115'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '466'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15163'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15167'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4512'^^xsd:integer;
  dwc:scientificName 'Neotanais mesostenoceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '247386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4512'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247386'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15154'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10454'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15157'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15158'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15160'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15162'^^xsd:integer;
  dwc:scientificName 'Ledella lusitanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '506327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506327'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10625'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '10.6333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "50.7333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '454'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '50.7333'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "50.7333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '433'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '50.7333'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7333 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "50.7333"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '409'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '50.7333'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9167 -17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9167 -17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "53.9167"^^xsd:decimal ;
  geo-pos:long "-17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10481'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8667'^^xsd:double;
  dwc:latitude '53.9167'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.915 -17.865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.915"^^xsd:decimal ;
  dwc:decimalLongitude "-17.865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.915 -17.865)"^^geo:wktLiteral ;
  geo-pos:lat "53.915"^^xsd:decimal ;
  geo-pos:long "-17.865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4549'^^xsd:integer;
  dwc:scientificName 'Neotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.865'^^xsd:double;
  dwc:latitude '53.915'^^xsd:double;
  dwc:aphiaid '136337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136337'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.915 -17.865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.915"^^xsd:decimal ;
  dwc:decimalLongitude "-17.865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.915 -17.865)"^^geo:wktLiteral ;
  geo-pos:lat "53.915"^^xsd:decimal ;
  geo-pos:long "-17.865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4587'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.865'^^xsd:double;
  dwc:latitude '53.915'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15771'^^xsd:integer;
  dwc:scientificName 'Yoldiella americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '506503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15767'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15768'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15769'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15770'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15772'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15930'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15926'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15928'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.725"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.725 -17.8617)"^^geo:wktLiteral ;
  geo-pos:lat "50.725"^^xsd:decimal ;
  geo-pos:long "-17.8617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15935'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8617'^^xsd:double;
  dwc:latitude '50.725'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15935'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.86)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3902'^^xsd:integer;
  dwc:scientificName 'Ilyarachna triangulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.86'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '255872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3902'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 -17.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "-17.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 -17.86)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "-17.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3907'^^xsd:integer;
  dwc:scientificName 'Ilyarachna triangulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.86'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:aphiaid '255872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3907'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9"^^xsd:decimal ;
  dwc:decimalLongitude "-17.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.86)"^^geo:wktLiteral ;
  geo-pos:lat "53.9"^^xsd:decimal ;
  geo-pos:long "-17.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3722'^^xsd:integer;
  dwc:scientificName 'Acanthocope armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.86'^^xsd:double;
  dwc:latitude '53.9'^^xsd:double;
  dwc:aphiaid '118598'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118598'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15121'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa hampsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '546276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15122'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15124'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15125'^^xsd:integer;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15131'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15138'^^xsd:integer;
  dwc:scientificName 'Yoldiella bilanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '506507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15139'^^xsd:integer;
  dwc:scientificName 'Tindaria hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '506466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15142'^^xsd:integer;
  dwc:scientificName 'Lyonsiella formosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '406051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15143'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15145'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15146'^^xsd:integer;
  dwc:scientificName 'Ledella lusitanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '506327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506327'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5333 -17.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5333 -17.8583)"^^geo:wktLiteral ;
  geo-pos:lat "10.5333"^^xsd:decimal ;
  geo-pos:long "-17.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15132'^^xsd:integer;
  dwc:scientificName 'Yoldiella bilanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8583'^^xsd:double;
  dwc:latitude '10.5333'^^xsd:double;
  dwc:aphiaid '506507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5'^^xsd:integer;
  dwc:scientificName 'Atlantistylis chauvini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '181914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '948'^^xsd:integer;
  dwc:scientificName 'Petalosarsia longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '949'^^xsd:integer;
  dwc:scientificName 'Petalosarsia longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '253'^^xsd:integer;
  dwc:scientificName 'Petalosarsia longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '182660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2605'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "10.5"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2528'^^xsd:integer;
  dwc:scientificName 'Atlantistylis chauvini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:aphiaid '181914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.72"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "50.72"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3752'^^xsd:integer;
  dwc:scientificName 'Eurycope errabunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '50.72'^^xsd:double;
  dwc:aphiaid '118617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A19> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7333 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7333 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "53.7333"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '19'^^xsd:integer;
  dwc:scientificName 'Bathylamprops michelae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '53.7333'^^xsd:double;
  dwc:aphiaid '182202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:19'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7333 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7333 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "53.7333"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '247'^^xsd:integer;
  dwc:scientificName 'Paralamprops cherkii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '53.7333'^^xsd:double;
  dwc:aphiaid '182246'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307763'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7333 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7333 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "53.7333"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2616'^^xsd:integer;
  dwc:scientificName 'Bathylamprops michelae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '53.7333'^^xsd:double;
  dwc:aphiaid '182202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "53.9"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3322'^^xsd:integer;
  dwc:scientificName 'Haploniscus foresti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '53.9'^^xsd:double;
  dwc:aphiaid '118659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118659'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "53.9"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3542'^^xsd:integer;
  dwc:scientificName 'Janirella priseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '53.9'^^xsd:double;
  dwc:aphiaid '118708'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "53.9"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2579'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mystacinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '53.9'^^xsd:double;
  dwc:aphiaid '182111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9"^^xsd:decimal ;
  dwc:decimalLongitude "-17.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -17.85)"^^geo:wktLiteral ;
  geo-pos:lat "53.9"^^xsd:decimal ;
  geo-pos:long "-17.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2606'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.85'^^xsd:double;
  dwc:latitude '53.9'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '950'^^xsd:integer;
  dwc:scientificName 'Petalosarsia longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '182660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '465'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '508'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15165'^^xsd:integer;
  dwc:scientificName 'Tindaria hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '506466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15168'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15128'^^xsd:integer;
  dwc:scientificName 'Verticordia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '141958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15137'^^xsd:integer;
  dwc:scientificName 'Tindaria hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '506466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15134'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15135'^^xsd:integer;
  dwc:scientificName 'Yoldiella bilanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '506507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15136'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15149'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15150'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15148'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15144'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15147'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15152'^^xsd:integer;
  dwc:scientificName 'Yoldiella veletta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '181275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15151'^^xsd:integer;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15155'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15159'^^xsd:integer;
  dwc:scientificName 'Microgloma yongei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '506521'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506521'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15161'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa hampsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '546276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10624'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10830'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -17.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -17.8167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-17.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10727'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.8167'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6583 -17.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6583 -17.7417)"^^geo:wktLiteral ;
  geo-pos:lat "10.6583"^^xsd:decimal ;
  geo-pos:long "-17.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15164'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.7417'^^xsd:double;
  dwc:latitude '10.6583'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6583 -17.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6583 -17.7417)"^^geo:wktLiteral ;
  geo-pos:lat "10.6583"^^xsd:decimal ;
  geo-pos:long "-17.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15166'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.7417'^^xsd:double;
  dwc:latitude '10.6583'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6583 -17.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6583 -17.7417)"^^geo:wktLiteral ;
  geo-pos:lat "10.6583"^^xsd:decimal ;
  geo-pos:long "-17.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15153'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.7417'^^xsd:double;
  dwc:latitude '10.6583'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6583 -17.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6583 -17.7417)"^^geo:wktLiteral ;
  geo-pos:lat "10.6583"^^xsd:decimal ;
  geo-pos:long "-17.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4493'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.7417'^^xsd:double;
  dwc:latitude '10.6583'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5833 -17.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5833 -17.7333)"^^geo:wktLiteral ;
  geo-pos:lat "10.5833"^^xsd:decimal ;
  geo-pos:long "-17.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15123'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.7333'^^xsd:double;
  dwc:latitude '10.5833'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5833 -17.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5833 -17.7333)"^^geo:wktLiteral ;
  geo-pos:lat "10.5833"^^xsd:decimal ;
  geo-pos:long "-17.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15133'^^xsd:integer;
  dwc:scientificName 'Verticordia triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.7333'^^xsd:double;
  dwc:latitude '10.5833'^^xsd:double;
  dwc:aphiaid '405128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5833 -17.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5833 -17.7333)"^^geo:wktLiteral ;
  geo-pos:lat "10.5833"^^xsd:decimal ;
  geo-pos:long "-17.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15129'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.7333'^^xsd:double;
  dwc:latitude '10.5833'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.65 -17.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.65"^^xsd:decimal ;
  dwc:decimalLongitude "-17.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.65 -17.7333)"^^geo:wktLiteral ;
  geo-pos:lat "10.65"^^xsd:decimal ;
  geo-pos:long "-17.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10453'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.7333'^^xsd:double;
  dwc:latitude '10.65'^^xsd:double;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 -17.6667)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "-17.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15130'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa hampsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.6667'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '546276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8333 -17.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8333 -17.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.8333"^^xsd:decimal ;
  geo-pos:long "-17.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10732'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.55'^^xsd:double;
  dwc:latitude '45.8333'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9167 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9167 -17.5)"^^geo:wktLiteral ;
  geo-pos:lat "48.9167"^^xsd:decimal ;
  geo-pos:long "-17.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10786'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:latitude '48.9167'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.58 -17.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.58"^^xsd:decimal ;
  dwc:decimalLongitude "-17.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.58 -17.43)"^^geo:wktLiteral ;
  geo-pos:lat "-31.58"^^xsd:decimal ;
  geo-pos:long "-17.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3732'^^xsd:integer;
  dwc:scientificName 'Acanthocope unicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.43'^^xsd:double;
  dwc:latitude '-31.58'^^xsd:double;
  dwc:aphiaid '182940'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9 -17.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9"^^xsd:decimal ;
  dwc:decimalLongitude "-17.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9 -17.3833)"^^geo:wktLiteral ;
  geo-pos:lat "45.9"^^xsd:decimal ;
  geo-pos:long "-17.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3115'^^xsd:integer;
  dwc:scientificName 'Macrostylis magnifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.3833'^^xsd:double;
  dwc:latitude '45.9'^^xsd:double;
  dwc:aphiaid '183252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9 -17.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9"^^xsd:decimal ;
  dwc:decimalLongitude "-17.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9 -17.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.9"^^xsd:decimal ;
  geo-pos:long "-17.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3320'^^xsd:integer;
  dwc:scientificName 'Haploniscus charcotti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.35'^^xsd:double;
  dwc:latitude '45.9'^^xsd:double;
  dwc:aphiaid '118658'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118658'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.4683 -17.3433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-17.3433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.4683 -17.3433)"^^geo:wktLiteral ;
  geo-pos:lat "-72.4683"^^xsd:decimal ;
  geo-pos:long "-17.3433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7332'^^xsd:integer;
  dwc:scientificName 'Polyascophorus schminkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.3433'^^xsd:double;
  dwc:latitude '-72.4683'^^xsd:double;
  dwc:aphiaid '361403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1833 -17.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1833 -17.2833)"^^geo:wktLiteral ;
  geo-pos:lat "20.1833"^^xsd:decimal ;
  geo-pos:long "-17.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '331'^^xsd:integer;
  dwc:scientificName 'Procampylaspis arguini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.2833'^^xsd:double;
  dwc:latitude '20.1833'^^xsd:double;
  dwc:aphiaid '110580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1833 -17.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.1833 -17.2833)"^^geo:wktLiteral ;
  geo-pos:lat "20.1833"^^xsd:decimal ;
  geo-pos:long "-17.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '265'^^xsd:integer;
  dwc:scientificName 'Procampylaspis arguini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.2833'^^xsd:double;
  dwc:latitude '20.1833'^^xsd:double;
  dwc:aphiaid '110580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -17.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-17.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -17.1833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-17.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10969'^^xsd:integer;
  dwc:scientificName 'Phascolosoma profundum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.1833'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '424250'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10969'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -17.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -17.1167)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-17.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10618'^^xsd:integer;
  dwc:scientificName 'Nephasoma constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.1167'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '424367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -17.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -17.1167)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-17.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10713'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.1167'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1167 -17.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1167 -17.1167)"^^geo:wktLiteral ;
  geo-pos:lat "34.1167"^^xsd:decimal ;
  geo-pos:long "-17.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10908'^^xsd:integer;
  dwc:scientificName 'Sipunculus lomonossovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.1167'^^xsd:double;
  dwc:latitude '34.1167'^^xsd:double;
  dwc:aphiaid '424074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5833 -17.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5833 -17.0833)"^^geo:wktLiteral ;
  geo-pos:lat "24.5833"^^xsd:decimal ;
  geo-pos:long "-17.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9635'^^xsd:integer;
  dwc:scientificName 'Euplectella suberea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.0833'^^xsd:double;
  dwc:latitude '24.5833'^^xsd:double;
  dwc:aphiaid '134401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5833 -17.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5833 -17.0833)"^^geo:wktLiteral ;
  geo-pos:lat "24.5833"^^xsd:decimal ;
  geo-pos:long "-17.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9334'^^xsd:integer;
  dwc:scientificName 'Auloplax auricularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.0833'^^xsd:double;
  dwc:latitude '24.5833'^^xsd:double;
  dwc:aphiaid '171648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5833 -17.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.5833 -17.0833)"^^geo:wktLiteral ;
  geo-pos:lat "24.5833"^^xsd:decimal ;
  geo-pos:long "-17.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9630'^^xsd:integer;
  dwc:scientificName 'Euplectella nobilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.0833'^^xsd:double;
  dwc:latitude '24.5833'^^xsd:double;
  dwc:aphiaid '171904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -17.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0833 -17.0833)"^^geo:wktLiteral ;
  geo-pos:lat "34.0833"^^xsd:decimal ;
  geo-pos:long "-17.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10728'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.0833'^^xsd:double;
  dwc:latitude '34.0833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -17.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-17.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -17.0667)"^^geo:wktLiteral ;
  geo-pos:lat "34.1"^^xsd:decimal ;
  geo-pos:long "-17.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10826'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.0667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -17.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-17.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -17.0667)"^^geo:wktLiteral ;
  geo-pos:lat "34.1"^^xsd:decimal ;
  geo-pos:long "-17.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10723'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.0667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -17.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-17.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -17.0667)"^^geo:wktLiteral ;
  geo-pos:lat "34.1"^^xsd:decimal ;
  geo-pos:long "-17.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10622'^^xsd:integer;
  dwc:scientificName 'Nephasoma constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17.0667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:aphiaid '424367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5083 -17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10071'^^xsd:integer;
  dwc:scientificName 'Trichostemma sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17'^^xsd:integer;
  dwc:latitude '32.5083'^^xsd:double;
  dwc:aphiaid '134228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10071'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1874602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.5083 -17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9663'^^xsd:integer;
  dwc:scientificName 'Geodia megastrella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-17'^^xsd:integer;
  dwc:latitude '32.5083'^^xsd:double;
  dwc:aphiaid '134034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134034'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.9 -16.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.9"^^xsd:decimal ;
  dwc:decimalLongitude "-16.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.9 -16.97)"^^geo:wktLiteral ;
  geo-pos:lat "79.9"^^xsd:decimal ;
  geo-pos:long "-16.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4106'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.97'^^xsd:double;
  dwc:latitude '79.9'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.38 -16.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.38"^^xsd:decimal ;
  dwc:decimalLongitude "-16.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.38 -16.57)"^^geo:wktLiteral ;
  geo-pos:lat "-71.38"^^xsd:decimal ;
  geo-pos:long "-16.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4057'^^xsd:integer;
  dwc:scientificName 'Serolis meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.57'^^xsd:double;
  dwc:latitude '-71.38'^^xsd:double;
  dwc:aphiaid '295319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258112'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3667"^^xsd:decimal ;
  geo-pos:long "-16.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9892'^^xsd:integer;
  dwc:scientificName 'Malacosaccus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.5667'^^xsd:double;
  dwc:latitude '-71.3667'^^xsd:double;
  dwc:aphiaid '171930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3667"^^xsd:decimal ;
  geo-pos:long "-16.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9894'^^xsd:integer;
  dwc:scientificName 'Malacosaccus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.5667'^^xsd:double;
  dwc:latitude '-71.3667'^^xsd:double;
  dwc:aphiaid '171930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3667"^^xsd:decimal ;
  geo-pos:long "-16.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9887'^^xsd:integer;
  dwc:scientificName 'Malacosaccus coatsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.5667'^^xsd:double;
  dwc:latitude '-71.3667'^^xsd:double;
  dwc:aphiaid '171927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3667"^^xsd:decimal ;
  geo-pos:long "-16.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9912'^^xsd:integer;
  dwc:scientificName 'Myxilla spongiosa asigmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.5667'^^xsd:double;
  dwc:latitude '-71.3667'^^xsd:double;
  dwc:aphiaid '815095'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '723279'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3667"^^xsd:decimal ;
  geo-pos:long "-16.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9439'^^xsd:integer;
  dwc:scientificName 'Caulophacus scotiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.5667'^^xsd:double;
  dwc:latitude '-71.3667'^^xsd:double;
  dwc:aphiaid '172063'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3667"^^xsd:decimal ;
  geo-pos:long "-16.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9437'^^xsd:integer;
  dwc:scientificName 'Caulophacus scotiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.5667'^^xsd:double;
  dwc:latitude '-71.3667'^^xsd:double;
  dwc:aphiaid '172063'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3667 -16.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3667"^^xsd:decimal ;
  geo-pos:long "-16.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9438'^^xsd:integer;
  dwc:scientificName 'Caulophacus scotiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.5667'^^xsd:double;
  dwc:latitude '-71.3667'^^xsd:double;
  dwc:aphiaid '172063'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8167 -16.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8167 -16.4833)"^^geo:wktLiteral ;
  geo-pos:lat "48.8167"^^xsd:decimal ;
  geo-pos:long "-16.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5741'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.4833'^^xsd:double;
  dwc:latitude '48.8167'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7667 -16.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7667 -16.1)"^^geo:wktLiteral ;
  geo-pos:lat "60.7667"^^xsd:decimal ;
  geo-pos:long "-16.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6688'^^xsd:integer;
  dwc:scientificName 'Paranannopus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.1'^^xsd:double;
  dwc:latitude '60.7667'^^xsd:double;
  dwc:aphiaid '115849'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7667 -16.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7667 -16.1)"^^geo:wktLiteral ;
  geo-pos:lat "60.7667"^^xsd:decimal ;
  geo-pos:long "-16.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6675'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.1'^^xsd:double;
  dwc:latitude '60.7667'^^xsd:double;
  dwc:aphiaid '353428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7667 -16.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-16.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7667 -16.0667)"^^geo:wktLiteral ;
  geo-pos:lat "63.7667"^^xsd:decimal ;
  geo-pos:long "-16.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6636'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) quadrispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.0667'^^xsd:double;
  dwc:latitude '63.7667'^^xsd:double;
  dwc:aphiaid '116729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.1333 -16.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-16.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.1333 -16.0333)"^^geo:wktLiteral ;
  geo-pos:lat "68.1333"^^xsd:decimal ;
  geo-pos:long "-16.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5259'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.0333'^^xsd:double;
  dwc:latitude '68.1333'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.1333 -16.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-16.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.1333 -16.0333)"^^geo:wktLiteral ;
  geo-pos:lat "68.1333"^^xsd:decimal ;
  geo-pos:long "-16.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5229'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.0333'^^xsd:double;
  dwc:latitude '68.1333'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.1333 -16.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-16.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.1333 -16.0333)"^^geo:wktLiteral ;
  geo-pos:lat "68.1333"^^xsd:decimal ;
  geo-pos:long "-16.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8583'^^xsd:integer;
  dwc:scientificName 'Epacanthion crassum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.0333'^^xsd:double;
  dwc:latitude '68.1333'^^xsd:double;
  dwc:aphiaid '121869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.13 -16.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.13"^^xsd:decimal ;
  dwc:decimalLongitude "-16.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.13 -16.03)"^^geo:wktLiteral ;
  geo-pos:lat "68.13"^^xsd:decimal ;
  geo-pos:long "-16.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3413'^^xsd:integer;
  dwc:scientificName 'Haplomesus angustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-16.03'^^xsd:double;
  dwc:latitude '68.13'^^xsd:double;
  dwc:aphiaid '423421'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.0203 -15.9538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.0203"^^xsd:decimal ;
  dwc:decimalLongitude "-15.9538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.0203 -15.9538)"^^geo:wktLiteral ;
  geo-pos:lat "80.0203"^^xsd:decimal ;
  geo-pos:long "-15.9538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11403'^^xsd:integer;
  dwc:scientificName 'Polynyapodella ambrosei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.9538'^^xsd:double;
  dwc:latitude '80.0203'^^xsd:double;
  dwc:aphiaid '366572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366572'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -15.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-15.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -15.95)"^^geo:wktLiteral ;
  geo-pos:lat "42.75"^^xsd:decimal ;
  geo-pos:long "-15.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10820'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.95'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -15.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-15.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -15.95)"^^geo:wktLiteral ;
  geo-pos:lat "42.75"^^xsd:decimal ;
  geo-pos:long "-15.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10715'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.95'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.0235 -15.9475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.0235"^^xsd:decimal ;
  dwc:decimalLongitude "-15.9475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.0235 -15.9475)"^^geo:wktLiteral ;
  geo-pos:lat "80.0235"^^xsd:decimal ;
  geo-pos:long "-15.9475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11404'^^xsd:integer;
  dwc:scientificName 'Polynyapodella ambrosei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.9475'^^xsd:double;
  dwc:latitude '80.0235'^^xsd:double;
  dwc:aphiaid '366572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366572'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -15.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -15.9333)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-15.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10452'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.9333'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -15.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -15.9333)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-15.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10827'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.9333'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10827'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -15.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -15.9)"^^geo:wktLiteral ;
  geo-pos:lat "42.8667"^^xsd:decimal ;
  geo-pos:long "-15.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10623'^^xsd:integer;
  dwc:scientificName 'Nephasoma constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.9'^^xsd:double;
  dwc:latitude '42.8667'^^xsd:double;
  dwc:aphiaid '424367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -15.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-15.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -15.8833)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-15.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10821'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.8833'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -15.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-15.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -15.8833)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-15.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10716'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.8833'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3167 -15.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3167 -15.8667)"^^geo:wktLiteral ;
  geo-pos:lat "67.3167"^^xsd:decimal ;
  geo-pos:long "-15.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '868'^^xsd:integer;
  dwc:scientificName 'Leucon fulvus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.8667'^^xsd:double;
  dwc:latitude '67.3167'^^xsd:double;
  dwc:aphiaid '157827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3167 -15.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3167 -15.8667)"^^geo:wktLiteral ;
  geo-pos:lat "67.3167"^^xsd:decimal ;
  geo-pos:long "-15.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5258'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.8667'^^xsd:double;
  dwc:latitude '67.3167'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.8333 -15.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.8333 -15.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-71.8333"^^xsd:decimal ;
  geo-pos:long "-15.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12248'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.8333'^^xsd:double;
  dwc:latitude '-71.8333'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2 -15.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.2"^^xsd:decimal ;
  dwc:decimalLongitude "-15.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2 -15.8333)"^^geo:wktLiteral ;
  geo-pos:lat "55.2"^^xsd:decimal ;
  geo-pos:long "-15.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4803'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.8333'^^xsd:double;
  dwc:latitude '55.2'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2 -15.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.2"^^xsd:decimal ;
  dwc:decimalLongitude "-15.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2 -15.8333)"^^geo:wktLiteral ;
  geo-pos:lat "55.2"^^xsd:decimal ;
  geo-pos:long "-15.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5770'^^xsd:integer;
  dwc:scientificName 'Tanaella unguicillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.8333'^^xsd:double;
  dwc:latitude '55.2'^^xsd:double;
  dwc:aphiaid '136372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.6767"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  geo-pos:lat "-70.6767"^^xsd:decimal ;
  geo-pos:long "-15.7967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11017'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictivervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7967'^^xsd:double;
  dwc:latitude '-70.6767'^^xsd:double;
  dwc:aphiaid '136054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.6767"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  geo-pos:lat "-70.6767"^^xsd:decimal ;
  geo-pos:long "-15.7967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11031'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7967'^^xsd:double;
  dwc:latitude '-70.6767'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.6767"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  geo-pos:lat "-70.6767"^^xsd:decimal ;
  geo-pos:long "-15.7967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5055'^^xsd:integer;
  dwc:scientificName 'Collettea antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7967'^^xsd:double;
  dwc:latitude '-70.6767'^^xsd:double;
  dwc:aphiaid '237607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.6767"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  geo-pos:lat "-70.6767"^^xsd:decimal ;
  geo-pos:long "-15.7967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5110'^^xsd:integer;
  dwc:scientificName 'Filitanais curtiacaudus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7967'^^xsd:double;
  dwc:latitude '-70.6767'^^xsd:double;
  dwc:aphiaid '244580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.6767"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.6767 -15.7967)"^^geo:wktLiteral ;
  geo-pos:lat "-70.6767"^^xsd:decimal ;
  geo-pos:long "-15.7967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5886'^^xsd:integer;
  dwc:scientificName 'Leptognathioides rectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7967'^^xsd:double;
  dwc:latitude '-70.6767'^^xsd:double;
  dwc:aphiaid '247482'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247482'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.08 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.08"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.08 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "-50.08"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3018'^^xsd:integer;
  dwc:scientificName 'Hebefustis par'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '-50.08'^^xsd:double;
  dwc:aphiaid '256291'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.08 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.08"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.08 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.08"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3047'^^xsd:integer;
  dwc:scientificName 'Nannoniscus teres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.08'^^xsd:double;
  dwc:aphiaid '118790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118790'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.08 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.08"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.08 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.08"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3773'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.08'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1172'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1459'^^xsd:integer;
  dwc:scientificName 'Cumella meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '182513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1596'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1897'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '453'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10392'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10480'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '432'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '359'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '408'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10783'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10760'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 -15.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.75"^^xsd:decimal ;
  dwc:decimalLongitude "-15.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75 -15.75)"^^geo:wktLiteral ;
  geo-pos:lat "50.75"^^xsd:decimal ;
  geo-pos:long "-15.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10633'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.75'^^xsd:double;
  dwc:latitude '50.75'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  geo-pos:lat "50.0783"^^xsd:decimal ;
  geo-pos:long "-15.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15764'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7467'^^xsd:double;
  dwc:latitude '50.0783'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  geo-pos:lat "50.0783"^^xsd:decimal ;
  geo-pos:long "-15.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15765'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7467'^^xsd:double;
  dwc:latitude '50.0783'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  geo-pos:lat "50.0783"^^xsd:decimal ;
  geo-pos:long "-15.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15766'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7467'^^xsd:double;
  dwc:latitude '50.0783'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  geo-pos:lat "50.0783"^^xsd:decimal ;
  geo-pos:long "-15.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15913'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7467'^^xsd:double;
  dwc:latitude '50.0783'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  geo-pos:lat "50.0783"^^xsd:decimal ;
  geo-pos:long "-15.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15914'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7467'^^xsd:double;
  dwc:latitude '50.0783'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  geo-pos:lat "50.0783"^^xsd:decimal ;
  geo-pos:long "-15.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6982'^^xsd:integer;
  dwc:scientificName 'Brychipontius falcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7467'^^xsd:double;
  dwc:latitude '50.0783'^^xsd:double;
  dwc:aphiaid '135737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0783"^^xsd:decimal ;
  dwc:decimalLongitude "-15.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0783 -15.7467)"^^geo:wktLiteral ;
  geo-pos:lat "50.0783"^^xsd:decimal ;
  geo-pos:long "-15.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6983'^^xsd:integer;
  dwc:scientificName 'Gomphopodarion byssoicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.7467'^^xsd:double;
  dwc:latitude '50.0783'^^xsd:double;
  dwc:aphiaid '106556'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106556'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.07 -15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.07"^^xsd:decimal ;
  dwc:decimalLongitude "-15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.07 -15.73)"^^geo:wktLiteral ;
  geo-pos:lat "50.07"^^xsd:decimal ;
  geo-pos:long "-15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3950'^^xsd:integer;
  dwc:scientificName 'Ilyarachna abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.73'^^xsd:double;
  dwc:latitude '50.07'^^xsd:double;
  dwc:aphiaid '294722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118600'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.07 -15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.07"^^xsd:decimal ;
  dwc:decimalLongitude "-15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.07 -15.73)"^^geo:wktLiteral ;
  geo-pos:lat "80.07"^^xsd:decimal ;
  geo-pos:long "-15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4108'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.73'^^xsd:double;
  dwc:latitude '80.07'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  geo-pos:lat "27.2167"^^xsd:decimal ;
  geo-pos:long "-15.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '960'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6833'^^xsd:double;
  dwc:latitude '27.2167'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:960'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A63> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A63>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  geo-pos:lat "27.2167"^^xsd:decimal ;
  geo-pos:long "-15.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '63'^^xsd:integer;
  dwc:scientificName 'Campylaspis rostellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6833'^^xsd:double;
  dwc:latitude '27.2167'^^xsd:double;
  dwc:aphiaid '182448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:63'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182448'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  geo-pos:lat "27.2167"^^xsd:decimal ;
  geo-pos:long "-15.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15344'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6833'^^xsd:double;
  dwc:latitude '27.2167'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  geo-pos:lat "27.2167"^^xsd:decimal ;
  geo-pos:long "-15.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15345'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6833'^^xsd:double;
  dwc:latitude '27.2167'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  geo-pos:lat "27.2167"^^xsd:decimal ;
  geo-pos:long "-15.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15343'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6833'^^xsd:double;
  dwc:latitude '27.2167'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  geo-pos:lat "27.2167"^^xsd:decimal ;
  geo-pos:long "-15.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15341'^^xsd:integer;
  dwc:scientificName 'Lyonsiella frielei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6833'^^xsd:double;
  dwc:latitude '27.2167'^^xsd:double;
  dwc:aphiaid '141949'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141949'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2167 -15.6833)"^^geo:wktLiteral ;
  geo-pos:lat "27.2167"^^xsd:decimal ;
  geo-pos:long "-15.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15342'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6833'^^xsd:double;
  dwc:latitude '27.2167'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4 -15.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4"^^xsd:decimal ;
  dwc:decimalLongitude "-15.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4 -15.67)"^^geo:wktLiteral ;
  geo-pos:lat "27.4"^^xsd:decimal ;
  geo-pos:long "-15.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3810'^^xsd:integer;
  dwc:scientificName 'Eurycope canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.67'^^xsd:double;
  dwc:latitude '27.4'^^xsd:double;
  dwc:aphiaid '118613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1333 -15.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1333 -15.6667)"^^geo:wktLiteral ;
  geo-pos:lat "63.1333"^^xsd:decimal ;
  geo-pos:long "-15.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5245'^^xsd:integer;
  dwc:scientificName 'Typhlotanais grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6667'^^xsd:double;
  dwc:latitude '63.1333'^^xsd:double;
  dwc:aphiaid '136559'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6667 -15.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6667 -15.6667)"^^geo:wktLiteral ;
  geo-pos:lat "67.6667"^^xsd:decimal ;
  geo-pos:long "-15.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '831'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6667'^^xsd:double;
  dwc:latitude '67.6667'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6667 -15.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6667 -15.6667)"^^geo:wktLiteral ;
  geo-pos:lat "67.6667"^^xsd:decimal ;
  geo-pos:long "-15.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5228'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6667'^^xsd:double;
  dwc:latitude '67.6667'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6667 -15.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6667 -15.6667)"^^geo:wktLiteral ;
  geo-pos:lat "67.6667"^^xsd:decimal ;
  geo-pos:long "-15.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5382'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6667'^^xsd:double;
  dwc:latitude '67.6667'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3933"^^xsd:decimal ;
  dwc:decimalLongitude "-15.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  geo-pos:lat "27.3933"^^xsd:decimal ;
  geo-pos:long "-15.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15331'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.66'^^xsd:double;
  dwc:latitude '27.3933'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3933"^^xsd:decimal ;
  dwc:decimalLongitude "-15.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  geo-pos:lat "27.3933"^^xsd:decimal ;
  geo-pos:long "-15.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4395'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.66'^^xsd:double;
  dwc:latitude '27.3933'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3933"^^xsd:decimal ;
  dwc:decimalLongitude "-15.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  geo-pos:lat "27.3933"^^xsd:decimal ;
  geo-pos:long "-15.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15338'^^xsd:integer;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.66'^^xsd:double;
  dwc:latitude '27.3933'^^xsd:double;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3933"^^xsd:decimal ;
  dwc:decimalLongitude "-15.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  geo-pos:lat "27.3933"^^xsd:decimal ;
  geo-pos:long "-15.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15339'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.66'^^xsd:double;
  dwc:latitude '27.3933'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3933"^^xsd:decimal ;
  dwc:decimalLongitude "-15.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  geo-pos:lat "27.3933"^^xsd:decimal ;
  geo-pos:long "-15.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15340'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.66'^^xsd:double;
  dwc:latitude '27.3933'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3933"^^xsd:decimal ;
  dwc:decimalLongitude "-15.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3933 -15.66)"^^geo:wktLiteral ;
  geo-pos:lat "27.3933"^^xsd:decimal ;
  geo-pos:long "-15.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15336'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.66'^^xsd:double;
  dwc:latitude '27.3933'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3833 -15.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3833 -15.65)"^^geo:wktLiteral ;
  geo-pos:lat "27.3833"^^xsd:decimal ;
  geo-pos:long "-15.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10787'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.65'^^xsd:double;
  dwc:latitude '27.3833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3833 -15.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.3833 -15.65)"^^geo:wktLiteral ;
  geo-pos:lat "27.3833"^^xsd:decimal ;
  geo-pos:long "-15.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2593'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.65'^^xsd:double;
  dwc:latitude '27.3833'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.7067 -15.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.7067"^^xsd:decimal ;
  dwc:decimalLongitude "-15.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.7067 -15.64)"^^geo:wktLiteral ;
  geo-pos:lat "-70.7067"^^xsd:decimal ;
  geo-pos:long "-15.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11020'^^xsd:integer;
  dwc:scientificName 'Nephasoma cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.64'^^xsd:double;
  dwc:latitude '-70.7067'^^xsd:double;
  dwc:aphiaid '424375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -15.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -15.6167)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-15.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10823'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6167'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -15.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -15.6167)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-15.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10564'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6167'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -15.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -15.6167)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-15.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10620'^^xsd:integer;
  dwc:scientificName 'Nephasoma constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6167'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '424367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9833 -15.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9833 -15.6167)"^^geo:wktLiteral ;
  geo-pos:lat "39.9833"^^xsd:decimal ;
  geo-pos:long "-15.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10565'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6167'^^xsd:double;
  dwc:latitude '39.9833'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-15.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  geo-pos:lat "27.2483"^^xsd:decimal ;
  geo-pos:long "-15.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4396'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.605'^^xsd:double;
  dwc:latitude '27.2483'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-15.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  geo-pos:lat "27.2483"^^xsd:decimal ;
  geo-pos:long "-15.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15330'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.605'^^xsd:double;
  dwc:latitude '27.2483'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-15.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  geo-pos:lat "27.2483"^^xsd:decimal ;
  geo-pos:long "-15.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15332'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.605'^^xsd:double;
  dwc:latitude '27.2483'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-15.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  geo-pos:lat "27.2483"^^xsd:decimal ;
  geo-pos:long "-15.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15333'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.605'^^xsd:double;
  dwc:latitude '27.2483'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-15.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  geo-pos:lat "27.2483"^^xsd:decimal ;
  geo-pos:long "-15.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15334'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.605'^^xsd:double;
  dwc:latitude '27.2483'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-15.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  geo-pos:lat "27.2483"^^xsd:decimal ;
  geo-pos:long "-15.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15335'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.605'^^xsd:double;
  dwc:latitude '27.2483'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2483"^^xsd:decimal ;
  dwc:decimalLongitude "-15.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2483 -15.605)"^^geo:wktLiteral ;
  geo-pos:lat "27.2483"^^xsd:decimal ;
  geo-pos:long "-15.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15337'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.605'^^xsd:double;
  dwc:latitude '27.2483'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "27.2333"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10398'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '27.2333'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "27.2333"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10833'^^xsd:integer;
  dwc:scientificName 'Onchnesoma steenstrupii steenstrupii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '27.2333'^^xsd:double;
  dwc:aphiaid '410742'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10833'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410742'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "27.2333"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10788'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '27.2333'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "27.2333"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '204'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus alleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '27.2333'^^xsd:double;
  dwc:aphiaid '182071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "27.2333"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10643'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '27.2333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.2333 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "27.2333"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '101'^^xsd:integer;
  dwc:scientificName 'Dasylamprops guanchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '27.2333'^^xsd:double;
  dwc:aphiaid '182205'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '489228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.25 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.25"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.25 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "27.25"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1030'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '27.25'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.25 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.25"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.25 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "27.25"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '959'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '27.25'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:959'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3333 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "37.3333"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10721'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '37.3333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8833 -15.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8833 -15.6)"^^geo:wktLiteral ;
  geo-pos:lat "49.8833"^^xsd:decimal ;
  geo-pos:long "-15.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10522'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.6'^^xsd:double;
  dwc:latitude '49.8833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.7667 -15.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.7667 -15.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.7667"^^xsd:decimal ;
  geo-pos:long "-15.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6494'^^xsd:integer;
  dwc:scientificName 'Paranannopus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.55'^^xsd:double;
  dwc:latitude '33.7667'^^xsd:double;
  dwc:aphiaid '354342'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.7667 -15.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-15.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.7667 -15.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.7667"^^xsd:decimal ;
  geo-pos:long "-15.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6487'^^xsd:integer;
  dwc:scientificName 'Stenocaris profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.55'^^xsd:double;
  dwc:latitude '33.7667'^^xsd:double;
  dwc:aphiaid '355885'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 -15.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3"^^xsd:decimal ;
  dwc:decimalLongitude "-15.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 -15.55)"^^geo:wktLiteral ;
  geo-pos:lat "37.3"^^xsd:decimal ;
  geo-pos:long "-15.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10822'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.55'^^xsd:double;
  dwc:latitude '37.3'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 -15.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3"^^xsd:decimal ;
  dwc:decimalLongitude "-15.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 -15.55)"^^geo:wktLiteral ;
  geo-pos:lat "37.3"^^xsd:decimal ;
  geo-pos:long "-15.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10619'^^xsd:integer;
  dwc:scientificName 'Nephasoma constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.55'^^xsd:double;
  dwc:latitude '37.3'^^xsd:double;
  dwc:aphiaid '424367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6067 -15.4683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.6067"^^xsd:decimal ;
  dwc:decimalLongitude "-15.4683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6067 -15.4683)"^^geo:wktLiteral ;
  geo-pos:lat "-62.6067"^^xsd:decimal ;
  geo-pos:long "-15.4683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5056'^^xsd:integer;
  dwc:scientificName 'Collettea antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.4683'^^xsd:double;
  dwc:latitude '-62.6067'^^xsd:double;
  dwc:aphiaid '237607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6067 -15.4683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.6067"^^xsd:decimal ;
  dwc:decimalLongitude "-15.4683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.6067 -15.4683)"^^geo:wktLiteral ;
  geo-pos:lat "-62.6067"^^xsd:decimal ;
  geo-pos:long "-15.4683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5297'^^xsd:integer;
  dwc:scientificName 'Typhlotanais plicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.4683'^^xsd:double;
  dwc:latitude '-62.6067'^^xsd:double;
  dwc:aphiaid '244614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5297'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.5567 -15.4683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.5567"^^xsd:decimal ;
  dwc:decimalLongitude "-15.4683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.5567 -15.4683)"^^geo:wktLiteral ;
  geo-pos:lat "-62.5567"^^xsd:decimal ;
  geo-pos:long "-15.4683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11035'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.4683'^^xsd:double;
  dwc:latitude '-62.5567'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.3883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16539'^^xsd:integer;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3883'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.3883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16548'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3883'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.3883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16545'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3883'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.3883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16547'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3883'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.3883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16550'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3883'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.3883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16551'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3883'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.3883)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.3883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16552'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3883'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.3833)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10440'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3833'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.3833)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10679'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3833'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3192 -15.3817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3192"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3192 -15.3817)"^^geo:wktLiteral ;
  geo-pos:lat "48.3192"^^xsd:decimal ;
  geo-pos:long "-15.3817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4718'^^xsd:integer;
  dwc:scientificName 'Metagathotanais insulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3817'^^xsd:double;
  dwc:latitude '48.3192'^^xsd:double;
  dwc:aphiaid '136374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3192 -15.3817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3192"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3192 -15.3817)"^^geo:wktLiteral ;
  geo-pos:lat "48.3192"^^xsd:decimal ;
  geo-pos:long "-15.3817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5523'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3817'^^xsd:double;
  dwc:latitude '48.3192'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.38)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3779'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.38'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.3667)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6008'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3667'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-15.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  geo-pos:lat "27.4967"^^xsd:decimal ;
  geo-pos:long "-15.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15325'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.335'^^xsd:double;
  dwc:latitude '27.4967'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-15.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  geo-pos:lat "27.4967"^^xsd:decimal ;
  geo-pos:long "-15.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15327'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.335'^^xsd:double;
  dwc:latitude '27.4967'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15327'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-15.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  geo-pos:lat "27.4967"^^xsd:decimal ;
  geo-pos:long "-15.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15329'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.335'^^xsd:double;
  dwc:latitude '27.4967'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-15.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  geo-pos:lat "27.4967"^^xsd:decimal ;
  geo-pos:long "-15.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15321'^^xsd:integer;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.335'^^xsd:double;
  dwc:latitude '27.4967'^^xsd:double;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-15.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  geo-pos:lat "27.4967"^^xsd:decimal ;
  geo-pos:long "-15.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15322'^^xsd:integer;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.335'^^xsd:double;
  dwc:latitude '27.4967'^^xsd:double;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-15.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  geo-pos:lat "27.4967"^^xsd:decimal ;
  geo-pos:long "-15.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15323'^^xsd:integer;
  dwc:scientificName 'Microgloma turnerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.335'^^xsd:double;
  dwc:latitude '27.4967'^^xsd:double;
  dwc:aphiaid '541014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '541014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-15.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4967 -15.335)"^^geo:wktLiteral ;
  geo-pos:lat "27.4967"^^xsd:decimal ;
  geo-pos:long "-15.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15324'^^xsd:integer;
  dwc:scientificName 'Lyonsiella formosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.335'^^xsd:double;
  dwc:latitude '27.4967'^^xsd:double;
  dwc:aphiaid '406051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4833 -15.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4833 -15.3333)"^^geo:wktLiteral ;
  geo-pos:lat "27.4833"^^xsd:decimal ;
  geo-pos:long "-15.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1527'^^xsd:integer;
  dwc:scientificName 'Cumellopsis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3333'^^xsd:double;
  dwc:latitude '27.4833'^^xsd:double;
  dwc:aphiaid '182566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4833 -15.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4833 -15.3333)"^^geo:wktLiteral ;
  geo-pos:lat "27.4833"^^xsd:decimal ;
  geo-pos:long "-15.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1640'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3333'^^xsd:double;
  dwc:latitude '27.4833'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4833 -15.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4833 -15.3333)"^^geo:wktLiteral ;
  geo-pos:lat "27.4833"^^xsd:decimal ;
  geo-pos:long "-15.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1703'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3333'^^xsd:double;
  dwc:latitude '27.4833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4833 -15.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.4833 -15.3333)"^^geo:wktLiteral ;
  geo-pos:lat "27.4833"^^xsd:decimal ;
  geo-pos:long "-15.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2592'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3333'^^xsd:double;
  dwc:latitude '27.4833'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5 -15.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5 -15.3333)"^^geo:wktLiteral ;
  geo-pos:lat "27.5"^^xsd:decimal ;
  geo-pos:long "-15.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '958'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3333'^^xsd:double;
  dwc:latitude '27.5'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5 -15.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5 -15.3333)"^^geo:wktLiteral ;
  geo-pos:lat "27.5"^^xsd:decimal ;
  geo-pos:long "-15.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1029'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3333'^^xsd:double;
  dwc:latitude '27.5'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -15.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -15.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34"^^xsd:decimal ;
  geo-pos:long "-15.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6469'^^xsd:integer;
  dwc:scientificName 'Parameiropsis rapiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3333'^^xsd:double;
  dwc:latitude '34'^^xsd:integer;
  dwc:aphiaid '115579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -15.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -15.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34"^^xsd:decimal ;
  geo-pos:long "-15.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6483'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia curticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3333'^^xsd:double;
  dwc:latitude '34'^^xsd:integer;
  dwc:aphiaid '353429'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -15.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -15.3333)"^^geo:wktLiteral ;
  geo-pos:lat "34"^^xsd:decimal ;
  geo-pos:long "-15.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6486'^^xsd:integer;
  dwc:scientificName 'Mesocletodes sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3333'^^xsd:double;
  dwc:latitude '34'^^xsd:integer;
  dwc:aphiaid '115669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115669'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.55 -15.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-69.55"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.55 -15.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-69.55"^^xsd:decimal ;
  geo-pos:long "-15.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9348'^^xsd:integer;
  dwc:scientificName 'Bathydorus laevis ciliatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3167'^^xsd:double;
  dwc:latitude '-69.55'^^xsd:double;
  dwc:aphiaid '172031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172036'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0167 -15.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0167 -15.3167)"^^geo:wktLiteral ;
  geo-pos:lat "34.0167"^^xsd:decimal ;
  geo-pos:long "-15.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6508'^^xsd:integer;
  dwc:scientificName 'Zosime paratypica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3167'^^xsd:double;
  dwc:latitude '34.0167'^^xsd:double;
  dwc:aphiaid '116698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0167 -15.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.0167 -15.3167)"^^geo:wktLiteral ;
  geo-pos:lat "34.0167"^^xsd:decimal ;
  geo-pos:long "-15.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6509'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra beckeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.3167'^^xsd:double;
  dwc:latitude '34.0167'^^xsd:double;
  dwc:aphiaid '115866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115866'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2667)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10436'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2667'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2667)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10805'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2667'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2667)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10596'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2667'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2667)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10674'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2667'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.265)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16556'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.265'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.265)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16558'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.265'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.265)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16560'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.265'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3192 -15.2617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3192"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3192 -15.2617)"^^geo:wktLiteral ;
  geo-pos:lat "48.3192"^^xsd:decimal ;
  geo-pos:long "-15.2617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4720'^^xsd:integer;
  dwc:scientificName 'Metagathotanais insulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2617'^^xsd:double;
  dwc:latitude '48.3192'^^xsd:double;
  dwc:aphiaid '136374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3192 -15.2617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3192"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3192 -15.2617)"^^geo:wktLiteral ;
  geo-pos:lat "48.3192"^^xsd:decimal ;
  geo-pos:long "-15.2617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5565'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2617'^^xsd:double;
  dwc:latitude '48.3192'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.2617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.2617)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.2617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16557'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2617'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.2617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.2617)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.2617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16559'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2617'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.2617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -15.2617)"^^geo:wktLiteral ;
  geo-pos:lat "48.32"^^xsd:decimal ;
  geo-pos:long "-15.2617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16555'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2617'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.34"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  geo-pos:lat "48.34"^^xsd:decimal ;
  geo-pos:long "-15.2433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16542'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2433'^^xsd:double;
  dwc:latitude '48.34'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.34"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  geo-pos:lat "48.34"^^xsd:decimal ;
  geo-pos:long "-15.2433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16544'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2433'^^xsd:double;
  dwc:latitude '48.34'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.34"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  geo-pos:lat "48.34"^^xsd:decimal ;
  geo-pos:long "-15.2433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16549'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2433'^^xsd:double;
  dwc:latitude '48.34'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.34"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  geo-pos:lat "48.34"^^xsd:decimal ;
  geo-pos:long "-15.2433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16553'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2433'^^xsd:double;
  dwc:latitude '48.34'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.34"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.34 -15.2433)"^^geo:wktLiteral ;
  geo-pos:lat "48.34"^^xsd:decimal ;
  geo-pos:long "-15.2433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16554'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2433'^^xsd:double;
  dwc:latitude '48.34'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3467 -15.2358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3467"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3467 -15.2358)"^^geo:wktLiteral ;
  geo-pos:lat "48.3467"^^xsd:decimal ;
  geo-pos:long "-15.2358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5516'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2358'^^xsd:double;
  dwc:latitude '48.3467'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3467 -15.2358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3467"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3467 -15.2358)"^^geo:wktLiteral ;
  geo-pos:lat "48.3467"^^xsd:decimal ;
  geo-pos:long "-15.2358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5562'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2358'^^xsd:double;
  dwc:latitude '48.3467'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3467 -15.2358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3467"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3467 -15.2358)"^^geo:wktLiteral ;
  geo-pos:lat "48.3467"^^xsd:decimal ;
  geo-pos:long "-15.2358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5617'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2358'^^xsd:double;
  dwc:latitude '48.3467'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -15.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -15.2333)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-15.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10429'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2333'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -15.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -15.2333)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-15.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10587'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2333'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31 -15.2308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31 -15.2308)"^^geo:wktLiteral ;
  geo-pos:lat "48.31"^^xsd:decimal ;
  geo-pos:long "-15.2308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4719'^^xsd:integer;
  dwc:scientificName 'Metagathotanais insulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2308'^^xsd:double;
  dwc:latitude '48.31'^^xsd:double;
  dwc:aphiaid '136374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31 -15.2308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31 -15.2308)"^^geo:wktLiteral ;
  geo-pos:lat "48.31"^^xsd:decimal ;
  geo-pos:long "-15.2308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5619'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2308'^^xsd:double;
  dwc:latitude '48.31'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31 -15.2247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.31"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.31 -15.2247)"^^geo:wktLiteral ;
  geo-pos:lat "48.31"^^xsd:decimal ;
  geo-pos:long "-15.2247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5563'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2247'^^xsd:double;
  dwc:latitude '48.31'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3 -15.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3 -15.2167)"^^geo:wktLiteral ;
  geo-pos:lat "48.3"^^xsd:decimal ;
  geo-pos:long "-15.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10809'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2167'^^xsd:double;
  dwc:latitude '48.3'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3 -15.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3 -15.2167)"^^geo:wktLiteral ;
  geo-pos:lat "48.3"^^xsd:decimal ;
  geo-pos:long "-15.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10680'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2167'^^xsd:double;
  dwc:latitude '48.3'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -15.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -15.2167)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-15.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6009'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2167'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10432'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10593'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10670'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3117 -15.1958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3117"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3117 -15.1958)"^^geo:wktLiteral ;
  geo-pos:lat "48.3117"^^xsd:decimal ;
  geo-pos:long "-15.1958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4717'^^xsd:integer;
  dwc:scientificName 'Metagathotanais insulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1958'^^xsd:double;
  dwc:latitude '48.3117'^^xsd:double;
  dwc:aphiaid '136374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3133 -15.1917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3133"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3133 -15.1917)"^^geo:wktLiteral ;
  geo-pos:lat "48.3133"^^xsd:decimal ;
  geo-pos:long "-15.1917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16540'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1917'^^xsd:double;
  dwc:latitude '48.3133'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3133 -15.1917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3133"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3133 -15.1917)"^^geo:wktLiteral ;
  geo-pos:lat "48.3133"^^xsd:decimal ;
  geo-pos:long "-15.1917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16541'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1917'^^xsd:double;
  dwc:latitude '48.3133'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3133 -15.1917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3133"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3133 -15.1917)"^^geo:wktLiteral ;
  geo-pos:lat "48.3133"^^xsd:decimal ;
  geo-pos:long "-15.1917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16543'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1917'^^xsd:double;
  dwc:latitude '48.3133'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3133 -15.1917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3133"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3133 -15.1917)"^^geo:wktLiteral ;
  geo-pos:lat "48.3133"^^xsd:decimal ;
  geo-pos:long "-15.1917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16546'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1917'^^xsd:double;
  dwc:latitude '48.3133'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.55 -15.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-69.55"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.55 -15.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-69.55"^^xsd:decimal ;
  geo-pos:long "-15.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9354'^^xsd:integer;
  dwc:scientificName 'Bathydorus laevis ciliatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1833'^^xsd:double;
  dwc:latitude '-69.55'^^xsd:double;
  dwc:aphiaid '172031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172036'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.425 -15.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.425"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.425 -15.1783)"^^geo:wktLiteral ;
  geo-pos:lat "48.425"^^xsd:decimal ;
  geo-pos:long "-15.1783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16538'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1783'^^xsd:double;
  dwc:latitude '48.425'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.425 -15.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.425"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.425 -15.1783)"^^geo:wktLiteral ;
  geo-pos:lat "48.425"^^xsd:decimal ;
  geo-pos:long "-15.1783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16536'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1783'^^xsd:double;
  dwc:latitude '48.425'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.425 -15.1783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.425"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.425 -15.1783)"^^geo:wktLiteral ;
  geo-pos:lat "48.425"^^xsd:decimal ;
  geo-pos:long "-15.1783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16537'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1783'^^xsd:double;
  dwc:latitude '48.425'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.4878 -15.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.4878"^^xsd:decimal ;
  dwc:decimalLongitude "-15.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.4878 -15.175)"^^geo:wktLiteral ;
  geo-pos:lat "-71.4878"^^xsd:decimal ;
  geo-pos:long "-15.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5154'^^xsd:integer;
  dwc:scientificName 'Magotanais pruinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.175'^^xsd:double;
  dwc:latitude '-71.4878'^^xsd:double;
  dwc:aphiaid '244584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '606479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.4792 -15.1717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.4792"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.4792 -15.1717)"^^geo:wktLiteral ;
  geo-pos:lat "-71.4792"^^xsd:decimal ;
  geo-pos:long "-15.1717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5658'^^xsd:integer;
  dwc:scientificName 'Tanaella kimi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1717'^^xsd:double;
  dwc:latitude '-71.4792'^^xsd:double;
  dwc:aphiaid '247675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247675'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  geo-pos:lat "48.4333"^^xsd:decimal ;
  geo-pos:long "-15.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10492'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1667'^^xsd:double;
  dwc:latitude '48.4333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  geo-pos:lat "48.4333"^^xsd:decimal ;
  geo-pos:long "-15.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10428'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1667'^^xsd:double;
  dwc:latitude '48.4333'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  geo-pos:lat "48.4333"^^xsd:decimal ;
  geo-pos:long "-15.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10800'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1667'^^xsd:double;
  dwc:latitude '48.4333'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  geo-pos:lat "48.4333"^^xsd:decimal ;
  geo-pos:long "-15.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10767'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1667'^^xsd:double;
  dwc:latitude '48.4333'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  geo-pos:lat "48.4333"^^xsd:decimal ;
  geo-pos:long "-15.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10586'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1667'^^xsd:double;
  dwc:latitude '48.4333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4333 -15.1667)"^^geo:wktLiteral ;
  geo-pos:lat "48.4333"^^xsd:decimal ;
  geo-pos:long "-15.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10664'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1667'^^xsd:double;
  dwc:latitude '48.4333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -15.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.95"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -15.1367)"^^geo:wktLiteral ;
  geo-pos:lat "33.95"^^xsd:decimal ;
  geo-pos:long "-15.1367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15479'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1367'^^xsd:double;
  dwc:latitude '33.95'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15479'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7333 -15.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7333 -15.1)"^^geo:wktLiteral ;
  geo-pos:lat "49.7333"^^xsd:decimal ;
  geo-pos:long "-15.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10520'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.1'^^xsd:double;
  dwc:latitude '49.7333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9833 -15.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-15.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.9833 -15.0667)"^^geo:wktLiteral ;
  geo-pos:lat "39.9833"^^xsd:decimal ;
  geo-pos:long "-15.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10724'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15.0667'^^xsd:double;
  dwc:latitude '39.9833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71 -15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71"^^xsd:decimal ;
  dwc:decimalLongitude "-15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71 -15)"^^geo:wktLiteral ;
  geo-pos:lat "71"^^xsd:decimal ;
  geo-pos:long "-15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2696'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-15'^^xsd:integer;
  dwc:latitude '71'^^xsd:integer;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0683 -14.9267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.0683"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.0683 -14.9267)"^^geo:wktLiteral ;
  geo-pos:lat "42.0683"^^xsd:decimal ;
  geo-pos:long "-14.9267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11044'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.9267'^^xsd:double;
  dwc:latitude '42.0683'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -14.9033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -14.9033)"^^geo:wktLiteral ;
  geo-pos:lat "41.2167"^^xsd:decimal ;
  geo-pos:long "-14.9033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5105'^^xsd:integer;
  dwc:scientificName 'Collettea rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.9033'^^xsd:double;
  dwc:latitude '41.2167'^^xsd:double;
  dwc:aphiaid '136350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136350'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -14.9033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -14.9033)"^^geo:wktLiteral ;
  geo-pos:lat "41.2167"^^xsd:decimal ;
  geo-pos:long "-14.9033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5948'^^xsd:integer;
  dwc:scientificName 'Robustochelia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.9033'^^xsd:double;
  dwc:latitude '41.2167'^^xsd:double;
  dwc:aphiaid '136363'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136363'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.16667 -14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.16667 -14.85)"^^geo:wktLiteral ;
  geo-pos:lat "3.16667"^^xsd:decimal ;
  geo-pos:long "-14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9896'^^xsd:integer;
  dwc:scientificName 'Malacosaccus unguiculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.85'^^xsd:double;
  dwc:latitude '3.16667'^^xsd:double;
  dwc:aphiaid '134404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.16667 -14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.16667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.16667 -14.85)"^^geo:wktLiteral ;
  geo-pos:lat "3.16667"^^xsd:decimal ;
  geo-pos:long "-14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9898'^^xsd:integer;
  dwc:scientificName 'Malacosaccus unguiculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.85'^^xsd:double;
  dwc:latitude '3.16667'^^xsd:double;
  dwc:aphiaid '134404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2867 -14.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2867"^^xsd:decimal ;
  dwc:decimalLongitude "-14.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2867 -14.7717)"^^geo:wktLiteral ;
  geo-pos:lat "42.2867"^^xsd:decimal ;
  geo-pos:long "-14.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11042'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.7717'^^xsd:double;
  dwc:latitude '42.2867'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11042'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6 -14.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6 -14.6)"^^geo:wktLiteral ;
  geo-pos:lat "57.6"^^xsd:decimal ;
  geo-pos:long "-14.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2943'^^xsd:integer;
  dwc:scientificName 'Eugerdella minutula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.6'^^xsd:double;
  dwc:latitude '57.6'^^xsd:double;
  dwc:aphiaid '255689'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255689'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7333 -14.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7333 -14.5833)"^^geo:wktLiteral ;
  geo-pos:lat "27.7333"^^xsd:decimal ;
  geo-pos:long "-14.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2591'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.5833'^^xsd:double;
  dwc:latitude '27.7333'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -14.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4667'^^xsd:double;
  dwc:latitude '56.4333'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A77> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -14.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '77'^^xsd:integer;
  dwc:scientificName 'Chalarostylis elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4667'^^xsd:double;
  dwc:latitude '56.4333'^^xsd:double;
  dwc:aphiaid '110509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:77'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7333 -14.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7333 -14.4167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7333"^^xsd:decimal ;
  geo-pos:long "-14.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10642'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4167'^^xsd:double;
  dwc:latitude '27.7333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7483"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7483"^^xsd:decimal ;
  geo-pos:long "-14.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6018'^^xsd:integer;
  dwc:scientificName 'Mesotanais dubius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4167'^^xsd:double;
  dwc:latitude '27.7483'^^xsd:double;
  dwc:aphiaid '136476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7483"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7483"^^xsd:decimal ;
  geo-pos:long "-14.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15320'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4167'^^xsd:double;
  dwc:latitude '27.7483'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7483"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7483"^^xsd:decimal ;
  geo-pos:long "-14.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15316'^^xsd:integer;
  dwc:scientificName 'Portlandia lenticula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4167'^^xsd:double;
  dwc:latitude '27.7483'^^xsd:double;
  dwc:aphiaid '156360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7483"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7483"^^xsd:decimal ;
  geo-pos:long "-14.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15317'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4167'^^xsd:double;
  dwc:latitude '27.7483'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15317'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7483"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7483"^^xsd:decimal ;
  geo-pos:long "-14.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15318'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4167'^^xsd:double;
  dwc:latitude '27.7483'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15318'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7483"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7483 -14.4167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7483"^^xsd:decimal ;
  geo-pos:long "-14.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15319'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4167'^^xsd:double;
  dwc:latitude '27.7483'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15319'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.4167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '957'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0883 -14.4133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0883 -14.4133)"^^geo:wktLiteral ;
  geo-pos:lat "50.0883"^^xsd:decimal ;
  geo-pos:long "-14.4133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15763'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4133'^^xsd:double;
  dwc:latitude '50.0883'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0883 -14.4133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0883"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0883 -14.4133)"^^geo:wktLiteral ;
  geo-pos:lat "50.0883"^^xsd:decimal ;
  geo-pos:long "-14.4133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15757'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4133'^^xsd:double;
  dwc:latitude '50.0883'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0867 -14.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-14.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0867 -14.405)"^^geo:wktLiteral ;
  geo-pos:lat "50.0867"^^xsd:decimal ;
  geo-pos:long "-14.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4729'^^xsd:integer;
  dwc:scientificName 'Paragathotanais gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.405'^^xsd:double;
  dwc:latitude '50.0867'^^xsd:double;
  dwc:aphiaid '136375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0867 -14.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-14.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0867 -14.405)"^^geo:wktLiteral ;
  geo-pos:lat "50.0867"^^xsd:decimal ;
  geo-pos:long "-14.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5504'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.405'^^xsd:double;
  dwc:latitude '50.0867'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0867 -14.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-14.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0867 -14.405)"^^geo:wktLiteral ;
  geo-pos:lat "50.0867"^^xsd:decimal ;
  geo-pos:long "-14.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5547'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.405'^^xsd:double;
  dwc:latitude '50.0867'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0867 -14.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-14.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0867 -14.405)"^^geo:wktLiteral ;
  geo-pos:lat "50.0867"^^xsd:decimal ;
  geo-pos:long "-14.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5577'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.405'^^xsd:double;
  dwc:latitude '50.0867'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.08 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.08"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.08 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.08"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3782'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '50.08'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1545'^^xsd:integer;
  dwc:scientificName 'Platycuma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '110576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3983)"^^geo:wktLiteral ;
  geo-pos:lat "50.0817"^^xsd:decimal ;
  geo-pos:long "-14.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15762'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.3983'^^xsd:double;
  dwc:latitude '50.0817'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3967)"^^geo:wktLiteral ;
  geo-pos:lat "50.0817"^^xsd:decimal ;
  geo-pos:long "-14.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15758'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.3967'^^xsd:double;
  dwc:latitude '50.0817'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3967)"^^geo:wktLiteral ;
  geo-pos:lat "50.0817"^^xsd:decimal ;
  geo-pos:long "-14.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15759'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.3967'^^xsd:double;
  dwc:latitude '50.0817'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3967)"^^geo:wktLiteral ;
  geo-pos:lat "50.0817"^^xsd:decimal ;
  geo-pos:long "-14.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15760'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.3967'^^xsd:double;
  dwc:latitude '50.0817'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0817"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0817 -14.3967)"^^geo:wktLiteral ;
  geo-pos:lat "50.0817"^^xsd:decimal ;
  geo-pos:long "-14.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15761'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.3967'^^xsd:double;
  dwc:latitude '50.0817'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0667 -14.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0667 -14.3833)"^^geo:wktLiteral ;
  geo-pos:lat "50.0667"^^xsd:decimal ;
  geo-pos:long "-14.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '254'^^xsd:integer;
  dwc:scientificName 'Platycuma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.3833'^^xsd:double;
  dwc:latitude '50.0667'^^xsd:double;
  dwc:aphiaid '110576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1783 -14.3467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1783"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1783 -14.3467)"^^geo:wktLiteral ;
  geo-pos:lat "42.1783"^^xsd:decimal ;
  geo-pos:long "-14.3467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11045'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.3467'^^xsd:double;
  dwc:latitude '42.1783'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3811'^^xsd:integer;
  dwc:scientificName 'Eurycope canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '118613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '946'^^xsd:integer;
  dwc:scientificName 'Hypocuma serratifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '181861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181861'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '947'^^xsd:integer;
  dwc:scientificName 'Hypocuma serratifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '181861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181861'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '496'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1131'^^xsd:integer;
  dwc:scientificName 'Campylaspides canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '182367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1781'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1702'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2077'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ommidion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '182615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2077'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '442'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2590'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '153'^^xsd:integer;
  dwc:scientificName 'Hypocuma serratifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '181861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181861'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.75 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.75"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2569'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus costatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.75'^^xsd:double;
  dwc:aphiaid '182077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7533"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6017'^^xsd:integer;
  dwc:scientificName 'Mesotanais dubius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.7533'^^xsd:double;
  dwc:aphiaid '136476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7533"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15309'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.7533'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15309'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7533"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15310'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.7533'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15310'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7533"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15311'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.7533'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15311'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7533"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15312'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.7533'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15312'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.7533 -14.2167)"^^geo:wktLiteral ;
  geo-pos:lat "27.7533"^^xsd:decimal ;
  geo-pos:long "-14.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15313'^^xsd:integer;
  dwc:scientificName 'Yoldiella veletta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2167'^^xsd:double;
  dwc:latitude '27.7533'^^xsd:double;
  dwc:aphiaid '181275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15313'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3167 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.3167"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10802'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '48.3167'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8167 -14.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8167 -14.1833)"^^geo:wktLiteral ;
  geo-pos:lat "61.8167"^^xsd:decimal ;
  geo-pos:long "-14.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7448'^^xsd:integer;
  dwc:scientificName 'Cyclopina phallusiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.1833'^^xsd:double;
  dwc:latitude '61.8167'^^xsd:double;
  dwc:aphiaid '350397'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1442218'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8333 -14.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-14.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8333 -14.15)"^^geo:wktLiteral ;
  geo-pos:lat "49.8333"^^xsd:decimal ;
  geo-pos:long "-14.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10775'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.15'^^xsd:double;
  dwc:latitude '49.8333'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6'^^xsd:integer;
  dwc:scientificName 'Atlantocuma benguelae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '181602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '332'^^xsd:integer;
  dwc:scientificName 'Atlantocuma benguelae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '181602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '243'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '182101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -14.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5667 -14.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5667"^^xsd:decimal ;
  geo-pos:long "-14.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '220'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus lomakinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.1333'^^xsd:double;
  dwc:latitude '-36.5667'^^xsd:double;
  dwc:aphiaid '182089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9233 -14.1317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9233"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9233 -14.1317)"^^geo:wktLiteral ;
  geo-pos:lat "42.9233"^^xsd:decimal ;
  geo-pos:long "-14.1317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11043'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.1317'^^xsd:double;
  dwc:latitude '42.9233'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3220'^^xsd:integer;
  dwc:scientificName 'Haploniscus nondescriptus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '255822'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255822'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3222'^^xsd:integer;
  dwc:scientificName 'Haploniscus rugosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '255831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3256'^^xsd:integer;
  dwc:scientificName 'Haploniscus princeps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '294779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3262'^^xsd:integer;
  dwc:scientificName 'Haploniscus percavix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '255823'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3394'^^xsd:integer;
  dwc:scientificName 'Ischnomesus simplissimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '183220'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183220'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3402'^^xsd:integer;
  dwc:scientificName 'Stylomesus simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '258042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3719'^^xsd:integer;
  dwc:scientificName 'Acanthocope annulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '118597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3934'^^xsd:integer;
  dwc:scientificName 'Ilyarachna indentifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '183210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3948'^^xsd:integer;
  dwc:scientificName 'Ilyarachna gurjanovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '294681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259238'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3866'^^xsd:integer;
  dwc:scientificName 'Eurycope nodosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '183153'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3866'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 -14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "-14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4059'^^xsd:integer;
  dwc:scientificName 'Glabroserolis specialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '260446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9833 -14.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9833 -14.1)"^^geo:wktLiteral ;
  geo-pos:lat "42.9833"^^xsd:decimal ;
  geo-pos:long "-14.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10451'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.1'^^xsd:double;
  dwc:latitude '42.9833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9833 -14.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9833 -14.1)"^^geo:wktLiteral ;
  geo-pos:lat "42.9833"^^xsd:decimal ;
  geo-pos:long "-14.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10562'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.1'^^xsd:double;
  dwc:latitude '42.9833'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9833 -14.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-14.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9833 -14.1)"^^geo:wktLiteral ;
  geo-pos:lat "42.9833"^^xsd:decimal ;
  geo-pos:long "-14.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10718'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.1'^^xsd:double;
  dwc:latitude '42.9833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -14.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -14.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "-14.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10828'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.0667'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -14.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -14.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "-14.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10725'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.0667'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -14.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "-14.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -14.05)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "-14.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10717'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.05'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -14.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -14.0333)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "-14.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10388'^^xsd:integer;
  dwc:scientificName 'Apionsoma capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.0333'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:aphiaid '136076'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -14.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -14.0333)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "-14.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10517'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.0333'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -14.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -14.0333)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "-14.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10445'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.0333'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.75 -14.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.75 -14.0167)"^^geo:wktLiteral ;
  geo-pos:lat "49.75"^^xsd:decimal ;
  geo-pos:long "-14.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10614'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14.0167'^^xsd:double;
  dwc:latitude '49.75'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9667 -14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9667 -14)"^^geo:wktLiteral ;
  geo-pos:lat "42.9667"^^xsd:decimal ;
  geo-pos:long "-14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10563'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-14'^^xsd:integer;
  dwc:latitude '42.9667'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1333 -13.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1333 -13.9833)"^^geo:wktLiteral ;
  geo-pos:lat "54.1333"^^xsd:decimal ;
  geo-pos:long "-13.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2151'^^xsd:integer;
  dwc:scientificName 'Monopseudocuma gilsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.9833'^^xsd:double;
  dwc:latitude '54.1333'^^xsd:double;
  dwc:aphiaid '422916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1333 -13.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1333 -13.9833)"^^geo:wktLiteral ;
  geo-pos:lat "54.1333"^^xsd:decimal ;
  geo-pos:long "-13.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2150'^^xsd:integer;
  dwc:scientificName 'Monopseudocuma gilsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.9833'^^xsd:double;
  dwc:latitude '54.1333'^^xsd:double;
  dwc:aphiaid '422916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 -13.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 -13.9667)"^^geo:wktLiteral ;
  geo-pos:lat "56"^^xsd:decimal ;
  geo-pos:long "-13.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11004'^^xsd:integer;
  dwc:scientificName 'Nephasoma elisae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.9667'^^xsd:double;
  dwc:latitude '56'^^xsd:integer;
  dwc:aphiaid '424479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.0667 -13.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.0667 -13.9333)"^^geo:wktLiteral ;
  geo-pos:lat "62.0667"^^xsd:decimal ;
  geo-pos:long "-13.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6678'^^xsd:integer;
  dwc:scientificName 'Paranannopus uniarticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.9333'^^xsd:double;
  dwc:latitude '62.0667'^^xsd:double;
  dwc:aphiaid '115859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115859'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.0667 -13.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.0667 -13.9333)"^^geo:wktLiteral ;
  geo-pos:lat "62.0667"^^xsd:decimal ;
  geo-pos:long "-13.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6683'^^xsd:integer;
  dwc:scientificName 'Cylindronannopus bispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.9333'^^xsd:double;
  dwc:latitude '62.0667'^^xsd:double;
  dwc:aphiaid '115832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0667 -13.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0667 -13.9)"^^geo:wktLiteral ;
  geo-pos:lat "50.0667"^^xsd:decimal ;
  geo-pos:long "-13.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10776'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.9'^^xsd:double;
  dwc:latitude '50.0667'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15748'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15747'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15749'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15750'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15751'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15752'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15753'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15754'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15755'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.895)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15756'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.895'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  geo-pos:lat "50.1333"^^xsd:decimal ;
  geo-pos:long "-13.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1170'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8833'^^xsd:double;
  dwc:latitude '50.1333'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  geo-pos:lat "50.1333"^^xsd:decimal ;
  geo-pos:long "-13.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1373'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8833'^^xsd:double;
  dwc:latitude '50.1333'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  geo-pos:lat "50.1333"^^xsd:decimal ;
  geo-pos:long "-13.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1629'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8833'^^xsd:double;
  dwc:latitude '50.1333'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  geo-pos:lat "50.1333"^^xsd:decimal ;
  geo-pos:long "-13.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1649'^^xsd:integer;
  dwc:scientificName 'Procampylaspis acanthomma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8833'^^xsd:double;
  dwc:latitude '50.1333'^^xsd:double;
  dwc:aphiaid '182605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  geo-pos:lat "50.1333"^^xsd:decimal ;
  geo-pos:long "-13.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1595'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8833'^^xsd:double;
  dwc:latitude '50.1333'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  geo-pos:lat "50.1333"^^xsd:decimal ;
  geo-pos:long "-13.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1557'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8833'^^xsd:double;
  dwc:latitude '50.1333'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -13.8833)"^^geo:wktLiteral ;
  geo-pos:lat "50.1333"^^xsd:decimal ;
  geo-pos:long "-13.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2664'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8833'^^xsd:double;
  dwc:latitude '50.1333'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.8717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.8717)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.8717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4728'^^xsd:integer;
  dwc:scientificName 'Paragathotanais gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8717'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '136375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.8717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.8717)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.8717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5503'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8717'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.8717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1383 -13.8717)"^^geo:wktLiteral ;
  geo-pos:lat "50.1383"^^xsd:decimal ;
  geo-pos:long "-13.8717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5576'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8717'^^xsd:double;
  dwc:latitude '50.1383'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -13.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-13.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -13.87)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-13.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3772'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.87'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -13.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0833 -13.8667)"^^geo:wktLiteral ;
  geo-pos:lat "50.0833"^^xsd:decimal ;
  geo-pos:long "-13.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10387'^^xsd:integer;
  dwc:scientificName 'Apionsoma capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8667'^^xsd:double;
  dwc:latitude '50.0833'^^xsd:double;
  dwc:aphiaid '136076'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -13.85)"^^geo:wktLiteral ;
  geo-pos:lat "50.1"^^xsd:decimal ;
  geo-pos:long "-13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10777'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:latitude '50.1'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  geo-pos:lat "-71.1333"^^xsd:decimal ;
  geo-pos:long "-13.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11062'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8'^^xsd:double;
  dwc:latitude '-71.1333'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  geo-pos:lat "-71.1333"^^xsd:decimal ;
  geo-pos:long "-13.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11063'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8'^^xsd:double;
  dwc:latitude '-71.1333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  geo-pos:lat "-71.1333"^^xsd:decimal ;
  geo-pos:long "-13.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11064'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8'^^xsd:double;
  dwc:latitude '-71.1333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  geo-pos:lat "-71.1333"^^xsd:decimal ;
  geo-pos:long "-13.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11065'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8'^^xsd:double;
  dwc:latitude '-71.1333'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1333 -13.8)"^^geo:wktLiteral ;
  geo-pos:lat "-71.1333"^^xsd:decimal ;
  geo-pos:long "-13.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11066'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.8'^^xsd:double;
  dwc:latitude '-71.1333'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.95"^^xsd:decimal ;
  dwc:decimalLongitude "-13.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.77)"^^geo:wktLiteral ;
  geo-pos:lat "27.95"^^xsd:decimal ;
  geo-pos:long "-13.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6016'^^xsd:integer;
  dwc:scientificName 'Mesotanais dubius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.77'^^xsd:double;
  dwc:latitude '27.95'^^xsd:double;
  dwc:aphiaid '136476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.95"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  geo-pos:lat "27.95"^^xsd:decimal ;
  geo-pos:long "-13.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '441'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.7667'^^xsd:double;
  dwc:latitude '27.95'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.95"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  geo-pos:lat "27.95"^^xsd:decimal ;
  geo-pos:long "-13.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1130'^^xsd:integer;
  dwc:scientificName 'Campylaspides canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.7667'^^xsd:double;
  dwc:latitude '27.95'^^xsd:double;
  dwc:aphiaid '182367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.95"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  geo-pos:lat "27.95"^^xsd:decimal ;
  geo-pos:long "-13.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2076'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ommidion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.7667'^^xsd:double;
  dwc:latitude '27.95'^^xsd:double;
  dwc:aphiaid '182615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2076'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.95"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  geo-pos:lat "27.95"^^xsd:decimal ;
  geo-pos:long "-13.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '388'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.7667'^^xsd:double;
  dwc:latitude '27.95'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.95"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.7667)"^^geo:wktLiteral ;
  geo-pos:lat "27.95"^^xsd:decimal ;
  geo-pos:long "-13.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2589'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.7667'^^xsd:double;
  dwc:latitude '27.95'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.95"^^xsd:decimal ;
  dwc:decimalLongitude "-13.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -13.71)"^^geo:wktLiteral ;
  geo-pos:lat "27.95"^^xsd:decimal ;
  geo-pos:long "-13.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15308'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.71'^^xsd:double;
  dwc:latitude '27.95'^^xsd:double;
  dwc:aphiaid '533650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871910'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.73 -13.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.73"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.73 -13.7)"^^geo:wktLiteral ;
  geo-pos:lat "80.73"^^xsd:decimal ;
  geo-pos:long "-13.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4107'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.7'^^xsd:double;
  dwc:latitude '80.73'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1467 -13.685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-13.685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1467 -13.685)"^^geo:wktLiteral ;
  geo-pos:lat "-71.1467"^^xsd:decimal ;
  geo-pos:long "-13.685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7329'^^xsd:integer;
  dwc:scientificName 'Selenopsyllus dahmsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.685'^^xsd:double;
  dwc:latitude '-71.1467'^^xsd:double;
  dwc:aphiaid '360947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.5117 -13.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.5117"^^xsd:decimal ;
  dwc:decimalLongitude "-13.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.5117 -13.66)"^^geo:wktLiteral ;
  geo-pos:lat "73.5117"^^xsd:decimal ;
  geo-pos:long "-13.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8121'^^xsd:integer;
  dwc:scientificName 'Trophomera acuticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.66'^^xsd:double;
  dwc:latitude '73.5117'^^xsd:double;
  dwc:aphiaid '458906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.5117 -13.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.5117"^^xsd:decimal ;
  dwc:decimalLongitude "-13.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.5117 -13.66)"^^geo:wktLiteral ;
  geo-pos:lat "73.5117"^^xsd:decimal ;
  geo-pos:long "-13.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8088'^^xsd:integer;
  dwc:scientificName 'Trophomera gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.66'^^xsd:double;
  dwc:latitude '73.5117'^^xsd:double;
  dwc:aphiaid '458918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.5117 -13.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.5117"^^xsd:decimal ;
  dwc:decimalLongitude "-13.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.5117 -13.66)"^^geo:wktLiteral ;
  geo-pos:lat "73.5117"^^xsd:decimal ;
  geo-pos:long "-13.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8112'^^xsd:integer;
  dwc:scientificName 'Trophomera rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.66'^^xsd:double;
  dwc:latitude '73.5117'^^xsd:double;
  dwc:aphiaid '458937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.5117 -13.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.5117"^^xsd:decimal ;
  dwc:decimalLongitude "-13.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.5117 -13.66)"^^geo:wktLiteral ;
  geo-pos:lat "73.5117"^^xsd:decimal ;
  geo-pos:long "-13.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8101'^^xsd:integer;
  dwc:scientificName 'Trophomera laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.66'^^xsd:double;
  dwc:latitude '73.5117'^^xsd:double;
  dwc:aphiaid '458924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1833 -13.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-13.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1833 -13.65)"^^geo:wktLiteral ;
  geo-pos:lat "50.1833"^^xsd:decimal ;
  geo-pos:long "-13.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2668'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.65'^^xsd:double;
  dwc:latitude '50.1833'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.57 -13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.57"^^xsd:decimal ;
  dwc:decimalLongitude "-13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.57 -13.64)"^^geo:wktLiteral ;
  geo-pos:lat "73.57"^^xsd:decimal ;
  geo-pos:long "-13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3042'^^xsd:integer;
  dwc:scientificName 'Nannoniscus profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.64'^^xsd:double;
  dwc:latitude '73.57'^^xsd:double;
  dwc:aphiaid '118786'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3042'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.14 -13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.14"^^xsd:decimal ;
  dwc:decimalLongitude "-13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.14 -13.6)"^^geo:wktLiteral ;
  geo-pos:lat "50.14"^^xsd:decimal ;
  geo-pos:long "-13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3906'^^xsd:integer;
  dwc:scientificName 'Ilyarachna triangulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.6'^^xsd:double;
  dwc:latitude '50.14'^^xsd:double;
  dwc:aphiaid '255872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.6)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3771'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.6'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.4 -13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.4"^^xsd:decimal ;
  dwc:decimalLongitude "-13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.4 -13.6)"^^geo:wktLiteral ;
  geo-pos:lat "66.4"^^xsd:decimal ;
  geo-pos:long "-13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5186'^^xsd:integer;
  dwc:scientificName 'Leptognathia dentifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.6'^^xsd:double;
  dwc:latitude '66.4'^^xsd:double;
  dwc:aphiaid '156198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.205"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  geo-pos:lat "50.205"^^xsd:decimal ;
  geo-pos:long "-13.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15742'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5967'^^xsd:double;
  dwc:latitude '50.205'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.205"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  geo-pos:lat "50.205"^^xsd:decimal ;
  geo-pos:long "-13.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15743'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5967'^^xsd:double;
  dwc:latitude '50.205'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.205"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  geo-pos:lat "50.205"^^xsd:decimal ;
  geo-pos:long "-13.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15744'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5967'^^xsd:double;
  dwc:latitude '50.205'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.205"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  geo-pos:lat "50.205"^^xsd:decimal ;
  geo-pos:long "-13.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15745'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5967'^^xsd:double;
  dwc:latitude '50.205'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.205"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  geo-pos:lat "50.205"^^xsd:decimal ;
  geo-pos:long "-13.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15746'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5967'^^xsd:double;
  dwc:latitude '50.205'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.205"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  geo-pos:lat "50.205"^^xsd:decimal ;
  geo-pos:long "-13.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5502'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5967'^^xsd:double;
  dwc:latitude '50.205'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.205"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  geo-pos:lat "50.205"^^xsd:decimal ;
  geo-pos:long "-13.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5362'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5967'^^xsd:double;
  dwc:latitude '50.205'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.205"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.205 -13.5967)"^^geo:wktLiteral ;
  geo-pos:lat "50.205"^^xsd:decimal ;
  geo-pos:long "-13.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5546'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5967'^^xsd:double;
  dwc:latitude '50.205'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.605 -13.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.605"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.605 -13.585)"^^geo:wktLiteral ;
  geo-pos:lat "73.605"^^xsd:decimal ;
  geo-pos:long "-13.585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8086'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.585'^^xsd:double;
  dwc:latitude '73.605'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.605 -13.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.605"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.605 -13.585)"^^geo:wktLiteral ;
  geo-pos:lat "73.605"^^xsd:decimal ;
  geo-pos:long "-13.585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8120'^^xsd:integer;
  dwc:scientificName 'Trophomera acuticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.585'^^xsd:double;
  dwc:latitude '73.605'^^xsd:double;
  dwc:aphiaid '458906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.605 -13.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.605"^^xsd:decimal ;
  dwc:decimalLongitude "-13.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.605 -13.585)"^^geo:wktLiteral ;
  geo-pos:lat "73.605"^^xsd:decimal ;
  geo-pos:long "-13.585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8113'^^xsd:integer;
  dwc:scientificName 'Trophomera rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.585'^^xsd:double;
  dwc:latitude '73.605'^^xsd:double;
  dwc:aphiaid '458937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1169'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1138'^^xsd:integer;
  dwc:scientificName 'Campylaspis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '110537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1264'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1495'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1628'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1648'^^xsd:integer;
  dwc:scientificName 'Procampylaspis acanthomma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '182605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1594'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1556'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1786'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1895'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1990'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -13.5833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-13.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2663'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5833'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.1333 -13.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.1333 -13.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-56.1333"^^xsd:decimal ;
  geo-pos:long "-13.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10976'^^xsd:integer;
  dwc:scientificName 'Sipunculus nudus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5667'^^xsd:double;
  dwc:latitude '-56.1333'^^xsd:double;
  dwc:aphiaid '424084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136084'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1333 -13.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1333 -13.5667)"^^geo:wktLiteral ;
  geo-pos:lat "56.1333"^^xsd:decimal ;
  geo-pos:long "-13.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4201'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes simplicirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5667'^^xsd:double;
  dwc:latitude '56.1333'^^xsd:double;
  dwc:aphiaid '136298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136298'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6417 -13.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6417 -13.5167)"^^geo:wktLiteral ;
  geo-pos:lat "42.6417"^^xsd:decimal ;
  geo-pos:long "-13.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11046'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5167'^^xsd:double;
  dwc:latitude '42.6417'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6417 -13.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6417"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6417 -13.5167)"^^geo:wktLiteral ;
  geo-pos:lat "42.6417"^^xsd:decimal ;
  geo-pos:long "-13.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11048'^^xsd:integer;
  dwc:scientificName 'Nephasoma sp. (cf. glacialis?)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.5167'^^xsd:double;
  dwc:latitude '42.6417'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11048'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7417 -13.4967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7417"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7417 -13.4967)"^^geo:wktLiteral ;
  geo-pos:lat "42.7417"^^xsd:decimal ;
  geo-pos:long "-13.4967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11047'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4967'^^xsd:double;
  dwc:latitude '42.7417'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A27> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '27'^^xsd:integer;
  dwc:scientificName 'Campylaspides canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:27'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '964'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:964'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1127'^^xsd:integer;
  dwc:scientificName 'Campylaspides canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1129'^^xsd:integer;
  dwc:scientificName 'Campylaspides canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1046'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1522'^^xsd:integer;
  dwc:scientificName 'Cumellopsis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1526'^^xsd:integer;
  dwc:scientificName 'Cumellopsis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1523'^^xsd:integer;
  dwc:scientificName 'Cumellopsis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1780'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '387'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2588'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2574'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2575'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mystacinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15304'^^xsd:integer;
  dwc:scientificName 'Lyonsiella subquadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '141951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15306'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15307'^^xsd:integer;
  dwc:scientificName 'Cuspidaria atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '139438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15300'^^xsd:integer;
  dwc:scientificName 'Lyonsiella formosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '406051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15301'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-13.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15302'^^xsd:integer;
  dwc:scientificName 'Cuspidaria jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '139447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A93> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -13.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '93'^^xsd:integer;
  dwc:scientificName 'Cumellopsis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4667'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:aphiaid '182566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:93'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.45 -13.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.45"^^xsd:decimal ;
  dwc:decimalLongitude "-13.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.45 -13.42)"^^geo:wktLiteral ;
  geo-pos:lat "80.45"^^xsd:decimal ;
  geo-pos:long "-13.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4110'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.42'^^xsd:double;
  dwc:latitude '80.45'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.4167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2667'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7833 -13.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-13.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7833 -13.4)"^^geo:wktLiteral ;
  geo-pos:lat "73.7833"^^xsd:decimal ;
  geo-pos:long "-13.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8148'^^xsd:integer;
  dwc:scientificName 'Trophomera megala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.4'^^xsd:double;
  dwc:latitude '73.7833'^^xsd:double;
  dwc:aphiaid '458928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1667 -13.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1667 -13.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.1667"^^xsd:decimal ;
  geo-pos:long "-13.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10921'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.35'^^xsd:double;
  dwc:latitude '50.1667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1667 -13.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-13.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1667 -13.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.1667"^^xsd:decimal ;
  geo-pos:long "-13.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10778'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.35'^^xsd:double;
  dwc:latitude '50.1667'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.455 -13.3483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.455"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.455 -13.3483)"^^geo:wktLiteral ;
  geo-pos:lat "50.455"^^xsd:decimal ;
  geo-pos:long "-13.3483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15741'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.3483'^^xsd:double;
  dwc:latitude '50.455'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.455 -13.3483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.455"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.455 -13.3483)"^^geo:wktLiteral ;
  geo-pos:lat "50.455"^^xsd:decimal ;
  geo-pos:long "-13.3483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15740'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.3483'^^xsd:double;
  dwc:latitude '50.455'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.455 -13.3483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.455"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.455 -13.3483)"^^geo:wktLiteral ;
  geo-pos:lat "50.455"^^xsd:decimal ;
  geo-pos:long "-13.3483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15739'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.3483'^^xsd:double;
  dwc:latitude '50.455'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.455 -13.3483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.455"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.455 -13.3483)"^^geo:wktLiteral ;
  geo-pos:lat "50.455"^^xsd:decimal ;
  geo-pos:long "-13.3483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15738'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.3483'^^xsd:double;
  dwc:latitude '50.455'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "-13.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.45"^^xsd:decimal ;
  geo-pos:long "-13.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4707'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.34'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "-13.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.45"^^xsd:decimal ;
  geo-pos:long "-13.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5501'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.34'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "-13.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.45"^^xsd:decimal ;
  geo-pos:long "-13.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5361'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.34'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "-13.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.45"^^xsd:decimal ;
  geo-pos:long "-13.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5606'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.34'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5606'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "-13.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.45"^^xsd:decimal ;
  geo-pos:long "-13.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5632'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.34'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.04 -13.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.04"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.04 -13.3383)"^^geo:wktLiteral ;
  geo-pos:lat "50.04"^^xsd:decimal ;
  geo-pos:long "-13.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5624'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.3383'^^xsd:double;
  dwc:latitude '50.04'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4233 -13.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4233"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4233 -13.3383)"^^geo:wktLiteral ;
  geo-pos:lat "50.4233"^^xsd:decimal ;
  geo-pos:long "-13.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4679'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.3383'^^xsd:double;
  dwc:latitude '50.4233'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4167 -13.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4167 -13.3333)"^^geo:wktLiteral ;
  geo-pos:lat "50.4167"^^xsd:decimal ;
  geo-pos:long "-13.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2722'^^xsd:integer;
  dwc:scientificName 'Leucon sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.3333'^^xsd:double;
  dwc:latitude '50.4167'^^xsd:double;
  dwc:aphiaid '389008'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4167 -13.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4167 -13.3333)"^^geo:wktLiteral ;
  geo-pos:lat "50.4167"^^xsd:decimal ;
  geo-pos:long "-13.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '189'^^xsd:integer;
  dwc:scientificName 'Leucon sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.3333'^^xsd:double;
  dwc:latitude '50.4167'^^xsd:double;
  dwc:aphiaid '389008'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "-13.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -13.33)"^^geo:wktLiteral ;
  geo-pos:lat "50.45"^^xsd:decimal ;
  geo-pos:long "-13.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3770'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.33'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.3167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5607'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.3167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.44 -13.2933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.44"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.44 -13.2933)"^^geo:wktLiteral ;
  geo-pos:lat "50.44"^^xsd:decimal ;
  geo-pos:long "-13.2933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4678'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2933'^^xsd:double;
  dwc:latitude '50.44'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.44 -13.2933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.44"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.44 -13.2933)"^^geo:wktLiteral ;
  geo-pos:lat "50.44"^^xsd:decimal ;
  geo-pos:long "-13.2933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5623'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2933'^^xsd:double;
  dwc:latitude '50.44'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2117 -13.2767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2117 -13.2767)"^^geo:wktLiteral ;
  geo-pos:lat "50.2117"^^xsd:decimal ;
  geo-pos:long "-13.2767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16518'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2767'^^xsd:double;
  dwc:latitude '50.2117'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2117 -13.2767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2117 -13.2767)"^^geo:wktLiteral ;
  geo-pos:lat "50.2117"^^xsd:decimal ;
  geo-pos:long "-13.2767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16519'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2767'^^xsd:double;
  dwc:latitude '50.2117'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2117 -13.2767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2117"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2117 -13.2767)"^^geo:wktLiteral ;
  geo-pos:lat "50.2117"^^xsd:decimal ;
  geo-pos:long "-13.2767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16513'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2767'^^xsd:double;
  dwc:latitude '50.2117'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16513'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2158 -13.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2158"^^xsd:decimal ;
  dwc:decimalLongitude "-13.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2158 -13.275)"^^geo:wktLiteral ;
  geo-pos:lat "50.2158"^^xsd:decimal ;
  geo-pos:long "-13.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5520'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.275'^^xsd:double;
  dwc:latitude '50.2158'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2383 -13.2683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2383"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2383 -13.2683)"^^geo:wktLiteral ;
  geo-pos:lat "50.2383"^^xsd:decimal ;
  geo-pos:long "-13.2683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16520'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2683'^^xsd:double;
  dwc:latitude '50.2383'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  geo-pos:lat "50.2167"^^xsd:decimal ;
  geo-pos:long "-13.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10914'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2667'^^xsd:double;
  dwc:latitude '50.2167'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  geo-pos:lat "50.2167"^^xsd:decimal ;
  geo-pos:long "-13.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10468'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2667'^^xsd:double;
  dwc:latitude '50.2167'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  geo-pos:lat "50.2167"^^xsd:decimal ;
  geo-pos:long "-13.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10431'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2667'^^xsd:double;
  dwc:latitude '50.2167'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  geo-pos:lat "50.2167"^^xsd:decimal ;
  geo-pos:long "-13.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10556'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2667'^^xsd:double;
  dwc:latitude '50.2167'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2167 -13.2667)"^^geo:wktLiteral ;
  geo-pos:lat "50.2167"^^xsd:decimal ;
  geo-pos:long "-13.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10592'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2667'^^xsd:double;
  dwc:latitude '50.2167'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2333 -13.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2333 -13.2667)"^^geo:wktLiteral ;
  geo-pos:lat "50.2333"^^xsd:decimal ;
  geo-pos:long "-13.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10918'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2667'^^xsd:double;
  dwc:latitude '50.2333'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2333 -13.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2333 -13.2667)"^^geo:wktLiteral ;
  geo-pos:lat "50.2333"^^xsd:decimal ;
  geo-pos:long "-13.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10467'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2667'^^xsd:double;
  dwc:latitude '50.2333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2333 -13.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2333 -13.2667)"^^geo:wktLiteral ;
  geo-pos:lat "50.2333"^^xsd:decimal ;
  geo-pos:long "-13.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10663'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2667'^^xsd:double;
  dwc:latitude '50.2333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2333 -13.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.2333 -13.2667)"^^geo:wktLiteral ;
  geo-pos:lat "55.2333"^^xsd:decimal ;
  geo-pos:long "-13.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10744'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2667'^^xsd:double;
  dwc:latitude '55.2333'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2475 -13.2658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2475"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2475 -13.2658)"^^geo:wktLiteral ;
  geo-pos:lat "50.2475"^^xsd:decimal ;
  geo-pos:long "-13.2658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4657'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2658'^^xsd:double;
  dwc:latitude '50.2475'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2475 -13.2658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2475"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2475 -13.2658)"^^geo:wktLiteral ;
  geo-pos:lat "50.2475"^^xsd:decimal ;
  geo-pos:long "-13.2658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5616'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2658'^^xsd:double;
  dwc:latitude '50.2475'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2567 -13.2633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2567"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2567 -13.2633)"^^geo:wktLiteral ;
  geo-pos:lat "50.2567"^^xsd:decimal ;
  geo-pos:long "-13.2633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16516'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2633'^^xsd:double;
  dwc:latitude '50.2567'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2511 -13.2522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2511"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2511 -13.2522)"^^geo:wktLiteral ;
  geo-pos:lat "50.2511"^^xsd:decimal ;
  geo-pos:long "-13.2522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4235'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2522'^^xsd:double;
  dwc:latitude '50.2511'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10491'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10466'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10427'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10917'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10766'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10662'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10743'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2533 -13.2467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2533"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2533 -13.2467)"^^geo:wktLiteral ;
  geo-pos:lat "50.2533"^^xsd:decimal ;
  geo-pos:long "-13.2467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16517'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2467'^^xsd:double;
  dwc:latitude '50.2533'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2492 -13.2358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2492"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2492 -13.2358)"^^geo:wktLiteral ;
  geo-pos:lat "50.2492"^^xsd:decimal ;
  geo-pos:long "-13.2358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4656'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2358'^^xsd:double;
  dwc:latitude '50.2492'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2492 -13.2358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2492"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2492 -13.2358)"^^geo:wktLiteral ;
  geo-pos:lat "50.2492"^^xsd:decimal ;
  geo-pos:long "-13.2358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5561'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2358'^^xsd:double;
  dwc:latitude '50.2492'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2492 -13.2358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2492"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2492 -13.2358)"^^geo:wktLiteral ;
  geo-pos:lat "50.2492"^^xsd:decimal ;
  geo-pos:long "-13.2358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5615'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2358'^^xsd:double;
  dwc:latitude '50.2492'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.2333)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5644'^^xsd:integer;
  dwc:scientificName 'Araphuroides brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2333'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '136347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.2333)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5872'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2333'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.245 -13.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.245"^^xsd:decimal ;
  dwc:decimalLongitude "-13.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.245 -13.225)"^^geo:wktLiteral ;
  geo-pos:lat "50.245"^^xsd:decimal ;
  geo-pos:long "-13.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16521'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.225'^^xsd:double;
  dwc:latitude '50.245'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.245 -13.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.245"^^xsd:decimal ;
  dwc:decimalLongitude "-13.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.245 -13.225)"^^geo:wktLiteral ;
  geo-pos:lat "50.245"^^xsd:decimal ;
  geo-pos:long "-13.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16515'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.225'^^xsd:double;
  dwc:latitude '50.245'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.245 -13.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.245"^^xsd:decimal ;
  dwc:decimalLongitude "-13.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.245 -13.225)"^^geo:wktLiteral ;
  geo-pos:lat "50.245"^^xsd:decimal ;
  geo-pos:long "-13.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16514'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.225'^^xsd:double;
  dwc:latitude '50.245'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.245 -13.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.245"^^xsd:decimal ;
  dwc:decimalLongitude "-13.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.245 -13.225)"^^geo:wktLiteral ;
  geo-pos:lat "50.245"^^xsd:decimal ;
  geo-pos:long "-13.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16512'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.225'^^xsd:double;
  dwc:latitude '50.245'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16512'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2353 -13.2181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2353"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2353 -13.2181)"^^geo:wktLiteral ;
  geo-pos:lat "50.2353"^^xsd:decimal ;
  geo-pos:long "-13.2181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4272'^^xsd:integer;
  dwc:scientificName 'Leviapseudes zenkevitchoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2181'^^xsd:double;
  dwc:latitude '50.2353'^^xsd:double;
  dwc:aphiaid '136309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2353 -13.2181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2353"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2353 -13.2181)"^^geo:wktLiteral ;
  geo-pos:lat "50.2353"^^xsd:decimal ;
  geo-pos:long "-13.2181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4234'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2181'^^xsd:double;
  dwc:latitude '50.2353'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.02 -13.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.02"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.02 -13.2)"^^geo:wktLiteral ;
  geo-pos:lat "50.02"^^xsd:decimal ;
  geo-pos:long "-13.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3778'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.2'^^xsd:double;
  dwc:latitude '50.02'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10502'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1833'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10470'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1833'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5980'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1833'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10673'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1833'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -13.1833)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-13.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5873'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1833'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2533 -13.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2533"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2533 -13.1833)"^^geo:wktLiteral ;
  geo-pos:lat "50.2533"^^xsd:decimal ;
  geo-pos:long "-13.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16531'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1833'^^xsd:double;
  dwc:latitude '50.2533'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.1825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2467"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.1825)"^^geo:wktLiteral ;
  geo-pos:lat "50.2467"^^xsd:decimal ;
  geo-pos:long "-13.1825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4664'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1825'^^xsd:double;
  dwc:latitude '50.2467'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.1825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2467"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.1825)"^^geo:wktLiteral ;
  geo-pos:lat "50.2467"^^xsd:decimal ;
  geo-pos:long "-13.1825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5352'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1825'^^xsd:double;
  dwc:latitude '50.2467'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.1825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2467"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.1825)"^^geo:wktLiteral ;
  geo-pos:lat "50.2467"^^xsd:decimal ;
  geo-pos:long "-13.1825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5609'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1825'^^xsd:double;
  dwc:latitude '50.2467'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.1825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2467"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.1825)"^^geo:wktLiteral ;
  geo-pos:lat "50.2467"^^xsd:decimal ;
  geo-pos:long "-13.1825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5601'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1825'^^xsd:double;
  dwc:latitude '50.2467'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5601'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.24"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  geo-pos:lat "50.24"^^xsd:decimal ;
  geo-pos:long "-13.1817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16523'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1817'^^xsd:double;
  dwc:latitude '50.24'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.24"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  geo-pos:lat "50.24"^^xsd:decimal ;
  geo-pos:long "-13.1817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16525'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1817'^^xsd:double;
  dwc:latitude '50.24'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.24"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  geo-pos:lat "50.24"^^xsd:decimal ;
  geo-pos:long "-13.1817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16527'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1817'^^xsd:double;
  dwc:latitude '50.24'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16527'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.24"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  geo-pos:lat "50.24"^^xsd:decimal ;
  geo-pos:long "-13.1817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16529'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1817'^^xsd:double;
  dwc:latitude '50.24'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.24"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -13.1817)"^^geo:wktLiteral ;
  geo-pos:lat "50.24"^^xsd:decimal ;
  geo-pos:long "-13.1817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16532'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1817'^^xsd:double;
  dwc:latitude '50.24'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2467"^^xsd:decimal ;
  dwc:decimalLongitude "-13.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2467 -13.175)"^^geo:wktLiteral ;
  geo-pos:lat "50.2467"^^xsd:decimal ;
  geo-pos:long "-13.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5620'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.175'^^xsd:double;
  dwc:latitude '50.2467'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3233 -13.135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3233"^^xsd:decimal ;
  dwc:decimalLongitude "-13.135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3233 -13.135)"^^geo:wktLiteral ;
  geo-pos:lat "50.3233"^^xsd:decimal ;
  geo-pos:long "-13.135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16522'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.135'^^xsd:double;
  dwc:latitude '50.3233'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3233 -13.135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3233"^^xsd:decimal ;
  dwc:decimalLongitude "-13.135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3233 -13.135)"^^geo:wktLiteral ;
  geo-pos:lat "50.3233"^^xsd:decimal ;
  geo-pos:long "-13.135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16526'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.135'^^xsd:double;
  dwc:latitude '50.3233'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3233 -13.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3233"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3233 -13.1333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3233"^^xsd:decimal ;
  geo-pos:long "-13.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16533'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1333'^^xsd:double;
  dwc:latitude '50.3233'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16533'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.3225 -13.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.3225"^^xsd:decimal ;
  dwc:decimalLongitude "-13.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.3225 -13.125)"^^geo:wktLiteral ;
  geo-pos:lat "5.3225"^^xsd:decimal ;
  geo-pos:long "-13.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5608'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.125'^^xsd:double;
  dwc:latitude '5.3225'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3225 -13.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3225"^^xsd:decimal ;
  dwc:decimalLongitude "-13.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3225 -13.125)"^^geo:wktLiteral ;
  geo-pos:lat "50.3225"^^xsd:decimal ;
  geo-pos:long "-13.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4662'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.125'^^xsd:double;
  dwc:latitude '50.3225'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3225 -13.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3225"^^xsd:decimal ;
  dwc:decimalLongitude "-13.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3225 -13.125)"^^geo:wktLiteral ;
  geo-pos:lat "50.3225"^^xsd:decimal ;
  geo-pos:long "-13.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5618'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.125'^^xsd:double;
  dwc:latitude '50.3225'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10504'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10883'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10882'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10854'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10855'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10558'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10599'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10750'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10678'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3167 -13.1167)"^^geo:wktLiteral ;
  geo-pos:lat "50.3167"^^xsd:decimal ;
  geo-pos:long "-13.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10677'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.1167'^^xsd:double;
  dwc:latitude '50.3167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3217 -13.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3217"^^xsd:decimal ;
  dwc:decimalLongitude "-13.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3217 -13.115)"^^geo:wktLiteral ;
  geo-pos:lat "50.3217"^^xsd:decimal ;
  geo-pos:long "-13.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16528'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.115'^^xsd:double;
  dwc:latitude '50.3217'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.0983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.0983)"^^geo:wktLiteral ;
  geo-pos:lat "49.5583"^^xsd:decimal ;
  geo-pos:long "-13.0983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4677'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0983'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.0983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5583 -13.0983)"^^geo:wktLiteral ;
  geo-pos:lat "49.5583"^^xsd:decimal ;
  geo-pos:long "-13.0983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4793'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0983'^^xsd:double;
  dwc:latitude '49.5583'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0167 -13.0983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0167 -13.0983)"^^geo:wktLiteral ;
  geo-pos:lat "51.0167"^^xsd:decimal ;
  geo-pos:long "-13.0983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4676'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0983'^^xsd:double;
  dwc:latitude '51.0167'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.15 -13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.15"^^xsd:decimal ;
  dwc:decimalLongitude "-13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.15 -13.09)"^^geo:wktLiteral ;
  geo-pos:lat "49.15"^^xsd:decimal ;
  geo-pos:long "-13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9173'^^xsd:integer;
  dwc:scientificName 'Manganonema media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.09'^^xsd:double;
  dwc:latitude '49.15'^^xsd:double;
  dwc:aphiaid '390431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '390431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 -13.0843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 -13.0843)"^^geo:wktLiteral ;
  geo-pos:lat "43.25"^^xsd:decimal ;
  geo-pos:long "-13.0843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9176'^^xsd:integer;
  dwc:scientificName 'Manganonema bussauensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0843'^^xsd:double;
  dwc:latitude '43.25'^^xsd:double;
  dwc:aphiaid '390435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '390435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1 -13.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1 -13.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.1"^^xsd:decimal ;
  geo-pos:long "-13.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9042'^^xsd:integer;
  dwc:scientificName 'Dichromadora weddellensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0667'^^xsd:double;
  dwc:latitude '-71.1'^^xsd:double;
  dwc:aphiaid '230019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9042'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1 -13.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1 -13.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.1"^^xsd:decimal ;
  geo-pos:long "-13.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9046'^^xsd:integer;
  dwc:scientificName 'Dichromadora polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0667'^^xsd:double;
  dwc:latitude '-71.1'^^xsd:double;
  dwc:aphiaid '230023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230023'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1 -13.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.1 -13.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-71.1"^^xsd:decimal ;
  geo-pos:long "-13.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9049'^^xsd:integer;
  dwc:scientificName 'Dichromadora polarsternis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0667'^^xsd:double;
  dwc:latitude '-71.1'^^xsd:double;
  dwc:aphiaid '230022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.17 -13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.17"^^xsd:decimal ;
  dwc:decimalLongitude "-13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.17 -13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-40.17"^^xsd:decimal ;
  geo-pos:long "-13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3962'^^xsd:integer;
  dwc:scientificName 'Ilyarachna africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.05'^^xsd:double;
  dwc:latitude '-40.17'^^xsd:double;
  dwc:aphiaid '294727'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.25 -13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.25 -13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.25"^^xsd:decimal ;
  geo-pos:long "-13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3259'^^xsd:integer;
  dwc:scientificName 'Haploniscus trituberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.05'^^xsd:double;
  dwc:latitude '-30.25'^^xsd:double;
  dwc:aphiaid '294670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 -13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.23"^^xsd:decimal ;
  dwc:decimalLongitude "-13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 -13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.23"^^xsd:decimal ;
  geo-pos:long "-13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3223'^^xsd:integer;
  dwc:scientificName 'Haploniscus rugosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.05'^^xsd:double;
  dwc:latitude '-30.23'^^xsd:double;
  dwc:aphiaid '255831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 -13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.23"^^xsd:decimal ;
  dwc:decimalLongitude "-13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 -13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.23"^^xsd:decimal ;
  geo-pos:long "-13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3255'^^xsd:integer;
  dwc:scientificName 'Haploniscus princeps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.05'^^xsd:double;
  dwc:latitude '-30.23'^^xsd:double;
  dwc:aphiaid '294779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 -13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^xsd:decimal ;
  dwc:decimalLongitude "-13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 -13.05)"^^geo:wktLiteral ;
  geo-pos:lat "50.5"^^xsd:decimal ;
  geo-pos:long "-13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10521'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.05'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9783"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  geo-pos:lat "50.9783"^^xsd:decimal ;
  geo-pos:long "-13.0267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15730'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0267'^^xsd:double;
  dwc:latitude '50.9783'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9783"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  geo-pos:lat "50.9783"^^xsd:decimal ;
  geo-pos:long "-13.0267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15731'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0267'^^xsd:double;
  dwc:latitude '50.9783'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9783"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  geo-pos:lat "50.9783"^^xsd:decimal ;
  geo-pos:long "-13.0267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15734'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0267'^^xsd:double;
  dwc:latitude '50.9783'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9783"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  geo-pos:lat "50.9783"^^xsd:decimal ;
  geo-pos:long "-13.0267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15733'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0267'^^xsd:double;
  dwc:latitude '50.9783'^^xsd:double;
  dwc:aphiaid '533650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871910'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9783"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  geo-pos:lat "50.9783"^^xsd:decimal ;
  geo-pos:long "-13.0267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15735'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0267'^^xsd:double;
  dwc:latitude '50.9783'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9783"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9783 -13.0267)"^^geo:wktLiteral ;
  geo-pos:lat "50.9783"^^xsd:decimal ;
  geo-pos:long "-13.0267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15736'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0267'^^xsd:double;
  dwc:latitude '50.9783'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15736'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -13.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.97"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -13.0233)"^^geo:wktLiteral ;
  geo-pos:lat "50.97"^^xsd:decimal ;
  geo-pos:long "-13.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4706'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0233'^^xsd:double;
  dwc:latitude '50.97'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -13.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.97"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -13.0233)"^^geo:wktLiteral ;
  geo-pos:lat "50.97"^^xsd:decimal ;
  geo-pos:long "-13.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5500'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0233'^^xsd:double;
  dwc:latitude '50.97'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9617 -13.0217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9617"^^xsd:decimal ;
  dwc:decimalLongitude "-13.0217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9617 -13.0217)"^^geo:wktLiteral ;
  geo-pos:lat "50.9617"^^xsd:decimal ;
  geo-pos:long "-13.0217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15732'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13.0217'^^xsd:double;
  dwc:latitude '50.9617'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "-13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "-13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7918'^^xsd:integer;
  dwc:scientificName 'Dichelina phormosomae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13'^^xsd:integer;
  dwc:latitude '51'^^xsd:integer;
  dwc:aphiaid '351042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "-13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "-13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7912'^^xsd:integer;
  dwc:scientificName 'Dichelina phormosomae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13'^^xsd:integer;
  dwc:latitude '51'^^xsd:integer;
  dwc:aphiaid '351042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "-13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "-13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7914'^^xsd:integer;
  dwc:scientificName 'Dichelina phormosomae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13'^^xsd:integer;
  dwc:latitude '51'^^xsd:integer;
  dwc:aphiaid '351042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "-13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "-13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7915'^^xsd:integer;
  dwc:scientificName 'Dichelina phormosomae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13'^^xsd:integer;
  dwc:latitude '51'^^xsd:integer;
  dwc:aphiaid '351042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "-13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -13)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "-13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7916'^^xsd:integer;
  dwc:scientificName 'Dichelina phormosomae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-13'^^xsd:integer;
  dwc:latitude '51'^^xsd:integer;
  dwc:aphiaid '351042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6183 -12.9983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6183"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6183 -12.9983)"^^geo:wktLiteral ;
  geo-pos:lat "51.6183"^^xsd:decimal ;
  geo-pos:long "-12.9983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4794'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9983'^^xsd:double;
  dwc:latitude '51.6183'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.605 -12.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.605"^^xsd:decimal ;
  dwc:decimalLongitude "-12.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.605 -12.995)"^^geo:wktLiteral ;
  geo-pos:lat "51.605"^^xsd:decimal ;
  geo-pos:long "-12.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4797'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.995'^^xsd:double;
  dwc:latitude '51.605'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6283 -12.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6283"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6283 -12.9917)"^^geo:wktLiteral ;
  geo-pos:lat "51.6283"^^xsd:decimal ;
  geo-pos:long "-12.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4801'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9917'^^xsd:double;
  dwc:latitude '51.6283'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.61 -12.9867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.61"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.61 -12.9867)"^^geo:wktLiteral ;
  geo-pos:lat "51.61"^^xsd:decimal ;
  geo-pos:long "-12.9867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4796'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9867'^^xsd:double;
  dwc:latitude '51.61'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.62 -12.9867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.62"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.62 -12.9867)"^^geo:wktLiteral ;
  geo-pos:lat "51.62"^^xsd:decimal ;
  geo-pos:long "-12.9867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4795'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9867'^^xsd:double;
  dwc:latitude '51.62'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6267 -12.9817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6267"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6267 -12.9817)"^^geo:wktLiteral ;
  geo-pos:lat "51.6267"^^xsd:decimal ;
  geo-pos:long "-12.9817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4798'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9817'^^xsd:double;
  dwc:latitude '51.6267'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.635 -12.9817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.635"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.635 -12.9817)"^^geo:wktLiteral ;
  geo-pos:lat "51.635"^^xsd:decimal ;
  geo-pos:long "-12.9817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4800'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9817'^^xsd:double;
  dwc:latitude '51.635'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6183 -12.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6183"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6183 -12.9767)"^^geo:wktLiteral ;
  geo-pos:lat "51.6183"^^xsd:decimal ;
  geo-pos:long "-12.9767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4799'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9767'^^xsd:double;
  dwc:latitude '51.6183'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5167 -12.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5167 -12.9667)"^^geo:wktLiteral ;
  geo-pos:lat "50.5167"^^xsd:decimal ;
  geo-pos:long "-12.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10519'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9667'^^xsd:double;
  dwc:latitude '50.5167'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7 -12.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7 -12.95)"^^geo:wktLiteral ;
  geo-pos:lat "73.7"^^xsd:decimal ;
  geo-pos:long "-12.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8147'^^xsd:integer;
  dwc:scientificName 'Trophomera megala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.95'^^xsd:double;
  dwc:latitude '73.7'^^xsd:double;
  dwc:aphiaid '458928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5625'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '-50.3333'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16530'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '50.3333'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10505'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '50.3333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10471'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '50.3333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10439'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '50.3333'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10559'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '50.3333'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10751'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '50.3333'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4227'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '50.3333'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4169'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '50.3333'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3333 -12.9333)"^^geo:wktLiteral ;
  geo-pos:lat "50.3333"^^xsd:decimal ;
  geo-pos:long "-12.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4174'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9333'^^xsd:double;
  dwc:latitude '50.3333'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3275 -12.9317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3275 -12.9317)"^^geo:wktLiteral ;
  geo-pos:lat "50.3275"^^xsd:decimal ;
  geo-pos:long "-12.9317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4663'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9317'^^xsd:double;
  dwc:latitude '50.3275'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3275 -12.9317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3275"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3275 -12.9317)"^^geo:wktLiteral ;
  geo-pos:lat "50.3275"^^xsd:decimal ;
  geo-pos:long "-12.9317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5351'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.9317'^^xsd:double;
  dwc:latitude '50.3275'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3217 -12.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3217"^^xsd:decimal ;
  dwc:decimalLongitude "-12.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3217 -12.93)"^^geo:wktLiteral ;
  geo-pos:lat "50.3217"^^xsd:decimal ;
  geo-pos:long "-12.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16524'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.93'^^xsd:double;
  dwc:latitude '50.3217'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3217 -12.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3217"^^xsd:decimal ;
  dwc:decimalLongitude "-12.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3217 -12.93)"^^geo:wktLiteral ;
  geo-pos:lat "50.3217"^^xsd:decimal ;
  geo-pos:long "-12.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16534'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.93'^^xsd:double;
  dwc:latitude '50.3217'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3217 -12.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3217"^^xsd:decimal ;
  dwc:decimalLongitude "-12.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3217 -12.93)"^^geo:wktLiteral ;
  geo-pos:lat "50.3217"^^xsd:decimal ;
  geo-pos:long "-12.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16535'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.93'^^xsd:double;
  dwc:latitude '50.3217'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16535'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.1333"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10913'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '55.1333'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.1333"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4883'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '55.1333'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.1333"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4982'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '55.1333'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.1333"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10498'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '55.1333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.1333"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11368'^^xsd:integer;
  dwc:scientificName 'Microdajus gaelicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '55.1333'^^xsd:double;
  dwc:aphiaid '136614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.1333"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10430'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '55.1333'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.1333"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10747'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '55.1333'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.1333"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10853'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '55.1333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1333 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.1333"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10591'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '55.1333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.8667 -12.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.8667 -12.8833)"^^geo:wktLiteral ;
  geo-pos:lat "58.8667"^^xsd:decimal ;
  geo-pos:long "-12.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5998'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8833'^^xsd:double;
  dwc:latitude '58.8667'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1283 -12.8767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1283"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1283 -12.8767)"^^geo:wktLiteral ;
  geo-pos:lat "55.1283"^^xsd:decimal ;
  geo-pos:long "-12.8767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16504'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8767'^^xsd:double;
  dwc:latitude '55.1283'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1283 -12.8767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1283"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1283 -12.8767)"^^geo:wktLiteral ;
  geo-pos:lat "55.1283"^^xsd:decimal ;
  geo-pos:long "-12.8767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16506'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8767'^^xsd:double;
  dwc:latitude '55.1283'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1283 -12.8767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1283"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1283 -12.8767)"^^geo:wktLiteral ;
  geo-pos:lat "55.1283"^^xsd:decimal ;
  geo-pos:long "-12.8767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16508'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8767'^^xsd:double;
  dwc:latitude '55.1283'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1283 -12.8767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1283"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1283 -12.8767)"^^geo:wktLiteral ;
  geo-pos:lat "55.1283"^^xsd:decimal ;
  geo-pos:long "-12.8767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16511'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8767'^^xsd:double;
  dwc:latitude '55.1283'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1167 -12.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1167 -12.8667)"^^geo:wktLiteral ;
  geo-pos:lat "55.1167"^^xsd:decimal ;
  geo-pos:long "-12.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2684'^^xsd:integer;
  dwc:scientificName 'Paralamprops tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8667'^^xsd:double;
  dwc:latitude '55.1167'^^xsd:double;
  dwc:aphiaid '182257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3717 -12.8183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.3717"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.3717 -12.8183)"^^geo:wktLiteral ;
  geo-pos:lat "49.3717"^^xsd:decimal ;
  geo-pos:long "-12.8183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4792'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.8183'^^xsd:double;
  dwc:latitude '49.3717'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10916'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7833'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10490'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7833'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10552'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7833'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10742'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7833'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7833)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10585'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7833'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0567 -12.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0567"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0567 -12.77)"^^geo:wktLiteral ;
  geo-pos:lat "55.0567"^^xsd:decimal ;
  geo-pos:long "-12.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16502'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.77'^^xsd:double;
  dwc:latitude '55.0567'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0567 -12.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0567"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0567 -12.77)"^^geo:wktLiteral ;
  geo-pos:lat "55.0567"^^xsd:decimal ;
  geo-pos:long "-12.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16505'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.77'^^xsd:double;
  dwc:latitude '55.0567'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0567 -12.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0567"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0567 -12.77)"^^geo:wktLiteral ;
  geo-pos:lat "55.0567"^^xsd:decimal ;
  geo-pos:long "-12.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16510'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.77'^^xsd:double;
  dwc:latitude '55.0567'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7667)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4875'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7667'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7667)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4980'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7667'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.7667)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11370'^^xsd:integer;
  dwc:scientificName 'Microdajus gaelicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7667'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -12.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.45"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -12.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.45"^^xsd:decimal ;
  geo-pos:long "-12.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7682'^^xsd:integer;
  dwc:scientificName 'Benthomisophria palliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7333'^^xsd:double;
  dwc:latitude '44.45'^^xsd:double;
  dwc:aphiaid '119206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '119206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7333)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5979'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7333'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7333)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6007'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7333'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0483 -12.7317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0483"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0483 -12.7317)"^^geo:wktLiteral ;
  geo-pos:lat "55.0483"^^xsd:decimal ;
  geo-pos:long "-12.7317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16503'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7317'^^xsd:double;
  dwc:latitude '55.0483'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0483 -12.7317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0483"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0483 -12.7317)"^^geo:wktLiteral ;
  geo-pos:lat "55.0483"^^xsd:decimal ;
  geo-pos:long "-12.7317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16509'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7317'^^xsd:double;
  dwc:latitude '55.0483'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0483 -12.7283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0483"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0483 -12.7283)"^^geo:wktLiteral ;
  geo-pos:lat "55.0483"^^xsd:decimal ;
  geo-pos:long "-12.7283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16507'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7283'^^xsd:double;
  dwc:latitude '55.0483'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.7167)"^^geo:wktLiteral ;
  geo-pos:lat "55.0333"^^xsd:decimal ;
  geo-pos:long "-12.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4983'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7167'^^xsd:double;
  dwc:latitude '55.0333'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.7167)"^^geo:wktLiteral ;
  geo-pos:lat "55.0333"^^xsd:decimal ;
  geo-pos:long "-12.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10500'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7167'^^xsd:double;
  dwc:latitude '55.0333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10915'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10489'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10426'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10850'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10850'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.7)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10661'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.7'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.6833)"^^geo:wktLiteral ;
  geo-pos:lat "55.0333"^^xsd:decimal ;
  geo-pos:long "-12.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4874'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6833'^^xsd:double;
  dwc:latitude '55.0333'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.6833)"^^geo:wktLiteral ;
  geo-pos:lat "55.0333"^^xsd:decimal ;
  geo-pos:long "-12.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4979'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6833'^^xsd:double;
  dwc:latitude '55.0333'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.6833)"^^geo:wktLiteral ;
  geo-pos:lat "55.0333"^^xsd:decimal ;
  geo-pos:long "-12.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11369'^^xsd:integer;
  dwc:scientificName 'Microdajus gaelicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6833'^^xsd:double;
  dwc:latitude '55.0333'^^xsd:double;
  dwc:aphiaid '136614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0383 -12.6717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0383"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0383 -12.6717)"^^geo:wktLiteral ;
  geo-pos:lat "55.0383"^^xsd:decimal ;
  geo-pos:long "-12.6717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16499'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6717'^^xsd:double;
  dwc:latitude '55.0383'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16499'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0383 -12.6717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0383"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0383 -12.6717)"^^geo:wktLiteral ;
  geo-pos:lat "55.0383"^^xsd:decimal ;
  geo-pos:long "-12.6717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16491'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6717'^^xsd:double;
  dwc:latitude '55.0383'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0383 -12.6717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0383"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0383 -12.6717)"^^geo:wktLiteral ;
  geo-pos:lat "55.0383"^^xsd:decimal ;
  geo-pos:long "-12.6717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16501'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6717'^^xsd:double;
  dwc:latitude '55.0383'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.45 -12.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.45"^^xsd:decimal ;
  dwc:decimalLongitude "-12.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.45 -12.67)"^^geo:wktLiteral ;
  geo-pos:lat "40.45"^^xsd:decimal ;
  geo-pos:long "-12.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3916'^^xsd:integer;
  dwc:scientificName 'Ilyarachna calva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.67'^^xsd:double;
  dwc:latitude '40.45'^^xsd:double;
  dwc:aphiaid '118672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118672'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0342 -12.6675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0342"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0342 -12.6675)"^^geo:wktLiteral ;
  geo-pos:lat "55.0342"^^xsd:decimal ;
  geo-pos:long "-12.6675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4233'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6675'^^xsd:double;
  dwc:latitude '55.0342'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -12.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -12.66)"^^geo:wktLiteral ;
  geo-pos:lat "33.55"^^xsd:decimal ;
  geo-pos:long "-12.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11029'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.66'^^xsd:double;
  dwc:latitude '33.55'^^xsd:double;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.52 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.52"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.52 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.52"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3745'^^xsd:integer;
  dwc:scientificName 'Eurycope centobi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.52'^^xsd:double;
  dwc:aphiaid '183151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '481'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1150'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1399'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1593'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1537'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1537'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1823'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1951'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1989'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '386'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.02 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.02"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.02 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "55.02"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3786'^^xsd:integer;
  dwc:scientificName 'Eurycope juvenalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '55.02'^^xsd:double;
  dwc:aphiaid '255745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.02 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.02"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.02 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "55.02"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3777'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '55.02'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.02 -12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.02"^^xsd:decimal ;
  dwc:decimalLongitude "-12.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.02 -12.6)"^^geo:wktLiteral ;
  geo-pos:lat "55.02"^^xsd:decimal ;
  geo-pos:long "-12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3807'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.6'^^xsd:double;
  dwc:latitude '55.02'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  geo-pos:lat "51.5367"^^xsd:decimal ;
  geo-pos:long "-12.5983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4705'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5983'^^xsd:double;
  dwc:latitude '51.5367'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  geo-pos:lat "51.5367"^^xsd:decimal ;
  geo-pos:long "-12.5983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4804'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5983'^^xsd:double;
  dwc:latitude '51.5367'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  geo-pos:lat "51.5367"^^xsd:decimal ;
  geo-pos:long "-12.5983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15727'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5983'^^xsd:double;
  dwc:latitude '51.5367'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  geo-pos:lat "51.5367"^^xsd:decimal ;
  geo-pos:long "-12.5983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15728'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5983'^^xsd:double;
  dwc:latitude '51.5367'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  geo-pos:lat "51.5367"^^xsd:decimal ;
  geo-pos:long "-12.5983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15729'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5983'^^xsd:double;
  dwc:latitude '51.5367'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15729'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5367 -12.5983)"^^geo:wktLiteral ;
  geo-pos:lat "51.5367"^^xsd:decimal ;
  geo-pos:long "-12.5983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5360'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5983'^^xsd:double;
  dwc:latitude '51.5367'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.45 -12.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.45"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.45 -12.5833)"^^geo:wktLiteral ;
  geo-pos:lat "58.45"^^xsd:decimal ;
  geo-pos:long "-12.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4802'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5833'^^xsd:double;
  dwc:latitude '58.45'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.45 -12.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.45"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.45 -12.5833)"^^geo:wktLiteral ;
  geo-pos:lat "58.45"^^xsd:decimal ;
  geo-pos:long "-12.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5356'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5833'^^xsd:double;
  dwc:latitude '58.45'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.45 -12.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.45"^^xsd:decimal ;
  dwc:decimalLongitude "-12.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.45 -12.58)"^^geo:wktLiteral ;
  geo-pos:lat "58.45"^^xsd:decimal ;
  geo-pos:long "-12.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3551'^^xsd:integer;
  dwc:scientificName 'Dendrotion elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.58'^^xsd:double;
  dwc:latitude '58.45'^^xsd:double;
  dwc:aphiaid '118520'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118520'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.5767)"^^geo:wktLiteral ;
  geo-pos:lat "55.0333"^^xsd:decimal ;
  geo-pos:long "-12.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16493'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5767'^^xsd:double;
  dwc:latitude '55.0333'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.5767)"^^geo:wktLiteral ;
  geo-pos:lat "55.0333"^^xsd:decimal ;
  geo-pos:long "-12.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16497'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5767'^^xsd:double;
  dwc:latitude '55.0333'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.5767)"^^geo:wktLiteral ;
  geo-pos:lat "55.0333"^^xsd:decimal ;
  geo-pos:long "-12.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16500'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5767'^^xsd:double;
  dwc:latitude '55.0333'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.0167"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4882'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.0167'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.0167"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5517'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.0167'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.0167"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4981'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.0167'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.0167"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6006'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.0167'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0333 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.0333"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10497'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '55.0333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.5333)"^^geo:wktLiteral ;
  geo-pos:lat "55.0167"^^xsd:decimal ;
  geo-pos:long "-12.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10852'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5333'^^xsd:double;
  dwc:latitude '55.0167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0167 -12.5333)"^^geo:wktLiteral ;
  geo-pos:lat "55.0167"^^xsd:decimal ;
  geo-pos:long "-12.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10746'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5333'^^xsd:double;
  dwc:latitude '55.0167'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.02 -12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.02"^^xsd:decimal ;
  dwc:decimalLongitude "-12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.02 -12.52)"^^geo:wktLiteral ;
  geo-pos:lat "-23.02"^^xsd:decimal ;
  geo-pos:long "-12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4116'^^xsd:integer;
  dwc:scientificName 'Pseudoanthura lateralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.52'^^xsd:double;
  dwc:latitude '-23.02'^^xsd:double;
  dwc:aphiaid '213013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '213013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4978'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11371'^^xsd:integer;
  dwc:scientificName 'Microdajus gaelicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '136614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10849'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10551'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10660'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0025 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0025 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55.0025"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4273'^^xsd:integer;
  dwc:scientificName 'Leviapseudes zenkevitchoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55.0025'^^xsd:double;
  dwc:aphiaid '136309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0025 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0025"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0025 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55.0025"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4224'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55.0025'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0117 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0117 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55.0117"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16492'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55.0117'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0117 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0117 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55.0117"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16494'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55.0117'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0117 -12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0117"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0117 -12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "55.0117"^^xsd:decimal ;
  geo-pos:long "-12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16495'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5167'^^xsd:double;
  dwc:latitude '55.0117'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.5)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5970'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.5'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0067 -12.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-12.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0067 -12.49)"^^geo:wktLiteral ;
  geo-pos:lat "55.0067"^^xsd:decimal ;
  geo-pos:long "-12.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16496'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.49'^^xsd:double;
  dwc:latitude '55.0067'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0067 -12.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-12.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0067 -12.49)"^^geo:wktLiteral ;
  geo-pos:lat "55.0067"^^xsd:decimal ;
  geo-pos:long "-12.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16498'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.49'^^xsd:double;
  dwc:latitude '55.0067'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0067 -12.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0067"^^xsd:decimal ;
  dwc:decimalLongitude "-12.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0067 -12.49)"^^geo:wktLiteral ;
  geo-pos:lat "55.0067"^^xsd:decimal ;
  geo-pos:long "-12.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16490'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.49'^^xsd:double;
  dwc:latitude '55.0067'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0011 -12.4844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0011"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0011 -12.4844)"^^geo:wktLiteral ;
  geo-pos:lat "55.0011"^^xsd:decimal ;
  geo-pos:long "-12.4844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4271'^^xsd:integer;
  dwc:scientificName 'Leviapseudes zenkevitchoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.4844'^^xsd:double;
  dwc:latitude '55.0011'^^xsd:double;
  dwc:aphiaid '136309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0011 -12.4844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0011"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0011 -12.4844)"^^geo:wktLiteral ;
  geo-pos:lat "55.0011"^^xsd:decimal ;
  geo-pos:long "-12.4844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4232'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.4844'^^xsd:double;
  dwc:latitude '55.0011'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.05 -12.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.05 -12.4833)"^^geo:wktLiteral ;
  geo-pos:lat "53.05"^^xsd:decimal ;
  geo-pos:long "-12.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4987'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.4833'^^xsd:double;
  dwc:latitude '53.05'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.4833)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4907'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.4833'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4907'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.4833)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11354'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.4833'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.9117 -12.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.9117"^^xsd:decimal ;
  dwc:decimalLongitude "-12.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.9117 -12.455)"^^geo:wktLiteral ;
  geo-pos:lat "51.9117"^^xsd:decimal ;
  geo-pos:long "-12.455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15737'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.455'^^xsd:double;
  dwc:latitude '51.9117'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.42 -12.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.42"^^xsd:decimal ;
  dwc:decimalLongitude "-12.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.42 -12.45)"^^geo:wktLiteral ;
  geo-pos:lat "-28.42"^^xsd:decimal ;
  geo-pos:long "-12.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3594'^^xsd:integer;
  dwc:scientificName 'Vemathambema elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.45'^^xsd:double;
  dwc:latitude '-28.42'^^xsd:double;
  dwc:aphiaid '263991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 -12.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 -12.45)"^^geo:wktLiteral ;
  geo-pos:lat "-25.55"^^xsd:decimal ;
  geo-pos:long "-12.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3183'^^xsd:integer;
  dwc:scientificName 'Haploniscus spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.45'^^xsd:double;
  dwc:latitude '-25.55'^^xsd:double;
  dwc:aphiaid '183188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 -12.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 -12.45)"^^geo:wktLiteral ;
  geo-pos:lat "-25.55"^^xsd:decimal ;
  geo-pos:long "-12.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3261'^^xsd:integer;
  dwc:scientificName 'Haploniscus percavix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.45'^^xsd:double;
  dwc:latitude '-25.55'^^xsd:double;
  dwc:aphiaid '255823'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255823'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 -12.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 -12.45)"^^geo:wktLiteral ;
  geo-pos:lat "-25.55"^^xsd:decimal ;
  geo-pos:long "-12.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3564'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia bifurcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.45'^^xsd:double;
  dwc:latitude '-25.55'^^xsd:double;
  dwc:aphiaid '255621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.31 -12.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.31"^^xsd:decimal ;
  dwc:decimalLongitude "-12.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.31 -12.42)"^^geo:wktLiteral ;
  geo-pos:lat "-71.31"^^xsd:decimal ;
  geo-pos:long "-12.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3648'^^xsd:integer;
  dwc:scientificName 'Storthyngura kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.42'^^xsd:double;
  dwc:latitude '-71.31'^^xsd:double;
  dwc:aphiaid '255775'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255775'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.32 -12.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.32"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.32 -12.4)"^^geo:wktLiteral ;
  geo-pos:lat "-71.32"^^xsd:decimal ;
  geo-pos:long "-12.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3649'^^xsd:integer;
  dwc:scientificName 'Storthyngura kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.4'^^xsd:double;
  dwc:latitude '-71.32'^^xsd:double;
  dwc:aphiaid '255775'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255775'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4941'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.4'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5745'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.4'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10527'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3833'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10699'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3833'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.797 -12.3767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.797"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.797 -12.3767)"^^geo:wktLiteral ;
  geo-pos:lat "-4.797"^^xsd:decimal ;
  geo-pos:long "-12.3767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7908'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3767'^^xsd:double;
  dwc:latitude '-4.797'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.81 -12.3733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.81"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.81 -12.3733)"^^geo:wktLiteral ;
  geo-pos:lat "-4.81"^^xsd:decimal ;
  geo-pos:long "-12.3733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7903'^^xsd:integer;
  dwc:scientificName 'Stygiopontius cladarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3733'^^xsd:double;
  dwc:latitude '-4.81'^^xsd:double;
  dwc:aphiaid '361212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.81 -12.3733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.81"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.81 -12.3733)"^^geo:wktLiteral ;
  geo-pos:lat "-4.81"^^xsd:decimal ;
  geo-pos:long "-12.3733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7904'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3733'^^xsd:double;
  dwc:latitude '-4.81'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.81 -12.3733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.81"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.81 -12.3733)"^^geo:wktLiteral ;
  geo-pos:lat "-4.81"^^xsd:decimal ;
  geo-pos:long "-12.3733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7907'^^xsd:integer;
  dwc:scientificName 'Stygiopontius cladarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3733'^^xsd:double;
  dwc:latitude '-4.81'^^xsd:double;
  dwc:aphiaid '361212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7907'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.81 -12.3733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.81"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.81 -12.3733)"^^geo:wktLiteral ;
  geo-pos:lat "-4.81"^^xsd:decimal ;
  geo-pos:long "-12.3733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7911'^^xsd:integer;
  dwc:scientificName 'Stygiopontius pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3733'^^xsd:double;
  dwc:latitude '-4.81'^^xsd:double;
  dwc:aphiaid '135802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5012 -12.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5012"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5012 -12.3667)"^^geo:wktLiteral ;
  geo-pos:lat "54.5012"^^xsd:decimal ;
  geo-pos:long "-12.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4921'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3667'^^xsd:double;
  dwc:latitude '54.5012'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5012 -12.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5012"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5012 -12.3667)"^^geo:wktLiteral ;
  geo-pos:lat "54.5012"^^xsd:decimal ;
  geo-pos:long "-12.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4998'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3667'^^xsd:double;
  dwc:latitude '54.5012'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.3667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6167"^^xsd:decimal ;
  geo-pos:long "-12.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10928'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3667'^^xsd:double;
  dwc:latitude '54.6167'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.3667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6167"^^xsd:decimal ;
  geo-pos:long "-12.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10869'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3667'^^xsd:double;
  dwc:latitude '54.6167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.3667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6167"^^xsd:decimal ;
  geo-pos:long "-12.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5726'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3667'^^xsd:double;
  dwc:latitude '54.6167'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8667 -12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8667 -12.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.8667"^^xsd:decimal ;
  geo-pos:long "-12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10615'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.35'^^xsd:double;
  dwc:latitude '50.8667'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9167 -12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9167 -12.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.9167"^^xsd:decimal ;
  geo-pos:long "-12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4697'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.35'^^xsd:double;
  dwc:latitude '50.9167'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9167 -12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9167 -12.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.9167"^^xsd:decimal ;
  geo-pos:long "-12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11003'^^xsd:integer;
  dwc:scientificName 'Nephasoma elisae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.35'^^xsd:double;
  dwc:latitude '50.9167'^^xsd:double;
  dwc:aphiaid '424479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9333 -12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9333 -12.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.9333"^^xsd:decimal ;
  geo-pos:long "-12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10613'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.35'^^xsd:double;
  dwc:latitude '50.9333'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10613'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9333 -12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9333 -12.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.9333"^^xsd:decimal ;
  geo-pos:long "-12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10693'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.35'^^xsd:double;
  dwc:latitude '50.9333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4167 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4167 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "49.4167"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2730'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '49.4167'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9167 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9167 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "50.9167"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4698'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '50.9167'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4925'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5003'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '373'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5997'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5882'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5732'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10700'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5737'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5875'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5721'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10528'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10927'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5727'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.3333)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5772'^^xsd:integer;
  dwc:scientificName 'Tanaella unguicillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3333'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.67 -12.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.67"^^xsd:decimal ;
  dwc:decimalLongitude "-12.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.67 -12.33)"^^geo:wktLiteral ;
  geo-pos:lat "-54.67"^^xsd:decimal ;
  geo-pos:long "-12.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3375'^^xsd:integer;
  dwc:scientificName 'Haploniscus ampliatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.33'^^xsd:double;
  dwc:latitude '-54.67'^^xsd:double;
  dwc:aphiaid '118654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.5667"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4919'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.5667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.5667"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4994'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.5667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.5667"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5731'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.5667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.5667"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10704'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.5667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.5667"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11359'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.5667'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4920'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5507'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4997'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '371'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10868'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10607'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5728'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10707'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10533'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7667 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7667 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.7667"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10931'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.7667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7667 -12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7667 -12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "54.7667"^^xsd:decimal ;
  geo-pos:long "-12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10932'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3167'^^xsd:double;
  dwc:latitude '54.7667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5002'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5969'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5969'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.3)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5881'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.3'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -12.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67"^^xsd:decimal ;
  dwc:decimalLongitude "-12.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -12.29)"^^geo:wktLiteral ;
  geo-pos:lat "54.67"^^xsd:decimal ;
  geo-pos:long "-12.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3207'^^xsd:integer;
  dwc:scientificName 'Haploniscus hamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.29'^^xsd:double;
  dwc:latitude '54.67'^^xsd:double;
  dwc:aphiaid '118661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4917'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4922'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4992'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4999'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10530'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10448'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10889'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '370'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5996'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10865'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5968'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5968'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5879'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10604'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5734'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5719'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5877'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10703'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4945'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10708'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2833'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.65 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.65 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "-54.65"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3376'^^xsd:integer;
  dwc:scientificName 'Haploniscus ampliatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '-54.65'^^xsd:double;
  dwc:aphiaid '118654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3785'^^xsd:integer;
  dwc:scientificName 'Eurycope juvenalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '255745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3806'^^xsd:integer;
  dwc:scientificName 'Eurycope sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '183155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3548'^^xsd:integer;
  dwc:scientificName 'Dendromunna compsa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '118519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.67"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3216'^^xsd:integer;
  dwc:scientificName 'Haploniscus ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '54.67'^^xsd:double;
  dwc:aphiaid '118662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.67"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3323'^^xsd:integer;
  dwc:scientificName 'Haploniscus foresti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '54.67'^^xsd:double;
  dwc:aphiaid '118659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118659'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.83 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.83"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.83 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.83"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3921'^^xsd:integer;
  dwc:scientificName 'Ilyarachna spinosissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '54.83'^^xsd:double;
  dwc:aphiaid '255871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259243'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -12.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67"^^xsd:decimal ;
  dwc:decimalLongitude "-12.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -12.27)"^^geo:wktLiteral ;
  geo-pos:lat "54.67"^^xsd:decimal ;
  geo-pos:long "-12.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3204'^^xsd:integer;
  dwc:scientificName 'Haploniscus hamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.27'^^xsd:double;
  dwc:latitude '54.67'^^xsd:double;
  dwc:aphiaid '118661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4918'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4993'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10531'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5725'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10922'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10924'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10926'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1145'^^xsd:integer;
  dwc:scientificName 'Campylaspis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '110537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4915'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4912'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4990'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4991'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4989'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4988'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1283'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4995'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10523'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11357'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11358'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11356'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10446'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10447'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10447'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10886'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10524'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10525'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10526'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10888'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10890'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4914'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '372'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5993'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10866'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10862'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10863'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10863'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2689'^^xsd:integer;
  dwc:scientificName 'Paralamprops tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '182257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10605'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10603'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5730'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10701'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10697'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10696'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5739'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10705'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5722'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5724'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4944'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5009'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "64.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1147'^^xsd:integer;
  dwc:scientificName 'Campylaspis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '64.6667'^^xsd:double;
  dwc:aphiaid '110537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "64.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1387'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '64.6667'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "64.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1831'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '64.6667'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "64.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2682'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '64.6667'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6667 -12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "64.6667"^^xsd:decimal ;
  geo-pos:long "-12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2692'^^xsd:integer;
  dwc:scientificName 'Paralamprops tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2667'^^xsd:double;
  dwc:latitude '64.6667'^^xsd:double;
  dwc:aphiaid '182257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2333 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2333 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.2333"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5508'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.2333'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5006'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10923'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10887'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10864'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5964'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5964'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10698'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5742'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.7333"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4688'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.7333'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.7333"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10930'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.7333'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.7333"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11362'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.7333'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.7333"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11376'^^xsd:integer;
  dwc:scientificName 'Onceroxenus curtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.7333'^^xsd:double;
  dwc:aphiaid '136618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136618'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.7333"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5542'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.7333'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.7333"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5880'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.7333'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7333 -12.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.7333"^^xsd:decimal ;
  geo-pos:long "-12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5733'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.25'^^xsd:double;
  dwc:latitude '54.7333'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10925'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5477'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5533'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5994'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '368'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10702'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5720'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5876'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10532'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10529'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4996'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11360'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10449'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5995'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10867'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5967'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10606'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5878'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5729'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -12.2333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-12.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10706'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2333'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -12.23)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-12.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3205'^^xsd:integer;
  dwc:scientificName 'Haploniscus hamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.23'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:aphiaid '118661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.2167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6167"^^xsd:decimal ;
  geo-pos:long "-12.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4939'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2167'^^xsd:double;
  dwc:latitude '54.6167'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.2167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6167"^^xsd:decimal ;
  geo-pos:long "-12.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5989'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2167'^^xsd:double;
  dwc:latitude '54.6167'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -12.2167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6167"^^xsd:decimal ;
  geo-pos:long "-12.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5959'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2167'^^xsd:double;
  dwc:latitude '54.6167'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5959'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -12.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10534'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10929'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10929'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5005'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11361'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10779'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.1842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.1842)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.1842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4923'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1842'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.1842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.1842)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.1842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5000'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1842'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.1833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4926'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1833'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.1833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5004'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1833'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -12.1833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-12.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5736'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1833'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -12.1833)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-12.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5735'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1833'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9083 -12.1817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9083"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9083 -12.1817)"^^geo:wktLiteral ;
  geo-pos:lat "50.9083"^^xsd:decimal ;
  geo-pos:long "-12.1817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4674'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1817'^^xsd:double;
  dwc:latitude '50.9083'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.57 -12.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.57"^^xsd:decimal ;
  dwc:decimalLongitude "-12.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.57 -12.18)"^^geo:wktLiteral ;
  geo-pos:lat "54.57"^^xsd:decimal ;
  geo-pos:long "-12.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3206'^^xsd:integer;
  dwc:scientificName 'Haploniscus hamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.18'^^xsd:double;
  dwc:latitude '54.57'^^xsd:double;
  dwc:aphiaid '118661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.57 -12.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.57"^^xsd:decimal ;
  dwc:decimalLongitude "-12.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.57 -12.18)"^^geo:wktLiteral ;
  geo-pos:lat "54.57"^^xsd:decimal ;
  geo-pos:long "-12.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3373'^^xsd:integer;
  dwc:scientificName 'Haploniscus ampliatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.18'^^xsd:double;
  dwc:latitude '54.57'^^xsd:double;
  dwc:aphiaid '118654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  geo-pos:lat "57.1333"^^xsd:decimal ;
  geo-pos:long "-12.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4695'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.15'^^xsd:double;
  dwc:latitude '57.1333'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  geo-pos:lat "57.1333"^^xsd:decimal ;
  geo-pos:long "-12.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '487'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.15'^^xsd:double;
  dwc:latitude '57.1333'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  geo-pos:lat "57.1333"^^xsd:decimal ;
  geo-pos:long "-12.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5495'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.15'^^xsd:double;
  dwc:latitude '57.1333'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  geo-pos:lat "57.1333"^^xsd:decimal ;
  geo-pos:long "-12.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5358'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.15'^^xsd:double;
  dwc:latitude '57.1333'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-12.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1333 -12.15)"^^geo:wktLiteral ;
  geo-pos:lat "57.1333"^^xsd:decimal ;
  geo-pos:long "-12.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5981'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.15'^^xsd:double;
  dwc:latitude '57.1333'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7667 -12.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7667 -12.1333)"^^geo:wktLiteral ;
  geo-pos:lat "54.7667"^^xsd:decimal ;
  geo-pos:long "-12.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10861'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1333'^^xsd:double;
  dwc:latitude '54.7667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -12.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -12.1333)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-12.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6691'^^xsd:integer;
  dwc:scientificName 'Mesocletodes quadrispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1333'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '115667'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115667'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.1)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5982'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.1)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5960'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5960'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.1)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5740'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.1'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.0833)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4932'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0833'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.0833)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5738'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0833'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -12.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -12.0833)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-12.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5212'^^xsd:integer;
  dwc:scientificName 'Leptognathia ventralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0833'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '136451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -12.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -12.0833)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-12.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5381'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0833'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3167 -12.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3167 -12.0833)"^^geo:wktLiteral ;
  geo-pos:lat "67.3167"^^xsd:decimal ;
  geo-pos:long "-12.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5322'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0833'^^xsd:double;
  dwc:latitude '67.3167'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.0667)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8765'^^xsd:integer;
  dwc:scientificName 'Bathyeurystomina valeriae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0667'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '228132'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.0667)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8766'^^xsd:integer;
  dwc:scientificName 'Bathyeurystomina rockallensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0667'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '228131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0667)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4931'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0667'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0667)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5884'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0667'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0667)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5746'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0667'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0583 -12.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0583 -12.0583)"^^geo:wktLiteral ;
  geo-pos:lat "55.0583"^^xsd:decimal ;
  geo-pos:long "-12.0583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10998'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0583'^^xsd:double;
  dwc:latitude '55.0583'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0583 -12.0583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0583 -12.0583)"^^geo:wktLiteral ;
  geo-pos:lat "55.0583"^^xsd:decimal ;
  geo-pos:long "-12.0583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10999'^^xsd:integer;
  dwc:scientificName 'Phascolion canum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0583'^^xsd:double;
  dwc:latitude '55.0583'^^xsd:double;
  dwc:aphiaid '424613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5984'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.05'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 -12.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "-12.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5743'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.05'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.05 -12.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.05 -12.05)"^^geo:wktLiteral ;
  geo-pos:lat "56.05"^^xsd:decimal ;
  geo-pos:long "-12.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5747'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.05'^^xsd:double;
  dwc:latitude '56.05'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0333)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4933'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0333'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0333)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5961'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0333'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5961'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12.0333)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5885'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.0333'^^xsd:double;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 -12.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14"^^xsd:decimal ;
  dwc:decimalLongitude "-12.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 -12.025)"^^geo:wktLiteral ;
  geo-pos:lat "51.14"^^xsd:decimal ;
  geo-pos:long "-12.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4675'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.025'^^xsd:double;
  dwc:latitude '51.14'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 -12.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14"^^xsd:decimal ;
  dwc:decimalLongitude "-12.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 -12.025)"^^geo:wktLiteral ;
  geo-pos:lat "51.14"^^xsd:decimal ;
  geo-pos:long "-12.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4774'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.025'^^xsd:double;
  dwc:latitude '51.14'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 -12.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14"^^xsd:decimal ;
  dwc:decimalLongitude "-12.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 -12.025)"^^geo:wktLiteral ;
  geo-pos:lat "51.14"^^xsd:decimal ;
  geo-pos:long "-12.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5395'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12.025'^^xsd:double;
  dwc:latitude '51.14'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.4833 -12)"^^geo:wktLiteral ;
  geo-pos:lat "37.4833"^^xsd:decimal ;
  geo-pos:long "-12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6467'^^xsd:integer;
  dwc:scientificName 'Sarsameira longifurcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12'^^xsd:integer;
  dwc:latitude '37.4833'^^xsd:double;
  dwc:aphiaid '115612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49 -12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49"^^xsd:decimal ;
  dwc:decimalLongitude "-12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49 -12)"^^geo:wktLiteral ;
  geo-pos:lat "49"^^xsd:decimal ;
  geo-pos:long "-12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7917'^^xsd:integer;
  dwc:scientificName 'Dichelina phormosomae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12'^^xsd:integer;
  dwc:latitude '49'^^xsd:integer;
  dwc:aphiaid '351042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49 -12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49"^^xsd:decimal ;
  dwc:decimalLongitude "-12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49 -12)"^^geo:wktLiteral ;
  geo-pos:lat "49"^^xsd:decimal ;
  geo-pos:long "-12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7919'^^xsd:integer;
  dwc:scientificName 'Dichelina phormosomae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12'^^xsd:integer;
  dwc:latitude '49'^^xsd:integer;
  dwc:aphiaid '351042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.68 -12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.68"^^xsd:decimal ;
  dwc:decimalLongitude "-12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.68 -12)"^^geo:wktLiteral ;
  geo-pos:lat "54.68"^^xsd:decimal ;
  geo-pos:long "-12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3379'^^xsd:integer;
  dwc:scientificName 'Haploniscus angustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12'^^xsd:integer;
  dwc:latitude '54.68'^^xsd:double;
  dwc:aphiaid '118655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118655'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0667 -12)"^^geo:wktLiteral ;
  geo-pos:lat "55.0667"^^xsd:decimal ;
  geo-pos:long "-12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5744'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12'^^xsd:integer;
  dwc:latitude '55.0667'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 -12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2"^^xsd:decimal ;
  dwc:decimalLongitude "-12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 -12)"^^geo:wktLiteral ;
  geo-pos:lat "56.2"^^xsd:decimal ;
  geo-pos:long "-12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10518'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-12'^^xsd:integer;
  dwc:latitude '56.2'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -11.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -11.9)"^^geo:wktLiteral ;
  geo-pos:lat "54.5667"^^xsd:decimal ;
  geo-pos:long "-11.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10920'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.9'^^xsd:double;
  dwc:latitude '54.5667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -11.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5667 -11.9)"^^geo:wktLiteral ;
  geo-pos:lat "54.5667"^^xsd:decimal ;
  geo-pos:long "-11.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10478'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.9'^^xsd:double;
  dwc:latitude '54.5667'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.55 -11.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.55 -11.85)"^^geo:wktLiteral ;
  geo-pos:lat "-11.55"^^xsd:decimal ;
  geo-pos:long "-11.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14609'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.85'^^xsd:double;
  dwc:latitude '-11.55'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.85"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85 -11.8333)"^^geo:wktLiteral ;
  geo-pos:lat "51.85"^^xsd:decimal ;
  geo-pos:long "-11.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4505'^^xsd:integer;
  dwc:scientificName 'Neotanais laevispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:latitude '51.85'^^xsd:double;
  dwc:aphiaid '136335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3167 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3167 -11.8333)"^^geo:wktLiteral ;
  geo-pos:lat "54.3167"^^xsd:decimal ;
  geo-pos:long "-11.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17027'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:latitude '54.3167'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3167 -11.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3167 -11.8333)"^^geo:wktLiteral ;
  geo-pos:lat "54.3167"^^xsd:decimal ;
  geo-pos:long "-11.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16842'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.8333'^^xsd:double;
  dwc:latitude '54.3167'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.8167)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4552'^^xsd:integer;
  dwc:scientificName 'Neotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.8167'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:aphiaid '136337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136337'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.8167)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4591'^^xsd:integer;
  dwc:scientificName 'Neotanais serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.8167'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:aphiaid '136339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4188 -11.7693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4188"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4188 -11.7693)"^^geo:wktLiteral ;
  geo-pos:lat "51.4188"^^xsd:decimal ;
  geo-pos:long "-11.7693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9133'^^xsd:integer;
  dwc:scientificName 'Glochinema trispinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.7693'^^xsd:double;
  dwc:latitude '51.4188'^^xsd:double;
  dwc:aphiaid '231325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4188 -11.7693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4188"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4188 -11.7693)"^^geo:wktLiteral ;
  geo-pos:lat "51.4188"^^xsd:decimal ;
  geo-pos:long "-11.7693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9135'^^xsd:integer;
  dwc:scientificName 'Epsilonema multispiralum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.7693'^^xsd:double;
  dwc:latitude '51.4188'^^xsd:double;
  dwc:aphiaid '388364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '388364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4188 -11.7693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4188"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4188 -11.7693)"^^geo:wktLiteral ;
  geo-pos:lat "51.4188"^^xsd:decimal ;
  geo-pos:long "-11.7693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9137'^^xsd:integer;
  dwc:scientificName 'Bathyepsilonema lopheliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.7693'^^xsd:double;
  dwc:latitude '51.4188'^^xsd:double;
  dwc:aphiaid '388362'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '388362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4133 -11.7653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4133"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4133 -11.7653)"^^geo:wktLiteral ;
  geo-pos:lat "51.4133"^^xsd:decimal ;
  geo-pos:long "-11.7653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9132'^^xsd:integer;
  dwc:scientificName 'Glochinema trispinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.7653'^^xsd:double;
  dwc:latitude '51.4133'^^xsd:double;
  dwc:aphiaid '231325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4133 -11.7653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4133"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4133 -11.7653)"^^geo:wktLiteral ;
  geo-pos:lat "51.4133"^^xsd:decimal ;
  geo-pos:long "-11.7653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9134'^^xsd:integer;
  dwc:scientificName 'Epsilonema multispiralum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.7653'^^xsd:double;
  dwc:latitude '51.4133'^^xsd:double;
  dwc:aphiaid '388364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '388364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4133 -11.7653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4133"^^xsd:decimal ;
  dwc:decimalLongitude "-11.7653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4133 -11.7653)"^^geo:wktLiteral ;
  geo-pos:lat "51.4133"^^xsd:decimal ;
  geo-pos:long "-11.7653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9136'^^xsd:integer;
  dwc:scientificName 'Bathyepsilonema lopheliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.7653'^^xsd:double;
  dwc:latitude '51.4133'^^xsd:double;
  dwc:aphiaid '388362'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '388362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2667 -11.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2667 -11.6167)"^^geo:wktLiteral ;
  geo-pos:lat "63.2667"^^xsd:decimal ;
  geo-pos:long "-11.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6677'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia triartuculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.6167'^^xsd:double;
  dwc:latitude '63.2667'^^xsd:double;
  dwc:aphiaid '116202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  geo-pos:lat "67.4833"^^xsd:decimal ;
  geo-pos:long "-11.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '830'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5333'^^xsd:double;
  dwc:latitude '67.4833'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  geo-pos:lat "67.4833"^^xsd:decimal ;
  geo-pos:long "-11.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5260'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5333'^^xsd:double;
  dwc:latitude '67.4833'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  geo-pos:lat "67.4833"^^xsd:decimal ;
  geo-pos:long "-11.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5284'^^xsd:integer;
  dwc:scientificName 'Typhlotanais mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5333'^^xsd:double;
  dwc:latitude '67.4833'^^xsd:double;
  dwc:aphiaid '136569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  geo-pos:lat "67.4833"^^xsd:decimal ;
  geo-pos:long "-11.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5230'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5333'^^xsd:double;
  dwc:latitude '67.4833'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  geo-pos:lat "67.4833"^^xsd:decimal ;
  geo-pos:long "-11.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5933'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5333'^^xsd:double;
  dwc:latitude '67.4833'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4833 -11.5333)"^^geo:wktLiteral ;
  geo-pos:lat "67.4833"^^xsd:decimal ;
  geo-pos:long "-11.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14557'^^xsd:integer;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5333'^^xsd:double;
  dwc:latitude '67.4833'^^xsd:double;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.48 -11.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.48"^^xsd:decimal ;
  dwc:decimalLongitude "-11.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.48 -11.53)"^^geo:wktLiteral ;
  geo-pos:lat "67.48"^^xsd:decimal ;
  geo-pos:long "-11.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3846'^^xsd:integer;
  dwc:scientificName 'Eurycope inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.53'^^xsd:double;
  dwc:latitude '67.48'^^xsd:double;
  dwc:aphiaid '156090'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156090'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.006 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.006"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.006 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "56.006"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4685'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '56.006'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.006 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.006"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.006 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "56.006"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5355'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '56.006'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.006 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.006"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.006 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "56.006"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5603'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '56.006'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5603'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "56.6"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5723'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '56.6'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -11.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -11.35)"^^geo:wktLiteral ;
  geo-pos:lat "60.4"^^xsd:decimal ;
  geo-pos:long "-11.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '812'^^xsd:integer;
  dwc:scientificName 'Cumella tarda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.35'^^xsd:double;
  dwc:latitude '60.4'^^xsd:double;
  dwc:aphiaid '110568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:812'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A88> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -11.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -11.35)"^^geo:wktLiteral ;
  geo-pos:lat "60.4"^^xsd:decimal ;
  geo-pos:long "-11.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '88'^^xsd:integer;
  dwc:scientificName 'Cumella tarda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.35'^^xsd:double;
  dwc:latitude '60.4'^^xsd:double;
  dwc:aphiaid '110568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:88'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -11.3167)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "-11.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5167'^^xsd:integer;
  dwc:scientificName 'Leptognathia arctophylax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.3167'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:aphiaid '136426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '723366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  geo-pos:lat "48.7833"^^xsd:decimal ;
  geo-pos:long "-11.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '493'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2333'^^xsd:double;
  dwc:latitude '48.7833'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  geo-pos:lat "48.7833"^^xsd:decimal ;
  geo-pos:long "-11.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1272'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2333'^^xsd:double;
  dwc:latitude '48.7833'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  geo-pos:lat "48.7833"^^xsd:decimal ;
  geo-pos:long "-11.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1441'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2333'^^xsd:double;
  dwc:latitude '48.7833'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  geo-pos:lat "48.7833"^^xsd:decimal ;
  geo-pos:long "-11.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1792'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2333'^^xsd:double;
  dwc:latitude '48.7833'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2333)"^^geo:wktLiteral ;
  geo-pos:lat "48.7833"^^xsd:decimal ;
  geo-pos:long "-11.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2073'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ommidion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2333'^^xsd:double;
  dwc:latitude '48.7833'^^xsd:double;
  dwc:aphiaid '182615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5033 -11.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5033"^^xsd:decimal ;
  dwc:decimalLongitude "-11.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5033 -11.225)"^^geo:wktLiteral ;
  geo-pos:lat "56.5033"^^xsd:decimal ;
  geo-pos:long "-11.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4661'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.225'^^xsd:double;
  dwc:latitude '56.5033'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5033 -11.225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5033"^^xsd:decimal ;
  dwc:decimalLongitude "-11.225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5033 -11.225)"^^geo:wktLiteral ;
  geo-pos:lat "56.5033"^^xsd:decimal ;
  geo-pos:long "-11.225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5600'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.225'^^xsd:double;
  dwc:latitude '56.5033'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5600'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7892 -11.2192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7892 -11.2192)"^^geo:wktLiteral ;
  geo-pos:lat "48.7892"^^xsd:decimal ;
  geo-pos:long "-11.2192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4671'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2192'^^xsd:double;
  dwc:latitude '48.7892'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7892 -11.2192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7892 -11.2192)"^^geo:wktLiteral ;
  geo-pos:lat "48.7892"^^xsd:decimal ;
  geo-pos:long "-11.2192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4790'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2192'^^xsd:double;
  dwc:latitude '48.7892'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.7833"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1428'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '48.7833'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A82> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7833 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '82'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '48.7833'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:82'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7883 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7883"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7883 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "48.7883"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11733'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '48.7883'^^xsd:double;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.46"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16480'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.46'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.4667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10880'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.4667'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4667 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4667 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.4667"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10668'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.4667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5333 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5333 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.5333"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11378'^^xsd:integer;
  dwc:scientificName 'Onceroxenus curtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.5333'^^xsd:double;
  dwc:aphiaid '136618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136618'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.55"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10879'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.55"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10488'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.55"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10765'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.55"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10659'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1167 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1167 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "64.1167"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5932'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '64.1167'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1167 -11.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1167 -11.2)"^^geo:wktLiteral ;
  geo-pos:lat "64.1167"^^xsd:decimal ;
  geo-pos:long "-11.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '833'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.2'^^xsd:double;
  dwc:latitude '64.1167'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:833'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4642 -11.1975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4642"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4642 -11.1975)"^^geo:wktLiteral ;
  geo-pos:lat "56.4642"^^xsd:decimal ;
  geo-pos:long "-11.1975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4659'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1975'^^xsd:double;
  dwc:latitude '56.4642'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4642 -11.1975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4642"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4642 -11.1975)"^^geo:wktLiteral ;
  geo-pos:lat "56.4642"^^xsd:decimal ;
  geo-pos:long "-11.1975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5349'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1975'^^xsd:double;
  dwc:latitude '56.4642'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4642 -11.1975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4642"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4642 -11.1975)"^^geo:wktLiteral ;
  geo-pos:lat "56.4642"^^xsd:decimal ;
  geo-pos:long "-11.1975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5598'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1975'^^xsd:double;
  dwc:latitude '56.4642'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5598'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5475 -11.1975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5475"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5475 -11.1975)"^^geo:wktLiteral ;
  geo-pos:lat "56.5475"^^xsd:decimal ;
  geo-pos:long "-11.1975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4655'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1975'^^xsd:double;
  dwc:latitude '56.5475'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  geo-pos:lat "56.4683"^^xsd:decimal ;
  geo-pos:long "-11.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16479'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.195'^^xsd:double;
  dwc:latitude '56.4683'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  geo-pos:lat "56.4683"^^xsd:decimal ;
  geo-pos:long "-11.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16481'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.195'^^xsd:double;
  dwc:latitude '56.4683'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  geo-pos:lat "56.4683"^^xsd:decimal ;
  geo-pos:long "-11.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16483'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.195'^^xsd:double;
  dwc:latitude '56.4683'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  geo-pos:lat "56.4683"^^xsd:decimal ;
  geo-pos:long "-11.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16482'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.195'^^xsd:double;
  dwc:latitude '56.4683'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  geo-pos:lat "56.4683"^^xsd:decimal ;
  geo-pos:long "-11.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16487'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.195'^^xsd:double;
  dwc:latitude '56.4683'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16487'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-11.195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4683 -11.195)"^^geo:wktLiteral ;
  geo-pos:lat "56.4683"^^xsd:decimal ;
  geo-pos:long "-11.195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16489'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.195'^^xsd:double;
  dwc:latitude '56.4683'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5533 -11.1883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5533 -11.1883)"^^geo:wktLiteral ;
  geo-pos:lat "56.5533"^^xsd:decimal ;
  geo-pos:long "-11.1883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16472'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1883'^^xsd:double;
  dwc:latitude '56.5533'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5533 -11.1883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5533 -11.1883)"^^geo:wktLiteral ;
  geo-pos:lat "56.5533"^^xsd:decimal ;
  geo-pos:long "-11.1883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16471'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1883'^^xsd:double;
  dwc:latitude '56.5533'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5533 -11.1883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5533 -11.1883)"^^geo:wktLiteral ;
  geo-pos:lat "56.5533"^^xsd:decimal ;
  geo-pos:long "-11.1883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16477'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1883'^^xsd:double;
  dwc:latitude '56.5533'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5506 -11.1842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5506"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5506 -11.1842)"^^geo:wktLiteral ;
  geo-pos:lat "56.5506"^^xsd:decimal ;
  geo-pos:long "-11.1842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4231'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1842'^^xsd:double;
  dwc:latitude '56.5506'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -11.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -11.1833)"^^geo:wktLiteral ;
  geo-pos:lat "56.4333"^^xsd:decimal ;
  geo-pos:long "-11.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10496'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1833'^^xsd:double;
  dwc:latitude '56.4333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -11.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -11.1833)"^^geo:wktLiteral ;
  geo-pos:lat "56.4333"^^xsd:decimal ;
  geo-pos:long "-11.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10881'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1833'^^xsd:double;
  dwc:latitude '56.4333'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -11.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -11.1833)"^^geo:wktLiteral ;
  geo-pos:lat "56.4333"^^xsd:decimal ;
  geo-pos:long "-11.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10851'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1833'^^xsd:double;
  dwc:latitude '56.4333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -11.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4333 -11.1833)"^^geo:wktLiteral ;
  geo-pos:lat "56.4333"^^xsd:decimal ;
  geo-pos:long "-11.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10669'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1833'^^xsd:double;
  dwc:latitude '56.4333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.4333 -11.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.4333 -11.1833)"^^geo:wktLiteral ;
  geo-pos:lat "58.4333"^^xsd:decimal ;
  geo-pos:long "-11.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10590'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1833'^^xsd:double;
  dwc:latitude '58.4333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4375 -11.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4375"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4375 -11.1767)"^^geo:wktLiteral ;
  geo-pos:lat "56.4375"^^xsd:decimal ;
  geo-pos:long "-11.1767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4660'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1767'^^xsd:double;
  dwc:latitude '56.4375'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4375 -11.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4375"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4375 -11.1767)"^^geo:wktLiteral ;
  geo-pos:lat "56.4375"^^xsd:decimal ;
  geo-pos:long "-11.1767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5350'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1767'^^xsd:double;
  dwc:latitude '56.4375'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4375 -11.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4375"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4375 -11.1767)"^^geo:wktLiteral ;
  geo-pos:lat "56.4375"^^xsd:decimal ;
  geo-pos:long "-11.1767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5599'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1767'^^xsd:double;
  dwc:latitude '56.4375'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5599'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-11.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  geo-pos:lat "56.4433"^^xsd:decimal ;
  geo-pos:long "-11.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16478'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.175'^^xsd:double;
  dwc:latitude '56.4433'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-11.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  geo-pos:lat "56.4433"^^xsd:decimal ;
  geo-pos:long "-11.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16485'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.175'^^xsd:double;
  dwc:latitude '56.4433'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-11.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  geo-pos:lat "56.4433"^^xsd:decimal ;
  geo-pos:long "-11.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16486'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.175'^^xsd:double;
  dwc:latitude '56.4433'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16486'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-11.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  geo-pos:lat "56.4433"^^xsd:decimal ;
  geo-pos:long "-11.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16488'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.175'^^xsd:double;
  dwc:latitude '56.4433'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4433"^^xsd:decimal ;
  dwc:decimalLongitude "-11.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4433 -11.175)"^^geo:wktLiteral ;
  geo-pos:lat "56.4433"^^xsd:decimal ;
  geo-pos:long "-11.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16484'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.175'^^xsd:double;
  dwc:latitude '56.4433'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8333 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8333 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "48.8333"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2277'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '48.8333'^^xsd:double;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.0353 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.0353"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.0353 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "56.0353"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4223'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '56.0353'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10878'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1333'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6275 -11.1168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6275"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6275 -11.1168)"^^geo:wktLiteral ;
  geo-pos:lat "56.6275"^^xsd:decimal ;
  geo-pos:long "-11.1168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4654'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1168'^^xsd:double;
  dwc:latitude '56.6275'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3833 -11.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3833 -11.1167)"^^geo:wktLiteral ;
  geo-pos:lat "57.3833"^^xsd:decimal ;
  geo-pos:long "-11.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16474'^^xsd:integer;
  dwc:scientificName 'Yoldiella frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1167'^^xsd:double;
  dwc:latitude '57.3833'^^xsd:double;
  dwc:aphiaid '141997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.9477 -11.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.9477"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.9477 -11.1167)"^^geo:wktLiteral ;
  geo-pos:lat "74.9477"^^xsd:decimal ;
  geo-pos:long "-11.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5936'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1167'^^xsd:double;
  dwc:latitude '74.9477'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -11.1067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -11.1067)"^^geo:wktLiteral ;
  geo-pos:lat "56.6333"^^xsd:decimal ;
  geo-pos:long "-11.1067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16476'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1067'^^xsd:double;
  dwc:latitude '56.6333'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -11.1067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -11.1067)"^^geo:wktLiteral ;
  geo-pos:lat "56.6333"^^xsd:decimal ;
  geo-pos:long "-11.1067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16469'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1067'^^xsd:double;
  dwc:latitude '56.6333'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -11.1067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -11.1067)"^^geo:wktLiteral ;
  geo-pos:lat "56.6333"^^xsd:decimal ;
  geo-pos:long "-11.1067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16470'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1067'^^xsd:double;
  dwc:latitude '56.6333'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -11.1011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -11.1011)"^^geo:wktLiteral ;
  geo-pos:lat "56.6333"^^xsd:decimal ;
  geo-pos:long "-11.1011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4230'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.1011'^^xsd:double;
  dwc:latitude '56.6333'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15898'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1445'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1641'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1123'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1276'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1512'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1512'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1298'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1723'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1957'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11377'^^xsd:integer;
  dwc:scientificName 'Onceroxenus curtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136618'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11385'^^xsd:integer;
  dwc:scientificName 'Microdajus pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5991'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5965'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5965'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2674'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5874'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5773'^^xsd:integer;
  dwc:scientificName 'Tanaella unguicillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:aphiaid '136372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9133 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9133"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9133 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "57.9133"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16473'^^xsd:integer;
  dwc:scientificName 'Yoldiella frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '57.9133'^^xsd:double;
  dwc:aphiaid '141997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9133 -11.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9133"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9133 -11.0667)"^^geo:wktLiteral ;
  geo-pos:lat "57.9133"^^xsd:decimal ;
  geo-pos:long "-11.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16475'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0667'^^xsd:double;
  dwc:latitude '57.9133'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5833 -11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5833 -11.05)"^^geo:wktLiteral ;
  geo-pos:lat "56.5833"^^xsd:decimal ;
  geo-pos:long "-11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4694'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.05'^^xsd:double;
  dwc:latitude '56.5833'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5833 -11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5833 -11.05)"^^geo:wktLiteral ;
  geo-pos:lat "56.5833"^^xsd:decimal ;
  geo-pos:long "-11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5494'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.05'^^xsd:double;
  dwc:latitude '56.5833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5833 -11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5833 -11.05)"^^geo:wktLiteral ;
  geo-pos:lat "56.5833"^^xsd:decimal ;
  geo-pos:long "-11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5985'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.05'^^xsd:double;
  dwc:latitude '56.5833'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5985'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5833 -11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5833 -11.05)"^^geo:wktLiteral ;
  geo-pos:lat "56.5833"^^xsd:decimal ;
  geo-pos:long "-11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5962'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.05'^^xsd:double;
  dwc:latitude '56.5833'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9333 -11.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-11.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9333 -11.0333)"^^geo:wktLiteral ;
  geo-pos:lat "48.9333"^^xsd:decimal ;
  geo-pos:long "-11.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16041'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11.0333'^^xsd:double;
  dwc:latitude '48.9333'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49 -11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49"^^xsd:decimal ;
  dwc:decimalLongitude "-11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49 -11)"^^geo:wktLiteral ;
  geo-pos:lat "49"^^xsd:decimal ;
  geo-pos:long "-11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7913'^^xsd:integer;
  dwc:scientificName 'Dichelina phormosomae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-11'^^xsd:integer;
  dwc:latitude '49'^^xsd:integer;
  dwc:aphiaid '351042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1167 -10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1167 -10.95)"^^geo:wktLiteral ;
  geo-pos:lat "49.1167"^^xsd:decimal ;
  geo-pos:long "-10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5765'^^xsd:integer;
  dwc:scientificName 'Tanaella unguicillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.95'^^xsd:double;
  dwc:latitude '49.1167'^^xsd:double;
  dwc:aphiaid '136372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8833 -10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8833 -10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "54.8833"^^xsd:decimal ;
  geo-pos:long "-10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4551'^^xsd:integer;
  dwc:scientificName 'Neotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9333'^^xsd:double;
  dwc:latitude '54.8833'^^xsd:double;
  dwc:aphiaid '136337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136337'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8833 -10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8833 -10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "54.8833"^^xsd:decimal ;
  geo-pos:long "-10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4590'^^xsd:integer;
  dwc:scientificName 'Neotanais serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9333'^^xsd:double;
  dwc:latitude '54.8833'^^xsd:double;
  dwc:aphiaid '136339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8833 -10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8833 -10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "54.8833"^^xsd:decimal ;
  geo-pos:long "-10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '263'^^xsd:integer;
  dwc:scientificName 'Procampylaspis abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9333'^^xsd:double;
  dwc:latitude '54.8833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:263'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.94 -10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.94"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.94 -10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.94"^^xsd:decimal ;
  geo-pos:long "-10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16458'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9167'^^xsd:double;
  dwc:latitude '57.94'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.94 -10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.94"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.94 -10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.94"^^xsd:decimal ;
  geo-pos:long "-10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16454'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9167'^^xsd:double;
  dwc:latitude '57.94'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16454'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9508 -10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9508"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9508 -10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9508"^^xsd:decimal ;
  geo-pos:long "-10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4653'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9167'^^xsd:double;
  dwc:latitude '57.9508'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9508 -10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9508"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9508 -10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9508"^^xsd:decimal ;
  geo-pos:long "-10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5596'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9167'^^xsd:double;
  dwc:latitude '57.9508'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5596'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9617 -10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9617"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9617 -10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9617"^^xsd:decimal ;
  geo-pos:long "-10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16468'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9167'^^xsd:double;
  dwc:latitude '57.9617'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9617 -10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9617"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9617 -10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9617"^^xsd:decimal ;
  geo-pos:long "-10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16461'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9167'^^xsd:double;
  dwc:latitude '57.9617'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -10.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-10.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -10.9)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-10.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10535'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.9'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5667 -10.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5667 -10.86)"^^geo:wktLiteral ;
  geo-pos:lat "48.5667"^^xsd:decimal ;
  geo-pos:long "-10.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16440'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.86'^^xsd:double;
  dwc:latitude '48.5667'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5575 -10.8383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5575"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5575 -10.8383)"^^geo:wktLiteral ;
  geo-pos:lat "48.5575"^^xsd:decimal ;
  geo-pos:long "-10.8383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4673'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8383'^^xsd:double;
  dwc:latitude '48.5575'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.55 -10.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.55"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.55 -10.8333)"^^geo:wktLiteral ;
  geo-pos:lat "48.55"^^xsd:decimal ;
  geo-pos:long "-10.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5871'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8333'^^xsd:double;
  dwc:latitude '48.55'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5871'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.975 -10.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.975"^^xsd:decimal ;
  dwc:decimalLongitude "-10.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.975 -10.82)"^^geo:wktLiteral ;
  geo-pos:lat "57.975"^^xsd:decimal ;
  geo-pos:long "-10.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16462'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.82'^^xsd:double;
  dwc:latitude '57.975'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^xsd:decimal ;
  dwc:decimalLongitude "-10.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.82)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "-10.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3749'^^xsd:integer;
  dwc:scientificName 'Eurycope centobi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.82'^^xsd:double;
  dwc:latitude '57.98'^^xsd:double;
  dwc:aphiaid '183151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.8167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "-10.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16456'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8167'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.8167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9833"^^xsd:decimal ;
  geo-pos:long "-10.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10554'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8167'^^xsd:double;
  dwc:latitude '57.9833'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.8167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9833"^^xsd:decimal ;
  geo-pos:long "-10.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10667'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8167'^^xsd:double;
  dwc:latitude '57.9833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9775 -10.8142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9775"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9775 -10.8142)"^^geo:wktLiteral ;
  geo-pos:lat "57.9775"^^xsd:decimal ;
  geo-pos:long "-10.8142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4658'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8142'^^xsd:double;
  dwc:latitude '57.9775'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9775 -10.8142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9775"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9775 -10.8142)"^^geo:wktLiteral ;
  geo-pos:lat "57.9775"^^xsd:decimal ;
  geo-pos:long "-10.8142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5348'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8142'^^xsd:double;
  dwc:latitude '57.9775'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9775 -10.8142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9775"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9775 -10.8142)"^^geo:wktLiteral ;
  geo-pos:lat "57.9775"^^xsd:decimal ;
  geo-pos:long "-10.8142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5597'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8142'^^xsd:double;
  dwc:latitude '57.9775'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5597'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "-10.8083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16464'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8083'^^xsd:double;
  dwc:latitude '57.98'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "-10.8083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16465'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8083'^^xsd:double;
  dwc:latitude '57.98'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "-10.8083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16466'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8083'^^xsd:double;
  dwc:latitude '57.98'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "-10.8083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16452'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8083'^^xsd:double;
  dwc:latitude '57.98'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16452'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "-10.8083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4222'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8083'^^xsd:double;
  dwc:latitude '57.98'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -10.8083)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "-10.8083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4148'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes curticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.8083'^^xsd:double;
  dwc:latitude '57.98'^^xsd:double;
  dwc:aphiaid '136294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10074'^^xsd:integer;
  dwc:scientificName 'Trichostemma sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '134228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1874602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10082'^^xsd:integer;
  dwc:scientificName 'Tylodesma rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '570544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '178880'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9918'^^xsd:integer;
  dwc:scientificName 'Pachastrella monilifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '134078'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9934'^^xsd:integer;
  dwc:scientificName 'Plocamiancora denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '169498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '169498'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9974'^^xsd:integer;
  dwc:scientificName 'Sphinctrella horrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '134099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '597280'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9976'^^xsd:integer;
  dwc:scientificName 'Spongosorites placenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '132723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '132723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11203'^^xsd:integer;
  dwc:scientificName 'Phascolion mogadorense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '425273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9877'^^xsd:integer;
  dwc:scientificName 'Lissodendoryx sophia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '168992'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168992'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9286'^^xsd:integer;
  dwc:scientificName 'Acantheurypon mixtum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '298336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181125'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9852'^^xsd:integer;
  dwc:scientificName 'Hymesigma japycina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '192021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '169402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9837'^^xsd:integer;
  dwc:scientificName 'Hymedesmia occulta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '133614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9292'^^xsd:integer;
  dwc:scientificName 'Anchinoe fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '150218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9829'^^xsd:integer;
  dwc:scientificName 'Hymedesmia gracilisigma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '191853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9791'^^xsd:integer;
  dwc:scientificName 'Hyalonema lusitanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '134375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9643'^^xsd:integer;
  dwc:scientificName 'Eurete alicei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '134386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171712'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9664'^^xsd:integer;
  dwc:scientificName 'Geodia nodastrella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '134038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9581'^^xsd:integer;
  dwc:scientificName 'Cliona levispira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '134130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.725"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.725 -10.7792)"^^geo:wktLiteral ;
  geo-pos:lat "31.725"^^xsd:decimal ;
  geo-pos:long "-10.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9610'^^xsd:integer;
  dwc:scientificName 'Ectyodoryx foliatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7792'^^xsd:double;
  dwc:latitude '31.725'^^xsd:double;
  dwc:aphiaid '133341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10891'^^xsd:integer;
  dwc:scientificName 'Phascolion strombus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '266489'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10782'^^xsd:integer;
  dwc:scientificName 'Nephasoma wodjanizkii elisae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '425268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410737'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10741'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10584'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9617 -10.7433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9617"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9617 -10.7433)"^^geo:wktLiteral ;
  geo-pos:lat "57.9617"^^xsd:decimal ;
  geo-pos:long "-10.7433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16457'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7433'^^xsd:double;
  dwc:latitude '57.9617'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -10.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -10.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-10.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11204'^^xsd:integer;
  dwc:scientificName 'Phascolosoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7333'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '424408'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -10.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -10.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-10.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9790'^^xsd:integer;
  dwc:scientificName 'Hyalonema lusitanicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7333'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '134375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 -10.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.95"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 -10.7333)"^^geo:wktLiteral ;
  geo-pos:lat "57.95"^^xsd:decimal ;
  geo-pos:long "-10.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4873'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7333'^^xsd:double;
  dwc:latitude '57.95'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58 -10.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58 -10.7333)"^^geo:wktLiteral ;
  geo-pos:lat "58"^^xsd:decimal ;
  geo-pos:long "-10.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6005'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7333'^^xsd:double;
  dwc:latitude '58'^^xsd:integer;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 -10.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.95"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 -10.7167)"^^geo:wktLiteral ;
  geo-pos:lat "57.95"^^xsd:decimal ;
  geo-pos:long "-10.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16467'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7167'^^xsd:double;
  dwc:latitude '57.95'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 -10.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.95"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 -10.7167)"^^geo:wktLiteral ;
  geo-pos:lat "57.95"^^xsd:decimal ;
  geo-pos:long "-10.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16455'^^xsd:integer;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7167'^^xsd:double;
  dwc:latitude '57.95'^^xsd:double;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.7167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "-10.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16463'^^xsd:integer;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7167'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.7167)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "-10.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16451'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7167'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.7133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -10.7133)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "-10.7133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16450'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7133'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9733 -10.7133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9733 -10.7133)"^^geo:wktLiteral ;
  geo-pos:lat "57.9733"^^xsd:decimal ;
  geo-pos:long "-10.7133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16460'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7133'^^xsd:double;
  dwc:latitude '57.9733'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9733 -10.7133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9733"^^xsd:decimal ;
  dwc:decimalLongitude "-10.7133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9733 -10.7133)"^^geo:wktLiteral ;
  geo-pos:lat "57.9733"^^xsd:decimal ;
  geo-pos:long "-10.7133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16453'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.7133'^^xsd:double;
  dwc:latitude '57.9733'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16453'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9867 -10.6883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9867 -10.6883)"^^geo:wktLiteral ;
  geo-pos:lat "57.9867"^^xsd:decimal ;
  geo-pos:long "-10.6883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16459'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6883'^^xsd:double;
  dwc:latitude '57.9867'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9867 -10.6883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9867"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9867 -10.6883)"^^geo:wktLiteral ;
  geo-pos:lat "57.9867"^^xsd:decimal ;
  geo-pos:long "-10.6883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16444'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6883'^^xsd:double;
  dwc:latitude '57.9867'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.6833)"^^geo:wktLiteral ;
  geo-pos:lat "57.9833"^^xsd:decimal ;
  geo-pos:long "-10.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4878'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6833'^^xsd:double;
  dwc:latitude '57.9833'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.6833)"^^geo:wktLiteral ;
  geo-pos:lat "57.9833"^^xsd:decimal ;
  geo-pos:long "-10.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5593'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6833'^^xsd:double;
  dwc:latitude '57.9833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5593'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.6833)"^^geo:wktLiteral ;
  geo-pos:lat "57.9833"^^xsd:decimal ;
  geo-pos:long "-10.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10666'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6833'^^xsd:double;
  dwc:latitude '57.9833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9833 -10.6667)"^^geo:wktLiteral ;
  geo-pos:lat "57.9833"^^xsd:decimal ;
  geo-pos:long "-10.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16448'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6667'^^xsd:double;
  dwc:latitude '57.9833'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.995 -10.6633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.995"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.995 -10.6633)"^^geo:wktLiteral ;
  geo-pos:lat "57.995"^^xsd:decimal ;
  geo-pos:long "-10.6633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16449'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6633'^^xsd:double;
  dwc:latitude '57.995'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.995 -10.6633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.995"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.995 -10.6633)"^^geo:wktLiteral ;
  geo-pos:lat "57.995"^^xsd:decimal ;
  geo-pos:long "-10.6633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16445'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6633'^^xsd:double;
  dwc:latitude '57.995'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.995 -10.6633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.995"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.995 -10.6633)"^^geo:wktLiteral ;
  geo-pos:lat "57.995"^^xsd:decimal ;
  geo-pos:long "-10.6633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16446'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6633'^^xsd:double;
  dwc:latitude '57.995'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.995 -10.6633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.995"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.995 -10.6633)"^^geo:wktLiteral ;
  geo-pos:lat "57.995"^^xsd:decimal ;
  geo-pos:long "-10.6633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16447'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6633'^^xsd:double;
  dwc:latitude '57.995'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16447'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65 -10.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65 -10.6167)"^^geo:wktLiteral ;
  geo-pos:lat "48.65"^^xsd:decimal ;
  geo-pos:long "-10.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '494'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6167'^^xsd:double;
  dwc:latitude '48.65'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65 -10.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65 -10.6167)"^^geo:wktLiteral ;
  geo-pos:lat "48.65"^^xsd:decimal ;
  geo-pos:long "-10.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1718'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bituberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6167'^^xsd:double;
  dwc:latitude '48.65'^^xsd:double;
  dwc:aphiaid '110583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -10.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.655"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -10.6083)"^^geo:wktLiteral ;
  geo-pos:lat "48.655"^^xsd:decimal ;
  geo-pos:long "-10.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4672'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6083'^^xsd:double;
  dwc:latitude '48.655'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -10.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.655"^^xsd:decimal ;
  dwc:decimalLongitude "-10.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -10.6083)"^^geo:wktLiteral ;
  geo-pos:lat "48.655"^^xsd:decimal ;
  geo-pos:long "-10.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4791'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.6083'^^xsd:double;
  dwc:latitude '48.655'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -10.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -10.5833)"^^geo:wktLiteral ;
  geo-pos:lat "60"^^xsd:decimal ;
  geo-pos:long "-10.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4686'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5833'^^xsd:double;
  dwc:latitude '60'^^xsd:integer;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -10.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -10.5833)"^^geo:wktLiteral ;
  geo-pos:lat "60"^^xsd:decimal ;
  geo-pos:long "-10.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4771'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5833'^^xsd:double;
  dwc:latitude '60'^^xsd:integer;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -10.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60"^^xsd:decimal ;
  dwc:decimalLongitude "-10.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -10.58)"^^geo:wktLiteral ;
  geo-pos:lat "60"^^xsd:decimal ;
  geo-pos:long "-10.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3552'^^xsd:integer;
  dwc:scientificName 'Dendrotion setosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.58'^^xsd:double;
  dwc:latitude '60'^^xsd:integer;
  dwc:aphiaid '118522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6883 -10.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6883"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6883 -10.5633)"^^geo:wktLiteral ;
  geo-pos:lat "48.6883"^^xsd:decimal ;
  geo-pos:long "-10.5633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16044'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5633'^^xsd:double;
  dwc:latitude '48.6883'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.59 -10.5533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.59"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.59 -10.5533)"^^geo:wktLiteral ;
  geo-pos:lat "48.59"^^xsd:decimal ;
  geo-pos:long "-10.5533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4769'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5533'^^xsd:double;
  dwc:latitude '48.59'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7167 -10.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7167 -10.55)"^^geo:wktLiteral ;
  geo-pos:lat "37.7167"^^xsd:decimal ;
  geo-pos:long "-10.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8175'^^xsd:integer;
  dwc:scientificName 'Quadricoma brevichaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.55'^^xsd:double;
  dwc:latitude '37.7167'^^xsd:double;
  dwc:aphiaid '183382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7167 -10.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7167 -10.55)"^^geo:wktLiteral ;
  geo-pos:lat "37.7167"^^xsd:decimal ;
  geo-pos:long "-10.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8177'^^xsd:integer;
  dwc:scientificName 'Desmoscolex eftus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.55'^^xsd:double;
  dwc:latitude '37.7167'^^xsd:double;
  dwc:aphiaid '230318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8177'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5833 -10.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5833 -10.55)"^^geo:wktLiteral ;
  geo-pos:lat "48.5833"^^xsd:decimal ;
  geo-pos:long "-10.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1507'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.55'^^xsd:double;
  dwc:latitude '48.5833'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3333 -10.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3333 -10.5333)"^^geo:wktLiteral ;
  geo-pos:lat "57.3333"^^xsd:decimal ;
  geo-pos:long "-10.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11005'^^xsd:integer;
  dwc:scientificName 'Nephasoma elisae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5333'^^xsd:double;
  dwc:latitude '57.3333'^^xsd:double;
  dwc:aphiaid '424479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6474'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis ibericus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '360675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116386'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6475'^^xsd:integer;
  dwc:scientificName 'Leptotachidia iberica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '115839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115839'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6482'^^xsd:integer;
  dwc:scientificName 'Stenocaris abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '355880'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115816'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6479'^^xsd:integer;
  dwc:scientificName 'Argestigens abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '115640'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115640'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6493'^^xsd:integer;
  dwc:scientificName 'Eurycletodes profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '116728'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6490'^^xsd:integer;
  dwc:scientificName 'Leptopsyllus abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '116798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6496'^^xsd:integer;
  dwc:scientificName 'Neoargestes incertus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '115674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6485'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia iberica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '116197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6499'^^xsd:integer;
  dwc:scientificName 'Paranannopus reductus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '115854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6499'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6511'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '115865'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6513'^^xsd:integer;
  dwc:scientificName 'Zosime reductus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '356522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6513'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7333 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "37.7333"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6505'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius ibericus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '37.7333'^^xsd:double;
  dwc:aphiaid '116609'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11205'^^xsd:integer;
  dwc:scientificName 'Phascolosoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5167'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '424408'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10204'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10215'^^xsd:integer;
  dwc:scientificName 'Golfingia abyssora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '424349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10210'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10222'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10227'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10232'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10238'^^xsd:integer;
  dwc:scientificName 'Golfingia species cf. glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10243'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8013'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vivierae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '115761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8065'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16366'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16367'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16372'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16370'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16378'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16379'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16373'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16374'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4917 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.4917"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16376'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.4917'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.4917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.4917)"^^geo:wktLiteral ;
  geo-pos:lat "46.5133"^^xsd:decimal ;
  geo-pos:long "-10.4917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16352'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4917'^^xsd:double;
  dwc:latitude '46.5133'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.4867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8018'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vivierae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4867'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '115761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.4867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16084'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4867'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.4867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16086'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4867'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.4867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16091'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4867'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.4867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16087'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4867'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.4867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16089'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4867'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.4867)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.4867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16090'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4867'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.485)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16077'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.485'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16077'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.485)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16085'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.485'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5183"^^xsd:decimal ;
  dwc:decimalLongitude "-10.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5183 -10.485)"^^geo:wktLiteral ;
  geo-pos:lat "46.5183"^^xsd:decimal ;
  geo-pos:long "-10.485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16088'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.485'^^xsd:double;
  dwc:latitude '46.5183'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.8667 -10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.8667 -10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-70.8667"^^xsd:decimal ;
  geo-pos:long "-10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9175'^^xsd:integer;
  dwc:scientificName 'Manganonema antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4833'^^xsd:double;
  dwc:latitude '-70.8667'^^xsd:double;
  dwc:aphiaid '390434'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '390434'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1667 -10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1667 -10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "56.1667"^^xsd:decimal ;
  geo-pos:long "-10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4701'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4833'^^xsd:double;
  dwc:latitude '56.1667'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "57.35"^^xsd:decimal ;
  geo-pos:long "-10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4689'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4833'^^xsd:double;
  dwc:latitude '57.35'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "57.35"^^xsd:decimal ;
  geo-pos:long "-10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11363'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4833'^^xsd:double;
  dwc:latitude '57.35'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "57.35"^^xsd:decimal ;
  geo-pos:long "-10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11386'^^xsd:integer;
  dwc:scientificName 'Microdajus pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4833'^^xsd:double;
  dwc:latitude '57.35'^^xsd:double;
  dwc:aphiaid '136616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "57.35"^^xsd:decimal ;
  geo-pos:long "-10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5604'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4833'^^xsd:double;
  dwc:latitude '57.35'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5604'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.48)"^^geo:wktLiteral ;
  geo-pos:lat "57.35"^^xsd:decimal ;
  geo-pos:long "-10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3550'^^xsd:integer;
  dwc:scientificName 'Dendrotion elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.48'^^xsd:double;
  dwc:latitude '57.35'^^xsd:double;
  dwc:aphiaid '118520'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118520'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5367 -10.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-10.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5367 -10.475)"^^geo:wktLiteral ;
  geo-pos:lat "46.5367"^^xsd:decimal ;
  geo-pos:long "-10.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16333'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.475'^^xsd:double;
  dwc:latitude '46.5367'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5367 -10.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-10.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5367 -10.475)"^^geo:wktLiteral ;
  geo-pos:lat "46.5367"^^xsd:decimal ;
  geo-pos:long "-10.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16343'^^xsd:integer;
  dwc:scientificName 'Cuspidaria undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.475'^^xsd:double;
  dwc:latitude '46.5367'^^xsd:double;
  dwc:aphiaid '156773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5367 -10.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-10.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5367 -10.475)"^^geo:wktLiteral ;
  geo-pos:lat "46.5367"^^xsd:decimal ;
  geo-pos:long "-10.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16308'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.475'^^xsd:double;
  dwc:latitude '46.5367'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5367 -10.4733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5367 -10.4733)"^^geo:wktLiteral ;
  geo-pos:lat "46.5367"^^xsd:decimal ;
  geo-pos:long "-10.4733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15850'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4733'^^xsd:double;
  dwc:latitude '46.5367'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15850'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8021'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vivierae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4533'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '115761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8027'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vitielloi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4533'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '115760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8056'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4533'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8057'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes ceciliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4533'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '115750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8073'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4533'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '115756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8036'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes lubricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4533'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '115755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4533)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8046'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes uxoris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4533'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '115758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115758'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16348'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4517'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16353'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4517'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16354'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4517'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16349'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4517'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16351'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4517'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16362'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4517'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16360'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4517'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16357'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4517'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5067 -10.4517)"^^geo:wktLiteral ;
  geo-pos:lat "46.5067"^^xsd:decimal ;
  geo-pos:long "-10.4517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16364'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4517'^^xsd:double;
  dwc:latitude '46.5067'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5011 -10.4503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5011"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5011 -10.4503)"^^geo:wktLiteral ;
  geo-pos:lat "46.5011"^^xsd:decimal ;
  geo-pos:long "-10.4503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4255'^^xsd:integer;
  dwc:scientificName 'Leviapseudes segonzaci segonzaci'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4503'^^xsd:double;
  dwc:latitude '46.5011'^^xsd:double;
  dwc:aphiaid '247779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247779'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '502'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1102'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1262'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1592'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1785'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1875'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1875'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '452'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1969'^^xsd:integer;
  dwc:scientificName 'Styloptocuma exstans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '182546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1969'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '431'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '404'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '195'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.25 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.25"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.25 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "57.25"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5486'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '57.25'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5083 -10.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5083 -10.4333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5083"^^xsd:decimal ;
  geo-pos:long "-10.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16350'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4333'^^xsd:double;
  dwc:latitude '46.5083'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.25 -10.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.25"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.25 -10.4333)"^^geo:wktLiteral ;
  geo-pos:lat "57.25"^^xsd:decimal ;
  geo-pos:long "-10.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10709'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4333'^^xsd:double;
  dwc:latitude '57.25'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-10.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '823'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4333'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-10.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '857'^^xsd:integer;
  dwc:scientificName 'Leptostylis longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4333'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '110503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:857'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-10.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5257'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4333'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-10.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5227'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4333'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -10.4333)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-10.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5380'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4333'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -10.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-10.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -10.43)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-10.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16347'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.43'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -10.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-10.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -10.43)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-10.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16331'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.43'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -10.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-10.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -10.43)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-10.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16342'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.43'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -10.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-10.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -10.43)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-10.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16338'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.43'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.38 -10.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.38"^^xsd:decimal ;
  dwc:decimalLongitude "-10.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.38 -10.43)"^^geo:wktLiteral ;
  geo-pos:lat "66.38"^^xsd:decimal ;
  geo-pos:long "-10.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3851'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.43'^^xsd:double;
  dwc:latitude '66.38'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5667 -10.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5667 -10.4167)"^^geo:wktLiteral ;
  geo-pos:lat "48.5667"^^xsd:decimal ;
  geo-pos:long "-10.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '492'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4167'^^xsd:double;
  dwc:latitude '48.5667'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5667 -10.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5667 -10.4167)"^^geo:wktLiteral ;
  geo-pos:lat "48.5667"^^xsd:decimal ;
  geo-pos:long "-10.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1439'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4167'^^xsd:double;
  dwc:latitude '48.5667'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3167 -10.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3167 -10.4167)"^^geo:wktLiteral ;
  geo-pos:lat "57.3167"^^xsd:decimal ;
  geo-pos:long "-10.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4693'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4167'^^xsd:double;
  dwc:latitude '57.3167'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3167 -10.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3167 -10.4167)"^^geo:wktLiteral ;
  geo-pos:lat "57.3167"^^xsd:decimal ;
  geo-pos:long "-10.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5492'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4167'^^xsd:double;
  dwc:latitude '57.3167'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-10.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  geo-pos:lat "46.4717"^^xsd:decimal ;
  geo-pos:long "-10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4844'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.41'^^xsd:double;
  dwc:latitude '46.4717'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-10.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  geo-pos:lat "46.4717"^^xsd:decimal ;
  geo-pos:long "-10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16365'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.41'^^xsd:double;
  dwc:latitude '46.4717'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-10.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  geo-pos:lat "46.4717"^^xsd:decimal ;
  geo-pos:long "-10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16368'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.41'^^xsd:double;
  dwc:latitude '46.4717'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-10.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  geo-pos:lat "46.4717"^^xsd:decimal ;
  geo-pos:long "-10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16369'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.41'^^xsd:double;
  dwc:latitude '46.4717'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-10.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  geo-pos:lat "46.4717"^^xsd:decimal ;
  geo-pos:long "-10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16371'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.41'^^xsd:double;
  dwc:latitude '46.4717'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-10.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  geo-pos:lat "46.4717"^^xsd:decimal ;
  geo-pos:long "-10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16377'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.41'^^xsd:double;
  dwc:latitude '46.4717'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-10.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4717 -10.41)"^^geo:wktLiteral ;
  geo-pos:lat "46.4717"^^xsd:decimal ;
  geo-pos:long "-10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16375'^^xsd:integer;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.41'^^xsd:double;
  dwc:latitude '46.4717'^^xsd:double;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '501'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '403'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1261'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2013'^^xsd:integer;
  dwc:scientificName 'Styloptocuma longisipho'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '182548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2015'^^xsd:integer;
  dwc:scientificName 'Styloptocuma longisipho'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '182548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '451'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '430'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1874'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1874'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.0833 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.0833 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "57.0833"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10537'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '57.0833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2333 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2333 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "57.2333"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4687'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '57.2333'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "57.3667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4690'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '57.3667'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "57.3667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5489'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '57.3667'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "57.3667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5357'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '57.3667'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.4)"^^geo:wktLiteral ;
  geo-pos:lat "57.3667"^^xsd:decimal ;
  geo-pos:long "-10.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11384'^^xsd:integer;
  dwc:scientificName 'Microdajus pectinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.4'^^xsd:double;
  dwc:latitude '57.3667'^^xsd:double;
  dwc:aphiaid '136616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.445"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  geo-pos:lat "46.445"^^xsd:decimal ;
  geo-pos:long "-10.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8062'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3983'^^xsd:double;
  dwc:latitude '46.445'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.445"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  geo-pos:lat "46.445"^^xsd:decimal ;
  geo-pos:long "-10.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16223'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3983'^^xsd:double;
  dwc:latitude '46.445'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.445"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  geo-pos:lat "46.445"^^xsd:decimal ;
  geo-pos:long "-10.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16224'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3983'^^xsd:double;
  dwc:latitude '46.445'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.445"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  geo-pos:lat "46.445"^^xsd:decimal ;
  geo-pos:long "-10.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16220'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3983'^^xsd:double;
  dwc:latitude '46.445'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.445"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  geo-pos:lat "46.445"^^xsd:decimal ;
  geo-pos:long "-10.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16221'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3983'^^xsd:double;
  dwc:latitude '46.445'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.445"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  geo-pos:lat "46.445"^^xsd:decimal ;
  geo-pos:long "-10.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16218'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3983'^^xsd:double;
  dwc:latitude '46.445'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.445"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  geo-pos:lat "46.445"^^xsd:decimal ;
  geo-pos:long "-10.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16219'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3983'^^xsd:double;
  dwc:latitude '46.445'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.445"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.445 -10.3983)"^^geo:wktLiteral ;
  geo-pos:lat "46.445"^^xsd:decimal ;
  geo-pos:long "-10.3983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16222'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3983'^^xsd:double;
  dwc:latitude '46.445'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8075'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '115756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8075'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8067'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16345'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16346'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16332'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16334'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16335'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16336'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16337'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16340'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16341'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 -10.3967)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "-10.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16339'^^xsd:integer;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3967'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5667 -10.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5667 -10.395)"^^geo:wktLiteral ;
  geo-pos:lat "48.5667"^^xsd:decimal ;
  geo-pos:long "-10.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16038'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.395'^^xsd:double;
  dwc:latitude '48.5667'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5833 -10.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5833 -10.395)"^^geo:wktLiteral ;
  geo-pos:lat "48.5833"^^xsd:decimal ;
  geo-pos:long "-10.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11948'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.395'^^xsd:double;
  dwc:latitude '48.5833'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4767 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4767"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4767 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "46.4767"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15973'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '46.4767'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4767 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4767"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4767 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "46.4767"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15974'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '46.4767'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4833 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4833 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "46.4833"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5610'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '46.4833'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2012'^^xsd:integer;
  dwc:scientificName 'Styloptocuma longisipho'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '182548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '303'^^xsd:integer;
  dwc:scientificName 'Styloptocuma longisipho'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '182548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5667 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5667 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5667"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10544'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '46.5667'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5667 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5667 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "46.5667"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10764'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '46.5667'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6433 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6433"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6433 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "46.6433"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15971'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '46.6433'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3167 -10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3167 -10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "57.3167"^^xsd:decimal ;
  geo-pos:long "-10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4700'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3833'^^xsd:double;
  dwc:latitude '57.3167'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -10.3792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -10.3792)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-10.3792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9483'^^xsd:integer;
  dwc:scientificName 'Chondrocladia guiteli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3792'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '345560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8 -10.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8 -10.3667)"^^geo:wktLiteral ;
  geo-pos:lat "56.8"^^xsd:decimal ;
  geo-pos:long "-10.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10536'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3667'^^xsd:double;
  dwc:latitude '56.8'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.35 -10.3667)"^^geo:wktLiteral ;
  geo-pos:lat "57.35"^^xsd:decimal ;
  geo-pos:long "-10.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11002'^^xsd:integer;
  dwc:scientificName 'Nephasoma elisae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3667'^^xsd:double;
  dwc:latitude '57.35'^^xsd:double;
  dwc:aphiaid '424479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3781'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5433'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15848'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15849'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15841'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15842'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15846'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15844'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15845'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15847'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15847'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.55"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.55"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1885'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.55'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1885'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.55"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.55"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '461'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.55'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.55"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.55"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '439'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '46.55'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.45 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.45"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.45 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "48.45"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4940'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '48.45'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2833 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2833 -10.35)"^^geo:wktLiteral ;
  geo-pos:lat "57.2833"^^xsd:decimal ;
  geo-pos:long "-10.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10694'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:latitude '57.2833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.3333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15972'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3333'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5467 -10.3333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5467"^^xsd:decimal ;
  geo-pos:long "-10.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15975'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3333'^^xsd:double;
  dwc:latitude '46.5467'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1167 -10.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1167 -10.3333)"^^geo:wktLiteral ;
  geo-pos:lat "57.1167"^^xsd:decimal ;
  geo-pos:long "-10.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4699'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3333'^^xsd:double;
  dwc:latitude '57.1167'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1167 -10.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1167 -10.3333)"^^geo:wktLiteral ;
  geo-pos:lat "57.1167"^^xsd:decimal ;
  geo-pos:long "-10.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5497'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3333'^^xsd:double;
  dwc:latitude '57.1167'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3833 -10.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3833 -10.3333)"^^geo:wktLiteral ;
  geo-pos:lat "57.3833"^^xsd:decimal ;
  geo-pos:long "-10.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4692'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3333'^^xsd:double;
  dwc:latitude '57.3833'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3833 -10.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3833 -10.3333)"^^geo:wktLiteral ;
  geo-pos:lat "57.3833"^^xsd:decimal ;
  geo-pos:long "-10.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11365'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3333'^^xsd:double;
  dwc:latitude '57.3833'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3833 -10.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3833 -10.3333)"^^geo:wktLiteral ;
  geo-pos:lat "57.3833"^^xsd:decimal ;
  geo-pos:long "-10.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5605'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3333'^^xsd:double;
  dwc:latitude '57.3833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5605'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-10.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  geo-pos:lat "46.5133"^^xsd:decimal ;
  geo-pos:long "-10.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16355'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.325'^^xsd:double;
  dwc:latitude '46.5133'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-10.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  geo-pos:lat "46.5133"^^xsd:decimal ;
  geo-pos:long "-10.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8068'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.325'^^xsd:double;
  dwc:latitude '46.5133'^^xsd:double;
  dwc:aphiaid '115756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8068'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-10.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  geo-pos:lat "46.5133"^^xsd:decimal ;
  geo-pos:long "-10.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16358'^^xsd:integer;
  dwc:scientificName 'Malletia polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.325'^^xsd:double;
  dwc:latitude '46.5133'^^xsd:double;
  dwc:aphiaid '183259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-10.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  geo-pos:lat "46.5133"^^xsd:decimal ;
  geo-pos:long "-10.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16359'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.325'^^xsd:double;
  dwc:latitude '46.5133'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-10.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  geo-pos:lat "46.5133"^^xsd:decimal ;
  geo-pos:long "-10.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16361'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.325'^^xsd:double;
  dwc:latitude '46.5133'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-10.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5133 -10.325)"^^geo:wktLiteral ;
  geo-pos:lat "46.5133"^^xsd:decimal ;
  geo-pos:long "-10.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16356'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.325'^^xsd:double;
  dwc:latitude '46.5133'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.045 -10.3183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.045"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.045 -10.3183)"^^geo:wktLiteral ;
  geo-pos:lat "46.045"^^xsd:decimal ;
  geo-pos:long "-10.3183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4721'^^xsd:integer;
  dwc:scientificName 'Metagathotanais insulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3183'^^xsd:double;
  dwc:latitude '46.045'^^xsd:double;
  dwc:aphiaid '136374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.045 -10.3183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.045"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.045 -10.3183)"^^geo:wktLiteral ;
  geo-pos:lat "46.045"^^xsd:decimal ;
  geo-pos:long "-10.3183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5525'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3183'^^xsd:double;
  dwc:latitude '46.045'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.045 -10.3183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.045"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.045 -10.3183)"^^geo:wktLiteral ;
  geo-pos:lat "46.045"^^xsd:decimal ;
  geo-pos:long "-10.3183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5566'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3183'^^xsd:double;
  dwc:latitude '46.045'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10437'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10806'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10675'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10597'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3667 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "57.3667"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10538'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '57.3667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "67.8833"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '829'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '67.8833'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "67.8833"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5261'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '67.8833'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "67.8833"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5231'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '67.8833'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "67.8833"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5285'^^xsd:integer;
  dwc:scientificName 'Typhlotanais mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '67.8833'^^xsd:double;
  dwc:aphiaid '136569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "67.8833"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5383'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '67.8833'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "67.8833"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8584'^^xsd:integer;
  dwc:scientificName 'Enoplus constrictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '67.8833'^^xsd:double;
  dwc:aphiaid '121785'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121785'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.8833 -10.3167)"^^geo:wktLiteral ;
  geo-pos:lat "67.8833"^^xsd:decimal ;
  geo-pos:long "-10.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5934'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3167'^^xsd:double;
  dwc:latitude '67.8833'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0014 -10.3008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0014"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0014 -10.3008)"^^geo:wktLiteral ;
  geo-pos:lat "46.0014"^^xsd:decimal ;
  geo-pos:long "-10.3008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4236'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3008'^^xsd:double;
  dwc:latitude '46.0014'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.0333"^^xsd:decimal ;
  geo-pos:long "-10.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6011'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.3'^^xsd:double;
  dwc:latitude '46.0333'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0342 -10.2933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0342"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0342 -10.2933)"^^geo:wktLiteral ;
  geo-pos:lat "46.0342"^^xsd:decimal ;
  geo-pos:long "-10.2933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4716'^^xsd:integer;
  dwc:scientificName 'Metagathotanais insulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2933'^^xsd:double;
  dwc:latitude '46.0342'^^xsd:double;
  dwc:aphiaid '136374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2917 -10.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2917 -10.2917)"^^geo:wktLiteral ;
  geo-pos:lat "37.2917"^^xsd:decimal ;
  geo-pos:long "-10.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4480'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2917'^^xsd:double;
  dwc:latitude '37.2917'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0167 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0167 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "46.0167"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10493'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '46.0167'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0167 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0167 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "46.0167"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10588'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '46.0167'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0167 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0167 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "46.0167"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10553'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '46.0167'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0167 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0167 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "46.0167"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10768'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '46.0167'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "46.0333"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10433'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '46.0333'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "46.0333"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10803'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '46.0333'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "46.0333"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6010'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '46.0333'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "46.0333"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10770'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '46.0333'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0333 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0333 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "48.0333"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10594'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '48.0333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10801'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2833'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2833 -10.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2833 -10.2667)"^^geo:wktLiteral ;
  geo-pos:lat "57.2833"^^xsd:decimal ;
  geo-pos:long "-10.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4691'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2667'^^xsd:double;
  dwc:latitude '57.2833'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2833 -10.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2833 -10.2667)"^^geo:wktLiteral ;
  geo-pos:lat "57.2833"^^xsd:decimal ;
  geo-pos:long "-10.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5490'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2667'^^xsd:double;
  dwc:latitude '57.2833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2833 -10.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2833 -10.2667)"^^geo:wktLiteral ;
  geo-pos:lat "57.2833"^^xsd:decimal ;
  geo-pos:long "-10.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11364'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2667'^^xsd:double;
  dwc:latitude '57.2833'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2519)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.2519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4170'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2519'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2519)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.2519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4173'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2519'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5617 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5617"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5617 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "48.5617"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16040'^^xsd:integer;
  dwc:scientificName 'Portlandia lenticula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '48.5617'^^xsd:double;
  dwc:aphiaid '156360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.8167"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '484'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '56.8167'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.8167"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10473'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '56.8167'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.8167"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5353'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '56.8167'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.8167"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11355'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '56.8167'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.8167"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5992'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '56.8167'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.8167"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '369'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '56.8167'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.8167"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5966'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '56.8167'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8167 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.8167"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10695'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '56.8167'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.82 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.82"^^xsd:decimal ;
  dwc:decimalLongitude "-10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.82 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.82"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3553'^^xsd:integer;
  dwc:scientificName 'Dendrotion setosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:latitude '56.82'^^xsd:double;
  dwc:aphiaid '118522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2333)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10494'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2333'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2333)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10506'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2333'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2333)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10769'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2333'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.2333)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10681'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2333'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0353 -10.2186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0353"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0353 -10.2186)"^^geo:wktLiteral ;
  geo-pos:lat "46.0353"^^xsd:decimal ;
  geo-pos:long "-10.2186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4237'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2186'^^xsd:double;
  dwc:latitude '46.0353'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.065 -10.2133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.065"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.065 -10.2133)"^^geo:wktLiteral ;
  geo-pos:lat "46.065"^^xsd:decimal ;
  geo-pos:long "-10.2133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16561'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.2133'^^xsd:double;
  dwc:latitude '46.065'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.065 -10.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.065"^^xsd:decimal ;
  dwc:decimalLongitude "-10.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.065 -10.21)"^^geo:wktLiteral ;
  geo-pos:lat "46.065"^^xsd:decimal ;
  geo-pos:long "-10.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4722'^^xsd:integer;
  dwc:scientificName 'Metagathotanais insulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.21'^^xsd:double;
  dwc:latitude '46.065'^^xsd:double;
  dwc:aphiaid '136374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.065 -10.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.065"^^xsd:decimal ;
  dwc:decimalLongitude "-10.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.065 -10.21)"^^geo:wktLiteral ;
  geo-pos:lat "46.065"^^xsd:decimal ;
  geo-pos:long "-10.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5526'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.21'^^xsd:double;
  dwc:latitude '46.065'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.065 -10.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.065"^^xsd:decimal ;
  dwc:decimalLongitude "-10.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.065 -10.21)"^^geo:wktLiteral ;
  geo-pos:lat "46.065"^^xsd:decimal ;
  geo-pos:long "-10.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5567'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.21'^^xsd:double;
  dwc:latitude '46.065'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10807'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "46.05"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10771'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6650'^^xsd:integer;
  dwc:scientificName 'Thieliella reducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '365369'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '365368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6651'^^xsd:integer;
  dwc:scientificName 'Thieliella nordatlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '365368'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364229'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6635'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) monardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '351843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6695'^^xsd:integer;
  dwc:scientificName 'Mesocletodes duosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115656'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6667'^^xsd:integer;
  dwc:scientificName 'Haloschizopera bathyalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6668'^^xsd:integer;
  dwc:scientificName 'Pseudameira antennulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115595'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6658'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '116193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6659'^^xsd:integer;
  dwc:scientificName 'Heteropsyllus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '352350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '352350'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6660'^^xsd:integer;
  dwc:scientificName 'Mesocletodes parabodini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115666'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6661'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia pseudomagniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '116199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6662'^^xsd:integer;
  dwc:scientificName 'Paranannopus langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '354344'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6663'^^xsd:integer;
  dwc:scientificName 'Mesocletodes trisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115672'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6664'^^xsd:integer;
  dwc:scientificName 'Pseudameira trisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115606'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6665'^^xsd:integer;
  dwc:scientificName 'Thieliella endopodita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '365367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115766'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6652'^^xsd:integer;
  dwc:scientificName 'Ameira faroerensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '348670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6652'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6653'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra scheibeli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115873'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6654'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) noodti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '360645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6655'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '360644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6656'^^xsd:integer;
  dwc:scientificName 'Mesocletodes variabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115673'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6657'^^xsd:integer;
  dwc:scientificName 'Paranannopus plumosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6698'^^xsd:integer;
  dwc:scientificName 'Mesocletodes thieli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '115671'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5167 -10.1833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5167"^^xsd:decimal ;
  geo-pos:long "-10.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6666'^^xsd:integer;
  dwc:scientificName 'Thieliella nordatlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1833'^^xsd:double;
  dwc:latitude '63.5167'^^xsd:double;
  dwc:aphiaid '365368'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364229'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.0333 -10.1667)"^^geo:wktLiteral ;
  geo-pos:lat "46.0333"^^xsd:decimal ;
  geo-pos:long "-10.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5446'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1667'^^xsd:double;
  dwc:latitude '46.0333'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.47 -10.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.47"^^xsd:decimal ;
  dwc:decimalLongitude "-10.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.47 -10.11)"^^geo:wktLiteral ;
  geo-pos:lat "73.47"^^xsd:decimal ;
  geo-pos:long "-10.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8122'^^xsd:integer;
  dwc:scientificName 'Trophomera acuticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.11'^^xsd:double;
  dwc:latitude '73.47'^^xsd:double;
  dwc:aphiaid '458906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.47 -10.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.47"^^xsd:decimal ;
  dwc:decimalLongitude "-10.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.47 -10.11)"^^geo:wktLiteral ;
  geo-pos:lat "73.47"^^xsd:decimal ;
  geo-pos:long "-10.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8098'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.11'^^xsd:double;
  dwc:latitude '73.47'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2167 -10.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2167 -10.1)"^^geo:wktLiteral ;
  geo-pos:lat "56.2167"^^xsd:decimal ;
  geo-pos:long "-10.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4702'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.1'^^xsd:double;
  dwc:latitude '56.2167'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4 -10.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4 -10.0667)"^^geo:wktLiteral ;
  geo-pos:lat "30.4"^^xsd:decimal ;
  geo-pos:long "-10.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '765'^^xsd:integer;
  dwc:scientificName 'Eudorella truncatula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0667'^^xsd:double;
  dwc:latitude '30.4'^^xsd:double;
  dwc:aphiaid '110535'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -10.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -10.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-10.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4681'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -10.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -10.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-10.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5341'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -10.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -10.0667)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-10.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5602'^^xsd:integer;
  dwc:scientificName 'Pseudotanais scapellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0667'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5602'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -10.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -10.0333)"^^geo:wktLiteral ;
  geo-pos:lat "43.35"^^xsd:decimal ;
  geo-pos:long "-10.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11206'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0333'^^xsd:double;
  dwc:latitude '43.35'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  geo-pos:lat "56.8667"^^xsd:decimal ;
  geo-pos:long "-10.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4680'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0167'^^xsd:double;
  dwc:latitude '56.8667'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  geo-pos:lat "56.8667"^^xsd:decimal ;
  geo-pos:long "-10.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '486'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0167'^^xsd:double;
  dwc:latitude '56.8667'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  geo-pos:lat "56.8667"^^xsd:decimal ;
  geo-pos:long "-10.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15891'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0167'^^xsd:double;
  dwc:latitude '56.8667'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  geo-pos:lat "56.8667"^^xsd:decimal ;
  geo-pos:long "-10.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15893'^^xsd:integer;
  dwc:scientificName 'Spinula subexcisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0167'^^xsd:double;
  dwc:latitude '56.8667'^^xsd:double;
  dwc:aphiaid '888546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181261'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  geo-pos:lat "56.8667"^^xsd:decimal ;
  geo-pos:long "-10.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11353'^^xsd:integer;
  dwc:scientificName 'Doryphallophora harrisoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0167'^^xsd:double;
  dwc:latitude '56.8667'^^xsd:double;
  dwc:aphiaid '136613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-10.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8667 -10.0167)"^^geo:wktLiteral ;
  geo-pos:lat "56.8667"^^xsd:decimal ;
  geo-pos:long "-10.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5649'^^xsd:integer;
  dwc:scientificName 'Araphuroides brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-10.0167'^^xsd:double;
  dwc:latitude '56.8667'^^xsd:double;
  dwc:aphiaid '136347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -9.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6633"^^xsd:decimal ;
  dwc:decimalLongitude "-9.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -9.94)"^^geo:wktLiteral ;
  geo-pos:lat "48.6633"^^xsd:decimal ;
  geo-pos:long "-9.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11972'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.94'^^xsd:double;
  dwc:latitude '48.6633'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -9.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6633"^^xsd:decimal ;
  dwc:decimalLongitude "-9.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -9.94)"^^geo:wktLiteral ;
  geo-pos:lat "48.6633"^^xsd:decimal ;
  geo-pos:long "-9.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12534'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.94'^^xsd:double;
  dwc:latitude '48.6633'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12534'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.6667 -9.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.6667 -9.9167)"^^geo:wktLiteral ;
  geo-pos:lat "30.6667"^^xsd:decimal ;
  geo-pos:long "-9.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '764'^^xsd:integer;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.9167'^^xsd:double;
  dwc:latitude '30.6667'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6667 -9.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6667 -9.9167)"^^geo:wktLiteral ;
  geo-pos:lat "58.6667"^^xsd:decimal ;
  geo-pos:long "-9.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '178'^^xsd:integer;
  dwc:scientificName 'Leucon holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.9167'^^xsd:double;
  dwc:latitude '58.6667'^^xsd:double;
  dwc:aphiaid '389009'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389009'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6617"^^xsd:decimal ;
  geo-pos:long "-9.88667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16022'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88667'^^xsd:double;
  dwc:latitude '48.6617'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6617"^^xsd:decimal ;
  geo-pos:long "-9.88667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16039'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88667'^^xsd:double;
  dwc:latitude '48.6617'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6617"^^xsd:decimal ;
  geo-pos:long "-9.88667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16037'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88667'^^xsd:double;
  dwc:latitude '48.6617'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16037'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6617"^^xsd:decimal ;
  geo-pos:long "-9.88667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12375'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88667'^^xsd:double;
  dwc:latitude '48.6617'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6617"^^xsd:decimal ;
  geo-pos:long "-9.88667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11732'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88667'^^xsd:double;
  dwc:latitude '48.6617'^^xsd:double;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6617"^^xsd:decimal ;
  geo-pos:long "-9.88667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11693'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88667'^^xsd:double;
  dwc:latitude '48.6617'^^xsd:double;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -9.88667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6617"^^xsd:decimal ;
  geo-pos:long "-9.88667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11613'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88667'^^xsd:double;
  dwc:latitude '48.6617'^^xsd:double;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11613'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6217 -9.88333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6217"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6217 -9.88333)"^^geo:wktLiteral ;
  geo-pos:lat "48.6217"^^xsd:decimal ;
  geo-pos:long "-9.88333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11973'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88333'^^xsd:double;
  dwc:latitude '48.6217'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6217 -9.88333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6217"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6217 -9.88333)"^^geo:wktLiteral ;
  geo-pos:lat "48.6217"^^xsd:decimal ;
  geo-pos:long "-9.88333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11734'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88333'^^xsd:double;
  dwc:latitude '48.6217'^^xsd:double;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6217 -9.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6217"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6217 -9.8833)"^^geo:wktLiteral ;
  geo-pos:lat "48.6217"^^xsd:decimal ;
  geo-pos:long "-9.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4770'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8833'^^xsd:double;
  dwc:latitude '48.6217'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.4717 -9.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.4717 -9.88)"^^geo:wktLiteral ;
  geo-pos:lat "71.4717"^^xsd:decimal ;
  geo-pos:long "-9.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15990'^^xsd:integer;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.88'^^xsd:double;
  dwc:latitude '71.4717'^^xsd:double;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6167 -9.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6167 -9.87)"^^geo:wktLiteral ;
  geo-pos:lat "48.6167"^^xsd:decimal ;
  geo-pos:long "-9.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11970'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.87'^^xsd:double;
  dwc:latitude '48.6167'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6167 -9.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6167 -9.87)"^^geo:wktLiteral ;
  geo-pos:lat "48.6167"^^xsd:decimal ;
  geo-pos:long "-9.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11731'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.87'^^xsd:double;
  dwc:latitude '48.6167'^^xsd:double;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2833 -9.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2833 -9.8667)"^^geo:wktLiteral ;
  geo-pos:lat "54.2833"^^xsd:decimal ;
  geo-pos:long "-9.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2152'^^xsd:integer;
  dwc:scientificName 'Monopseudocuma gilsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8667'^^xsd:double;
  dwc:latitude '54.2833'^^xsd:double;
  dwc:aphiaid '422916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2833 -9.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2833 -9.8667)"^^geo:wktLiteral ;
  geo-pos:lat "54.2833"^^xsd:decimal ;
  geo-pos:long "-9.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '245'^^xsd:integer;
  dwc:scientificName 'Monopseudocuma gilsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8667'^^xsd:double;
  dwc:latitude '54.2833'^^xsd:double;
  dwc:aphiaid '422916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '422916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.89 -9.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.89"^^xsd:decimal ;
  dwc:decimalLongitude "-9.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.89 -9.86)"^^geo:wktLiteral ;
  geo-pos:lat "-5.89"^^xsd:decimal ;
  geo-pos:long "-9.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3242'^^xsd:integer;
  dwc:scientificName 'Hydroniscus quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.86'^^xsd:double;
  dwc:latitude '-5.89'^^xsd:double;
  dwc:aphiaid '255849'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.88 -9.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.88"^^xsd:decimal ;
  dwc:decimalLongitude "-9.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.88 -9.85)"^^geo:wktLiteral ;
  geo-pos:lat "-5.88"^^xsd:decimal ;
  geo-pos:long "-9.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3257'^^xsd:integer;
  dwc:scientificName 'Haploniscus quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.85'^^xsd:double;
  dwc:latitude '-5.88'^^xsd:double;
  dwc:aphiaid '183187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2333 -9.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2333 -9.85)"^^geo:wktLiteral ;
  geo-pos:lat "56.2333"^^xsd:decimal ;
  geo-pos:long "-9.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4703'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.85'^^xsd:double;
  dwc:latitude '56.2333'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.465 -9.8417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.465"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.465 -9.8417)"^^geo:wktLiteral ;
  geo-pos:lat "73.465"^^xsd:decimal ;
  geo-pos:long "-9.8417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8085'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8417'^^xsd:double;
  dwc:latitude '73.465'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10203'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.83333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10200'^^xsd:integer;
  dwc:scientificName 'Golfingia capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.83333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '424921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10209'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.83333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10221'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.83333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10226'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.83333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10231'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.83333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10237'^^xsd:integer;
  dwc:scientificName 'Golfingia species cf. glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.83333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10242'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.83333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.83333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10247'^^xsd:integer;
  dwc:scientificName 'Phascolion canum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.83333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '424613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  geo-pos:lat "48.4667"^^xsd:decimal ;
  geo-pos:long "-9.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '491'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8333'^^xsd:double;
  dwc:latitude '48.4667'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  geo-pos:lat "48.4667"^^xsd:decimal ;
  geo-pos:long "-9.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1152'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8333'^^xsd:double;
  dwc:latitude '48.4667'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  geo-pos:lat "48.4667"^^xsd:decimal ;
  geo-pos:long "-9.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1271'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8333'^^xsd:double;
  dwc:latitude '48.4667'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  geo-pos:lat "48.4667"^^xsd:decimal ;
  geo-pos:long "-9.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1436'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8333'^^xsd:double;
  dwc:latitude '48.4667'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  geo-pos:lat "48.4667"^^xsd:decimal ;
  geo-pos:long "-9.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1316'^^xsd:integer;
  dwc:scientificName 'Campylaspis rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8333'^^xsd:double;
  dwc:latitude '48.4667'^^xsd:double;
  dwc:aphiaid '110554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  geo-pos:lat "48.4667"^^xsd:decimal ;
  geo-pos:long "-9.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1357'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8333'^^xsd:double;
  dwc:latitude '48.4667'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  geo-pos:lat "48.4667"^^xsd:decimal ;
  geo-pos:long "-9.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1790'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8333'^^xsd:double;
  dwc:latitude '48.4667'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4667 -9.8333)"^^geo:wktLiteral ;
  geo-pos:lat "48.4667"^^xsd:decimal ;
  geo-pos:long "-9.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1716'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bituberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8333'^^xsd:double;
  dwc:latitude '48.4667'^^xsd:double;
  dwc:aphiaid '110583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -9.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -9.8167)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-9.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4936'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8167'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -9.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6167 -9.8167)"^^geo:wktLiteral ;
  geo-pos:lat "56.6167"^^xsd:decimal ;
  geo-pos:long "-9.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5986'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8167'^^xsd:double;
  dwc:latitude '56.6167'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6667 -9.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6667 -9.8167)"^^geo:wktLiteral ;
  geo-pos:lat "56.6667"^^xsd:decimal ;
  geo-pos:long "-9.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '488'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8167'^^xsd:double;
  dwc:latitude '56.6667'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.45 -9.80667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.80667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.45 -9.80667)"^^geo:wktLiteral ;
  geo-pos:lat "48.45"^^xsd:decimal ;
  geo-pos:long "-9.80667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11969'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.80667'^^xsd:double;
  dwc:latitude '48.45'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11969'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.45 -9.80667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.80667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.45 -9.80667)"^^geo:wktLiteral ;
  geo-pos:lat "48.45"^^xsd:decimal ;
  geo-pos:long "-9.80667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12533'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.80667'^^xsd:double;
  dwc:latitude '48.45'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12533'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6333 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6333 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "63.6333"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6674'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia triartuculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:latitude '63.6333'^^xsd:double;
  dwc:aphiaid '116202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6367 -9.78833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6367"^^xsd:decimal ;
  dwc:decimalLongitude "-9.78833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6367 -9.78833)"^^geo:wktLiteral ;
  geo-pos:lat "48.6367"^^xsd:decimal ;
  geo-pos:long "-9.78833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11971'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.78833'^^xsd:double;
  dwc:latitude '48.6367'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6367 -9.78833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6367"^^xsd:decimal ;
  dwc:decimalLongitude "-9.78833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6367 -9.78833)"^^geo:wktLiteral ;
  geo-pos:lat "48.6367"^^xsd:decimal ;
  geo-pos:long "-9.78833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16034'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.78833'^^xsd:double;
  dwc:latitude '48.6367'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6367 -9.78833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6367"^^xsd:decimal ;
  dwc:decimalLongitude "-9.78833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6367 -9.78833)"^^geo:wktLiteral ;
  geo-pos:lat "48.6367"^^xsd:decimal ;
  geo-pos:long "-9.78833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16036'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.78833'^^xsd:double;
  dwc:latitude '48.6367'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6367 -9.78833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6367"^^xsd:decimal ;
  dwc:decimalLongitude "-9.78833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6367 -9.78833)"^^geo:wktLiteral ;
  geo-pos:lat "48.6367"^^xsd:decimal ;
  geo-pos:long "-9.78833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12374'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.78833'^^xsd:double;
  dwc:latitude '48.6367'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 -9.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 -9.7667)"^^geo:wktLiteral ;
  geo-pos:lat "37.7"^^xsd:decimal ;
  geo-pos:long "-9.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9161'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7667'^^xsd:double;
  dwc:latitude '37.7'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9161'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 -9.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 -9.7667)"^^geo:wktLiteral ;
  geo-pos:lat "37.7"^^xsd:decimal ;
  geo-pos:long "-9.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9163'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7667'^^xsd:double;
  dwc:latitude '37.7'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9163'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 -9.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 -9.7667)"^^geo:wktLiteral ;
  geo-pos:lat "37.7"^^xsd:decimal ;
  geo-pos:long "-9.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8186'^^xsd:integer;
  dwc:scientificName 'Desmoscolex pustulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7667'^^xsd:double;
  dwc:latitude '37.7'^^xsd:double;
  dwc:aphiaid '229872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -9.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -9.7667)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "-9.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4704'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7667'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 -9.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 -9.7667)"^^geo:wktLiteral ;
  geo-pos:lat "56.75"^^xsd:decimal ;
  geo-pos:long "-9.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4682'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7667'^^xsd:double;
  dwc:latitude '56.75'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.465 -9.73833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.465"^^xsd:decimal ;
  dwc:decimalLongitude "-9.73833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.465 -9.73833)"^^geo:wktLiteral ;
  geo-pos:lat "48.465"^^xsd:decimal ;
  geo-pos:long "-9.73833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16033'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.73833'^^xsd:double;
  dwc:latitude '48.465'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16033'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.465 -9.73833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.465"^^xsd:decimal ;
  dwc:decimalLongitude "-9.73833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.465 -9.73833)"^^geo:wktLiteral ;
  geo-pos:lat "48.465"^^xsd:decimal ;
  geo-pos:long "-9.73833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12532'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.73833'^^xsd:double;
  dwc:latitude '48.465'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12532'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.465 -9.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.465"^^xsd:decimal ;
  dwc:decimalLongitude "-9.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.465 -9.73333)"^^geo:wktLiteral ;
  geo-pos:lat "48.465"^^xsd:decimal ;
  geo-pos:long "-9.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11630'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.73333'^^xsd:double;
  dwc:latitude '48.465'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4817 -9.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4817 -9.73333)"^^geo:wktLiteral ;
  geo-pos:lat "48.4817"^^xsd:decimal ;
  geo-pos:long "-9.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16035'^^xsd:integer;
  dwc:scientificName 'Yoldiella frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.73333'^^xsd:double;
  dwc:latitude '48.4817'^^xsd:double;
  dwc:aphiaid '141997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -9.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -9.73333)"^^geo:wktLiteral ;
  geo-pos:lat "48.6833"^^xsd:decimal ;
  geo-pos:long "-9.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14803'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.73333'^^xsd:double;
  dwc:latitude '48.6833'^^xsd:double;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.85"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  geo-pos:lat "33.85"^^xsd:decimal ;
  geo-pos:long "-9.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8172'^^xsd:integer;
  dwc:scientificName 'Quadricoma angulocephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7333'^^xsd:double;
  dwc:latitude '33.85'^^xsd:double;
  dwc:aphiaid '1305249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229901'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.85"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  geo-pos:lat "33.85"^^xsd:decimal ;
  geo-pos:long "-9.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8174'^^xsd:integer;
  dwc:scientificName 'Tricoma bathycola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7333'^^xsd:double;
  dwc:latitude '33.85'^^xsd:double;
  dwc:aphiaid '231718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.85"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  geo-pos:lat "33.85"^^xsd:decimal ;
  geo-pos:long "-9.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8184'^^xsd:integer;
  dwc:scientificName 'Tricoma meteora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7333'^^xsd:double;
  dwc:latitude '33.85'^^xsd:double;
  dwc:aphiaid '734405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734405'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.85"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  geo-pos:lat "33.85"^^xsd:decimal ;
  geo-pos:long "-9.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8183'^^xsd:integer;
  dwc:scientificName 'Tricoma mauretania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7333'^^xsd:double;
  dwc:latitude '33.85'^^xsd:double;
  dwc:aphiaid '734409'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.85"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  geo-pos:lat "33.85"^^xsd:decimal ;
  geo-pos:long "-9.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8182'^^xsd:integer;
  dwc:scientificName 'Desmoscolex lorenzeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7333'^^xsd:double;
  dwc:latitude '33.85'^^xsd:double;
  dwc:aphiaid '229898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229898'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.85"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.85 -9.7333)"^^geo:wktLiteral ;
  geo-pos:lat "33.85"^^xsd:decimal ;
  geo-pos:long "-9.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8546'^^xsd:integer;
  dwc:scientificName 'Acantholaimus septimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7333'^^xsd:double;
  dwc:latitude '33.85'^^xsd:double;
  dwc:aphiaid '182952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4167 -9.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4167 -9.7167)"^^geo:wktLiteral ;
  geo-pos:lat "30.4167"^^xsd:decimal ;
  geo-pos:long "-9.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '763'^^xsd:integer;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7167'^^xsd:double;
  dwc:latitude '30.4167'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -9.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -9.7167)"^^geo:wktLiteral ;
  geo-pos:lat "58.7"^^xsd:decimal ;
  geo-pos:long "-9.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4938'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7167'^^xsd:double;
  dwc:latitude '58.7'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -9.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -9.7167)"^^geo:wktLiteral ;
  geo-pos:lat "58.7"^^xsd:decimal ;
  geo-pos:long "-9.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5988'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7167'^^xsd:double;
  dwc:latitude '58.7'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -9.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -9.7167)"^^geo:wktLiteral ;
  geo-pos:lat "58.7"^^xsd:decimal ;
  geo-pos:long "-9.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5650'^^xsd:integer;
  dwc:scientificName 'Araphuroides brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7167'^^xsd:double;
  dwc:latitude '58.7'^^xsd:double;
  dwc:aphiaid '136347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.5333 -9.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.5333 -9.7167)"^^geo:wktLiteral ;
  geo-pos:lat "61.5333"^^xsd:decimal ;
  geo-pos:long "-9.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8572'^^xsd:integer;
  dwc:scientificName 'Pseudocella obliqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7167'^^xsd:double;
  dwc:latitude '61.5333'^^xsd:double;
  dwc:aphiaid '227856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1876713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -9.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.71667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -9.71667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-9.71667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16434'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.71667'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -9.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.71667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -9.71667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-9.71667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16436'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.71667'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -9.71667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.71667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -9.71667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-9.71667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16438'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.71667'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.5 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.5 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "30.5"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '762'^^xsd:integer;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '30.5'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5403'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5533 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5533 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.5533"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15963'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.5533'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15963'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5533 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5533 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.5533"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15964'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.5533'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15964'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5533 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5533 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.5533"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15968'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.5533'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15968'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5421'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.68333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11375'^^xsd:integer;
  dwc:scientificName 'Onceroxenus birdi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -9.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -9.68333)"^^geo:wktLiteral ;
  geo-pos:lat "48.6833"^^xsd:decimal ;
  geo-pos:long "-9.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16435'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68333'^^xsd:double;
  dwc:latitude '48.6833'^^xsd:double;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '459'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1269'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1478'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1356'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1638'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1561'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1883'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1883'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1899'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '437'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1686'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '367'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '412'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1167'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1392'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1625'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1756'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2014'^^xsd:integer;
  dwc:scientificName 'Styloptocuma longisipho'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '447'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:447'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '171'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '353'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '426'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '395'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.6817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.6817)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.6817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8063'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6817'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.6817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.6817)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.6817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8033'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes lubricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6817'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '115755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.6817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.6817)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.6817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8035'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes barnetti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6817'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '115749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.6817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.6817)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.6817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8038'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6817'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8038'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16103'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16104'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16102'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16098'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16100'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16101'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16096'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16093'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -9.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-9.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16095'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.68167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15818'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15813'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15814'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15816'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15825'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15828'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15830'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15831'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15819'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15820'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.67833'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.6783)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4867'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6783'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.525"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.525 -9.6783)"^^geo:wktLiteral ;
  geo-pos:lat "47.525"^^xsd:decimal ;
  geo-pos:long "-9.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4975'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6783'^^xsd:double;
  dwc:latitude '47.525'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5522'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2683'^^xsd:integer;
  dwc:scientificName 'Paralamprops tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '252'^^xsd:integer;
  dwc:scientificName 'Paralamprops tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5427'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5420'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5423'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5346'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5425'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4696'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '490'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.6667)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "-9.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5987'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6667'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10774'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.66667'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10486'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.66667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10796'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.66667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10798'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.66667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10792'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.66667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10582'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.66667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10583'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.66667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10658'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.66667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.455"^^xsd:decimal ;
  geo-pos:long "-9.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16616'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.665'^^xsd:double;
  dwc:latitude '47.455'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.455"^^xsd:decimal ;
  geo-pos:long "-9.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16623'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.665'^^xsd:double;
  dwc:latitude '47.455'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.455"^^xsd:decimal ;
  geo-pos:long "-9.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16624'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.665'^^xsd:double;
  dwc:latitude '47.455'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.455"^^xsd:decimal ;
  geo-pos:long "-9.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16620'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.665'^^xsd:double;
  dwc:latitude '47.455'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.455 -9.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.455"^^xsd:decimal ;
  geo-pos:long "-9.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16622'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.665'^^xsd:double;
  dwc:latitude '47.455'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5803 -9.6648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5803"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5803 -9.6648)"^^geo:wktLiteral ;
  geo-pos:lat "47.5803"^^xsd:decimal ;
  geo-pos:long "-9.6648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8644'^^xsd:integer;
  dwc:scientificName 'Quadricoma gascognensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6648'^^xsd:double;
  dwc:latitude '47.5803'^^xsd:double;
  dwc:aphiaid '183383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5803 -9.6648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5803"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5803 -9.6648)"^^geo:wktLiteral ;
  geo-pos:lat "47.5803"^^xsd:decimal ;
  geo-pos:long "-9.6648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8632'^^xsd:integer;
  dwc:scientificName 'Quadricoma brevichaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6648'^^xsd:double;
  dwc:latitude '47.5803'^^xsd:double;
  dwc:aphiaid '183382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5815 -9.6638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5815"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5815 -9.6638)"^^geo:wktLiteral ;
  geo-pos:lat "47.5815"^^xsd:decimal ;
  geo-pos:long "-9.6638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8629'^^xsd:integer;
  dwc:scientificName 'Quadricoma brevichaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6638'^^xsd:double;
  dwc:latitude '47.5815'^^xsd:double;
  dwc:aphiaid '183382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -9.6583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -9.6583)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-9.6583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4768'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6583'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5775 -9.6573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5775"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5775 -9.6573)"^^geo:wktLiteral ;
  geo-pos:lat "47.5775"^^xsd:decimal ;
  geo-pos:long "-9.6573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8631'^^xsd:integer;
  dwc:scientificName 'Quadricoma brevichaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6573'^^xsd:double;
  dwc:latitude '47.5775'^^xsd:double;
  dwc:aphiaid '183382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.65333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16618'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65333'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.65333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16614'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65333'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.65333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16615'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65333'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.65333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16617'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65333'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.65333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16619'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65333'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.65333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.65333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16621'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65333'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.6533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.6533)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.6533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8119'^^xsd:integer;
  dwc:scientificName 'Trophomera leptosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6533'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '458925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  geo-pos:lat "47.5873"^^xsd:decimal ;
  geo-pos:long "-9.6527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8718'^^xsd:integer;
  dwc:scientificName 'Desmoscolex multiannulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6527'^^xsd:double;
  dwc:latitude '47.5873'^^xsd:double;
  dwc:aphiaid '183120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  geo-pos:lat "47.5873"^^xsd:decimal ;
  geo-pos:long "-9.6527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8714'^^xsd:integer;
  dwc:scientificName 'Desmoscolex petalodes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6527'^^xsd:double;
  dwc:latitude '47.5873'^^xsd:double;
  dwc:aphiaid '121131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8714'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  geo-pos:lat "47.5873"^^xsd:decimal ;
  geo-pos:long "-9.6527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8715'^^xsd:integer;
  dwc:scientificName 'Desmoscolex paralongisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6527'^^xsd:double;
  dwc:latitude '47.5873'^^xsd:double;
  dwc:aphiaid '183121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  geo-pos:lat "47.5873"^^xsd:decimal ;
  geo-pos:long "-9.6527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8716'^^xsd:integer;
  dwc:scientificName 'Desmoscolex multiannulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6527'^^xsd:double;
  dwc:latitude '47.5873'^^xsd:double;
  dwc:aphiaid '183120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  geo-pos:lat "47.5873"^^xsd:decimal ;
  geo-pos:long "-9.6527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8717'^^xsd:integer;
  dwc:scientificName 'Desmolorenzenia eurycricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6527'^^xsd:double;
  dwc:latitude '47.5873'^^xsd:double;
  dwc:aphiaid '183117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  geo-pos:lat "47.5873"^^xsd:decimal ;
  geo-pos:long "-9.6527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8640'^^xsd:integer;
  dwc:scientificName 'Desmoscolex segonzaci'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6527'^^xsd:double;
  dwc:latitude '47.5873'^^xsd:double;
  dwc:aphiaid '183122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  geo-pos:lat "47.5873"^^xsd:decimal ;
  geo-pos:long "-9.6527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8641'^^xsd:integer;
  dwc:scientificName 'Desmolorenzenia eurycricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6527'^^xsd:double;
  dwc:latitude '47.5873'^^xsd:double;
  dwc:aphiaid '183117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  geo-pos:lat "47.5873"^^xsd:decimal ;
  geo-pos:long "-9.6527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8639'^^xsd:integer;
  dwc:scientificName 'Desmoscolex paralongisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6527'^^xsd:double;
  dwc:latitude '47.5873'^^xsd:double;
  dwc:aphiaid '183121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5873"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5873 -9.6527)"^^geo:wktLiteral ;
  geo-pos:lat "47.5873"^^xsd:decimal ;
  geo-pos:long "-9.6527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8636'^^xsd:integer;
  dwc:scientificName 'Desmoscolex multiannulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6527'^^xsd:double;
  dwc:latitude '47.5873'^^xsd:double;
  dwc:aphiaid '183120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.579"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  geo-pos:lat "47.579"^^xsd:decimal ;
  geo-pos:long "-9.6517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8719'^^xsd:integer;
  dwc:scientificName 'Quadricoma gascognensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6517'^^xsd:double;
  dwc:latitude '47.579'^^xsd:double;
  dwc:aphiaid '183383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.579"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  geo-pos:lat "47.579"^^xsd:decimal ;
  geo-pos:long "-9.6517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8720'^^xsd:integer;
  dwc:scientificName 'Desmoscolex multiannulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6517'^^xsd:double;
  dwc:latitude '47.579'^^xsd:double;
  dwc:aphiaid '183120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.579"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  geo-pos:lat "47.579"^^xsd:decimal ;
  geo-pos:long "-9.6517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8721'^^xsd:integer;
  dwc:scientificName 'Desmolorenzenia eurycricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6517'^^xsd:double;
  dwc:latitude '47.579'^^xsd:double;
  dwc:aphiaid '183117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.579"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  geo-pos:lat "47.579"^^xsd:decimal ;
  geo-pos:long "-9.6517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8642'^^xsd:integer;
  dwc:scientificName 'Desmolorenzenia eurycricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6517'^^xsd:double;
  dwc:latitude '47.579'^^xsd:double;
  dwc:aphiaid '183117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.579"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  geo-pos:lat "47.579"^^xsd:decimal ;
  geo-pos:long "-9.6517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8643'^^xsd:integer;
  dwc:scientificName 'Quadricoma gascognensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6517'^^xsd:double;
  dwc:latitude '47.579'^^xsd:double;
  dwc:aphiaid '183383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.579"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  geo-pos:lat "47.579"^^xsd:decimal ;
  geo-pos:long "-9.6517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8637'^^xsd:integer;
  dwc:scientificName 'Desmoscolex multiannulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6517'^^xsd:double;
  dwc:latitude '47.579'^^xsd:double;
  dwc:aphiaid '183120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.579"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.579 -9.6517)"^^geo:wktLiteral ;
  geo-pos:lat "47.579"^^xsd:decimal ;
  geo-pos:long "-9.6517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8630'^^xsd:integer;
  dwc:scientificName 'Quadricoma brevichaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6517'^^xsd:double;
  dwc:latitude '47.579'^^xsd:double;
  dwc:aphiaid '183382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -9.65167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5567"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -9.65167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5567"^^xsd:decimal ;
  geo-pos:long "-9.65167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16579'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65167'^^xsd:double;
  dwc:latitude '47.5567'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -9.65167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5567"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -9.65167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5567"^^xsd:decimal ;
  geo-pos:long "-9.65167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16580'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65167'^^xsd:double;
  dwc:latitude '47.5567'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -9.65167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5567"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -9.65167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5567"^^xsd:decimal ;
  geo-pos:long "-9.65167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16581'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65167'^^xsd:double;
  dwc:latitude '47.5567'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5178 -9.6503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5178"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5178 -9.6503)"^^geo:wktLiteral ;
  geo-pos:lat "47.5178"^^xsd:decimal ;
  geo-pos:long "-9.6503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4176'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6503'^^xsd:double;
  dwc:latitude '47.5178'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5511 -9.6503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5511"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5511 -9.6503)"^^geo:wktLiteral ;
  geo-pos:lat "47.5511"^^xsd:decimal ;
  geo-pos:long "-9.6503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4178'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6503'^^xsd:double;
  dwc:latitude '47.5511'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5511 -9.6503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5511"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5511 -9.6503)"^^geo:wktLiteral ;
  geo-pos:lat "47.5511"^^xsd:decimal ;
  geo-pos:long "-9.6503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4161'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6503'^^xsd:double;
  dwc:latitude '47.5511'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4933 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4933"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4933 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.4933"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5558'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.4933'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10749'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10791'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10654'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10434'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10671'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5426'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10487'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5424'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10794'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10795'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10793'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5612'^^xsd:integer;
  dwc:scientificName 'Pseudotanais spicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10657'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1202'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1775'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.64167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16105'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64167'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.64167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16099'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64167'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.565 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.565"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.565 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.565"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4840'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.565'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.565 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.565"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.565 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.565"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15965'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.565'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15965'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.565 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.565"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.565 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.565"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15962'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.565'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.565 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.565"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.565 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.565"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15966'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.565'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15834'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15836'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15836'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15837'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15838'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15839'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15840'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10799'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16299'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16300'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16310'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16310'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16313'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16313'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16318'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16318'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16320'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16309'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16309'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16301'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16305'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10797'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.63333'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4894'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5364'^^xsd:integer;
  dwc:scientificName 'Parapseudotanais abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '136497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '460'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1270'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1479'^^xsd:integer;
  dwc:scientificName 'Cumellopsis bicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1639'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1884'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1884'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1912'^^xsd:integer;
  dwc:scientificName 'Styloptocuma cristatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182542'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1913'^^xsd:integer;
  dwc:scientificName 'Styloptocuma cristatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182542'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5432'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '438'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -9.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-9.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8053'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6333'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.51"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  geo-pos:lat "47.51"^^xsd:decimal ;
  geo-pos:long "-9.61833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16562'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61833'^^xsd:double;
  dwc:latitude '47.51'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.51"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  geo-pos:lat "47.51"^^xsd:decimal ;
  geo-pos:long "-9.61833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16564'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61833'^^xsd:double;
  dwc:latitude '47.51'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.51"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  geo-pos:lat "47.51"^^xsd:decimal ;
  geo-pos:long "-9.61833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16565'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61833'^^xsd:double;
  dwc:latitude '47.51'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.51"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  geo-pos:lat "47.51"^^xsd:decimal ;
  geo-pos:long "-9.61833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16572'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61833'^^xsd:double;
  dwc:latitude '47.51'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.51"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  geo-pos:lat "47.51"^^xsd:decimal ;
  geo-pos:long "-9.61833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16566'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61833'^^xsd:double;
  dwc:latitude '47.51'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.51"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  geo-pos:lat "47.51"^^xsd:decimal ;
  geo-pos:long "-9.61833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16576'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61833'^^xsd:double;
  dwc:latitude '47.51'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.51"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -9.61833)"^^geo:wktLiteral ;
  geo-pos:lat "47.51"^^xsd:decimal ;
  geo-pos:long "-9.61833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16577'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61833'^^xsd:double;
  dwc:latitude '47.51'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5017 -9.6169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5017"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5017 -9.6169)"^^geo:wktLiteral ;
  geo-pos:lat "47.5017"^^xsd:decimal ;
  geo-pos:long "-9.6169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4228'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6169'^^xsd:double;
  dwc:latitude '47.5017'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1268'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1355'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1637'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1737'^^xsd:integer;
  dwc:scientificName 'Procampylaspis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '458'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2016'^^xsd:integer;
  dwc:scientificName 'Styloptocuma longisipho'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '436'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '366'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '411'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.61667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.61667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-9.61667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10501'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61667'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.61667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.61667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.61667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10495'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.61667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.61667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.61667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10589'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.61667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.61667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.61667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10665'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.6117)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.6117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4866'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6117'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15817'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15823'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15824'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15826'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15829'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15832'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15822'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15821'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.61167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15833'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.61167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15833'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -9.60833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-9.60833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -9.60833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-9.60833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15883'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.60833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.60333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-9.60333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16598'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.60333'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.60333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-9.60333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16595'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.60333'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.60333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-9.60333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16601'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.60333'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.60333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-9.60333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16583'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.60333'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.60333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-9.60333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16584'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.60333'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.60333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-9.60333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16585'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.60333'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.455"^^xsd:decimal ;
  dwc:decimalLongitude "-9.60333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.455 -9.60333)"^^geo:wktLiteral ;
  geo-pos:lat "46.455"^^xsd:decimal ;
  geo-pos:long "-9.60333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16588'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.60333'^^xsd:double;
  dwc:latitude '46.455'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4508 -9.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4508"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4508 -9.6033)"^^geo:wktLiteral ;
  geo-pos:lat "46.4508"^^xsd:decimal ;
  geo-pos:long "-9.6033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4172'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6033'^^xsd:double;
  dwc:latitude '46.4508'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4508 -9.6033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4508"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4508 -9.6033)"^^geo:wktLiteral ;
  geo-pos:lat "46.4508"^^xsd:decimal ;
  geo-pos:long "-9.6033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4153'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes curticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6033'^^xsd:double;
  dwc:latitude '46.4508'^^xsd:double;
  dwc:aphiaid '136294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4508 -9.6006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4508"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4508 -9.6006)"^^geo:wktLiteral ;
  geo-pos:lat "46.4508"^^xsd:decimal ;
  geo-pos:long "-9.6006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4238'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6006'^^xsd:double;
  dwc:latitude '46.4508'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4508 -9.6006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4508"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4508 -9.6006)"^^geo:wktLiteral ;
  geo-pos:lat "46.4508"^^xsd:decimal ;
  geo-pos:long "-9.6006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4175'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6006'^^xsd:double;
  dwc:latitude '46.4508'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5457'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5527'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5568'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10469'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10435'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10672'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10884'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5402'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11373'^^xsd:integer;
  dwc:scientificName 'Onceroxenus birdi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10581'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5422'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10598'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.59833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.59833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.59833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16319'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.59833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16319'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.59833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.59833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.59833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16302'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.59833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.59833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.59833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.59833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16298'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.59833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5932 -9.5955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5932"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5932 -9.5955)"^^geo:wktLiteral ;
  geo-pos:lat "47.5932"^^xsd:decimal ;
  geo-pos:long "-9.5955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8712'^^xsd:integer;
  dwc:scientificName 'Desmoscolex multiannulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5955'^^xsd:double;
  dwc:latitude '47.5932'^^xsd:double;
  dwc:aphiaid '183120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5932 -9.5955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5932"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5932 -9.5955)"^^geo:wktLiteral ;
  geo-pos:lat "47.5932"^^xsd:decimal ;
  geo-pos:long "-9.5955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8713'^^xsd:integer;
  dwc:scientificName 'Desmoscolex macrophasmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5955'^^xsd:double;
  dwc:latitude '47.5932'^^xsd:double;
  dwc:aphiaid '183119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583574'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5932 -9.5955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5932"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5932 -9.5955)"^^geo:wktLiteral ;
  geo-pos:lat "47.5932"^^xsd:decimal ;
  geo-pos:long "-9.5955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8638'^^xsd:integer;
  dwc:scientificName 'Desmoscolex macrophasmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5955'^^xsd:double;
  dwc:latitude '47.5932'^^xsd:double;
  dwc:aphiaid '183119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583574'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5932 -9.5955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5932"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5932 -9.5955)"^^geo:wktLiteral ;
  geo-pos:lat "47.5932"^^xsd:decimal ;
  geo-pos:long "-9.5955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8635'^^xsd:integer;
  dwc:scientificName 'Desmoscolex multiannulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5955'^^xsd:double;
  dwc:latitude '47.5932'^^xsd:double;
  dwc:aphiaid '183120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-9.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  geo-pos:lat "47.5433"^^xsd:decimal ;
  geo-pos:long "-9.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16563'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.595'^^xsd:double;
  dwc:latitude '47.5433'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-9.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  geo-pos:lat "47.5433"^^xsd:decimal ;
  geo-pos:long "-9.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16567'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.595'^^xsd:double;
  dwc:latitude '47.5433'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-9.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  geo-pos:lat "47.5433"^^xsd:decimal ;
  geo-pos:long "-9.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16568'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.595'^^xsd:double;
  dwc:latitude '47.5433'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-9.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  geo-pos:lat "47.5433"^^xsd:decimal ;
  geo-pos:long "-9.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16570'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.595'^^xsd:double;
  dwc:latitude '47.5433'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-9.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  geo-pos:lat "47.5433"^^xsd:decimal ;
  geo-pos:long "-9.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16574'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.595'^^xsd:double;
  dwc:latitude '47.5433'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-9.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  geo-pos:lat "47.5433"^^xsd:decimal ;
  geo-pos:long "-9.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16575'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.595'^^xsd:double;
  dwc:latitude '47.5433'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-9.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  geo-pos:lat "47.5433"^^xsd:decimal ;
  geo-pos:long "-9.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16578'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.595'^^xsd:double;
  dwc:latitude '47.5433'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-9.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5433 -9.595)"^^geo:wktLiteral ;
  geo-pos:lat "47.5433"^^xsd:decimal ;
  geo-pos:long "-9.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16573'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.595'^^xsd:double;
  dwc:latitude '47.5433'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.59333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.59333)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.59333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15960'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.59333'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15960'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.59333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.59333)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.59333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15967'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.59333'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5336 -9.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5336"^^xsd:decimal ;
  dwc:decimalLongitude "-9.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5336 -9.585)"^^geo:wktLiteral ;
  geo-pos:lat "47.5336"^^xsd:decimal ;
  geo-pos:long "-9.585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4254'^^xsd:integer;
  dwc:scientificName 'Leviapseudes segonzaci segonzaci'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.585'^^xsd:double;
  dwc:latitude '47.5336'^^xsd:double;
  dwc:aphiaid '247779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247779'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16209'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16213'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10745'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16210'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16211'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16214'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16215'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16216'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16217'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10856'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10856'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10557'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10595'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10748'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1258'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1525'^^xsd:integer;
  dwc:scientificName 'Cumellopsis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '182566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1346'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1627'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1761'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8026'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes barnetti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '115749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8074'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '115756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8047'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '449'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5451'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5367'^^xsd:integer;
  dwc:scientificName 'Parapseudotanais abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '136497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '357'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '428'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '398'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4885'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5509'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5406'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8255'^^xsd:integer;
  dwc:scientificName 'Desmoscolex asetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '183118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '796'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '797'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '810'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '815'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '845'^^xsd:integer;
  dwc:scientificName 'Hemilamprops assimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '849'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '895'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '896'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '897'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bituberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '899'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '900'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '818'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '280'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A33> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '33'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:33'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '269'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bituberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5833'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '110583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4037'^^xsd:integer;
  dwc:scientificName 'Munnopsoides eximius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '294838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8058'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes ceciliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5767'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '115750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8066'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5767'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8037'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes lubricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5767'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '115755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8042'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5767'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8042'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8049'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vitielloi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5767'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '115760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5217"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5217"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16569'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.5217'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5217"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5217"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16571'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.5217'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5217"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5217"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17084'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.5217'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5217"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5217"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16957'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.5217'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16323'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16330'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16327'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16327'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16328'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16328'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16329'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16326'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16326'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16324'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16325'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16321'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5717)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.5717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8118'^^xsd:integer;
  dwc:scientificName 'Trophomera leptosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5717'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '458925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.5717)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.5717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4154'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes curticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5717'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '136294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16602'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57167'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16609'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57167'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16611'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57167'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16612'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57167'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16606'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57167'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57167)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16608'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57167'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3780'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15882'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5524'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5667'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5452'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5667'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5564'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5667'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4893'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5667'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -9.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -9.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6333"^^xsd:decimal ;
  geo-pos:long "-9.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1481'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5667'^^xsd:double;
  dwc:latitude '47.6333'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -9.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -9.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6333"^^xsd:decimal ;
  geo-pos:long "-9.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '445'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5667'^^xsd:double;
  dwc:latitude '47.6333'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -9.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -9.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6333"^^xsd:decimal ;
  geo-pos:long "-9.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '424'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5667'^^xsd:double;
  dwc:latitude '47.6333'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10472'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10441'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10600'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10683'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.48"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.48"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16605'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.48'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.48"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.48"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16613'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.48'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16613'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.48"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.48"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16610'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.48'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.48"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.48"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16607'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.48'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.48"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.48"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16603'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.48'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10885'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10773'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10682'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56667'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6383 -9.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-9.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6383 -9.565)"^^geo:wktLiteral ;
  geo-pos:lat "47.6383"^^xsd:decimal ;
  geo-pos:long "-9.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15880'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.565'^^xsd:double;
  dwc:latitude '47.6383'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6383 -9.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-9.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6383 -9.565)"^^geo:wktLiteral ;
  geo-pos:lat "47.6383"^^xsd:decimal ;
  geo-pos:long "-9.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15884'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.565'^^xsd:double;
  dwc:latitude '47.6383'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6383 -9.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-9.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6383 -9.565)"^^geo:wktLiteral ;
  geo-pos:lat "47.6383"^^xsd:decimal ;
  geo-pos:long "-9.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15887'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.565'^^xsd:double;
  dwc:latitude '47.6383'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6383 -9.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6383"^^xsd:decimal ;
  dwc:decimalLongitude "-9.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6383 -9.565)"^^geo:wktLiteral ;
  geo-pos:lat "47.6383"^^xsd:decimal ;
  geo-pos:long "-9.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15881'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.565'^^xsd:double;
  dwc:latitude '47.6383'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5083"^^xsd:decimal ;
  geo-pos:long "-9.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16592'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56167'^^xsd:double;
  dwc:latitude '47.5083'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5083"^^xsd:decimal ;
  geo-pos:long "-9.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16594'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56167'^^xsd:double;
  dwc:latitude '47.5083'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5083"^^xsd:decimal ;
  geo-pos:long "-9.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16597'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56167'^^xsd:double;
  dwc:latitude '47.5083'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5083"^^xsd:decimal ;
  geo-pos:long "-9.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16600'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56167'^^xsd:double;
  dwc:latitude '47.5083'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-9.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -9.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5083"^^xsd:decimal ;
  geo-pos:long "-9.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16587'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.56167'^^xsd:double;
  dwc:latitude '47.5083'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.375 -9.55833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.375"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.375 -9.55833)"^^geo:wktLiteral ;
  geo-pos:lat "48.375"^^xsd:decimal ;
  geo-pos:long "-9.55833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11968'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55833'^^xsd:double;
  dwc:latitude '48.375'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11968'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.375 -9.55833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.375"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.375 -9.55833)"^^geo:wktLiteral ;
  geo-pos:lat "48.375"^^xsd:decimal ;
  geo-pos:long "-9.55833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16027'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55833'^^xsd:double;
  dwc:latitude '48.375'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.375 -9.55833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.375"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.375 -9.55833)"^^geo:wktLiteral ;
  geo-pos:lat "48.375"^^xsd:decimal ;
  geo-pos:long "-9.55833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16030'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55833'^^xsd:double;
  dwc:latitude '48.375'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.375 -9.55833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.375"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.375 -9.55833)"^^geo:wktLiteral ;
  geo-pos:lat "48.375"^^xsd:decimal ;
  geo-pos:long "-9.55833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11629'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55833'^^xsd:double;
  dwc:latitude '48.375'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16593'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55667'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16596'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55667'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16599'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55667'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16582'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55667'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16586'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55667'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16589'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55667'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16590'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55667'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4967"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4967 -9.55667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4967"^^xsd:decimal ;
  geo-pos:long "-9.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16591'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55667'^^xsd:double;
  dwc:latitude '47.4967'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8023'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes ceciliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '115750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8024'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vivierae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '115761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8025'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes barnetti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '115749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8031'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes lubricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '115755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8016'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vitielloi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '115760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8060'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8043'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16316'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16311'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16311'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16314'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16314'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16317'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16317'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16306'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16307'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16303'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16304'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16297'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -9.555)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-9.555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16295'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.555'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5014 -9.5519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5014"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5014 -9.5519)"^^geo:wktLiteral ;
  geo-pos:lat "47.5014"^^xsd:decimal ;
  geo-pos:long "-9.5519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4229'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5519'^^xsd:double;
  dwc:latitude '47.5014'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '728'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5448'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5521'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1260'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1348'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1555'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1722'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '450'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1968'^^xsd:integer;
  dwc:scientificName 'Styloptocuma exstans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1968'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5559'^^xsd:integer;
  dwc:scientificName 'Pseudotanais longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '136510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.57 -9.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.57"^^xsd:decimal ;
  dwc:decimalLongitude "-9.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.57 -9.54)"^^geo:wktLiteral ;
  geo-pos:lat "47.57"^^xsd:decimal ;
  geo-pos:long "-9.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15970'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.54'^^xsd:double;
  dwc:latitude '47.57'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.52 -9.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.52"^^xsd:decimal ;
  dwc:decimalLongitude "-9.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.52 -9.53333)"^^geo:wktLiteral ;
  geo-pos:lat "47.52"^^xsd:decimal ;
  geo-pos:long "-9.53333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16604'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.53333'^^xsd:double;
  dwc:latitude '47.52'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  geo-pos:lat "37.65"^^xsd:decimal ;
  geo-pos:long "-9.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9160'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus ibericus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5333'^^xsd:double;
  dwc:latitude '37.65'^^xsd:double;
  dwc:aphiaid '230927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  geo-pos:lat "37.65"^^xsd:decimal ;
  geo-pos:long "-9.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8176'^^xsd:integer;
  dwc:scientificName 'Desmoscolex chaetalatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5333'^^xsd:double;
  dwc:latitude '37.65'^^xsd:double;
  dwc:aphiaid '229892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  geo-pos:lat "37.65"^^xsd:decimal ;
  geo-pos:long "-9.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8178'^^xsd:integer;
  dwc:scientificName 'Desmoscolex galeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5333'^^xsd:double;
  dwc:latitude '37.65'^^xsd:double;
  dwc:aphiaid '229894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  geo-pos:lat "37.65"^^xsd:decimal ;
  geo-pos:long "-9.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8181'^^xsd:integer;
  dwc:scientificName 'Desmoscolex lapilliferus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5333'^^xsd:double;
  dwc:latitude '37.65'^^xsd:double;
  dwc:aphiaid '229896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.65 -9.5333)"^^geo:wktLiteral ;
  geo-pos:lat "37.65"^^xsd:decimal ;
  geo-pos:long "-9.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8554'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus uncinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5333'^^xsd:double;
  dwc:latitude '37.65'^^xsd:double;
  dwc:aphiaid '121507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2833 -9.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2833 -9.5333)"^^geo:wktLiteral ;
  geo-pos:lat "56.2833"^^xsd:decimal ;
  geo-pos:long "-9.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4952'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5333'^^xsd:double;
  dwc:latitude '56.2833'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7367 -9.5233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7367"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7367 -9.5233)"^^geo:wktLiteral ;
  geo-pos:lat "36.7367"^^xsd:decimal ;
  geo-pos:long "-9.5233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6021'^^xsd:integer;
  dwc:scientificName 'Mesotanais dubius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5233'^^xsd:double;
  dwc:latitude '36.7367'^^xsd:double;
  dwc:aphiaid '136476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "61.1167"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '798'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:latitude '61.1167'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "61.1167"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '804'^^xsd:integer;
  dwc:scientificName 'Campylaspis rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:latitude '61.1167'^^xsd:double;
  dwc:aphiaid '110554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "61.1167"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '811'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:latitude '61.1167'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "61.1167"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '816'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:latitude '61.1167'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "61.1167"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '819'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:latitude '61.1167'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "61.1167"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '853'^^xsd:integer;
  dwc:scientificName 'Hemilamprops uniplicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:latitude '61.1167'^^xsd:double;
  dwc:aphiaid '110515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1167 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "61.1167"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '850'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:latitude '61.1167'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:850'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -9.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -9.4833)"^^geo:wktLiteral ;
  geo-pos:lat "56.6333"^^xsd:decimal ;
  geo-pos:long "-9.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '489'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4833'^^xsd:double;
  dwc:latitude '56.6333'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -9.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -9.4833)"^^geo:wktLiteral ;
  geo-pos:lat "56.6333"^^xsd:decimal ;
  geo-pos:long "-9.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4937'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4833'^^xsd:double;
  dwc:latitude '56.6333'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -9.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6333 -9.4833)"^^geo:wktLiteral ;
  geo-pos:lat "56.6333"^^xsd:decimal ;
  geo-pos:long "-9.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5771'^^xsd:integer;
  dwc:scientificName 'Tanaella unguicillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4833'^^xsd:double;
  dwc:latitude '56.6333'^^xsd:double;
  dwc:aphiaid '136372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16108'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16110'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16112'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16125'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16126'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.4667)"^^geo:wktLiteral ;
  geo-pos:lat "56.7333"^^xsd:decimal ;
  geo-pos:long "-9.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5354'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4667'^^xsd:double;
  dwc:latitude '56.7333'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.4667)"^^geo:wktLiteral ;
  geo-pos:lat "56.7333"^^xsd:decimal ;
  geo-pos:long "-9.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4683'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4667'^^xsd:double;
  dwc:latitude '56.7333'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 -9.46667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.46667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 -9.46667)"^^geo:wktLiteral ;
  geo-pos:lat "56.75"^^xsd:decimal ;
  geo-pos:long "-9.46667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15987'^^xsd:integer;
  dwc:scientificName 'Cuspidaria ventricosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.46667'^^xsd:double;
  dwc:latitude '56.75'^^xsd:double;
  dwc:aphiaid '139457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.43667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5217"^^xsd:decimal ;
  dwc:decimalLongitude "-9.43667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5217 -9.43667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5217"^^xsd:decimal ;
  geo-pos:long "-9.43667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11006'^^xsd:integer;
  dwc:scientificName 'Apionsoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.43667'^^xsd:double;
  dwc:latitude '47.5217'^^xsd:double;
  dwc:aphiaid '424922'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1667 -9.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1667 -9.4167)"^^geo:wktLiteral ;
  geo-pos:lat "38.1667"^^xsd:decimal ;
  geo-pos:long "-9.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2731'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4167'^^xsd:double;
  dwc:latitude '38.1667'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1667 -9.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1667 -9.4167)"^^geo:wktLiteral ;
  geo-pos:lat "38.1667"^^xsd:decimal ;
  geo-pos:long "-9.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2849'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4167'^^xsd:double;
  dwc:latitude '38.1667'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1667 -9.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1667 -9.4167)"^^geo:wktLiteral ;
  geo-pos:lat "38.1667"^^xsd:decimal ;
  geo-pos:long "-9.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '218'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4167'^^xsd:double;
  dwc:latitude '38.1667'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -9.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -9.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.6"^^xsd:decimal ;
  geo-pos:long "-9.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8173'^^xsd:integer;
  dwc:scientificName 'Desmoscolex bathyalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4'^^xsd:double;
  dwc:latitude '33.6'^^xsd:double;
  dwc:aphiaid '229891'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229891'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -9.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -9.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.6"^^xsd:decimal ;
  geo-pos:long "-9.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8547'^^xsd:integer;
  dwc:scientificName 'Acantholaimus septimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4'^^xsd:double;
  dwc:latitude '33.6'^^xsd:double;
  dwc:aphiaid '182952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5583 -9.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5583 -9.4)"^^geo:wktLiteral ;
  geo-pos:lat "40.5583"^^xsd:decimal ;
  geo-pos:long "-9.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12210'^^xsd:integer;
  dwc:scientificName 'Meonia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.4'^^xsd:double;
  dwc:latitude '40.5583'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12210'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5833 -9.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5833 -9.395)"^^geo:wktLiteral ;
  geo-pos:lat "48.5833"^^xsd:decimal ;
  geo-pos:long "-9.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16015'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.395'^^xsd:double;
  dwc:latitude '48.5833'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.3833)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "-9.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4772'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3833'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -9.3833)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "-9.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5718'^^xsd:integer;
  dwc:scientificName 'Tanaella ochracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3833'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:aphiaid '136371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.6133 -9.35833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.6133"^^xsd:decimal ;
  dwc:decimalLongitude "-9.35833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.6133 -9.35833)"^^geo:wktLiteral ;
  geo-pos:lat "40.6133"^^xsd:decimal ;
  geo-pos:long "-9.35833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11635'^^xsd:integer;
  dwc:scientificName 'Dallina sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.35833'^^xsd:double;
  dwc:latitude '40.6133'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "33.55"^^xsd:decimal ;
  geo-pos:long "-9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9162'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3333'^^xsd:double;
  dwc:latitude '33.55'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9162'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "33.55"^^xsd:decimal ;
  geo-pos:long "-9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8179'^^xsd:integer;
  dwc:scientificName 'Quadricoma iberica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3333'^^xsd:double;
  dwc:latitude '33.55'^^xsd:double;
  dwc:aphiaid '1305264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "33.55"^^xsd:decimal ;
  geo-pos:long "-9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8180'^^xsd:integer;
  dwc:scientificName 'Tricoma incomposita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3333'^^xsd:double;
  dwc:latitude '33.55'^^xsd:double;
  dwc:aphiaid '734407'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "56.7333"^^xsd:decimal ;
  geo-pos:long "-9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4684'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3333'^^xsd:double;
  dwc:latitude '56.7333'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "56.7333"^^xsd:decimal ;
  geo-pos:long "-9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1740'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3333'^^xsd:double;
  dwc:latitude '56.7333'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "56.7333"^^xsd:decimal ;
  geo-pos:long "-9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '383'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3333'^^xsd:double;
  dwc:latitude '56.7333'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "56.7333"^^xsd:decimal ;
  geo-pos:long "-9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '282'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ommidion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3333'^^xsd:double;
  dwc:latitude '56.7333'^^xsd:double;
  dwc:aphiaid '182615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "56.7333"^^xsd:decimal ;
  geo-pos:long "-9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '279'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3333'^^xsd:double;
  dwc:latitude '56.7333'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "56.7333"^^xsd:decimal ;
  geo-pos:long "-9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5769'^^xsd:integer;
  dwc:scientificName 'Tanaella unguicillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3333'^^xsd:double;
  dwc:latitude '56.7333'^^xsd:double;
  dwc:aphiaid '136372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.45 -9.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.45 -9.3167)"^^geo:wktLiteral ;
  geo-pos:lat "33.45"^^xsd:decimal ;
  geo-pos:long "-9.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8185'^^xsd:integer;
  dwc:scientificName 'Tricoma meteora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3167'^^xsd:double;
  dwc:latitude '33.45'^^xsd:double;
  dwc:aphiaid '734405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734405'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1167 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1167 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.1167"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2736'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:latitude '37.1167'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1167 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1167 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.1167"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2851'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:latitude '38.1167'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1167 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1167 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.1167"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '182'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:latitude '38.1167'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1167 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1167 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "38.1167"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '222'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:latitude '38.1167'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "48.1"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2698'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:latitude '48.1'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.5167 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.5167 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "60.5167"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2746'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:latitude '60.5167'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.58 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.58 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "80.58"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4109'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:latitude '80.58'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7667 -9.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7667 -9.2833)"^^geo:wktLiteral ;
  geo-pos:lat "56.7667"^^xsd:decimal ;
  geo-pos:long "-9.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '485'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.2833'^^xsd:double;
  dwc:latitude '56.7667'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7667 -9.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7667 -9.2833)"^^geo:wktLiteral ;
  geo-pos:lat "56.7667"^^xsd:decimal ;
  geo-pos:long "-9.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '384'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.2833'^^xsd:double;
  dwc:latitude '56.7667'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3549'^^xsd:integer;
  dwc:scientificName 'Dendromunna compsa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.28'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '118519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.29 -9.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.29"^^xsd:decimal ;
  dwc:decimalLongitude "-9.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.29 -9.26167)"^^geo:wktLiteral ;
  geo-pos:lat "41.29"^^xsd:decimal ;
  geo-pos:long "-9.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12526'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.26167'^^xsd:double;
  dwc:latitude '41.29'^^xsd:double;
  dwc:aphiaid '104055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6833 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6833 -9.25)"^^geo:wktLiteral ;
  geo-pos:lat "33.6833"^^xsd:decimal ;
  geo-pos:long "-9.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8187'^^xsd:integer;
  dwc:scientificName 'Tricoma beata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:latitude '33.6833'^^xsd:double;
  dwc:aphiaid '734400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3233 -9.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3233"^^xsd:decimal ;
  dwc:decimalLongitude "-9.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3233 -9.24)"^^geo:wktLiteral ;
  geo-pos:lat "41.3233"^^xsd:decimal ;
  geo-pos:long "-9.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12376'^^xsd:integer;
  dwc:scientificName 'Platidia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.24'^^xsd:double;
  dwc:latitude '41.3233'^^xsd:double;
  dwc:aphiaid '104049'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104049'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3233 -9.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3233"^^xsd:decimal ;
  dwc:decimalLongitude "-9.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3233 -9.24)"^^geo:wktLiteral ;
  geo-pos:lat "41.3233"^^xsd:decimal ;
  geo-pos:long "-9.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11636'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.24'^^xsd:double;
  dwc:latitude '41.3233'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7333 -9.2167)"^^geo:wktLiteral ;
  geo-pos:lat "56.7333"^^xsd:decimal ;
  geo-pos:long "-9.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4943'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.2167'^^xsd:double;
  dwc:latitude '56.7333'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6833 -9.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6833 -9.1833)"^^geo:wktLiteral ;
  geo-pos:lat "56.6833"^^xsd:decimal ;
  geo-pos:long "-9.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '385'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1833'^^xsd:double;
  dwc:latitude '56.6833'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6833 -9.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6833 -9.1833)"^^geo:wktLiteral ;
  geo-pos:lat "56.6833"^^xsd:decimal ;
  geo-pos:long "-9.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '177'^^xsd:integer;
  dwc:scientificName 'Leucon hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1833'^^xsd:double;
  dwc:latitude '56.6833'^^xsd:double;
  dwc:aphiaid '389010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10202'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10208'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10198'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10199'^^xsd:integer;
  dwc:scientificName 'Golfingia capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10214'^^xsd:integer;
  dwc:scientificName 'Golfingia abyssora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10220'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10250'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10250'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10254'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10225'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10230'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10236'^^xsd:integer;
  dwc:scientificName 'Golfingia species cf. glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10241'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.16667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10246'^^xsd:integer;
  dwc:scientificName 'Phascolion canum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.16667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.15833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  geo-pos:lat "48.2"^^xsd:decimal ;
  geo-pos:long "-9.15833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11967'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.15833'^^xsd:double;
  dwc:latitude '48.2'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.15833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  geo-pos:lat "48.2"^^xsd:decimal ;
  geo-pos:long "-9.15833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16019'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.15833'^^xsd:double;
  dwc:latitude '48.2'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.15833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  geo-pos:lat "48.2"^^xsd:decimal ;
  geo-pos:long "-9.15833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16023'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.15833'^^xsd:double;
  dwc:latitude '48.2'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.15833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  geo-pos:lat "48.2"^^xsd:decimal ;
  geo-pos:long "-9.15833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16025'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.15833'^^xsd:double;
  dwc:latitude '48.2'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.15833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  geo-pos:lat "48.2"^^xsd:decimal ;
  geo-pos:long "-9.15833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12373'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.15833'^^xsd:double;
  dwc:latitude '48.2'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.15833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -9.15833)"^^geo:wktLiteral ;
  geo-pos:lat "48.2"^^xsd:decimal ;
  geo-pos:long "-9.15833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11628'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.15833'^^xsd:double;
  dwc:latitude '48.2'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4333 -9.145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4333 -9.145)"^^geo:wktLiteral ;
  geo-pos:lat "47.4333"^^xsd:decimal ;
  geo-pos:long "-9.145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16155'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.145'^^xsd:double;
  dwc:latitude '47.4333'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.13667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16107'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13667'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.13667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16117'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13667'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.13667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16116'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13667'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.13667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16124'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13667'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.13667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16118'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13667'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5683 -9.13667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5683"^^xsd:decimal ;
  geo-pos:long "-9.13667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16119'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13667'^^xsd:double;
  dwc:latitude '47.5683'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -9.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.4333 -9.1333)"^^geo:wktLiteral ;
  geo-pos:lat "33.4333"^^xsd:decimal ;
  geo-pos:long "-9.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8188'^^xsd:integer;
  dwc:scientificName 'Desmoscolex perspicuus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1333'^^xsd:double;
  dwc:latitude '33.4333'^^xsd:double;
  dwc:aphiaid '229899'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229899'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.4683"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8044'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.4683'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.4683"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16293'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.4683'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.4683"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16286'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.4683'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.4683"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16287'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.4683'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.4683"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16288'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.4683'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.4683"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16290'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.4683'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.4683"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16291'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.4683'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4683"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4683 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.4683"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16289'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.4683'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4642'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16285'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16284'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16280'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16282'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11558'^^xsd:integer;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5133"^^xsd:decimal ;
  geo-pos:long "-9.12667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16106'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12667'^^xsd:double;
  dwc:latitude '47.5133'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5133"^^xsd:decimal ;
  geo-pos:long "-9.12667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16109'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12667'^^xsd:double;
  dwc:latitude '47.5133'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5133"^^xsd:decimal ;
  geo-pos:long "-9.12667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16121'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12667'^^xsd:double;
  dwc:latitude '47.5133'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5133"^^xsd:decimal ;
  geo-pos:long "-9.12667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16122'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12667'^^xsd:double;
  dwc:latitude '47.5133'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5133"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5133 -9.12667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5133"^^xsd:decimal ;
  geo-pos:long "-9.12667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16127'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12667'^^xsd:double;
  dwc:latitude '47.5133'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.225 -9.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.225"^^xsd:decimal ;
  dwc:decimalLongitude "-9.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.225 -9.125)"^^geo:wktLiteral ;
  geo-pos:lat "48.225"^^xsd:decimal ;
  geo-pos:long "-9.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11966'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.125'^^xsd:double;
  dwc:latitude '48.225'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4467"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4467"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8028'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes uxoris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4467'^^xsd:double;
  dwc:aphiaid '115758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115758'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4467"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4467"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8040'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4467'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4467"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4467"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8041'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes barnetti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4467'^^xsd:double;
  dwc:aphiaid '115749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4467"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4467"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16137'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4467'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4467"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4467"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16138'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4467'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4467"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4467"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16139'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4467'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4467"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4467"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16133'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4467'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4467"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4467 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4467"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16128'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4467'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4717"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15950'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4717'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4717"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15951'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4717'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4717"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15953'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4717'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4717"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15954'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4717'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4717"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15955'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4717'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4717"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15956'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4717'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15956'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4717"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15957'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4717'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4717"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15958'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4717'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4717"^^xsd:decimal ;
  dwc:decimalLongitude "-9.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4717 -9.12)"^^geo:wktLiteral ;
  geo-pos:lat "47.4717"^^xsd:decimal ;
  geo-pos:long "-9.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15949'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.12'^^xsd:double;
  dwc:latitude '47.4717'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4669 -9.1189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4669"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4669 -9.1189)"^^geo:wktLiteral ;
  geo-pos:lat "47.4669"^^xsd:decimal ;
  geo-pos:long "-9.1189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4270'^^xsd:integer;
  dwc:scientificName 'Leviapseudes zenkevitchoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1189'^^xsd:double;
  dwc:latitude '47.4669'^^xsd:double;
  dwc:aphiaid '136309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4675 -9.1172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4675"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4675 -9.1172)"^^geo:wktLiteral ;
  geo-pos:lat "47.4675"^^xsd:decimal ;
  geo-pos:long "-9.1172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4269'^^xsd:integer;
  dwc:scientificName 'Leviapseudes zenkevitchoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1172'^^xsd:double;
  dwc:latitude '47.4675'^^xsd:double;
  dwc:aphiaid '136309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1149'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1166'^^xsd:integer;
  dwc:scientificName 'Campylaspis bicarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1215'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1486'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1370'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1668'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1584'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1553'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1927'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1909'^^xsd:integer;
  dwc:scientificName 'Styloptocuma cristatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182542'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1910'^^xsd:integer;
  dwc:scientificName 'Styloptocuma cristatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182542'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1911'^^xsd:integer;
  dwc:scientificName 'Styloptocuma cristatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182542'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1984'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5401'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2064'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ommidion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5342'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '389'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '295'^^xsd:integer;
  dwc:scientificName 'Styloptocuma cristatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182542'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '275'^^xsd:integer;
  dwc:scientificName 'Procampylaspis hirta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182611'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182611'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9.1167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2662'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1167'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5255 -9.1062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5255"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5255 -9.1062)"^^geo:wktLiteral ;
  geo-pos:lat "47.5255"^^xsd:decimal ;
  geo-pos:long "-9.1062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4859'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1062'^^xsd:double;
  dwc:latitude '47.5255'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4859'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5255 -9.1062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5255"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5255 -9.1062)"^^geo:wktLiteral ;
  geo-pos:lat "47.5255"^^xsd:decimal ;
  geo-pos:long "-9.1062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4971'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1062'^^xsd:double;
  dwc:latitude '47.5255'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5328 -9.1045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5328"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5328 -9.1045)"^^geo:wktLiteral ;
  geo-pos:lat "47.5328"^^xsd:decimal ;
  geo-pos:long "-9.1045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4863'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1045'^^xsd:double;
  dwc:latitude '47.5328'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4863'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5283 -9.10333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5283"^^xsd:decimal ;
  dwc:decimalLongitude "-9.10333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5283 -9.10333)"^^geo:wktLiteral ;
  geo-pos:lat "41.5283"^^xsd:decimal ;
  geo-pos:long "-9.10333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16131'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.10333'^^xsd:double;
  dwc:latitude '41.5283'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5283 -9.10333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5283"^^xsd:decimal ;
  dwc:decimalLongitude "-9.10333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5283 -9.10333)"^^geo:wktLiteral ;
  geo-pos:lat "41.5283"^^xsd:decimal ;
  geo-pos:long "-9.10333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16115'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.10333'^^xsd:double;
  dwc:latitude '41.5283'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5283 -9.10333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5283"^^xsd:decimal ;
  dwc:decimalLongitude "-9.10333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5283 -9.10333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5283"^^xsd:decimal ;
  geo-pos:long "-9.10333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16134'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.10333'^^xsd:double;
  dwc:latitude '47.5283'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5375 -9.102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5375"^^xsd:decimal ;
  dwc:decimalLongitude "-9.102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5375 -9.102)"^^geo:wktLiteral ;
  geo-pos:lat "47.5375"^^xsd:decimal ;
  geo-pos:long "-9.102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4850'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.102'^^xsd:double;
  dwc:latitude '47.5375'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4850'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10405'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10837'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5858'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5858'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3747'^^xsd:integer;
  dwc:scientificName 'Eurycope centobi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '183151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10462'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6004'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10875'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10873'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10843'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10843'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10845'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10841'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10842'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10573'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10575'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10579'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5648'^^xsd:integer;
  dwc:scientificName 'Araphuroides brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5861'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10650'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10651'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16278'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16283'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.535"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.535 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.535"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16281'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.535'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5647'^^xsd:integer;
  dwc:scientificName 'Araphuroides brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5338 -9.0995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5338"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5338 -9.0995)"^^geo:wktLiteral ;
  geo-pos:lat "47.5338"^^xsd:decimal ;
  geo-pos:long "-9.0995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4646'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0995'^^xsd:double;
  dwc:latitude '47.5338'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5342 -9.0995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5342"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5342 -9.0995)"^^geo:wktLiteral ;
  geo-pos:lat "47.5342"^^xsd:decimal ;
  geo-pos:long "-9.0995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4858'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0995'^^xsd:double;
  dwc:latitude '47.5342'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4858'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5258 -9.0958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5258"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5258 -9.0958)"^^geo:wktLiteral ;
  geo-pos:lat "47.5258"^^xsd:decimal ;
  geo-pos:long "-9.0958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4853'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0958'^^xsd:double;
  dwc:latitude '47.5258'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5258 -9.0958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5258"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5258 -9.0958)"^^geo:wktLiteral ;
  geo-pos:lat "47.5258"^^xsd:decimal ;
  geo-pos:long "-9.0958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4967'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0958'^^xsd:double;
  dwc:latitude '47.5258'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5583 -9.09167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-9.09167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5583 -9.09167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5583"^^xsd:decimal ;
  geo-pos:long "-9.09167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11557'^^xsd:integer;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.09167'^^xsd:double;
  dwc:latitude '47.5583'^^xsd:double;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5322 -9.0912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5322"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5322 -9.0912)"^^geo:wktLiteral ;
  geo-pos:lat "47.5322"^^xsd:decimal ;
  geo-pos:long "-9.0912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4849'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0912'^^xsd:double;
  dwc:latitude '47.5322'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5422 -9.0912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5422"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5422 -9.0912)"^^geo:wktLiteral ;
  geo-pos:lat "47.5422"^^xsd:decimal ;
  geo-pos:long "-9.0912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4852'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0912'^^xsd:double;
  dwc:latitude '47.5422'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.54 -9.0888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.54"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.54 -9.0888)"^^geo:wktLiteral ;
  geo-pos:lat "47.54"^^xsd:decimal ;
  geo-pos:long "-9.0888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4648'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0888'^^xsd:double;
  dwc:latitude '47.54'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5287 -9.088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5287"^^xsd:decimal ;
  dwc:decimalLongitude "-9.088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5287 -9.088)"^^geo:wktLiteral ;
  geo-pos:lat "47.5287"^^xsd:decimal ;
  geo-pos:long "-9.088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4860'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.088'^^xsd:double;
  dwc:latitude '47.5287'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4860'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5287 -9.088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5287"^^xsd:decimal ;
  dwc:decimalLongitude "-9.088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5287 -9.088)"^^geo:wktLiteral ;
  geo-pos:lat "47.5287"^^xsd:decimal ;
  geo-pos:long "-9.088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4972'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.088'^^xsd:double;
  dwc:latitude '47.5287'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5345 -9.0863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5345"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5345 -9.0863)"^^geo:wktLiteral ;
  geo-pos:lat "47.5345"^^xsd:decimal ;
  geo-pos:long "-9.0863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4856'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0863'^^xsd:double;
  dwc:latitude '47.5345'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4856'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5345 -9.0863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5345"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5345 -9.0863)"^^geo:wktLiteral ;
  geo-pos:lat "47.5345"^^xsd:decimal ;
  geo-pos:long "-9.0863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4969'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0863'^^xsd:double;
  dwc:latitude '47.5345'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4969'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5253 -9.0845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5253"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5253 -9.0845)"^^geo:wktLiteral ;
  geo-pos:lat "47.5253"^^xsd:decimal ;
  geo-pos:long "-9.0845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4861'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0845'^^xsd:double;
  dwc:latitude '47.5253'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10484'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10464'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11374'^^xsd:integer;
  dwc:scientificName 'Onceroxenus birdi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10876'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10872'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10846'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10574'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10580'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10577'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10578'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10652'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10653'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.08333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10844'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.08333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8711'^^xsd:integer;
  dwc:scientificName 'Desmoscolex falcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '121121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8633'^^xsd:integer;
  dwc:scientificName 'Desmoscolex aff. falcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '121121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8634'^^xsd:integer;
  dwc:scientificName 'Quadricoma cobbi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '121151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8628'^^xsd:integer;
  dwc:scientificName 'Quadricoma brevichaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0833'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '183382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1305096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6003'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5857'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5857'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5860'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5860'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5859'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5859'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.0803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.0803)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.0803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4647'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0803'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.0803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -9.0803)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-9.0803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5510'^^xsd:integer;
  dwc:scientificName 'Pseudotanais falcicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0803'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '136504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5363 -9.0753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5363"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5363 -9.0753)"^^geo:wktLiteral ;
  geo-pos:lat "47.5363"^^xsd:decimal ;
  geo-pos:long "-9.0753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4857'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0753'^^xsd:double;
  dwc:latitude '47.5363'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4857'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5363 -9.0753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5363"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5363 -9.0753)"^^geo:wktLiteral ;
  geo-pos:lat "47.5363"^^xsd:decimal ;
  geo-pos:long "-9.0753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4970'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0753'^^xsd:double;
  dwc:latitude '47.5363'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4933 -9.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4933"^^xsd:decimal ;
  dwc:decimalLongitude "-9.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4933 -9.075)"^^geo:wktLiteral ;
  geo-pos:lat "47.4933"^^xsd:decimal ;
  geo-pos:long "-9.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16279'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.075'^^xsd:double;
  dwc:latitude '47.4933'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4933 -9.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4933"^^xsd:decimal ;
  dwc:decimalLongitude "-9.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4933 -9.075)"^^geo:wktLiteral ;
  geo-pos:lat "47.4933"^^xsd:decimal ;
  geo-pos:long "-9.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16277'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.075'^^xsd:double;
  dwc:latitude '47.4933'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5262 -9.0703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5262"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5262 -9.0703)"^^geo:wktLiteral ;
  geo-pos:lat "47.5262"^^xsd:decimal ;
  geo-pos:long "-9.0703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4851'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0703'^^xsd:double;
  dwc:latitude '47.5262'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1095'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1178'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1178'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1209'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1256'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1482'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1368'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1666'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1583'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1552'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1925'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5978'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2661'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.0667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10836'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.06667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10836'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10404'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.06667'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10874'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.06667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10576'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.06667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -9.03333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-9.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9884'^^xsd:integer;
  dwc:scientificName 'Lophocalyx biogasi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.03333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '255093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -9.01667)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-9.01667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16206'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9.01667'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1099'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1257'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1524'^^xsd:integer;
  dwc:scientificName 'Cumellopsis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1626'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1588'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1554'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1894'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '448'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1986'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1760'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '356'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '427'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '397'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8039'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes barnetti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '115749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8045'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8048'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vivierae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '115761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16207'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16202'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16203'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16204'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16197'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16198'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16199'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -9)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16201'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.515 -8.99167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.515"^^xsd:decimal ;
  dwc:decimalLongitude "-8.99167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.515 -8.99167)"^^geo:wktLiteral ;
  geo-pos:lat "47.515"^^xsd:decimal ;
  geo-pos:long "-8.99167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16141'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.99167'^^xsd:double;
  dwc:latitude '47.515'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.515 -8.99167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.515"^^xsd:decimal ;
  dwc:decimalLongitude "-8.99167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.515 -8.99167)"^^geo:wktLiteral ;
  geo-pos:lat "47.515"^^xsd:decimal ;
  geo-pos:long "-8.99167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16136'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.99167'^^xsd:double;
  dwc:latitude '47.515'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.515 -8.99167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.515"^^xsd:decimal ;
  dwc:decimalLongitude "-8.99167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.515 -8.99167)"^^geo:wktLiteral ;
  geo-pos:lat "47.515"^^xsd:decimal ;
  geo-pos:long "-8.99167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16130'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.99167'^^xsd:double;
  dwc:latitude '47.515'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -8.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -8.93333)"^^geo:wktLiteral ;
  geo-pos:lat "47.6333"^^xsd:decimal ;
  geo-pos:long "-8.93333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10640'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.93333'^^xsd:double;
  dwc:latitude '47.6333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1833 -8.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1833 -8.9333)"^^geo:wktLiteral ;
  geo-pos:lat "45.1833"^^xsd:decimal ;
  geo-pos:long "-8.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6746'^^xsd:integer;
  dwc:scientificName 'Cerviniella lagarderei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.9333'^^xsd:double;
  dwc:latitude '45.1833'^^xsd:double;
  dwc:aphiaid '115736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115736'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -8.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -8.8667)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-8.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '858'^^xsd:integer;
  dwc:scientificName 'Leptostylis longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.8667'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '110503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:858'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -8.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -8.8667)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-8.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5256'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.8667'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -8.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -8.8667)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-8.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5379'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.8667'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7383 -8.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7383"^^xsd:decimal ;
  dwc:decimalLongitude "-8.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7383 -8.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.7383"^^xsd:decimal ;
  geo-pos:long "-8.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11942'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.85'^^xsd:double;
  dwc:latitude '47.7383'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7383 -8.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7383"^^xsd:decimal ;
  dwc:decimalLongitude "-8.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7383 -8.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.7383"^^xsd:decimal ;
  geo-pos:long "-8.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11606'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.85'^^xsd:double;
  dwc:latitude '47.7383'^^xsd:double;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0833 -8.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0833 -8.85)"^^geo:wktLiteral ;
  geo-pos:lat "59.0833"^^xsd:decimal ;
  geo-pos:long "-8.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4947'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.85'^^xsd:double;
  dwc:latitude '59.0833'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -8.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4"^^xsd:decimal ;
  dwc:decimalLongitude "-8.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 -8.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.4"^^xsd:decimal ;
  geo-pos:long "-8.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4628'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.8333'^^xsd:double;
  dwc:latitude '64.4'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4167 -8.805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4167 -8.805)"^^geo:wktLiteral ;
  geo-pos:lat "36.4167"^^xsd:decimal ;
  geo-pos:long "-8.805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8070'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes fontani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.805'^^xsd:double;
  dwc:latitude '36.4167'^^xsd:double;
  dwc:aphiaid '115752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8070'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.78333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.78333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.78333)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.78333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10912'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.78333'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.76833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.76833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.76833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5867"^^xsd:decimal ;
  geo-pos:long "-8.76833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15811'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.76833'^^xsd:double;
  dwc:latitude '47.5867'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15799'^^xsd:integer;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15802'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.7514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.7514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.7514)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.7514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4131'^^xsd:integer;
  dwc:scientificName 'Apseudes tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.7514'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1789'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1120'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1226'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1503'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1295'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1354'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1609'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1539'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1539'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1771'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1685'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1856'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1856'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2003'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1941'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1955'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1826'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2071'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ommidion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2071'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2023'^^xsd:integer;
  dwc:scientificName 'Styloptocuma subducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '365'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5583 -8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5583 -8.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.5583"^^xsd:decimal ;
  geo-pos:long "-8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16190'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.75'^^xsd:double;
  dwc:latitude '47.5583'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.74833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.74833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15808'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.74833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.74833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.74833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15810'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.74833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.74833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.74833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15797'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.74833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.74833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.74833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15806'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.74833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.74833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.74833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.74833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15801'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.74833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15801'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.7483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.7483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.7483)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.7483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4651'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.7483'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.7483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.7483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.7483)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.7483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4783'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.7483'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5339 -8.7358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5339"^^xsd:decimal ;
  dwc:decimalLongitude "-8.7358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5339 -8.7358)"^^geo:wktLiteral ;
  geo-pos:lat "47.5339"^^xsd:decimal ;
  geo-pos:long "-8.7358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4130'^^xsd:integer;
  dwc:scientificName 'Apseudes tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.7358'^^xsd:double;
  dwc:latitude '47.5339'^^xsd:double;
  dwc:aphiaid '136287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11954'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.735'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16268'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.735'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16268'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16266'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.735'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16274'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.735'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16272'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.735'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16275'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.735'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.735)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16262'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.735'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.73333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16276'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.73333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.7333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '358'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.7333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5233 -8.72667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5233"^^xsd:decimal ;
  dwc:decimalLongitude "-8.72667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5233 -8.72667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5233"^^xsd:decimal ;
  geo-pos:long "-8.72667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15701'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.72667'^^xsd:double;
  dwc:latitude '47.5233'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5533 -8.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-8.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5533 -8.69)"^^geo:wktLiteral ;
  geo-pos:lat "47.5533"^^xsd:decimal ;
  geo-pos:long "-8.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16176'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.69'^^xsd:double;
  dwc:latitude '47.5533'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.68333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-8.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10901'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.68333'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10901'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.68333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10409'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.68333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.68333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10460'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.68333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.68333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10543'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.68333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.68333)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10570'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.68333'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -8.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -8.68333)"^^geo:wktLiteral ;
  geo-pos:lat "47.6333"^^xsd:decimal ;
  geo-pos:long "-8.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10902'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.68333'^^xsd:double;
  dwc:latitude '47.6333'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10902'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5417'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5415'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5866'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5862'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6833'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.68167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.68167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.68167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.68167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16170'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.68167'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.57 -8.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.57"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.57 -8.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.57"^^xsd:decimal ;
  geo-pos:long "-8.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15934'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67833'^^xsd:double;
  dwc:latitude '47.57'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.57 -8.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.57"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.57 -8.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.57"^^xsd:decimal ;
  geo-pos:long "-8.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15936'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67833'^^xsd:double;
  dwc:latitude '47.57'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-8.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15931'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67833'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-8.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15922'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67833'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15922'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-8.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15925'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67833'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.67833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.67833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-8.67833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15939'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67833'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5517 -8.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5517 -8.6783)"^^geo:wktLiteral ;
  geo-pos:lat "47.5517"^^xsd:decimal ;
  geo-pos:long "-8.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4645'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6783'^^xsd:double;
  dwc:latitude '47.5517'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5517 -8.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5517 -8.6783)"^^geo:wktLiteral ;
  geo-pos:lat "47.5517"^^xsd:decimal ;
  geo-pos:long "-8.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5343'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6783'^^xsd:double;
  dwc:latitude '47.5517'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.6783)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-8.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4635'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6783'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.6783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5733 -8.6783)"^^geo:wktLiteral ;
  geo-pos:lat "47.5733"^^xsd:decimal ;
  geo-pos:long "-8.6783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4775'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6783'^^xsd:double;
  dwc:latitude '47.5733'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5117 -8.67667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5117"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5117 -8.67667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5117"^^xsd:decimal ;
  geo-pos:long "-8.67667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15807'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67667'^^xsd:double;
  dwc:latitude '47.5117'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5117 -8.67667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5117"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5117 -8.67667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5117"^^xsd:decimal ;
  geo-pos:long "-8.67667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15803'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67667'^^xsd:double;
  dwc:latitude '47.5117'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15803'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5117 -8.67667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5117"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5117 -8.67667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5117"^^xsd:decimal ;
  geo-pos:long "-8.67667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15805'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67667'^^xsd:double;
  dwc:latitude '47.5117'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6283 -8.67667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6283"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6283 -8.67667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6283"^^xsd:decimal ;
  geo-pos:long "-8.67667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11956'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67667'^^xsd:double;
  dwc:latitude '47.6283'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11956'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.675)"^^geo:wktLiteral ;
  geo-pos:lat "47.5867"^^xsd:decimal ;
  geo-pos:long "-8.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15785'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.675'^^xsd:double;
  dwc:latitude '47.5867'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6017"^^xsd:decimal ;
  dwc:decimalLongitude "-8.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  geo-pos:lat "47.6017"^^xsd:decimal ;
  geo-pos:long "-8.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4650'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.675'^^xsd:double;
  dwc:latitude '47.6017'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4650'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6017"^^xsd:decimal ;
  dwc:decimalLongitude "-8.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  geo-pos:lat "47.6017"^^xsd:decimal ;
  geo-pos:long "-8.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15786'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.675'^^xsd:double;
  dwc:latitude '47.6017'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15786'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6017"^^xsd:decimal ;
  dwc:decimalLongitude "-8.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  geo-pos:lat "47.6017"^^xsd:decimal ;
  geo-pos:long "-8.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15789'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.675'^^xsd:double;
  dwc:latitude '47.6017'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6017"^^xsd:decimal ;
  dwc:decimalLongitude "-8.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  geo-pos:lat "47.6017"^^xsd:decimal ;
  geo-pos:long "-8.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15792'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.675'^^xsd:double;
  dwc:latitude '47.6017'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6017"^^xsd:decimal ;
  dwc:decimalLongitude "-8.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  geo-pos:lat "47.6017"^^xsd:decimal ;
  geo-pos:long "-8.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16192'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.675'^^xsd:double;
  dwc:latitude '47.6017'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6017"^^xsd:decimal ;
  dwc:decimalLongitude "-8.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6017 -8.675)"^^geo:wktLiteral ;
  geo-pos:lat "47.6017"^^xsd:decimal ;
  geo-pos:long "-8.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16194'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.675'^^xsd:double;
  dwc:latitude '47.6017'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5715 -8.6717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5715"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5715 -8.6717)"^^geo:wktLiteral ;
  geo-pos:lat "47.5715"^^xsd:decimal ;
  geo-pos:long "-8.6717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4780'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6717'^^xsd:double;
  dwc:latitude '47.5715'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.57 -8.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.57"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.57 -8.67)"^^geo:wktLiteral ;
  geo-pos:lat "47.57"^^xsd:decimal ;
  geo-pos:long "-8.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3748'^^xsd:integer;
  dwc:scientificName 'Eurycope centobi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.67'^^xsd:double;
  dwc:latitude '47.57'^^xsd:double;
  dwc:aphiaid '183151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5867"^^xsd:decimal ;
  geo-pos:long "-8.66833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15788'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66833'^^xsd:double;
  dwc:latitude '47.5867'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5867"^^xsd:decimal ;
  geo-pos:long "-8.66833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15791'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66833'^^xsd:double;
  dwc:latitude '47.5867'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5867"^^xsd:decimal ;
  geo-pos:long "-8.66833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15793'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66833'^^xsd:double;
  dwc:latitude '47.5867'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5867"^^xsd:decimal ;
  geo-pos:long "-8.66833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15794'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66833'^^xsd:double;
  dwc:latitude '47.5867'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.66833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5867"^^xsd:decimal ;
  geo-pos:long "-8.66833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15795'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66833'^^xsd:double;
  dwc:latitude '47.5867'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15795'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.6683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.6683)"^^geo:wktLiteral ;
  geo-pos:lat "47.5867"^^xsd:decimal ;
  geo-pos:long "-8.6683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4649'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6683'^^xsd:double;
  dwc:latitude '47.5867'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.6683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5867 -8.6683)"^^geo:wktLiteral ;
  geo-pos:lat "47.5867"^^xsd:decimal ;
  geo-pos:long "-8.6683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4782'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6683'^^xsd:double;
  dwc:latitude '47.5867'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '748'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '739'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '746'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '732'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '729'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0467 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0467 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.0467"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4640'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.0467'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4777'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5418'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5413'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5412'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5344'^^xsd:integer;
  dwc:scientificName 'Mystriocentrus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5973'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5974'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5975'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5975'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5977'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5865'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5863'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5863'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '469'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1094'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1837'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1208'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1212'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1485'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1287'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1338'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1338'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1339'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1665'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1535'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1535'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1536'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1536'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1747'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1750'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1924'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1814'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1839'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1950'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2020'^^xsd:integer;
  dwc:scientificName 'Styloptocuma subducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2019'^^xsd:integer;
  dwc:scientificName 'Styloptocuma subducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1983'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1982'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5409'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1784'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6001'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '351'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6002'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5869'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5867'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5868'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1182'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1182'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1119'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1225'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1501'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1326'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1326'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1351'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1351'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1376'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1636'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1607'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1538'^^xsd:integer;
  dwc:scientificName 'Floridocuma selvakumarani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1538'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1769'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1787'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1683'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1854'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2002'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2017'^^xsd:integer;
  dwc:scientificName 'Styloptocuma subducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1906'^^xsd:integer;
  dwc:scientificName 'Styloptocuma concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1938'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1824'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1810'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1811'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1945'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1946'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2018'^^xsd:integer;
  dwc:scientificName 'Styloptocuma subducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1952'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2069'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ommidion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2069'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2021'^^xsd:integer;
  dwc:scientificName 'Styloptocuma subducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '364'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '306'^^xsd:integer;
  dwc:scientificName 'Styloptocuma subducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '298'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '289'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1267'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1502'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1324'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1294'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1327'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1327'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1345'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1352'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1377'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1608'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1788'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1855'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1905'^^xsd:integer;
  dwc:scientificName 'Styloptocuma concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1939'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1907'^^xsd:integer;
  dwc:scientificName 'Styloptocuma concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1907'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1929'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1929'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1908'^^xsd:integer;
  dwc:scientificName 'Styloptocuma concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1953'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2070'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ommidion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2070'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2022'^^xsd:integer;
  dwc:scientificName 'Styloptocuma subducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '340'^^xsd:integer;
  dwc:scientificName 'Ceratocuma cyrtum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '181904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '339'^^xsd:integer;
  dwc:scientificName 'Ceratocuma cyrtum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '181904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '294'^^xsd:integer;
  dwc:scientificName 'Styloptocuma concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A41> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-8.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '41'^^xsd:integer;
  dwc:scientificName 'Campylaspis gamoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '182402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:41'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A73> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -8.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '73'^^xsd:integer;
  dwc:scientificName 'Ceratocuma cyrtum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6667'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '181904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:73'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16162'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16161'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11609'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16180'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16182'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16182'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16175'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16169'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16173'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10407'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10483'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10458'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10412'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10871'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10871'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10870'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10572'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10569'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10567'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10838'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10904'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10406'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10485'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10482'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10459'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10457'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10414'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10545'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10546'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10877'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10848'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10568'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10566'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10647'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10655'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.66667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.5617"^^xsd:decimal ;
  geo-pos:long "-8.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15721'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.665'^^xsd:double;
  dwc:latitude '47.5617'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.5617"^^xsd:decimal ;
  geo-pos:long "-8.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15717'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.665'^^xsd:double;
  dwc:latitude '47.5617'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.5617"^^xsd:decimal ;
  geo-pos:long "-8.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15722'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.665'^^xsd:double;
  dwc:latitude '47.5617'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15722'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.5617"^^xsd:decimal ;
  geo-pos:long "-8.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15723'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.665'^^xsd:double;
  dwc:latitude '47.5617'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.665)"^^geo:wktLiteral ;
  geo-pos:lat "47.5617"^^xsd:decimal ;
  geo-pos:long "-8.665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15726'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.665'^^xsd:double;
  dwc:latitude '47.5617'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5725 -8.6625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5725"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5725 -8.6625)"^^geo:wktLiteral ;
  geo-pos:lat "47.5725"^^xsd:decimal ;
  geo-pos:long "-8.6625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4765'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6625'^^xsd:double;
  dwc:latitude '47.5725'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5725 -8.6625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5725"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5725 -8.6625)"^^geo:wktLiteral ;
  geo-pos:lat "47.5725"^^xsd:decimal ;
  geo-pos:long "-8.6625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4781'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6625'^^xsd:double;
  dwc:latitude '47.5725'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -8.6608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5567"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -8.6608)"^^geo:wktLiteral ;
  geo-pos:lat "47.5567"^^xsd:decimal ;
  geo-pos:long "-8.6608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4762'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6608'^^xsd:double;
  dwc:latitude '47.5567'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -8.6608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -8.6608)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-8.6608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4764'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6608'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5583 -8.6517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5583"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5583 -8.6517)"^^geo:wktLiteral ;
  geo-pos:lat "47.5583"^^xsd:decimal ;
  geo-pos:long "-8.6517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4847'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6517'^^xsd:double;
  dwc:latitude '47.5583'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4847'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10903'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10408'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10455'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon muelleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10410'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10415'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10413'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10840'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10571'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10648'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10649'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5414'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11372'^^xsd:integer;
  dwc:scientificName 'Onceroxenus birdi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10411'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5976'^^xsd:integer;
  dwc:scientificName 'Stenotanais crassiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10839'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5767"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16149'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5767'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5767"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16150'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5767'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5767"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16154'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5767'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5767"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16156'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5767'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5767"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16158'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5767'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5767"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16159'^^xsd:integer;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5767'^^xsd:double;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5767"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16143'^^xsd:integer;
  dwc:scientificName 'Portlandia lenticula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5767'^^xsd:double;
  dwc:aphiaid '156360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5767"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16146'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5767'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16146'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5767"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5767 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5767"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16168'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5767'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5783"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5783"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16152'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5783'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16152'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5783"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5783"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16151'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5783'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5783"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5783"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16157'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5783'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5783"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5783"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16153'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5783'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5783"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5783"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16160'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5783'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5783"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5783"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16144'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5783'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5783"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5783"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16147'^^xsd:integer;
  dwc:scientificName 'Cetoconcha braziliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5783'^^xsd:double;
  dwc:aphiaid '140842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140842'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5783"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5783 -8.64667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5783"^^xsd:decimal ;
  geo-pos:long "-8.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16148'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64667'^^xsd:double;
  dwc:latitude '47.5783'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9667 -8.64583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9667 -8.64583)"^^geo:wktLiteral ;
  geo-pos:lat "33.9667"^^xsd:decimal ;
  geo-pos:long "-8.64583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9637'^^xsd:integer;
  dwc:scientificName 'Euplectella suberea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64583'^^xsd:double;
  dwc:latitude '33.9667'^^xsd:double;
  dwc:aphiaid '134401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5533"^^xsd:decimal ;
  geo-pos:long "-8.64167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16269'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64167'^^xsd:double;
  dwc:latitude '44.5533'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16269'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5533"^^xsd:decimal ;
  geo-pos:long "-8.64167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16267'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64167'^^xsd:double;
  dwc:latitude '44.5533'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5533"^^xsd:decimal ;
  geo-pos:long "-8.64167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16271'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64167'^^xsd:double;
  dwc:latitude '44.5533'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5533"^^xsd:decimal ;
  geo-pos:long "-8.64167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16270'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64167'^^xsd:double;
  dwc:latitude '44.5533'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5533"^^xsd:decimal ;
  geo-pos:long "-8.64167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16257'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64167'^^xsd:double;
  dwc:latitude '44.5533'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5533"^^xsd:decimal ;
  dwc:decimalLongitude "-8.64167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5533 -8.64167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5533"^^xsd:decimal ;
  geo-pos:long "-8.64167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16259'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.64167'^^xsd:double;
  dwc:latitude '44.5533'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.63333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9881'^^xsd:integer;
  dwc:scientificName 'Lophocalyx biogasi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.63333'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '255093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-8.60833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-8.60833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15921'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.60833'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15921'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-8.60833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-8.60833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15924'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.60833'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-8.60833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-8.60833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15916'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.60833'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-8.60833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-8.60833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15917'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.60833'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-8.60833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-8.60833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15915'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.60833'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-8.60833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.60833)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-8.60833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15937'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.60833'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.6083)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-8.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4636'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6083'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -8.60667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-8.60667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -8.60667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-8.60667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16142'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.60667'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5083"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5083 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5083"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5428'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.5083'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1340'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1340'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1213'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1751'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1902'^^xsd:integer;
  dwc:scientificName 'Styloptocuma concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1902'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1926'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1815'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1840'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '352'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '470'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1214'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1341'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1667'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1842'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.6'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.5967)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4638'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5967'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.5967)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4760'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5967'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.59667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15942'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59667'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.59667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15948'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59667'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.59667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15943'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59667'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.59667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15944'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59667'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.59667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15945'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59667'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15945'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.59667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.59667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15946'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59667'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5917)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-8.5917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4864'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5917'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.475 -8.59167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.475"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.475 -8.59167)"^^geo:wktLiteral ;
  geo-pos:lat "47.475"^^xsd:decimal ;
  geo-pos:long "-8.59167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15716'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59167'^^xsd:double;
  dwc:latitude '47.475'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.475 -8.59167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.475"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.475 -8.59167)"^^geo:wktLiteral ;
  geo-pos:lat "47.475"^^xsd:decimal ;
  geo-pos:long "-8.59167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15724'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59167'^^xsd:double;
  dwc:latitude '47.475'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.475 -8.59167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.475"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.475 -8.59167)"^^geo:wktLiteral ;
  geo-pos:lat "47.475"^^xsd:decimal ;
  geo-pos:long "-8.59167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15719'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59167'^^xsd:double;
  dwc:latitude '47.475'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15719'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.475 -8.59167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.475"^^xsd:decimal ;
  dwc:decimalLongitude "-8.59167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.475 -8.59167)"^^geo:wktLiteral ;
  geo-pos:lat "47.475"^^xsd:decimal ;
  geo-pos:long "-8.59167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15720'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.59167'^^xsd:double;
  dwc:latitude '47.475'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16171'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.58333'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16183'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.58333'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16185'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.58333'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16172'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.58333'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16163'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.58333'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.58333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16166'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.58333'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5999'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5467"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5467 -8.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5467"^^xsd:decimal ;
  geo-pos:long "-8.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7722'^^xsd:integer;
  dwc:scientificName 'Myzotheridion seguenziae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5833'^^xsd:double;
  dwc:latitude '47.5467'^^xsd:double;
  dwc:aphiaid '129089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1218'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1343'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1758'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1674'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1818'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1845'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '354'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-8.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4151'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes curticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5767'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '136294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-8.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4200'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5767'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-8.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4167'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5767'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-8.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4637'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5767'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.5767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.5767)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-8.5767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4759'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5767'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-8.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15923'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-8.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15927'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-8.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15918'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15918'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-8.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15919'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-8.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15920'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-8.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15933'^^xsd:integer;
  dwc:scientificName 'Portlandia lenticula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '156360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -8.57667)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-8.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15938'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.57667'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.57167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.57167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5617 -8.57167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5617"^^xsd:decimal ;
  geo-pos:long "-8.57167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11951'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.57167'^^xsd:double;
  dwc:latitude '47.5617'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.545 -8.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.545"^^xsd:decimal ;
  dwc:decimalLongitude "-8.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.545 -8.57)"^^geo:wktLiteral ;
  geo-pos:lat "42.545"^^xsd:decimal ;
  geo-pos:long "-8.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11950'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.57'^^xsd:double;
  dwc:latitude '42.545'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-8.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1752'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5667'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-8.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1903'^^xsd:integer;
  dwc:scientificName 'Styloptocuma concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5667'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '182541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -8.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-8.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1841'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5667'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.545"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.545 -8.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.545"^^xsd:decimal ;
  geo-pos:long "-8.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11952'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56667'^^xsd:double;
  dwc:latitude '47.545'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -8.56667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-8.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9883'^^xsd:integer;
  dwc:scientificName 'Lophocalyx biogasi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '255093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16261'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56333'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16273'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56333'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16273'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16252'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56333'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16253'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56333'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16256'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56333'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16254'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56333'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16265'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56333'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16263'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56333'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.56333)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16264'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56333'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5717"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5717 -8.5633)"^^geo:wktLiteral ;
  geo-pos:lat "47.5717"^^xsd:decimal ;
  geo-pos:long "-8.5633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7723'^^xsd:integer;
  dwc:scientificName 'Myzotheridion seguenziae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5633'^^xsd:double;
  dwc:latitude '47.5717'^^xsd:double;
  dwc:aphiaid '129089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5917"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5917"^^xsd:decimal ;
  geo-pos:long "-8.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15709'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56167'^^xsd:double;
  dwc:latitude '47.5917'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5917"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5917"^^xsd:decimal ;
  geo-pos:long "-8.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15712'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56167'^^xsd:double;
  dwc:latitude '47.5917'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5917"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5917"^^xsd:decimal ;
  geo-pos:long "-8.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15713'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56167'^^xsd:double;
  dwc:latitude '47.5917'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5917"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5917"^^xsd:decimal ;
  geo-pos:long "-8.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15714'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56167'^^xsd:double;
  dwc:latitude '47.5917'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15714'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5917"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5917 -8.56167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5917"^^xsd:decimal ;
  geo-pos:long "-8.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15715'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.56167'^^xsd:double;
  dwc:latitude '47.5917'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7175 -8.5522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7175"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7175 -8.5522)"^^geo:wktLiteral ;
  geo-pos:lat "47.7175"^^xsd:decimal ;
  geo-pos:long "-8.5522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4157'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5522'^^xsd:double;
  dwc:latitude '47.7175'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.0167 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "72.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (72.0167 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "72.0167"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14574'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:latitude '72.0167'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.295 -8.53833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.295"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.295 -8.53833)"^^geo:wktLiteral ;
  geo-pos:lat "61.295"^^xsd:decimal ;
  geo-pos:long "-8.53833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11395'^^xsd:integer;
  dwc:scientificName 'Tantulacus hoegi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.53833'^^xsd:double;
  dwc:latitude '61.295'^^xsd:double;
  dwc:aphiaid '136612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.555 -8.5183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.555"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.555 -8.5183)"^^geo:wktLiteral ;
  geo-pos:lat "47.555"^^xsd:decimal ;
  geo-pos:long "-8.5183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4550'^^xsd:integer;
  dwc:scientificName 'Neotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5183'^^xsd:double;
  dwc:latitude '47.555'^^xsd:double;
  dwc:aphiaid '136337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136337'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-8.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1344'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5167'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-8.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1759'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5167'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-8.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1675'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5167'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-8.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1928'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5167'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-8.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1819'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5167'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-8.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1846'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5167'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.5167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-8.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1985'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5167'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1985'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -8.51667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-8.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '355'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.51667'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:355'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.5117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.5117)"^^geo:wktLiteral ;
  geo-pos:lat "47.4867"^^xsd:decimal ;
  geo-pos:long "-8.5117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4641'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5117'^^xsd:double;
  dwc:latitude '47.4867'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.5117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.5117)"^^geo:wktLiteral ;
  geo-pos:lat "47.4867"^^xsd:decimal ;
  geo-pos:long "-8.5117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4202'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes simplicirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5117'^^xsd:double;
  dwc:latitude '47.4867'^^xsd:double;
  dwc:aphiaid '136298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136298'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.51167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4867"^^xsd:decimal ;
  geo-pos:long "-8.51167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16181'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.51167'^^xsd:double;
  dwc:latitude '47.4867'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16181'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.51167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4867"^^xsd:decimal ;
  geo-pos:long "-8.51167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16179'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.51167'^^xsd:double;
  dwc:latitude '47.4867'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.51167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4867"^^xsd:decimal ;
  geo-pos:long "-8.51167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16177'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.51167'^^xsd:double;
  dwc:latitude '47.4867'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.51167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4867"^^xsd:decimal ;
  geo-pos:long "-8.51167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16178'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.51167'^^xsd:double;
  dwc:latitude '47.4867'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.51167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4867"^^xsd:decimal ;
  geo-pos:long "-8.51167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16174'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.51167'^^xsd:double;
  dwc:latitude '47.4867'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.51167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4867"^^xsd:decimal ;
  geo-pos:long "-8.51167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16167'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.51167'^^xsd:double;
  dwc:latitude '47.4867'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4867"^^xsd:decimal ;
  dwc:decimalLongitude "-8.51167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4867 -8.51167)"^^geo:wktLiteral ;
  geo-pos:lat "47.4867"^^xsd:decimal ;
  geo-pos:long "-8.51167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16164'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.51167'^^xsd:double;
  dwc:latitude '47.4867'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4488 -8.5098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4488"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4488 -8.5098)"^^geo:wktLiteral ;
  geo-pos:lat "47.4488"^^xsd:decimal ;
  geo-pos:long "-8.5098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5394'^^xsd:integer;
  dwc:scientificName 'Pseudotanais colonus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5098'^^xsd:double;
  dwc:latitude '47.4488'^^xsd:double;
  dwc:aphiaid '136502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.25"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "-3.25"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5023'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '-3.25'^^xsd:double;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10201'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10207'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10213'^^xsd:integer;
  dwc:scientificName 'Golfingia abyssora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10218'^^xsd:integer;
  dwc:scientificName 'Golfingia constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10219'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10249'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10249'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10252'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10253'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10229'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10235'^^xsd:integer;
  dwc:scientificName 'Golfingia species cf. glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10245'^^xsd:integer;
  dwc:scientificName 'Phascolion canum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10248'^^xsd:integer;
  dwc:scientificName 'Phascolion microspheroides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '424599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2580'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mystacinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2582'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tubulicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2601'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.5)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2570'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus costatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  geo-pos:lat "48.0833"^^xsd:decimal ;
  geo-pos:long "-8.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16018'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49667'^^xsd:double;
  dwc:latitude '48.0833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16018'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  geo-pos:lat "48.0833"^^xsd:decimal ;
  geo-pos:long "-8.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16016'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49667'^^xsd:double;
  dwc:latitude '48.0833'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  geo-pos:lat "48.0833"^^xsd:decimal ;
  geo-pos:long "-8.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16024'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49667'^^xsd:double;
  dwc:latitude '48.0833'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  geo-pos:lat "48.0833"^^xsd:decimal ;
  geo-pos:long "-8.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16028'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49667'^^xsd:double;
  dwc:latitude '48.0833'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  geo-pos:lat "48.0833"^^xsd:decimal ;
  geo-pos:long "-8.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12371'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49667'^^xsd:double;
  dwc:latitude '48.0833'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  geo-pos:lat "48.0833"^^xsd:decimal ;
  geo-pos:long "-8.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11710'^^xsd:integer;
  dwc:scientificName 'Gryphus vitreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49667'^^xsd:double;
  dwc:latitude '48.0833'^^xsd:double;
  dwc:aphiaid '104068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  geo-pos:lat "48.0833"^^xsd:decimal ;
  geo-pos:long "-8.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11681'^^xsd:integer;
  dwc:scientificName 'Eucalathis sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49667'^^xsd:double;
  dwc:latitude '48.0833'^^xsd:double;
  dwc:aphiaid '182861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182861'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0833 -8.49667)"^^geo:wktLiteral ;
  geo-pos:lat "48.0833"^^xsd:decimal ;
  geo-pos:long "-8.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11626'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49667'^^xsd:double;
  dwc:latitude '48.0833'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.05 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.05"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.05 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.05"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16020'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.05'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.0517"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11965'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.0517'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11965'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.0517"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16017'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.0517'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.0517"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16031'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.0517'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.0517"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16032'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.0517'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16032'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.0517"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12280'^^xsd:integer;
  dwc:scientificName 'Novocrania sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.0517'^^xsd:double;
  dwc:aphiaid '235165'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235165'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.0517"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12370'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.0517'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.0517"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11730'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.0517'^^xsd:double;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.0517"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11680'^^xsd:integer;
  dwc:scientificName 'Eucalathis sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.0517'^^xsd:double;
  dwc:aphiaid '182861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182861'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0517"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0517 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.0517"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11625'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '48.0517'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.05 -8.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.05"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.05 -8.4833)"^^geo:wktLiteral ;
  geo-pos:lat "48.05"^^xsd:decimal ;
  geo-pos:long "-8.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9232'^^xsd:integer;
  dwc:scientificName 'Halacarellus reticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4833'^^xsd:double;
  dwc:latitude '48.05'^^xsd:double;
  dwc:aphiaid '114939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.8333 -8.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.8333 -8.4833)"^^geo:wktLiteral ;
  geo-pos:lat "70.8333"^^xsd:decimal ;
  geo-pos:long "-8.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '875'^^xsd:integer;
  dwc:scientificName 'Leucon pallidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4833'^^xsd:double;
  dwc:latitude '70.8333'^^xsd:double;
  dwc:aphiaid '157829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.8333 -8.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.8333 -8.4833)"^^geo:wktLiteral ;
  geo-pos:lat "70.8333"^^xsd:decimal ;
  geo-pos:long "-8.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5213'^^xsd:integer;
  dwc:scientificName 'Leptognathia ventralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4833'^^xsd:double;
  dwc:latitude '70.8333'^^xsd:double;
  dwc:aphiaid '136451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.46667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.46667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.46667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.46667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9882'^^xsd:integer;
  dwc:scientificName 'Lophocalyx biogasi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.46667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '255093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1183 -8.43667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1183"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1183 -8.43667)"^^geo:wktLiteral ;
  geo-pos:lat "48.1183"^^xsd:decimal ;
  geo-pos:long "-8.43667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16026'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.43667'^^xsd:double;
  dwc:latitude '48.1183'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.43667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.43667)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.43667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16021'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.43667'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16021'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.43667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.43667)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.43667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12372'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.43667'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.43667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.43667)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.43667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11627'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.43667'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -8.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -8.4333)"^^geo:wktLiteral ;
  geo-pos:lat "47.8"^^xsd:decimal ;
  geo-pos:long "-8.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '930'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus costatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4333'^^xsd:double;
  dwc:latitude '47.8'^^xsd:double;
  dwc:aphiaid '182077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:930'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -8.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -8.4333)"^^geo:wktLiteral ;
  geo-pos:lat "47.8"^^xsd:decimal ;
  geo-pos:long "-8.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '932'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4333'^^xsd:double;
  dwc:latitude '47.8'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -8.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -8.4333)"^^geo:wktLiteral ;
  geo-pos:lat "47.8"^^xsd:decimal ;
  geo-pos:long "-8.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '931'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4333'^^xsd:double;
  dwc:latitude '47.8'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:931'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0833 -8.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0833 -8.4333)"^^geo:wktLiteral ;
  geo-pos:lat "70.0833"^^xsd:decimal ;
  geo-pos:long "-8.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '802'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4333'^^xsd:double;
  dwc:latitude '70.0833'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0833 -8.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0833 -8.4333)"^^geo:wktLiteral ;
  geo-pos:lat "70.0833"^^xsd:decimal ;
  geo-pos:long "-8.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '826'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4333'^^xsd:double;
  dwc:latitude '70.0833'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0833 -8.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0833 -8.4333)"^^geo:wktLiteral ;
  geo-pos:lat "70.0833"^^xsd:decimal ;
  geo-pos:long "-8.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5384'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4333'^^xsd:double;
  dwc:latitude '70.0833'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.4167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4758'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4167'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -8.4)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-8.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5870'^^xsd:integer;
  dwc:scientificName 'Leptognathioides potens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:aphiaid '136360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.85 -8.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.85"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.85 -8.4)"^^geo:wktLiteral ;
  geo-pos:lat "70.85"^^xsd:decimal ;
  geo-pos:long "-8.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10005'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.4'^^xsd:double;
  dwc:latitude '70.85'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7833 -8.38333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.38333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7833 -8.38333)"^^geo:wktLiteral ;
  geo-pos:lat "35.7833"^^xsd:decimal ;
  geo-pos:long "-8.38333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9636'^^xsd:integer;
  dwc:scientificName 'Euplectella suberea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.38333'^^xsd:double;
  dwc:latitude '35.7833'^^xsd:double;
  dwc:aphiaid '134401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8333 -8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8333 -8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "47.8333"^^xsd:decimal ;
  geo-pos:long "-8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4548'^^xsd:integer;
  dwc:scientificName 'Neotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.3833'^^xsd:double;
  dwc:latitude '47.8333'^^xsd:double;
  dwc:aphiaid '136337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136337'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "69.2167"^^xsd:decimal ;
  geo-pos:long "-8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '827'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.3833'^^xsd:double;
  dwc:latitude '69.2167'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:827'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "69.2167"^^xsd:decimal ;
  geo-pos:long "-8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '890'^^xsd:integer;
  dwc:scientificName 'Leucon spinulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.3833'^^xsd:double;
  dwc:latitude '69.2167'^^xsd:double;
  dwc:aphiaid '110624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "69.2167"^^xsd:decimal ;
  geo-pos:long "-8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5263'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.3833'^^xsd:double;
  dwc:latitude '69.2167'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "69.2167"^^xsd:decimal ;
  geo-pos:long "-8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5233'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.3833'^^xsd:double;
  dwc:latitude '69.2167'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2167 -8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "69.2167"^^xsd:decimal ;
  geo-pos:long "-8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5286'^^xsd:integer;
  dwc:scientificName 'Typhlotanais mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.3833'^^xsd:double;
  dwc:latitude '69.2167'^^xsd:double;
  dwc:aphiaid '136569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  geo-pos:lat "3.9"^^xsd:decimal ;
  geo-pos:long "-8.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10125'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.36667'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  geo-pos:lat "3.9"^^xsd:decimal ;
  geo-pos:long "-8.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14582'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.36667'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  geo-pos:lat "3.9"^^xsd:decimal ;
  geo-pos:long "-8.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14583'^^xsd:integer;
  dwc:scientificName 'Ledella crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.36667'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:aphiaid '428691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  geo-pos:lat "3.9"^^xsd:decimal ;
  geo-pos:long "-8.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14584'^^xsd:integer;
  dwc:scientificName 'Yoldia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.36667'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14584'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  geo-pos:lat "3.9"^^xsd:decimal ;
  geo-pos:long "-8.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14585'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.36667'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  geo-pos:lat "3.9"^^xsd:decimal ;
  geo-pos:long "-8.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14586'^^xsd:integer;
  dwc:scientificName 'Brevinucula verrilli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.36667'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:aphiaid '140580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  geo-pos:lat "3.9"^^xsd:decimal ;
  geo-pos:long "-8.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14587'^^xsd:integer;
  dwc:scientificName 'Yoldia sootryeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.36667'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14587'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  geo-pos:lat "3.9"^^xsd:decimal ;
  geo-pos:long "-8.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14588'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.36667'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.9"^^xsd:decimal ;
  dwc:decimalLongitude "-8.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.9 -8.36667)"^^geo:wktLiteral ;
  geo-pos:lat "3.9"^^xsd:decimal ;
  geo-pos:long "-8.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14581'^^xsd:integer;
  dwc:scientificName 'Neilonella guineensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.36667'^^xsd:double;
  dwc:latitude '3.9'^^xsd:double;
  dwc:aphiaid '420685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '600484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.45 -8.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.45"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.45 -8.3333)"^^geo:wktLiteral ;
  geo-pos:lat "68.45"^^xsd:decimal ;
  geo-pos:long "-8.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '828'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.3333'^^xsd:double;
  dwc:latitude '68.45'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.45 -8.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.45"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.45 -8.3333)"^^geo:wktLiteral ;
  geo-pos:lat "68.45"^^xsd:decimal ;
  geo-pos:long "-8.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5232'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.3333'^^xsd:double;
  dwc:latitude '68.45'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.45 -8.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.45"^^xsd:decimal ;
  dwc:decimalLongitude "-8.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.45 -8.3333)"^^geo:wktLiteral ;
  geo-pos:lat "68.45"^^xsd:decimal ;
  geo-pos:long "-8.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5262'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.3333'^^xsd:double;
  dwc:latitude '68.45'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.45 -8.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.45"^^xsd:decimal ;
  dwc:decimalLongitude "-8.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.45 -8.33)"^^geo:wktLiteral ;
  geo-pos:lat "68.45"^^xsd:decimal ;
  geo-pos:long "-8.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3849'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.33'^^xsd:double;
  dwc:latitude '68.45'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3272 -8.31833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.3272"^^xsd:decimal ;
  dwc:decimalLongitude "-8.31833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3272 -8.31833)"^^geo:wktLiteral ;
  geo-pos:lat "84.3272"^^xsd:decimal ;
  geo-pos:long "-8.31833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16714'^^xsd:integer;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.31833'^^xsd:double;
  dwc:latitude '84.3272'^^xsd:double;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16714'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-8.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6967"^^xsd:decimal ;
  geo-pos:long "-8.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11412'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.31167'^^xsd:double;
  dwc:latitude '47.6967'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-8.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6967"^^xsd:decimal ;
  geo-pos:long "-8.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15940'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.31167'^^xsd:double;
  dwc:latitude '47.6967'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-8.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6967"^^xsd:decimal ;
  geo-pos:long "-8.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11728'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.31167'^^xsd:double;
  dwc:latitude '47.6967'^^xsd:double;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-8.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6967"^^xsd:decimal ;
  geo-pos:long "-8.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11696'^^xsd:integer;
  dwc:scientificName 'Fallax dalliniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.31167'^^xsd:double;
  dwc:latitude '47.6967'^^xsd:double;
  dwc:aphiaid '104058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-8.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6967 -8.31167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6967"^^xsd:decimal ;
  geo-pos:long "-8.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11639'^^xsd:integer;
  dwc:scientificName 'Dallithyris aff. D. sphenoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.31167'^^xsd:double;
  dwc:latitude '47.6967'^^xsd:double;
  dwc:aphiaid '182836'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182836'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.32 -8.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.32"^^xsd:decimal ;
  dwc:decimalLongitude "-8.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.32 -8.31)"^^geo:wktLiteral ;
  geo-pos:lat "-6.32"^^xsd:decimal ;
  geo-pos:long "-8.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3258'^^xsd:integer;
  dwc:scientificName 'Haploniscus quadrifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.31'^^xsd:double;
  dwc:latitude '-6.32'^^xsd:double;
  dwc:aphiaid '183187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -8.29167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.51"^^xsd:decimal ;
  dwc:decimalLongitude "-8.29167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.51 -8.29167)"^^geo:wktLiteral ;
  geo-pos:lat "47.51"^^xsd:decimal ;
  geo-pos:long "-8.29167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15708'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.29167'^^xsd:double;
  dwc:latitude '47.51'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.485 -8.26833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.485"^^xsd:decimal ;
  dwc:decimalLongitude "-8.26833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.485 -8.26833)"^^geo:wktLiteral ;
  geo-pos:lat "47.485"^^xsd:decimal ;
  geo-pos:long "-8.26833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11957'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.26833'^^xsd:double;
  dwc:latitude '47.485'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '468'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1207'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1196'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1286'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1335'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1367'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -8.2667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-8.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1662'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.2667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3169 -8.25056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.3169"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3169 -8.25056)"^^geo:wktLiteral ;
  geo-pos:lat "84.3169"^^xsd:decimal ;
  geo-pos:long "-8.25056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16706'^^xsd:integer;
  dwc:scientificName 'Yoldiella frami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.25056'^^xsd:double;
  dwc:latitude '84.3169'^^xsd:double;
  dwc:aphiaid '141996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3169 -8.25056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.3169"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3169 -8.25056)"^^geo:wktLiteral ;
  geo-pos:lat "84.3169"^^xsd:decimal ;
  geo-pos:long "-8.25056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16717'^^xsd:integer;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.25056'^^xsd:double;
  dwc:latitude '84.3169'^^xsd:double;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3167 -8.21667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.21667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3167 -8.21667)"^^geo:wktLiteral ;
  geo-pos:lat "84.3167"^^xsd:decimal ;
  geo-pos:long "-8.21667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16703'^^xsd:integer;
  dwc:scientificName 'Yoldiella frami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.21667'^^xsd:double;
  dwc:latitude '84.3167'^^xsd:double;
  dwc:aphiaid '141996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3167 -8.21667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.21667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3167 -8.21667)"^^geo:wktLiteral ;
  geo-pos:lat "84.3167"^^xsd:decimal ;
  geo-pos:long "-8.21667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16698'^^xsd:integer;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.21667'^^xsd:double;
  dwc:latitude '84.3167'^^xsd:double;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3167 -8.21667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.21667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3167 -8.21667)"^^geo:wktLiteral ;
  geo-pos:lat "84.3167"^^xsd:decimal ;
  geo-pos:long "-8.21667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16711'^^xsd:integer;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.21667'^^xsd:double;
  dwc:latitude '84.3167'^^xsd:double;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3167 -8.21667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-8.21667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3167 -8.21667)"^^geo:wktLiteral ;
  geo-pos:lat "84.3167"^^xsd:decimal ;
  geo-pos:long "-8.21667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16715'^^xsd:integer;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.21667'^^xsd:double;
  dwc:latitude '84.3167'^^xsd:double;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3 -8.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.3"^^xsd:decimal ;
  dwc:decimalLongitude "-8.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.3 -8.21)"^^geo:wktLiteral ;
  geo-pos:lat "84.3"^^xsd:decimal ;
  geo-pos:long "-8.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3830'^^xsd:integer;
  dwc:scientificName 'Eurycope cryoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.21'^^xsd:double;
  dwc:latitude '84.3'^^xsd:double;
  dwc:aphiaid '233978'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 -8.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "-8.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 -8.18)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "-8.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3182'^^xsd:integer;
  dwc:scientificName 'Haploniscus spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.18'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '183188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 -8.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "-8.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 -8.18)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "-8.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3386'^^xsd:integer;
  dwc:scientificName 'Haplomesus ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.18'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '255894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.355 -8.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.355"^^xsd:decimal ;
  dwc:decimalLongitude "-8.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.355 -8.175)"^^geo:wktLiteral ;
  geo-pos:lat "35.355"^^xsd:decimal ;
  geo-pos:long "-8.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11049'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.175'^^xsd:double;
  dwc:latitude '35.355'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.355 -8.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.355"^^xsd:decimal ;
  dwc:decimalLongitude "-8.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.355 -8.175)"^^geo:wktLiteral ;
  geo-pos:lat "35.355"^^xsd:decimal ;
  geo-pos:long "-8.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11050'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.175'^^xsd:double;
  dwc:latitude '35.355'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.845 -8.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.845"^^xsd:decimal ;
  dwc:decimalLongitude "-8.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.845 -8.155)"^^geo:wktLiteral ;
  geo-pos:lat "47.845"^^xsd:decimal ;
  geo-pos:long "-8.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11964'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.155'^^xsd:double;
  dwc:latitude '47.845'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11964'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.845 -8.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.845"^^xsd:decimal ;
  dwc:decimalLongitude "-8.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.845 -8.155)"^^geo:wktLiteral ;
  geo-pos:lat "47.845"^^xsd:decimal ;
  geo-pos:long "-8.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11729'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.155'^^xsd:double;
  dwc:latitude '47.845'^^xsd:double;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.845 -8.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.845"^^xsd:decimal ;
  dwc:decimalLongitude "-8.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.845 -8.155)"^^geo:wktLiteral ;
  geo-pos:lat "47.845"^^xsd:decimal ;
  geo-pos:long "-8.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11686'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.155'^^xsd:double;
  dwc:latitude '47.845'^^xsd:double;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.845 -8.155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.845"^^xsd:decimal ;
  dwc:decimalLongitude "-8.155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.845 -8.155)"^^geo:wktLiteral ;
  geo-pos:lat "47.845"^^xsd:decimal ;
  geo-pos:long "-8.155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11612'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.155'^^xsd:double;
  dwc:latitude '47.845'^^xsd:double;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7267 -8.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-8.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7267 -8.125)"^^geo:wktLiteral ;
  geo-pos:lat "47.7267"^^xsd:decimal ;
  geo-pos:long "-8.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11963'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.125'^^xsd:double;
  dwc:latitude '47.7267'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11963'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0833 -8.0933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-8.0933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.0833 -8.0933)"^^geo:wktLiteral ;
  geo-pos:lat "36.0833"^^xsd:decimal ;
  geo-pos:long "-8.0933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6020'^^xsd:integer;
  dwc:scientificName 'Mesotanais dubius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.0933'^^xsd:double;
  dwc:latitude '36.0833'^^xsd:double;
  dwc:aphiaid '136476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -8.09167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -8.09167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6617"^^xsd:decimal ;
  geo-pos:long "-8.09167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11949'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.09167'^^xsd:double;
  dwc:latitude '47.6617'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -8.09167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -8.09167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6617"^^xsd:decimal ;
  geo-pos:long "-8.09167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15911'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.09167'^^xsd:double;
  dwc:latitude '47.6617'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -8.09167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -8.09167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6617"^^xsd:decimal ;
  geo-pos:long "-8.09167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11410'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.09167'^^xsd:double;
  dwc:latitude '47.6617'^^xsd:double;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -8.09167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -8.09167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6617"^^xsd:decimal ;
  geo-pos:long "-8.09167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11726'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.09167'^^xsd:double;
  dwc:latitude '47.6617'^^xsd:double;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.08833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.08833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15901'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.08833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15901'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.08833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.08833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15909'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.08833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15909'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.08833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.08833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15904'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.08833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.08833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.08833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15906'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.08833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.08833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.08833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15908'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.08833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5367"^^xsd:decimal ;
  dwc:decimalLongitude "-8.08833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5367 -8.08833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5367"^^xsd:decimal ;
  geo-pos:long "-8.08833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15903'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.08833'^^xsd:double;
  dwc:latitude '47.5367'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1210'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.0833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '350'^^xsd:integer;
  dwc:scientificName 'Bytholeucon hiscens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.0833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1369'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.0833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1749'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.0833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -8.0833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-8.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1838'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.0833'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.07)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15899'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.07'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.07)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15900'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.07'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.07)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15910'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.07'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5417"^^xsd:decimal ;
  dwc:decimalLongitude "-8.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5417 -8.07)"^^geo:wktLiteral ;
  geo-pos:lat "47.5417"^^xsd:decimal ;
  geo-pos:long "-8.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15905'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.07'^^xsd:double;
  dwc:latitude '47.5417'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.74 -8.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.74"^^xsd:decimal ;
  dwc:decimalLongitude "-8.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.74 -8.07)"^^geo:wktLiteral ;
  geo-pos:lat "47.74"^^xsd:decimal ;
  geo-pos:long "-8.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11624'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.07'^^xsd:double;
  dwc:latitude '47.74'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7183"^^xsd:decimal ;
  dwc:decimalLongitude "-8.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7183"^^xsd:decimal ;
  geo-pos:long "-8.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11947'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.06667'^^xsd:double;
  dwc:latitude '47.7183'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7183"^^xsd:decimal ;
  dwc:decimalLongitude "-8.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7183"^^xsd:decimal ;
  geo-pos:long "-8.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16012'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.06667'^^xsd:double;
  dwc:latitude '47.7183'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7183"^^xsd:decimal ;
  dwc:decimalLongitude "-8.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7183"^^xsd:decimal ;
  geo-pos:long "-8.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16013'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.06667'^^xsd:double;
  dwc:latitude '47.7183'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7183"^^xsd:decimal ;
  dwc:decimalLongitude "-8.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7183"^^xsd:decimal ;
  geo-pos:long "-8.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11692'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.06667'^^xsd:double;
  dwc:latitude '47.7183'^^xsd:double;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7183"^^xsd:decimal ;
  dwc:decimalLongitude "-8.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7183 -8.06667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7183"^^xsd:decimal ;
  geo-pos:long "-8.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11611'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.06667'^^xsd:double;
  dwc:latitude '47.7183'^^xsd:double;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7067 -8.05667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7067"^^xsd:decimal ;
  dwc:decimalLongitude "-8.05667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7067 -8.05667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7067"^^xsd:decimal ;
  geo-pos:long "-8.05667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11607'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.05667'^^xsd:double;
  dwc:latitude '47.7067'^^xsd:double;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7083 -8.05333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7083"^^xsd:decimal ;
  dwc:decimalLongitude "-8.05333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7083 -8.05333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7083"^^xsd:decimal ;
  geo-pos:long "-8.05333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11944'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.05333'^^xsd:double;
  dwc:latitude '47.7083'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7083 -8.05333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7083"^^xsd:decimal ;
  dwc:decimalLongitude "-8.05333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7083 -8.05333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7083"^^xsd:decimal ;
  geo-pos:long "-8.05333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11727'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.05333'^^xsd:double;
  dwc:latitude '47.7083'^^xsd:double;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7083 -8.05333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7083"^^xsd:decimal ;
  dwc:decimalLongitude "-8.05333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7083 -8.05333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7083"^^xsd:decimal ;
  geo-pos:long "-8.05333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11608'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.05333'^^xsd:double;
  dwc:latitude '47.7083'^^xsd:double;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.26 -8.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.26"^^xsd:decimal ;
  dwc:decimalLongitude "-8.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.26 -8.04)"^^geo:wktLiteral ;
  geo-pos:lat "84.26"^^xsd:decimal ;
  geo-pos:long "-8.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3831'^^xsd:integer;
  dwc:scientificName 'Eurycope cryoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.04'^^xsd:double;
  dwc:latitude '84.26'^^xsd:double;
  dwc:aphiaid '233978'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.26 -8.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.26"^^xsd:decimal ;
  dwc:decimalLongitude "-8.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.26 -8.04)"^^geo:wktLiteral ;
  geo-pos:lat "84.26"^^xsd:decimal ;
  geo-pos:long "-8.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3027'^^xsd:integer;
  dwc:scientificName 'Nannoniscus arctoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.04'^^xsd:double;
  dwc:latitude '84.26'^^xsd:double;
  dwc:aphiaid '118781'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118781'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0667 -8.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-8.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.0667 -8.03333)"^^geo:wktLiteral ;
  geo-pos:lat "35.0667"^^xsd:decimal ;
  geo-pos:long "-8.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9821'^^xsd:integer;
  dwc:scientificName 'Hyalonema thomsonis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.03333'^^xsd:double;
  dwc:latitude '35.0667'^^xsd:double;
  dwc:aphiaid '194734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171475'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1333 -8.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1333 -8.0333)"^^geo:wktLiteral ;
  geo-pos:lat "36.1333"^^xsd:decimal ;
  geo-pos:long "-8.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '737'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.0333'^^xsd:double;
  dwc:latitude '36.1333'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1333 -8.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-8.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1333 -8.0333)"^^geo:wktLiteral ;
  geo-pos:lat "36.1333"^^xsd:decimal ;
  geo-pos:long "-8.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '745'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.0333'^^xsd:double;
  dwc:latitude '36.1333'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.09 -8.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.09"^^xsd:decimal ;
  dwc:decimalLongitude "-8.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.09 -8.03)"^^geo:wktLiteral ;
  geo-pos:lat "-70.09"^^xsd:decimal ;
  geo-pos:long "-8.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4098'^^xsd:integer;
  dwc:scientificName 'Chaetarcturus cryophilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.03'^^xsd:double;
  dwc:latitude '-70.09'^^xsd:double;
  dwc:aphiaid '257946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.27 -8.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.27"^^xsd:decimal ;
  dwc:decimalLongitude "-8.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.27 -8.03)"^^geo:wktLiteral ;
  geo-pos:lat "84.27"^^xsd:decimal ;
  geo-pos:long "-8.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3833'^^xsd:integer;
  dwc:scientificName 'Eurycope cryoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8.03'^^xsd:double;
  dwc:latitude '84.27'^^xsd:double;
  dwc:aphiaid '233978'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3833'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47"^^xsd:decimal ;
  dwc:decimalLongitude "-8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -8)"^^geo:wktLiteral ;
  geo-pos:lat "47"^^xsd:decimal ;
  geo-pos:long "-8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7677'^^xsd:integer;
  dwc:scientificName 'Exopenna crimmeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-8'^^xsd:integer;
  dwc:latitude '47'^^xsd:integer;
  dwc:aphiaid '135986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135986'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.0633 -7.99833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.0633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.99833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.0633 -7.99833)"^^geo:wktLiteral ;
  geo-pos:lat "20.0633"^^xsd:decimal ;
  geo-pos:long "-7.99833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15622'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.99833'^^xsd:double;
  dwc:latitude '20.0633'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.2272 -7.9475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.2272"^^xsd:decimal ;
  dwc:decimalLongitude "-7.9475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.2272 -7.9475)"^^geo:wktLiteral ;
  geo-pos:lat "84.2272"^^xsd:decimal ;
  geo-pos:long "-7.9475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16705'^^xsd:integer;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.9475'^^xsd:double;
  dwc:latitude '84.2272'^^xsd:double;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.2272 -7.9475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.2272"^^xsd:decimal ;
  dwc:decimalLongitude "-7.9475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.2272 -7.9475)"^^geo:wktLiteral ;
  geo-pos:lat "84.2272"^^xsd:decimal ;
  geo-pos:long "-7.9475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16701'^^xsd:integer;
  dwc:scientificName 'Yoldiella frami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.9475'^^xsd:double;
  dwc:latitude '84.2272'^^xsd:double;
  dwc:aphiaid '141996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.22 -7.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.22"^^xsd:decimal ;
  dwc:decimalLongitude "-7.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.22 -7.94)"^^geo:wktLiteral ;
  geo-pos:lat "84.22"^^xsd:decimal ;
  geo-pos:long "-7.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3026'^^xsd:integer;
  dwc:scientificName 'Nannoniscus arctoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.94'^^xsd:double;
  dwc:latitude '84.22'^^xsd:double;
  dwc:aphiaid '118781'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118781'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.22 -7.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.22"^^xsd:decimal ;
  dwc:decimalLongitude "-7.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.22 -7.94)"^^geo:wktLiteral ;
  geo-pos:lat "84.22"^^xsd:decimal ;
  geo-pos:long "-7.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3832'^^xsd:integer;
  dwc:scientificName 'Eurycope cryoabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.94'^^xsd:double;
  dwc:latitude '84.22'^^xsd:double;
  dwc:aphiaid '233978'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.22 -7.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.22"^^xsd:decimal ;
  dwc:decimalLongitude "-7.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.22 -7.94)"^^geo:wktLiteral ;
  geo-pos:lat "84.22"^^xsd:decimal ;
  geo-pos:long "-7.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3918'^^xsd:integer;
  dwc:scientificName 'Ilyarachna frami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.94'^^xsd:double;
  dwc:latitude '84.22'^^xsd:double;
  dwc:aphiaid '118675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118675'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4333 -7.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-7.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4333 -7.9333)"^^geo:wktLiteral ;
  geo-pos:lat "63.4333"^^xsd:decimal ;
  geo-pos:long "-7.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '860'^^xsd:integer;
  dwc:scientificName 'Leptostylis longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.9333'^^xsd:double;
  dwc:latitude '63.4333'^^xsd:double;
  dwc:aphiaid '110503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:860'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4333 -7.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-7.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4333 -7.9333)"^^geo:wktLiteral ;
  geo-pos:lat "63.4333"^^xsd:decimal ;
  geo-pos:long "-7.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5377'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.9333'^^xsd:double;
  dwc:latitude '63.4333'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6167 -7.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6167 -7.9)"^^geo:wktLiteral ;
  geo-pos:lat "33.6167"^^xsd:decimal ;
  geo-pos:long "-7.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '759'^^xsd:integer;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.9'^^xsd:double;
  dwc:latitude '33.6167'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1983"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  geo-pos:lat "35.1983"^^xsd:decimal ;
  geo-pos:long "-7.87667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11053'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.87667'^^xsd:double;
  dwc:latitude '35.1983'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1983"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  geo-pos:lat "35.1983"^^xsd:decimal ;
  geo-pos:long "-7.87667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11054'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.87667'^^xsd:double;
  dwc:latitude '35.1983'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1983"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  geo-pos:lat "35.1983"^^xsd:decimal ;
  geo-pos:long "-7.87667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11055'^^xsd:integer;
  dwc:scientificName 'Nephasoma sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.87667'^^xsd:double;
  dwc:latitude '35.1983'^^xsd:double;
  dwc:aphiaid '136022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136022'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1983"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  geo-pos:lat "35.1983"^^xsd:decimal ;
  geo-pos:long "-7.87667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11056'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.87667'^^xsd:double;
  dwc:latitude '35.1983'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1983"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  geo-pos:lat "35.1983"^^xsd:decimal ;
  geo-pos:long "-7.87667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11057'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.87667'^^xsd:double;
  dwc:latitude '35.1983'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1983"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  geo-pos:lat "35.1983"^^xsd:decimal ;
  geo-pos:long "-7.87667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11051'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.87667'^^xsd:double;
  dwc:latitude '35.1983'^^xsd:double;
  dwc:aphiaid '425251'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410730'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1983"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  geo-pos:lat "35.1983"^^xsd:decimal ;
  geo-pos:long "-7.87667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11052'^^xsd:integer;
  dwc:scientificName 'Nephasoma sp. cf. capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.87667'^^xsd:double;
  dwc:latitude '35.1983'^^xsd:double;
  dwc:aphiaid '136022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136022'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1983"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1983 -7.87667)"^^geo:wktLiteral ;
  geo-pos:lat "35.1983"^^xsd:decimal ;
  geo-pos:long "-7.87667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11058'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.87667'^^xsd:double;
  dwc:latitude '35.1983'^^xsd:double;
  dwc:aphiaid '424977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.19 -7.84167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.19"^^xsd:decimal ;
  dwc:decimalLongitude "-7.84167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.19 -7.84167)"^^geo:wktLiteral ;
  geo-pos:lat "35.19"^^xsd:decimal ;
  geo-pos:long "-7.84167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11061'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.84167'^^xsd:double;
  dwc:latitude '35.19'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.19 -7.84167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.19"^^xsd:decimal ;
  dwc:decimalLongitude "-7.84167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.19 -7.84167)"^^geo:wktLiteral ;
  geo-pos:lat "35.19"^^xsd:decimal ;
  geo-pos:long "-7.84167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11059'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.84167'^^xsd:double;
  dwc:latitude '35.19'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.19 -7.84167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.19"^^xsd:decimal ;
  dwc:decimalLongitude "-7.84167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.19 -7.84167)"^^geo:wktLiteral ;
  geo-pos:lat "35.19"^^xsd:decimal ;
  geo-pos:long "-7.84167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11060'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.84167'^^xsd:double;
  dwc:latitude '35.19'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9833 -7.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-7.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9833 -7.8333)"^^geo:wktLiteral ;
  geo-pos:lat "33.9833"^^xsd:decimal ;
  geo-pos:long "-7.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '760'^^xsd:integer;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.8333'^^xsd:double;
  dwc:latitude '33.9833'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3221'^^xsd:integer;
  dwc:scientificName 'Haploniscus polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '255825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3228'^^xsd:integer;
  dwc:scientificName 'Haploniscus tricornoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '255839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255839'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3244'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '255794'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255794'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3246'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '294775'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3247'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '174903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3251'^^xsd:integer;
  dwc:scientificName 'Haploniscus elevatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '294776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3253'^^xsd:integer;
  dwc:scientificName 'Haploniscus parallelus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '294778'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259754'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3384'^^xsd:integer;
  dwc:scientificName 'Haplomesus ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '255894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3954'^^xsd:integer;
  dwc:scientificName 'Ilyarachna multispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '183211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.1772 -7.81444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.1772"^^xsd:decimal ;
  dwc:decimalLongitude "-7.81444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.1772 -7.81444)"^^geo:wktLiteral ;
  geo-pos:lat "84.1772"^^xsd:decimal ;
  geo-pos:long "-7.81444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16720'^^xsd:integer;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.81444'^^xsd:double;
  dwc:latitude '84.1772'^^xsd:double;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.17 -7.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.17"^^xsd:decimal ;
  dwc:decimalLongitude "-7.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.17 -7.81)"^^geo:wktLiteral ;
  geo-pos:lat "84.17"^^xsd:decimal ;
  geo-pos:long "-7.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2942'^^xsd:integer;
  dwc:scientificName 'Eugerdella hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.81'^^xsd:double;
  dwc:latitude '84.17'^^xsd:double;
  dwc:aphiaid '118564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -7.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.55"^^xsd:decimal ;
  dwc:decimalLongitude "-7.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 -7.8)"^^geo:wktLiteral ;
  geo-pos:lat "33.55"^^xsd:decimal ;
  geo-pos:long "-7.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '761'^^xsd:integer;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.8'^^xsd:double;
  dwc:latitude '33.55'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.93"^^xsd:decimal ;
  dwc:decimalLongitude "-7.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.93"^^xsd:decimal ;
  geo-pos:long "-7.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11941'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.66667'^^xsd:double;
  dwc:latitude '47.93'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.93"^^xsd:decimal ;
  dwc:decimalLongitude "-7.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.93"^^xsd:decimal ;
  geo-pos:long "-7.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11943'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.66667'^^xsd:double;
  dwc:latitude '47.93'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.93"^^xsd:decimal ;
  dwc:decimalLongitude "-7.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.93"^^xsd:decimal ;
  geo-pos:long "-7.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12270'^^xsd:integer;
  dwc:scientificName 'Novocrania sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.66667'^^xsd:double;
  dwc:latitude '47.93'^^xsd:double;
  dwc:aphiaid '235165'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235165'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.93"^^xsd:decimal ;
  dwc:decimalLongitude "-7.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.93"^^xsd:decimal ;
  geo-pos:long "-7.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12527'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.66667'^^xsd:double;
  dwc:latitude '47.93'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12527'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.93"^^xsd:decimal ;
  dwc:decimalLongitude "-7.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.93"^^xsd:decimal ;
  geo-pos:long "-7.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11711'^^xsd:integer;
  dwc:scientificName 'Gryphus vitreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.66667'^^xsd:double;
  dwc:latitude '47.93'^^xsd:double;
  dwc:aphiaid '104068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.93"^^xsd:decimal ;
  dwc:decimalLongitude "-7.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.93 -7.66667)"^^geo:wktLiteral ;
  geo-pos:lat "47.93"^^xsd:decimal ;
  geo-pos:long "-7.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11712'^^xsd:integer;
  dwc:scientificName 'Gryphus vitreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.66667'^^xsd:double;
  dwc:latitude '47.93'^^xsd:double;
  dwc:aphiaid '104068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6833 -7.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6833 -7.5833)"^^geo:wktLiteral ;
  geo-pos:lat "33.6833"^^xsd:decimal ;
  geo-pos:long "-7.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '758'^^xsd:integer;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5833'^^xsd:double;
  dwc:latitude '33.6833'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -7.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -7.5667)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-7.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6687'^^xsd:integer;
  dwc:scientificName 'Paranannopus trisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5667'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '115858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -7.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -7.5667)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-7.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6669'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5667'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '353428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.57 -7.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.57"^^xsd:decimal ;
  dwc:decimalLongitude "-7.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.57 -7.52)"^^geo:wktLiteral ;
  geo-pos:lat "65.57"^^xsd:decimal ;
  geo-pos:long "-7.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3850'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.52'^^xsd:double;
  dwc:latitude '65.57'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3850'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5667 -7.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5667 -7.5167)"^^geo:wktLiteral ;
  geo-pos:lat "65.5667"^^xsd:decimal ;
  geo-pos:long "-7.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '859'^^xsd:integer;
  dwc:scientificName 'Leptostylis longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5167'^^xsd:double;
  dwc:latitude '65.5667'^^xsd:double;
  dwc:aphiaid '110503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:859'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '832'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '861'^^xsd:integer;
  dwc:scientificName 'Leptostylis longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '110503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8578'^^xsd:integer;
  dwc:scientificName 'Crenopharinx marioni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '121802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8579'^^xsd:integer;
  dwc:scientificName 'Micoletzkyia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '121809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5254'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5226'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5378'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8577'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania laticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '122225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '122225'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8580'^^xsd:integer;
  dwc:scientificName 'Symplocostoma dubium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '228195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8581'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion oxycephalum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '121911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8582'^^xsd:integer;
  dwc:scientificName 'Epacanthion crassum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '121869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-7.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  geo-pos:lat "47.6583"^^xsd:decimal ;
  geo-pos:long "-7.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16011'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.475'^^xsd:double;
  dwc:latitude '47.6583'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-7.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  geo-pos:lat "47.6583"^^xsd:decimal ;
  geo-pos:long "-7.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16001'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.475'^^xsd:double;
  dwc:latitude '47.6583'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-7.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  geo-pos:lat "47.6583"^^xsd:decimal ;
  geo-pos:long "-7.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12369'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.475'^^xsd:double;
  dwc:latitude '47.6583'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-7.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  geo-pos:lat "47.6583"^^xsd:decimal ;
  geo-pos:long "-7.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11709'^^xsd:integer;
  dwc:scientificName 'Gryphus vitreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.475'^^xsd:double;
  dwc:latitude '47.6583'^^xsd:double;
  dwc:aphiaid '104068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-7.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6583 -7.475)"^^geo:wktLiteral ;
  geo-pos:lat "47.6583"^^xsd:decimal ;
  geo-pos:long "-7.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12531'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.475'^^xsd:double;
  dwc:latitude '47.6583'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12531'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6317 -7.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.6317"^^xsd:decimal ;
  dwc:decimalLongitude "-7.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6317 -7.455)"^^geo:wktLiteral ;
  geo-pos:lat "73.6317"^^xsd:decimal ;
  geo-pos:long "-7.455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8082'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.455'^^xsd:double;
  dwc:latitude '73.6317'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5217 -7.4267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.5217"^^xsd:decimal ;
  dwc:decimalLongitude "-7.4267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5217 -7.4267)"^^geo:wktLiteral ;
  geo-pos:lat "35.5217"^^xsd:decimal ;
  geo-pos:long "-7.4267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6019'^^xsd:integer;
  dwc:scientificName 'Mesotanais dubius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.4267'^^xsd:double;
  dwc:latitude '35.5217'^^xsd:double;
  dwc:aphiaid '136476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.5 -7.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.5"^^xsd:decimal ;
  dwc:decimalLongitude "-7.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.5 -7.42)"^^geo:wktLiteral ;
  geo-pos:lat "-11.5"^^xsd:decimal ;
  geo-pos:long "-7.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3159'^^xsd:integer;
  dwc:scientificName 'Mesosignum multidens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.42'^^xsd:double;
  dwc:latitude '-11.5'^^xsd:double;
  dwc:aphiaid '258085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -7.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-7.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -7.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-7.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6696'^^xsd:integer;
  dwc:scientificName 'Mesocletodes duosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.4167'^^xsd:double;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '115656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115656'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -7.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-7.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -7.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-7.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6697'^^xsd:integer;
  dwc:scientificName 'Mesocletodes thieli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.4167'^^xsd:double;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '115671'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -7.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-7.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -7.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-7.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6676'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.4167'^^xsd:double;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '353428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -7.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-7.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -7.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-7.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6680'^^xsd:integer;
  dwc:scientificName 'Cylindronannopus bispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.4167'^^xsd:double;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '115832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -7.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-7.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -7.4167)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-7.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '824'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.4167'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -7.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-7.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3833 -7.4167)"^^geo:wktLiteral ;
  geo-pos:lat "66.3833"^^xsd:decimal ;
  geo-pos:long "-7.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5255'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.4167'^^xsd:double;
  dwc:latitude '66.3833'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3833 -7.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-7.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3833 -7.41667)"^^geo:wktLiteral ;
  geo-pos:lat "63.3833"^^xsd:decimal ;
  geo-pos:long "-7.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14554'^^xsd:integer;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.41667'^^xsd:double;
  dwc:latitude '63.3833'^^xsd:double;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -7.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-7.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -7.3167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-7.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1328'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.3167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1328'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -7.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-7.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -7.3167)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-7.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1715'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bituberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.3167'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '110583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -7.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5567"^^xsd:decimal ;
  dwc:decimalLongitude "-7.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -7.3167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5567"^^xsd:decimal ;
  geo-pos:long "-7.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4869'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.3167'^^xsd:double;
  dwc:latitude '47.5567'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -7.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5567"^^xsd:decimal ;
  dwc:decimalLongitude "-7.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -7.3167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5567"^^xsd:decimal ;
  geo-pos:long "-7.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8106'^^xsd:integer;
  dwc:scientificName 'Trophomera hopei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.3167'^^xsd:double;
  dwc:latitude '47.5567'^^xsd:double;
  dwc:aphiaid '458919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -7.31667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5567"^^xsd:decimal ;
  dwc:decimalLongitude "-7.31667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -7.31667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5567"^^xsd:decimal ;
  geo-pos:long "-7.31667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15997'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.31667'^^xsd:double;
  dwc:latitude '47.5567'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15997'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -7.31667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5567"^^xsd:decimal ;
  dwc:decimalLongitude "-7.31667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5567 -7.31667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5567"^^xsd:decimal ;
  geo-pos:long "-7.31667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16003'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.31667'^^xsd:double;
  dwc:latitude '47.5567'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-7.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11962'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.30167'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11962'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-7.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16009'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.30167'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-7.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15998'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.30167'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-7.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15995'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.30167'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15995'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-7.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15999'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.30167'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15999'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-7.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12368'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.30167'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.58 -7.30167)"^^geo:wktLiteral ;
  geo-pos:lat "47.58"^^xsd:decimal ;
  geo-pos:long "-7.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11708'^^xsd:integer;
  dwc:scientificName 'Gryphus vitreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.30167'^^xsd:double;
  dwc:latitude '47.58'^^xsd:double;
  dwc:aphiaid '104068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.8833 -7.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-7.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.8833 -7.3)"^^geo:wktLiteral ;
  geo-pos:lat "65.8833"^^xsd:decimal ;
  geo-pos:long "-7.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9481'^^xsd:integer;
  dwc:scientificName 'Chondrocladia gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.3'^^xsd:double;
  dwc:latitude '65.8833'^^xsd:double;
  dwc:aphiaid '133185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1023293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-7.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16000'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-7.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12279'^^xsd:integer;
  dwc:scientificName 'Novocrania sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '235165'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235165'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-7.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11961'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11961'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-7.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11707'^^xsd:integer;
  dwc:scientificName 'Gryphus vitreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '104068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -7.28)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-7.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12530'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12530'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.0069 -7.27778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.0069"^^xsd:decimal ;
  dwc:decimalLongitude "-7.27778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.0069 -7.27778)"^^geo:wktLiteral ;
  geo-pos:lat "84.0069"^^xsd:decimal ;
  geo-pos:long "-7.27778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16700'^^xsd:integer;
  dwc:scientificName 'Yoldiella frami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.27778'^^xsd:double;
  dwc:latitude '84.0069'^^xsd:double;
  dwc:aphiaid '141996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.0069 -7.27778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.0069"^^xsd:decimal ;
  dwc:decimalLongitude "-7.27778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.0069 -7.27778)"^^geo:wktLiteral ;
  geo-pos:lat "84.0069"^^xsd:decimal ;
  geo-pos:long "-7.27778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16704'^^xsd:integer;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.27778'^^xsd:double;
  dwc:latitude '84.0069'^^xsd:double;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.0069 -7.27778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "84.0069"^^xsd:decimal ;
  dwc:decimalLongitude "-7.27778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (84.0069 -7.27778)"^^geo:wktLiteral ;
  geo-pos:lat "84.0069"^^xsd:decimal ;
  geo-pos:long "-7.27778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16719'^^xsd:integer;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.27778'^^xsd:double;
  dwc:latitude '84.0069'^^xsd:double;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-7.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11960'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.21'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11960'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-7.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16006'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.21'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-7.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16007'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.21'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16007'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-7.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16008'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.21'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-7.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16010'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.21'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-7.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16005'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.21'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-7.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16004'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.21'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-7.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16002'^^xsd:integer;
  dwc:scientificName 'Bathyarca glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.21'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:aphiaid '138797'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16002'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5633"^^xsd:decimal ;
  dwc:decimalLongitude "-7.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5633 -7.21)"^^geo:wktLiteral ;
  geo-pos:lat "47.5633"^^xsd:decimal ;
  geo-pos:long "-7.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12529'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.21'^^xsd:double;
  dwc:latitude '47.5633'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12529'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.51667 -7.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.51667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.51667 -7.16667)"^^geo:wktLiteral ;
  geo-pos:lat "4.51667"^^xsd:decimal ;
  geo-pos:long "-7.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11643'^^xsd:integer;
  dwc:scientificName 'Discina striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.16667'^^xsd:double;
  dwc:latitude '4.51667'^^xsd:double;
  dwc:aphiaid '235374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.54 -7.11333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.54"^^xsd:decimal ;
  dwc:decimalLongitude "-7.11333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.54 -7.11333)"^^geo:wktLiteral ;
  geo-pos:lat "47.54"^^xsd:decimal ;
  geo-pos:long "-7.11333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11959'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.11333'^^xsd:double;
  dwc:latitude '47.54'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11959'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.54 -7.11333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.54"^^xsd:decimal ;
  dwc:decimalLongitude "-7.11333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.54 -7.11333)"^^geo:wktLiteral ;
  geo-pos:lat "47.54"^^xsd:decimal ;
  geo-pos:long "-7.11333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11685'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.11333'^^xsd:double;
  dwc:latitude '47.54'^^xsd:double;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10019'^^xsd:integer;
  dwc:scientificName 'Thenea abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '134104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '825'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9308'^^xsd:integer;
  dwc:scientificName 'Asbestopluma hydra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '133174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '863528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5068'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5068'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5264'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9847'^^xsd:integer;
  dwc:scientificName 'Hymedesmia stylata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '133652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9847'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9848'^^xsd:integer;
  dwc:scientificName 'Hymedesmia styleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '191928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9832'^^xsd:integer;
  dwc:scientificName 'Hymedesmia lacera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '133590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9831'^^xsd:integer;
  dwc:scientificName 'Hymedesmia lacera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '133590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9830'^^xsd:integer;
  dwc:scientificName 'Hymedesmia lacera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '133590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14556'^^xsd:integer;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9653'^^xsd:integer;
  dwc:scientificName 'Forcepia topsenti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '168878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9388'^^xsd:integer;
  dwc:scientificName 'Caulophacus arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '134398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5167 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.5167"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9527'^^xsd:integer;
  dwc:scientificName 'Cladorhiza gelida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.5167'^^xsd:double;
  dwc:aphiaid '133192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.52"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3215'^^xsd:integer;
  dwc:scientificName 'Haploniscus ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.52'^^xsd:double;
  dwc:aphiaid '118662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.52"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3043'^^xsd:integer;
  dwc:scientificName 'Nannoniscus spinicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.52'^^xsd:double;
  dwc:aphiaid '118789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52"^^xsd:decimal ;
  dwc:decimalLongitude "-7.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "69.52"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3848'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:latitude '69.52'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -7.07833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-7.07833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -7.07833)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-7.07833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11691'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.07833'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-7.02167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11958'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.02167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11958'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-7.02167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12528'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.02167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12528'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02167)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-7.02167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11623'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.02167'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15994'^^xsd:integer;
  dwc:scientificName 'Bathyarca glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.02'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '138797'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15992'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.02'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5817 -7.02)"^^geo:wktLiteral ;
  geo-pos:lat "47.5817"^^xsd:decimal ;
  geo-pos:long "-7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15993'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-7.02'^^xsd:double;
  dwc:latitude '47.5817'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3667 -6.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3667 -6.9667)"^^geo:wktLiteral ;
  geo-pos:lat "63.3667"^^xsd:decimal ;
  geo-pos:long "-6.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5253'^^xsd:integer;
  dwc:scientificName 'Typhlotanais irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.9667'^^xsd:double;
  dwc:latitude '63.3667'^^xsd:double;
  dwc:aphiaid '136562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3667 -6.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3667 -6.9667)"^^geo:wktLiteral ;
  geo-pos:lat "63.3667"^^xsd:decimal ;
  geo-pos:long "-6.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5225'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.9667'^^xsd:double;
  dwc:latitude '63.3667'^^xsd:double;
  dwc:aphiaid '136551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.8089 -6.84028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.8089"^^xsd:decimal ;
  dwc:decimalLongitude "-6.84028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.8089 -6.84028)"^^geo:wktLiteral ;
  geo-pos:lat "83.8089"^^xsd:decimal ;
  geo-pos:long "-6.84028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16707'^^xsd:integer;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.84028'^^xsd:double;
  dwc:latitude '83.8089'^^xsd:double;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.8089 -6.84028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.8089"^^xsd:decimal ;
  dwc:decimalLongitude "-6.84028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.8089 -6.84028)"^^geo:wktLiteral ;
  geo-pos:lat "83.8089"^^xsd:decimal ;
  geo-pos:long "-6.84028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16712'^^xsd:integer;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.84028'^^xsd:double;
  dwc:latitude '83.8089'^^xsd:double;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.6689"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  geo-pos:lat "83.6689"^^xsd:decimal ;
  geo-pos:long "-6.8225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16699'^^xsd:integer;
  dwc:scientificName 'Yoldiella frami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.8225'^^xsd:double;
  dwc:latitude '83.6689'^^xsd:double;
  dwc:aphiaid '141996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.6689"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  geo-pos:lat "83.6689"^^xsd:decimal ;
  geo-pos:long "-6.8225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16702'^^xsd:integer;
  dwc:scientificName 'Hyalopecten frigidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.8225'^^xsd:double;
  dwc:latitude '83.6689'^^xsd:double;
  dwc:aphiaid '140703'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.6689"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  geo-pos:lat "83.6689"^^xsd:decimal ;
  geo-pos:long "-6.8225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16708'^^xsd:integer;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.8225'^^xsd:double;
  dwc:latitude '83.6689'^^xsd:double;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.6689"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  geo-pos:lat "83.6689"^^xsd:decimal ;
  geo-pos:long "-6.8225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16709'^^xsd:integer;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.8225'^^xsd:double;
  dwc:latitude '83.6689'^^xsd:double;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.6689"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  geo-pos:lat "83.6689"^^xsd:decimal ;
  geo-pos:long "-6.8225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16710'^^xsd:integer;
  dwc:scientificName 'Nucula zophos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.8225'^^xsd:double;
  dwc:latitude '83.6689'^^xsd:double;
  dwc:aphiaid '506641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.6689"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  geo-pos:lat "83.6689"^^xsd:decimal ;
  geo-pos:long "-6.8225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16713'^^xsd:integer;
  dwc:scientificName 'Katadesmia kolthoffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.8225'^^xsd:double;
  dwc:latitude '83.6689'^^xsd:double;
  dwc:aphiaid '140307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.6689"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  geo-pos:lat "83.6689"^^xsd:decimal ;
  geo-pos:long "-6.8225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16716'^^xsd:integer;
  dwc:scientificName 'Cuspidaria centobi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.8225'^^xsd:double;
  dwc:latitude '83.6689'^^xsd:double;
  dwc:aphiaid '139440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.6689"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.6689 -6.8225)"^^geo:wktLiteral ;
  geo-pos:lat "83.6689"^^xsd:decimal ;
  geo-pos:long "-6.8225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16718'^^xsd:integer;
  dwc:scientificName 'Tindaria derjugini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.8225'^^xsd:double;
  dwc:latitude '83.6689'^^xsd:double;
  dwc:aphiaid '141681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.67 -6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.67"^^xsd:decimal ;
  dwc:decimalLongitude "-6.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.67 -6.82)"^^geo:wktLiteral ;
  geo-pos:lat "83.67"^^xsd:decimal ;
  geo-pos:long "-6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2986'^^xsd:integer;
  dwc:scientificName 'Oecidiobranchus nanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.82'^^xsd:double;
  dwc:latitude '83.67'^^xsd:double;
  dwc:aphiaid '118580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.025 -6.7983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.025"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.025 -6.7983)"^^geo:wktLiteral ;
  geo-pos:lat "36.025"^^xsd:decimal ;
  geo-pos:long "-6.7983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9171'^^xsd:integer;
  dwc:scientificName 'Trefusialaimus monorchis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.7983'^^xsd:double;
  dwc:latitude '36.025'^^xsd:double;
  dwc:aphiaid '228254'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228254'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  geo-pos:lat "67.95"^^xsd:decimal ;
  geo-pos:long "-6.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10025'^^xsd:integer;
  dwc:scientificName 'Thenea abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.73333'^^xsd:double;
  dwc:latitude '67.95'^^xsd:double;
  dwc:aphiaid '134104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  geo-pos:lat "67.95"^^xsd:decimal ;
  geo-pos:long "-6.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9392'^^xsd:integer;
  dwc:scientificName 'Caulophacus arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.73333'^^xsd:double;
  dwc:latitude '67.95'^^xsd:double;
  dwc:aphiaid '134398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  geo-pos:lat "67.95"^^xsd:decimal ;
  geo-pos:long "-6.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14555'^^xsd:integer;
  dwc:scientificName 'Policordia jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.73333'^^xsd:double;
  dwc:latitude '67.95'^^xsd:double;
  dwc:aphiaid '141954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  geo-pos:lat "67.95"^^xsd:decimal ;
  geo-pos:long "-6.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9679'^^xsd:integer;
  dwc:scientificName 'Hamacantha bowerbanki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.73333'^^xsd:double;
  dwc:latitude '67.95'^^xsd:double;
  dwc:aphiaid '168419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '737988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  geo-pos:lat "67.95"^^xsd:decimal ;
  geo-pos:long "-6.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9678'^^xsd:integer;
  dwc:scientificName 'Hamacantha bowerbanki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.73333'^^xsd:double;
  dwc:latitude '67.95'^^xsd:double;
  dwc:aphiaid '168419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '737988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.95 -6.73333)"^^geo:wktLiteral ;
  geo-pos:lat "67.95"^^xsd:decimal ;
  geo-pos:long "-6.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9526'^^xsd:integer;
  dwc:scientificName 'Cladorhiza gelida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.73333'^^xsd:double;
  dwc:latitude '67.95'^^xsd:double;
  dwc:aphiaid '133192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4333 -6.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4333 -6.5333)"^^geo:wktLiteral ;
  geo-pos:lat "63.4333"^^xsd:decimal ;
  geo-pos:long "-6.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6679'^^xsd:integer;
  dwc:scientificName 'Paranannopus uniarticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.5333'^^xsd:double;
  dwc:latitude '63.4333'^^xsd:double;
  dwc:aphiaid '115859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115859'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 -6.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 -6.5333)"^^geo:wktLiteral ;
  geo-pos:lat "63.4833"^^xsd:decimal ;
  geo-pos:long "-6.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6690'^^xsd:integer;
  dwc:scientificName 'Mesocletodes faroerensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.5333'^^xsd:double;
  dwc:latitude '63.4833'^^xsd:double;
  dwc:aphiaid '115657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115657'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 -6.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 -6.5333)"^^geo:wktLiteral ;
  geo-pos:lat "63.4833"^^xsd:decimal ;
  geo-pos:long "-6.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6682'^^xsd:integer;
  dwc:scientificName 'Paranannopus hicksi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.5333'^^xsd:double;
  dwc:latitude '63.4833'^^xsd:double;
  dwc:aphiaid '115850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 -6.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 -6.5333)"^^geo:wktLiteral ;
  geo-pos:lat "63.4833"^^xsd:decimal ;
  geo-pos:long "-6.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6684'^^xsd:integer;
  dwc:scientificName 'Paranannopus variabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.5333'^^xsd:double;
  dwc:latitude '63.4833'^^xsd:double;
  dwc:aphiaid '115860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 -6.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 -6.5333)"^^geo:wktLiteral ;
  geo-pos:lat "63.4833"^^xsd:decimal ;
  geo-pos:long "-6.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6671'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.5333'^^xsd:double;
  dwc:latitude '63.4833'^^xsd:double;
  dwc:aphiaid '353428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6634'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) monardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '351843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '293086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6694'^^xsd:integer;
  dwc:scientificName 'Mesocletodes faroerensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '115657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115657'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6693'^^xsd:integer;
  dwc:scientificName 'Mesocletodes thieli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '115671'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6681'^^xsd:integer;
  dwc:scientificName 'Cylindronannopus bispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '115832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "63.1"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6670'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia triartuculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '63.1'^^xsd:double;
  dwc:aphiaid '116202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0667 -6.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0667 -6.0833)"^^geo:wktLiteral ;
  geo-pos:lat "63.0667"^^xsd:decimal ;
  geo-pos:long "-6.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6685'^^xsd:integer;
  dwc:scientificName 'Paranannopus uniarticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.0833'^^xsd:double;
  dwc:latitude '63.0667'^^xsd:double;
  dwc:aphiaid '115859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115859'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0667 -6.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0667 -6.0833)"^^geo:wktLiteral ;
  geo-pos:lat "63.0667"^^xsd:decimal ;
  geo-pos:long "-6.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6686'^^xsd:integer;
  dwc:scientificName 'Paranannopus trisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.0833'^^xsd:double;
  dwc:latitude '63.0667'^^xsd:double;
  dwc:aphiaid '115858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0667 -6.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0667 -6.0833)"^^geo:wktLiteral ;
  geo-pos:lat "63.0667"^^xsd:decimal ;
  geo-pos:long "-6.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6692'^^xsd:integer;
  dwc:scientificName 'Mesocletodes kunzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.0833'^^xsd:double;
  dwc:latitude '63.0667'^^xsd:double;
  dwc:aphiaid '115664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0667 -6.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0667 -6.0833)"^^geo:wktLiteral ;
  geo-pos:lat "63.0667"^^xsd:decimal ;
  geo-pos:long "-6.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6672'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia triartuculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.0833'^^xsd:double;
  dwc:latitude '63.0667'^^xsd:double;
  dwc:aphiaid '116202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -6.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -6.0833)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-6.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6689'^^xsd:integer;
  dwc:scientificName 'Mesocletodes kunzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.0833'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '115664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.63 -6.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.63"^^xsd:decimal ;
  dwc:decimalLongitude "-6.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.63 -6.08)"^^geo:wktLiteral ;
  geo-pos:lat "78.63"^^xsd:decimal ;
  geo-pos:long "-6.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4111'^^xsd:integer;
  dwc:scientificName 'Anthura brachiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.08'^^xsd:double;
  dwc:latitude '78.63'^^xsd:double;
  dwc:aphiaid '293451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 -6.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.23"^^xsd:decimal ;
  dwc:decimalLongitude "-6.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 -6.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.23"^^xsd:decimal ;
  geo-pos:long "-6.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3872'^^xsd:integer;
  dwc:scientificName 'Eurycope ovaloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.05'^^xsd:double;
  dwc:latitude '-30.23'^^xsd:double;
  dwc:aphiaid '294736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3218'^^xsd:integer;
  dwc:scientificName 'Haploniscus acutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '255802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3224'^^xsd:integer;
  dwc:scientificName 'Haploniscus spatulifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '255835'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255835'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3226'^^xsd:integer;
  dwc:scientificName 'Haploniscus tricornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '255838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3231'^^xsd:integer;
  dwc:scientificName 'Haploniscus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '255842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255842'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3234'^^xsd:integer;
  dwc:scientificName 'Hydroniscus ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '255848'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3245'^^xsd:integer;
  dwc:scientificName 'Antennuloniscus armatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '255794'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255794'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3260'^^xsd:integer;
  dwc:scientificName 'Haploniscus trituberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '294670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3343'^^xsd:integer;
  dwc:scientificName 'Abyssianira dentifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '258634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3691'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.92 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.92"^^xsd:decimal ;
  dwc:decimalLongitude "-6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.92 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-39.92"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3233'^^xsd:integer;
  dwc:scientificName 'Hydroniscus ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:latitude '-39.92'^^xsd:double;
  dwc:aphiaid '255848'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  geo-pos:lat "0.7"^^xsd:decimal ;
  geo-pos:long "-5.98333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10112'^^xsd:integer;
  dwc:scientificName 'Sipunculus sp. (cf. aequibilis)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:aphiaid '136031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136031'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  geo-pos:lat "0.7"^^xsd:decimal ;
  geo-pos:long "-5.98333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10122'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  geo-pos:lat "0.7"^^xsd:decimal ;
  geo-pos:long "-5.98333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14589'^^xsd:integer;
  dwc:scientificName 'Ledella crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:aphiaid '428691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  geo-pos:lat "0.7"^^xsd:decimal ;
  geo-pos:long "-5.98333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14590'^^xsd:integer;
  dwc:scientificName 'Limopsis galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  geo-pos:lat "0.7"^^xsd:decimal ;
  geo-pos:long "-5.98333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14591'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.7 -5.98333)"^^geo:wktLiteral ;
  geo-pos:lat "0.7"^^xsd:decimal ;
  geo-pos:long "-5.98333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14592'^^xsd:integer;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.98333'^^xsd:double;
  dwc:latitude '0.7'^^xsd:double;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5 -5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5"^^xsd:decimal ;
  geo-pos:long "-5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6673'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.9167'^^xsd:double;
  dwc:latitude '63.5'^^xsd:double;
  dwc:aphiaid '116192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7317 -5.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7317"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7317 -5.8667)"^^geo:wktLiteral ;
  geo-pos:lat "43.7317"^^xsd:decimal ;
  geo-pos:long "-5.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4507'^^xsd:integer;
  dwc:scientificName 'Neotanais laevispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.8667'^^xsd:double;
  dwc:latitude '43.7317'^^xsd:double;
  dwc:aphiaid '136335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6508 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6508"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6508 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.6508"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4500'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '43.6508'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6508 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6508"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6508 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.6508"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4506'^^xsd:integer;
  dwc:scientificName 'Neotanais laevispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '43.6508'^^xsd:double;
  dwc:aphiaid '136335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-5.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '727'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A67> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '67'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:67'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-5.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '165'^^xsd:integer;
  dwc:scientificName 'Leptostylis zimmeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '182066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '111'^^xsd:integer;
  dwc:scientificName 'Diastylis richardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '181979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-5.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '749'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mystacinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.6667'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '182111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-5.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '750'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tubulicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.6667'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '110605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-5.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '752'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.6667'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-5.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '740'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.6667'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -5.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-5.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '741'^^xsd:integer;
  dwc:scientificName 'Leucon siphonatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.6667'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '110623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1833 -5.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1833 -5.63333)"^^geo:wktLiteral ;
  geo-pos:lat "60.1833"^^xsd:decimal ;
  geo-pos:long "-5.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15700'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.63333'^^xsd:double;
  dwc:latitude '60.1833'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1333 -5.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1333 -5.51667)"^^geo:wktLiteral ;
  geo-pos:lat "45.1333"^^xsd:decimal ;
  geo-pos:long "-5.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10790'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.51667'^^xsd:double;
  dwc:latitude '45.1333'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1333 -5.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1333 -5.51667)"^^geo:wktLiteral ;
  geo-pos:lat "45.1333"^^xsd:decimal ;
  geo-pos:long "-5.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10762'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.51667'^^xsd:double;
  dwc:latitude '45.1333'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2333 -5.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2333 -5.51667)"^^geo:wktLiteral ;
  geo-pos:lat "45.2333"^^xsd:decimal ;
  geo-pos:long "-5.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10763'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.51667'^^xsd:double;
  dwc:latitude '45.2333'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3667 -5.48333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3667 -5.48333)"^^geo:wktLiteral ;
  geo-pos:lat "63.3667"^^xsd:decimal ;
  geo-pos:long "-5.48333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9666'^^xsd:integer;
  dwc:scientificName 'Grantia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.48333'^^xsd:double;
  dwc:latitude '63.3667'^^xsd:double;
  dwc:aphiaid '184502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '184502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3667 -5.48333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.3667 -5.48333)"^^geo:wktLiteral ;
  geo-pos:lat "63.3667"^^xsd:decimal ;
  geo-pos:long "-5.48333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9508'^^xsd:integer;
  dwc:scientificName 'Cladorhiza abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.48333'^^xsd:double;
  dwc:latitude '63.3667'^^xsd:double;
  dwc:aphiaid '133188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 -5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "-5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 -5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "-5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3214'^^xsd:integer;
  dwc:scientificName 'Chauliodoniscus coronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '259751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2333 -5.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2333 -5.2833)"^^geo:wktLiteral ;
  geo-pos:lat "60.2333"^^xsd:decimal ;
  geo-pos:long "-5.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5073'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.2833'^^xsd:double;
  dwc:latitude '60.2333'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.165 -5.2542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.165"^^xsd:decimal ;
  dwc:decimalLongitude "-5.2542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.165 -5.2542)"^^geo:wktLiteral ;
  geo-pos:lat "44.165"^^xsd:decimal ;
  geo-pos:long "-5.2542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4789'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.2542'^^xsd:double;
  dwc:latitude '44.165'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -5.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.2667"^^xsd:decimal ;
  geo-pos:long "-5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5074'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.2'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 -5.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.2667"^^xsd:decimal ;
  geo-pos:long "-5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5178'^^xsd:integer;
  dwc:scientificName 'Leptognathia breviremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.2'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:aphiaid '136431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.85 -5.18333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.85"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.85 -5.18333)"^^geo:wktLiteral ;
  geo-pos:lat "46.85"^^xsd:decimal ;
  geo-pos:long "-5.18333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16439'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.18333'^^xsd:double;
  dwc:latitude '46.85'^^xsd:double;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1817 -5.1758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1817"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1817 -5.1758)"^^geo:wktLiteral ;
  geo-pos:lat "44.1817"^^xsd:decimal ;
  geo-pos:long "-5.1758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4669'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.1758'^^xsd:double;
  dwc:latitude '44.1817'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1817 -5.1758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1817"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1817 -5.1758)"^^geo:wktLiteral ;
  geo-pos:lat "44.1817"^^xsd:decimal ;
  geo-pos:long "-5.1758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4767'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.1758'^^xsd:double;
  dwc:latitude '44.1817'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1817 -5.1758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1817"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1817 -5.1758)"^^geo:wktLiteral ;
  geo-pos:lat "44.1817"^^xsd:decimal ;
  geo-pos:long "-5.1758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4788'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.1758'^^xsd:double;
  dwc:latitude '44.1817'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 -5.1533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9117"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 -5.1533)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9117"^^xsd:decimal ;
  geo-pos:long "-5.1533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8090'^^xsd:integer;
  dwc:scientificName 'Trophomera breviptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.1533'^^xsd:double;
  dwc:latitude '-33.9117'^^xsd:double;
  dwc:aphiaid '458911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6734'^^xsd:integer;
  dwc:scientificName 'Stylicletodes minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:aphiaid '115799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6721'^^xsd:integer;
  dwc:scientificName 'Paramphiascella faurei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:aphiaid '115959'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115959'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6743'^^xsd:integer;
  dwc:scientificName 'Cerviniella langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:aphiaid '115737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6747'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:aphiaid '116020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6748'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus confusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:aphiaid '116018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1872509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8983 -5.0983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.8983"^^xsd:decimal ;
  dwc:decimalLongitude "-5.0983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8983 -5.0983)"^^geo:wktLiteral ;
  geo-pos:lat "-33.8983"^^xsd:decimal ;
  geo-pos:long "-5.0983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8089'^^xsd:integer;
  dwc:scientificName 'Trophomera breviptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.0983'^^xsd:double;
  dwc:latitude '-33.8983'^^xsd:double;
  dwc:aphiaid '458911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8983 -5.0983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.8983"^^xsd:decimal ;
  dwc:decimalLongitude "-5.0983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8983 -5.0983)"^^geo:wktLiteral ;
  geo-pos:lat "-33.8983"^^xsd:decimal ;
  geo-pos:long "-5.0983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8091'^^xsd:integer;
  dwc:scientificName 'Trophomera aptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.0983'^^xsd:double;
  dwc:latitude '-33.8983'^^xsd:double;
  dwc:aphiaid '458907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.8667 -5.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.8667 -5.0833)"^^geo:wktLiteral ;
  geo-pos:lat "77.8667"^^xsd:decimal ;
  geo-pos:long "-5.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2784'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.0833'^^xsd:double;
  dwc:latitude '77.8667'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -5.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-5.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -5.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-5.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11945'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5.01'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 -5)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4146'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes auritochelis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '247121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478710'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10205'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10211'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10216'^^xsd:integer;
  dwc:scientificName 'Golfingia abyssora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '424349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10255'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10255'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10223'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10228'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10233'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10239'^^xsd:integer;
  dwc:scientificName 'Golfingia species cf. glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10244'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:aphiaid '183304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6733'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '355970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116387'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6723'^^xsd:integer;
  dwc:scientificName 'Eurycletodes (Oligocletodes) echinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '351835'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6724'^^xsd:integer;
  dwc:scientificName 'Mesocletodes soyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '115670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115670'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6729'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra perplexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '115872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6722'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia dovpori'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '116195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6720'^^xsd:integer;
  dwc:scientificName 'Diosaccidae sp.?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '115150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115163'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6735'^^xsd:integer;
  dwc:scientificName 'Halectinosoma abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '116053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6736'^^xsd:integer;
  dwc:scientificName 'Diarthrodes fahrenbachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '116569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6739'^^xsd:integer;
  dwc:scientificName 'Psammis longifurca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '354981'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 -5)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6749'^^xsd:integer;
  dwc:scientificName 'Pseudomesochra aberrans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '115864'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115864'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  geo-pos:lat "47.6667"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1015'^^xsd:integer;
  dwc:scientificName 'Campylaspis laevigata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '47.6667'^^xsd:double;
  dwc:aphiaid '182413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  geo-pos:lat "47.6667"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1011'^^xsd:integer;
  dwc:scientificName 'Campylaspis laevigata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '47.6667'^^xsd:double;
  dwc:aphiaid '182413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  geo-pos:lat "47.6667"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15237'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '47.6667'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  geo-pos:lat "47.6667"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15238'^^xsd:integer;
  dwc:scientificName 'Lyonsiella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '47.6667'^^xsd:double;
  dwc:aphiaid '141948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A50> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -5)"^^geo:wktLiteral ;
  geo-pos:lat "47.6667"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '50'^^xsd:integer;
  dwc:scientificName 'Campylaspis laevigata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '47.6667'^^xsd:double;
  dwc:aphiaid '182413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:50'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7333 -4.98333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.98333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7333 -4.98333)"^^geo:wktLiteral ;
  geo-pos:lat "53.7333"^^xsd:decimal ;
  geo-pos:long "-4.98333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11366'^^xsd:integer;
  dwc:scientificName 'Microdajus langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.98333'^^xsd:double;
  dwc:latitude '53.7333'^^xsd:double;
  dwc:aphiaid '136615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5067"^^xsd:decimal ;
  geo-pos:long "-4.93833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16078'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.93833'^^xsd:double;
  dwc:latitude '44.5067'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5067"^^xsd:decimal ;
  geo-pos:long "-4.93833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16076'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.93833'^^xsd:double;
  dwc:latitude '44.5067'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16076'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5067"^^xsd:decimal ;
  geo-pos:long "-4.93833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16079'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.93833'^^xsd:double;
  dwc:latitude '44.5067'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5067"^^xsd:decimal ;
  geo-pos:long "-4.93833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16080'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.93833'^^xsd:double;
  dwc:latitude '44.5067'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5067"^^xsd:decimal ;
  geo-pos:long "-4.93833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16081'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.93833'^^xsd:double;
  dwc:latitude '44.5067'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5067"^^xsd:decimal ;
  geo-pos:long "-4.93833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16082'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.93833'^^xsd:double;
  dwc:latitude '44.5067'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.93833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5067"^^xsd:decimal ;
  geo-pos:long "-4.93833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16083'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.93833'^^xsd:double;
  dwc:latitude '44.5067'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.9383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5067"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5067 -4.9383)"^^geo:wktLiteral ;
  geo-pos:lat "44.5067"^^xsd:decimal ;
  geo-pos:long "-4.9383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8051'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes gladius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9383'^^xsd:double;
  dwc:latitude '44.5067'^^xsd:double;
  dwc:aphiaid '115753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-4.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6731'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis bozici'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9167'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '355969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-4.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6725'^^xsd:integer;
  dwc:scientificName 'Normanella aberrans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9167'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '353895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-4.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6737'^^xsd:integer;
  dwc:scientificName 'Idyella kunzi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9167'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '116635'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116635'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-4.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6738'^^xsd:integer;
  dwc:scientificName 'Stylicletodes oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9167'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '115800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.9167)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-4.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6744'^^xsd:integer;
  dwc:scientificName 'Zosime atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9167'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '116691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.91667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.91667)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12521'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.91667'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '104055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.91667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.91667)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11615'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.91667'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3817 -4.91333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3817"^^xsd:decimal ;
  dwc:decimalLongitude "-4.91333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3817 -4.91333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3817"^^xsd:decimal ;
  geo-pos:long "-4.91333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16399'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.91333'^^xsd:double;
  dwc:latitude '44.3817'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3817 -4.91333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3817"^^xsd:decimal ;
  dwc:decimalLongitude "-4.91333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3817 -4.91333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3817"^^xsd:decimal ;
  geo-pos:long "-4.91333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16397'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.91333'^^xsd:double;
  dwc:latitude '44.3817'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3817 -4.91333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3817"^^xsd:decimal ;
  dwc:decimalLongitude "-4.91333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3817 -4.91333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3817"^^xsd:decimal ;
  geo-pos:long "-4.91333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16398'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.91333'^^xsd:double;
  dwc:latitude '44.3817'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3817 -4.9133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3817"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3817 -4.9133)"^^geo:wktLiteral ;
  geo-pos:lat "44.3817"^^xsd:decimal ;
  geo-pos:long "-4.9133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8069'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9133'^^xsd:double;
  dwc:latitude '44.3817'^^xsd:double;
  dwc:aphiaid '115756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8069'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.0333"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5404'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.0333'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1870'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1870'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15976'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15976'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15977'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '446'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '425'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '390'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5645'^^xsd:integer;
  dwc:scientificName 'Araphuroides brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '136347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4182'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4152'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes curticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '136294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "46.35"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6732'^^xsd:integer;
  dwc:scientificName 'Enhydrosoma wellsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '46.35'^^xsd:double;
  dwc:aphiaid '115790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1874377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "46.35"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6727'^^xsd:integer;
  dwc:scientificName 'Metahuntemannia smirnovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '46.35'^^xsd:double;
  dwc:aphiaid '116200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "46.35"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6728'^^xsd:integer;
  dwc:scientificName 'Haloschizopera noodti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '46.35'^^xsd:double;
  dwc:aphiaid '115947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "46.35"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6730'^^xsd:integer;
  dwc:scientificName 'Fultonia gascognensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '46.35'^^xsd:double;
  dwc:aphiaid '115644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "46.35"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6745'^^xsd:integer;
  dwc:scientificName 'Halectinosoma gascognese'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:latitude '46.35'^^xsd:double;
  dwc:aphiaid '116073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.89833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.89833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.89833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.89833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16385'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.89833'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.8983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.8983)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.8983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8029'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes gladius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8983'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:aphiaid '115753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.8983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.8983)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.8983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8017'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vivierae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8983'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:aphiaid '115761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.8983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.8983)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.8983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8055'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8983'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.89667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.89667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.89667)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.89667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16389'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.89667'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.89667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.89667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 -4.89667)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "-4.89667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16391'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.89667'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4233"^^xsd:decimal ;
  dwc:decimalLongitude "-4.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  geo-pos:lat "44.4233"^^xsd:decimal ;
  geo-pos:long "-4.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8032'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.88'^^xsd:double;
  dwc:latitude '44.4233'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4233"^^xsd:decimal ;
  dwc:decimalLongitude "-4.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  geo-pos:lat "44.4233"^^xsd:decimal ;
  geo-pos:long "-4.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8015'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes gladius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.88'^^xsd:double;
  dwc:latitude '44.4233'^^xsd:double;
  dwc:aphiaid '115753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4233"^^xsd:decimal ;
  dwc:decimalLongitude "-4.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  geo-pos:lat "44.4233"^^xsd:decimal ;
  geo-pos:long "-4.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8064'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes ceciliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.88'^^xsd:double;
  dwc:latitude '44.4233'^^xsd:double;
  dwc:aphiaid '115750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4233"^^xsd:decimal ;
  dwc:decimalLongitude "-4.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  geo-pos:lat "44.4233"^^xsd:decimal ;
  geo-pos:long "-4.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16383'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.88'^^xsd:double;
  dwc:latitude '44.4233'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4233"^^xsd:decimal ;
  dwc:decimalLongitude "-4.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  geo-pos:lat "44.4233"^^xsd:decimal ;
  geo-pos:long "-4.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16384'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.88'^^xsd:double;
  dwc:latitude '44.4233'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4233"^^xsd:decimal ;
  dwc:decimalLongitude "-4.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  geo-pos:lat "44.4233"^^xsd:decimal ;
  geo-pos:long "-4.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16386'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.88'^^xsd:double;
  dwc:latitude '44.4233'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4233"^^xsd:decimal ;
  dwc:decimalLongitude "-4.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  geo-pos:lat "44.4233"^^xsd:decimal ;
  geo-pos:long "-4.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16380'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.88'^^xsd:double;
  dwc:latitude '44.4233'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4233"^^xsd:decimal ;
  dwc:decimalLongitude "-4.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4233 -4.88)"^^geo:wktLiteral ;
  geo-pos:lat "44.4233"^^xsd:decimal ;
  geo-pos:long "-4.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16392'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.88'^^xsd:double;
  dwc:latitude '44.4233'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.87333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.87333)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-4.87333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16227'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.87333'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.87333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.87333)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-4.87333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16228'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.87333'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.87333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.87333)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-4.87333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16225'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.87333'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-4.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8030'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes gladius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8733'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:aphiaid '115753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-4.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8020'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vivierae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8733'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:aphiaid '115761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-4.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8061'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8733'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-4.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8059'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes ceciliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8733'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:aphiaid '115750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -4.8733)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-4.8733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8076'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8733'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:aphiaid '115756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8076'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -4.8725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -4.8725)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "-4.8725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4667'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8725'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -4.8725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -4.8725)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "-4.8725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4787'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8725'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.85667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.85667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3867"^^xsd:decimal ;
  geo-pos:long "-4.85667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16390'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.85667'^^xsd:double;
  dwc:latitude '44.3867'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.415 -4.855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.415 -4.855)"^^geo:wktLiteral ;
  geo-pos:lat "44.415"^^xsd:decimal ;
  geo-pos:long "-4.855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16381'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.855'^^xsd:double;
  dwc:latitude '44.415'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.415 -4.855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.415"^^xsd:decimal ;
  dwc:decimalLongitude "-4.855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.415 -4.855)"^^geo:wktLiteral ;
  geo-pos:lat "44.415"^^xsd:decimal ;
  geo-pos:long "-4.855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16382'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.855'^^xsd:double;
  dwc:latitude '44.415'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1733 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1733 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.1733"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11561'^^xsd:integer;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:latitude '44.1733'^^xsd:double;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1733 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1733 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.1733"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4155'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes curticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:latitude '44.1733'^^xsd:double;
  dwc:aphiaid '136294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3733 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3733"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3733 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3733"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16387'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:latitude '44.3733'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.45"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.45"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5646'^^xsd:integer;
  dwc:scientificName 'Araphuroides brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:latitude '44.45'^^xsd:double;
  dwc:aphiaid '136347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.8467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.8467)"^^geo:wktLiteral ;
  geo-pos:lat "44.3867"^^xsd:decimal ;
  geo-pos:long "-4.8467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8014'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes ceciliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8467'^^xsd:double;
  dwc:latitude '44.3867'^^xsd:double;
  dwc:aphiaid '115750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.8467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.8467)"^^geo:wktLiteral ;
  geo-pos:lat "44.3867"^^xsd:decimal ;
  geo-pos:long "-4.8467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8052'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes gladius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8467'^^xsd:double;
  dwc:latitude '44.3867'^^xsd:double;
  dwc:aphiaid '115753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.8467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.8467)"^^geo:wktLiteral ;
  geo-pos:lat "44.3867"^^xsd:decimal ;
  geo-pos:long "-4.8467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8054'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes vasconiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8467'^^xsd:double;
  dwc:latitude '44.3867'^^xsd:double;
  dwc:aphiaid '115759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.84667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.84667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.84667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3867"^^xsd:decimal ;
  geo-pos:long "-4.84667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16388'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.84667'^^xsd:double;
  dwc:latitude '44.3867'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.84667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.84667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.84667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3867"^^xsd:decimal ;
  geo-pos:long "-4.84667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16393'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.84667'^^xsd:double;
  dwc:latitude '44.3867'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.84667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.84667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3867 -4.84667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3867"^^xsd:decimal ;
  geo-pos:long "-4.84667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16394'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.84667'^^xsd:double;
  dwc:latitude '44.3867'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15278'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.83333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15279'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.83333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15277'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.83333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15272'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.83333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15274'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.83333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15274'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15275'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.83333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15276'^^xsd:integer;
  dwc:scientificName 'Microgloma turnerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.83333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '541014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '541014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.83333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.83333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.83333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15270'^^xsd:integer;
  dwc:scientificName 'Silicula fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.83333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '506455'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506455'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4711'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4773'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4806'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1444'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1700'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1942'^^xsd:integer;
  dwc:scientificName 'Styloptocuma egregium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '182544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1956'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1956'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2631'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2600'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.25 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.25"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2618'^^xsd:integer;
  dwc:scientificName 'Chalarostylis elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.25'^^xsd:double;
  dwc:aphiaid '110509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6726'^^xsd:integer;
  dwc:scientificName 'Sarsameira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '115615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6740'^^xsd:integer;
  dwc:scientificName 'Zosime paramajor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '116697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6741'^^xsd:integer;
  dwc:scientificName 'Zosime bathybia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '116912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116912'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5333 -4.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5333"^^xsd:decimal ;
  geo-pos:long "-4.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6742'^^xsd:integer;
  dwc:scientificName 'Bradya (Parabradya) atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8333'^^xsd:double;
  dwc:latitude '46.5333'^^xsd:double;
  dwc:aphiaid '364709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '348231'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.82667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.82667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -4.82667)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-4.82667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12525'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.82667'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:aphiaid '104055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3533 -4.8217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3533 -4.8217)"^^geo:wktLiteral ;
  geo-pos:lat "44.3533"^^xsd:decimal ;
  geo-pos:long "-4.8217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8077'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8217'^^xsd:double;
  dwc:latitude '44.3533'^^xsd:double;
  dwc:aphiaid '115756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8077'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3533 -4.82167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-4.82167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3533 -4.82167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3533"^^xsd:decimal ;
  geo-pos:long "-4.82167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16395'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.82167'^^xsd:double;
  dwc:latitude '44.3533'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3533 -4.82167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3533"^^xsd:decimal ;
  dwc:decimalLongitude "-4.82167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3533 -4.82167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3533"^^xsd:decimal ;
  geo-pos:long "-4.82167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16396'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.82167'^^xsd:double;
  dwc:latitude '44.3533'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.8167)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '429'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8167'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -4.8167)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-4.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '399'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8167'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1783 -4.8025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1783"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1783 -4.8025)"^^geo:wktLiteral ;
  geo-pos:lat "44.1783"^^xsd:decimal ;
  geo-pos:long "-4.8025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4668'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8025'^^xsd:double;
  dwc:latitude '44.1783'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-4.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '462'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-4.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '440'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-4.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1228'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -4.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-4.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1886'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.8'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1886'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.7917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.7917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.7917)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.7917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4652'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.7917'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.7917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.7917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.7917)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.7917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4784'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.7917'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3967 -4.79167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3967"^^xsd:decimal ;
  dwc:decimalLongitude "-4.79167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3967 -4.79167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3967"^^xsd:decimal ;
  geo-pos:long "-4.79167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15868'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.79167'^^xsd:double;
  dwc:latitude '44.3967'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3967 -4.79167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3967"^^xsd:decimal ;
  dwc:decimalLongitude "-4.79167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3967 -4.79167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3967"^^xsd:decimal ;
  geo-pos:long "-4.79167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15866'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa marshalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.79167'^^xsd:double;
  dwc:latitude '44.3967'^^xsd:double;
  dwc:aphiaid '416721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '416721'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3967 -4.79167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3967"^^xsd:decimal ;
  dwc:decimalLongitude "-4.79167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3967 -4.79167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3967"^^xsd:decimal ;
  geo-pos:long "-4.79167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15867'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.79167'^^xsd:double;
  dwc:latitude '44.3967'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -4.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -4.7833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-4.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5434'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.7833'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1083"^^xsd:decimal ;
  geo-pos:long "-4.75333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12269'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75333'^^xsd:double;
  dwc:latitude '44.1083'^^xsd:double;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1083"^^xsd:decimal ;
  geo-pos:long "-4.75333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12367'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75333'^^xsd:double;
  dwc:latitude '44.1083'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1083"^^xsd:decimal ;
  geo-pos:long "-4.75333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12524'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75333'^^xsd:double;
  dwc:latitude '44.1083'^^xsd:double;
  dwc:aphiaid '104055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1083"^^xsd:decimal ;
  geo-pos:long "-4.75333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11713'^^xsd:integer;
  dwc:scientificName 'Gryphus cooperi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75333'^^xsd:double;
  dwc:latitude '44.1083'^^xsd:double;
  dwc:aphiaid '183176'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.75333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1083"^^xsd:decimal ;
  geo-pos:long "-4.75333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11621'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75333'^^xsd:double;
  dwc:latitude '44.1083'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -4.75333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -4.75333)"^^geo:wktLiteral ;
  geo-pos:lat "46.2917"^^xsd:decimal ;
  geo-pos:long "-4.75333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15265'^^xsd:integer;
  dwc:scientificName 'Ledella similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75333'^^xsd:double;
  dwc:latitude '46.2917'^^xsd:double;
  dwc:aphiaid '506328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -4.75333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -4.75333)"^^geo:wktLiteral ;
  geo-pos:lat "46.2917"^^xsd:decimal ;
  geo-pos:long "-4.75333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15263'^^xsd:integer;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75333'^^xsd:double;
  dwc:latitude '46.2917'^^xsd:double;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -4.75333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -4.75333)"^^geo:wktLiteral ;
  geo-pos:lat "46.2917"^^xsd:decimal ;
  geo-pos:long "-4.75333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15267'^^xsd:integer;
  dwc:scientificName 'Lyonsiella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75333'^^xsd:double;
  dwc:latitude '46.2917'^^xsd:double;
  dwc:aphiaid '141947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -4.75333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2917 -4.75333)"^^geo:wktLiteral ;
  geo-pos:lat "46.2917"^^xsd:decimal ;
  geo-pos:long "-4.75333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15269'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75333'^^xsd:double;
  dwc:latitude '46.2917'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15269'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1133 -4.75167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1133"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1133 -4.75167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1133"^^xsd:decimal ;
  geo-pos:long "-4.75167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11684'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75167'^^xsd:double;
  dwc:latitude '44.1133'^^xsd:double;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1133 -4.75167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1133"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1133 -4.75167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1133"^^xsd:decimal ;
  geo-pos:long "-4.75167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11622'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75167'^^xsd:double;
  dwc:latitude '44.1133'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '525'^^xsd:integer;
  dwc:scientificName 'Cyclaspoides sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '100'^^xsd:integer;
  dwc:scientificName 'Cyclaspoides sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -4.75)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-4.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1037'^^xsd:integer;
  dwc:scientificName 'Campylaspis rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '110554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1037'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -4.75)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-4.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1013'^^xsd:integer;
  dwc:scientificName 'Campylaspis laevigata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '182413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2833 -4.75)"^^geo:wktLiteral ;
  geo-pos:lat "46.2833"^^xsd:decimal ;
  geo-pos:long "-4.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2599'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.75'^^xsd:double;
  dwc:latitude '46.2833'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.7417)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4766'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.7417'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1217 -4.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1217"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1217 -4.73333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1217"^^xsd:decimal ;
  geo-pos:long "-4.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12366'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.73333'^^xsd:double;
  dwc:latitude '44.1217'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1217 -4.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1217"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1217 -4.73333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1217"^^xsd:decimal ;
  geo-pos:long "-4.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11619'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.73333'^^xsd:double;
  dwc:latitude '44.1217'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2717 -4.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2717"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2717 -4.73333)"^^geo:wktLiteral ;
  geo-pos:lat "46.2717"^^xsd:decimal ;
  geo-pos:long "-4.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15271'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.73333'^^xsd:double;
  dwc:latitude '46.2717'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15271'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2667 -4.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2667 -4.7333)"^^geo:wktLiteral ;
  geo-pos:lat "46.2667"^^xsd:decimal ;
  geo-pos:long "-4.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1014'^^xsd:integer;
  dwc:scientificName 'Campylaspis laevigata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.7333'^^xsd:double;
  dwc:latitude '46.2667'^^xsd:double;
  dwc:aphiaid '182413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.72667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.125"^^xsd:decimal ;
  dwc:decimalLongitude "-4.72667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.72667)"^^geo:wktLiteral ;
  geo-pos:lat "44.125"^^xsd:decimal ;
  geo-pos:long "-4.72667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11683'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.72667'^^xsd:double;
  dwc:latitude '44.125'^^xsd:double;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.72667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.125"^^xsd:decimal ;
  dwc:decimalLongitude "-4.72667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.72667)"^^geo:wktLiteral ;
  geo-pos:lat "44.125"^^xsd:decimal ;
  geo-pos:long "-4.72667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12523'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.72667'^^xsd:double;
  dwc:latitude '44.125'^^xsd:double;
  dwc:aphiaid '104055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.72667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.125"^^xsd:decimal ;
  dwc:decimalLongitude "-4.72667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.72667)"^^geo:wktLiteral ;
  geo-pos:lat "44.125"^^xsd:decimal ;
  geo-pos:long "-4.72667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11620'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.72667'^^xsd:double;
  dwc:latitude '44.125'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1033 -4.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1033"^^xsd:decimal ;
  dwc:decimalLongitude "-4.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1033 -4.68333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1033"^^xsd:decimal ;
  geo-pos:long "-4.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11618'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.68333'^^xsd:double;
  dwc:latitude '44.1033'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-4.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.64667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-4.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11617'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.64667'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -4.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -4.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-4.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '524'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.6333'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -4.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -4.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-4.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2737'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.6333'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A56> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -4.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '56'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.6333'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:56'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3826'^^xsd:integer;
  dwc:scientificName 'Eurycope complanata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '44.28'^^xsd:double;
  dwc:aphiaid '118614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.60333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.125"^^xsd:decimal ;
  dwc:decimalLongitude "-4.60333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.60333)"^^geo:wktLiteral ;
  geo-pos:lat "44.125"^^xsd:decimal ;
  geo-pos:long "-4.60333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12365'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.60333'^^xsd:double;
  dwc:latitude '44.125'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.60333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.125"^^xsd:decimal ;
  dwc:decimalLongitude "-4.60333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.125 -4.60333)"^^geo:wktLiteral ;
  geo-pos:lat "44.125"^^xsd:decimal ;
  geo-pos:long "-4.60333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11616'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.60333'^^xsd:double;
  dwc:latitude '44.125'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3417 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.3417"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3417 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.3417"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15256'^^xsd:integer;
  dwc:scientificName 'Bentharca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:latitude '46.3417'^^xsd:double;
  dwc:aphiaid '146722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3417 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.3417"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3417 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.3417"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15264'^^xsd:integer;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:latitude '46.3417'^^xsd:double;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3417 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.3417"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3417 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.3417"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15266'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:latitude '46.3417'^^xsd:double;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3417 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.3417"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3417 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.3417"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15257'^^xsd:integer;
  dwc:scientificName 'Microgloma turnerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:latitude '46.3417'^^xsd:double;
  dwc:aphiaid '541014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '541014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1775 -4.535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1775"^^xsd:decimal ;
  dwc:decimalLongitude "-4.535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1775 -4.535)"^^geo:wktLiteral ;
  geo-pos:lat "44.1775"^^xsd:decimal ;
  geo-pos:long "-4.535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4666'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.535'^^xsd:double;
  dwc:latitude '44.1775'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1775 -4.535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1775"^^xsd:decimal ;
  dwc:decimalLongitude "-4.535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1775 -4.535)"^^geo:wktLiteral ;
  geo-pos:lat "44.1775"^^xsd:decimal ;
  geo-pos:long "-4.535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4786'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.535'^^xsd:double;
  dwc:latitude '44.1775'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1683 -4.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1683"^^xsd:decimal ;
  dwc:decimalLongitude "-4.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1683 -4.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.1683"^^xsd:decimal ;
  geo-pos:long "-4.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4670'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.51'^^xsd:double;
  dwc:latitude '44.1683'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9833 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9833 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "35.9833"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10401'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '35.9833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9833 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9833 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "35.9833"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10402'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '35.9833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9833 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9833 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "35.9833"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10403'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '35.9833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11706'^^xsd:integer;
  dwc:scientificName 'Gryphus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '104050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104050'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11610'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10206'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10212'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10217'^^xsd:integer;
  dwc:scientificName 'Golfingia abyssora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:aphiaid '424349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10251'^^xsd:integer;
  dwc:scientificName 'Phascolion strombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10251'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10256'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10224'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10234'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -4.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-4.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10240'^^xsd:integer;
  dwc:scientificName 'Golfingia species cf. glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.5'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-4.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.49667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-4.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11946'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.49667'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-4.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.49667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-4.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12522'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.49667'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '104055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-4.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.49667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-4.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11682'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.49667'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.49667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-4.49667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -4.49667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-4.49667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11605'^^xsd:integer;
  dwc:scientificName 'Dallina parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.49667'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '235700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1625 -4.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1625"^^xsd:decimal ;
  dwc:decimalLongitude "-4.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1625 -4.485)"^^geo:wktLiteral ;
  geo-pos:lat "44.1625"^^xsd:decimal ;
  geo-pos:long "-4.485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4665'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.485'^^xsd:double;
  dwc:latitude '44.1625'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1625 -4.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1625"^^xsd:decimal ;
  dwc:decimalLongitude "-4.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1625 -4.485)"^^geo:wktLiteral ;
  geo-pos:lat "44.1625"^^xsd:decimal ;
  geo-pos:long "-4.485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4785'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.485'^^xsd:double;
  dwc:latitude '44.1625'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -4.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-4.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -4.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-4.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '526'^^xsd:integer;
  dwc:scientificName 'Hemilamprops normani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.4167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:aphiaid '110512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -4.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-4.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -4.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-4.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '149'^^xsd:integer;
  dwc:scientificName 'Hemilamprops normani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.4167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:aphiaid '110512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.105"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  geo-pos:lat "44.105"^^xsd:decimal ;
  geo-pos:long "-4.37333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16058'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.37333'^^xsd:double;
  dwc:latitude '44.105'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16058'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.105"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  geo-pos:lat "44.105"^^xsd:decimal ;
  geo-pos:long "-4.37333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16061'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.37333'^^xsd:double;
  dwc:latitude '44.105'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.105"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  geo-pos:lat "44.105"^^xsd:decimal ;
  geo-pos:long "-4.37333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16069'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.37333'^^xsd:double;
  dwc:latitude '44.105'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16069'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.105"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  geo-pos:lat "44.105"^^xsd:decimal ;
  geo-pos:long "-4.37333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16063'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.37333'^^xsd:double;
  dwc:latitude '44.105'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.105"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  geo-pos:lat "44.105"^^xsd:decimal ;
  geo-pos:long "-4.37333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16067'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.37333'^^xsd:double;
  dwc:latitude '44.105'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.105"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  geo-pos:lat "44.105"^^xsd:decimal ;
  geo-pos:long "-4.37333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16074'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.37333'^^xsd:double;
  dwc:latitude '44.105'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.105"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  geo-pos:lat "44.105"^^xsd:decimal ;
  geo-pos:long "-4.37333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16075'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.37333'^^xsd:double;
  dwc:latitude '44.105'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16075'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.105"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.37333)"^^geo:wktLiteral ;
  geo-pos:lat "44.105"^^xsd:decimal ;
  geo-pos:long "-4.37333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11614'^^xsd:integer;
  dwc:scientificName 'Dallina sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.37333'^^xsd:double;
  dwc:latitude '44.105'^^xsd:double;
  dwc:aphiaid '104041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104041'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.3733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.105"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.105 -4.3733)"^^geo:wktLiteral ;
  geo-pos:lat "44.105"^^xsd:decimal ;
  geo-pos:long "-4.3733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8022'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3733'^^xsd:double;
  dwc:latitude '44.105'^^xsd:double;
  dwc:aphiaid '115751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 -4.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 -4.37)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "-4.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4115'^^xsd:integer;
  dwc:scientificName 'Leptanthura chardyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.37'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:aphiaid '118502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '474'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '515'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1128'^^xsd:integer;
  dwc:scientificName 'Campylaspides canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '182367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '378'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1242'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1420'^^xsd:integer;
  dwc:scientificName 'Cumella decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1489'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1323'^^xsd:integer;
  dwc:scientificName 'Campylaspis rubicunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1289'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1391'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1755'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1672'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1871'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1871'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1816'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9181'^^xsd:integer;
  dwc:scientificName 'Agaue corollata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '114878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6012'^^xsd:integer;
  dwc:scientificName 'Tanabnormia cornicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '136370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '394'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.36667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10781'^^xsd:integer;
  dwc:scientificName 'Nephasoma wodjanizkii elisae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.36667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '425268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410737'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.36)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3383'^^xsd:integer;
  dwc:scientificName 'Haplomesus biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.36'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '118684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0767 -4.35667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-4.35667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0767 -4.35667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0767"^^xsd:decimal ;
  geo-pos:long "-4.35667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11955'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.35667'^^xsd:double;
  dwc:latitude '44.0767'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0767 -4.35667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-4.35667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0767 -4.35667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0767"^^xsd:decimal ;
  geo-pos:long "-4.35667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16410'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.35667'^^xsd:double;
  dwc:latitude '44.0767'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.0667"^^xsd:decimal ;
  geo-pos:long "-4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '475'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.35'^^xsd:double;
  dwc:latitude '44.0667'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.0667"^^xsd:decimal ;
  geo-pos:long "-4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '516'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.35'^^xsd:double;
  dwc:latitude '44.0667'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.0667"^^xsd:decimal ;
  geo-pos:long "-4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '379'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.35'^^xsd:double;
  dwc:latitude '44.0667'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.0667"^^xsd:decimal ;
  geo-pos:long "-4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1872'^^xsd:integer;
  dwc:scientificName 'Styloptocuma aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.35'^^xsd:double;
  dwc:latitude '44.0667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1872'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-4.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0667 -4.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.0667"^^xsd:decimal ;
  geo-pos:long "-4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '400'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.35'^^xsd:double;
  dwc:latitude '44.0667'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.35 -4.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.35 -4.33)"^^geo:wktLiteral ;
  geo-pos:lat "-59.35"^^xsd:decimal ;
  geo-pos:long "-4.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8142'^^xsd:integer;
  dwc:scientificName 'Trophomera australis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.33'^^xsd:double;
  dwc:latitude '-59.35'^^xsd:double;
  dwc:aphiaid '458909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458909'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.32333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.32333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16421'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.32333'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.32333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.32333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16427'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.32333'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '533650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871910'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.32333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.32333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16423'^^xsd:integer;
  dwc:scientificName 'Yoldiella insculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.32333'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '141998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.32333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.32333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16425'^^xsd:integer;
  dwc:scientificName 'Yoldiella veletta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.32333'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '181275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.32333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.32333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16416'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.32333'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.32333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.32333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16417'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.32333'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.32333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.32333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16420'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.32333'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16420'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.32333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.32333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16413'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.32333'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.32333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.32333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.32333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11559'^^xsd:integer;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.32333'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.3233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.3233)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.3233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4644'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3233'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.3233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.3233)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.3233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4757'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3233'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.3233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.3233)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.3233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4761'^^xsd:integer;
  dwc:scientificName 'Paragathotanais nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3233'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '136376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.3233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.3233)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.3233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4779'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3233'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '478'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '479'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '519'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '520'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1103'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1104'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1246'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1245'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1263'^^xsd:integer;
  dwc:scientificName 'Campylaspis mansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1396'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1397'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1422'^^xsd:integer;
  dwc:scientificName 'Cumella decipiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1494'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1292'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1293'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1766'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1767'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1680'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1681'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1893'^^xsd:integer;
  dwc:scientificName 'Styloptocuma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1851'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1852'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1821'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1822'^^xsd:integer;
  dwc:scientificName 'Schizocuma spinoculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '380'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6000'^^xsd:integer;
  dwc:scientificName 'Stenotanais hamicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '136365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '405'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '406'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '396'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '381'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '175'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '179'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1493'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3167'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.3117)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4643'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3117'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.3117)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4778'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3117'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.3117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.3117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.3117)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.3117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8050'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.3117'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '115751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16402'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.31167'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16402'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16409'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.31167'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16407'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.31167'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16408'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.31167'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16403'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.31167'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16400'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.31167'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.31167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -4.31167)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-4.31167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16401'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.31167'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0767 -4.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0767"^^xsd:decimal ;
  dwc:decimalLongitude "-4.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0767 -4.30167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0767"^^xsd:decimal ;
  geo-pos:long "-4.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16068'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.30167'^^xsd:double;
  dwc:latitude '44.0767'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16068'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1467 -4.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-4.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1467 -4.29)"^^geo:wktLiteral ;
  geo-pos:lat "44.1467"^^xsd:decimal ;
  geo-pos:long "-4.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16186'^^xsd:integer;
  dwc:scientificName 'Yoldiella biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.29'^^xsd:double;
  dwc:latitude '44.1467'^^xsd:double;
  dwc:aphiaid '181270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1467 -4.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-4.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1467 -4.29)"^^geo:wktLiteral ;
  geo-pos:lat "44.1467"^^xsd:decimal ;
  geo-pos:long "-4.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16187'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.29'^^xsd:double;
  dwc:latitude '44.1467'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1467 -4.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-4.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1467 -4.29)"^^geo:wktLiteral ;
  geo-pos:lat "44.1467"^^xsd:decimal ;
  geo-pos:long "-4.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16188'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.29'^^xsd:double;
  dwc:latitude '44.1467'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16188'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1467 -4.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1467"^^xsd:decimal ;
  dwc:decimalLongitude "-4.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1467 -4.29)"^^geo:wktLiteral ;
  geo-pos:lat "44.1467"^^xsd:decimal ;
  geo-pos:long "-4.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16189'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.29'^^xsd:double;
  dwc:latitude '44.1467'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.28333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.28333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.28333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.28333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16418'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.28333'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2833)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '477'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2833'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2833)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '518'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2833'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2833)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '402'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2833'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.28167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1083"^^xsd:decimal ;
  dwc:decimalLongitude "-4.28167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1083 -4.28167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1083"^^xsd:decimal ;
  geo-pos:long "-4.28167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15851'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.28167'^^xsd:double;
  dwc:latitude '44.1083'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -4.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-4.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -4.28)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-4.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3382'^^xsd:integer;
  dwc:scientificName 'Haplomesus biscayensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.28'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:aphiaid '118684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1633"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1633"^^xsd:decimal ;
  geo-pos:long "-4.27333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11953'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27333'^^xsd:double;
  dwc:latitude '44.1633'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1633"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1633"^^xsd:decimal ;
  geo-pos:long "-4.27333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11411'^^xsd:integer;
  dwc:scientificName 'Gryphus vitreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27333'^^xsd:double;
  dwc:latitude '44.1633'^^xsd:double;
  dwc:aphiaid '104068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1633"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1633"^^xsd:decimal ;
  geo-pos:long "-4.27333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16229'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27333'^^xsd:double;
  dwc:latitude '44.1633'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1633"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1633"^^xsd:decimal ;
  geo-pos:long "-4.27333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16230'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27333'^^xsd:double;
  dwc:latitude '44.1633'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1633"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1633"^^xsd:decimal ;
  geo-pos:long "-4.27333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16231'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27333'^^xsd:double;
  dwc:latitude '44.1633'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1633"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1633"^^xsd:decimal ;
  geo-pos:long "-4.27333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16232'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27333'^^xsd:double;
  dwc:latitude '44.1633'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1633"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1633"^^xsd:decimal ;
  geo-pos:long "-4.27333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16233'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27333'^^xsd:double;
  dwc:latitude '44.1633'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16233'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1633"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1633 -4.27333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1633"^^xsd:decimal ;
  geo-pos:long "-4.27333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16234'^^xsd:integer;
  dwc:scientificName 'Cuspidaria circinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27333'^^xsd:double;
  dwc:latitude '44.1633'^^xsd:double;
  dwc:aphiaid '139441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.135"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "44.135"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8072'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '44.135'^^xsd:double;
  dwc:aphiaid '115756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8072'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.135"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "44.135"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16411'^^xsd:integer;
  dwc:scientificName 'Ledella lusitanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '44.135'^^xsd:double;
  dwc:aphiaid '506327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506327'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.135"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "44.135"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16412'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '44.135'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.135"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "44.135"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16404'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '44.135'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.135"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.135 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "44.135"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16406'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '44.135'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16406'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '480'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '521'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1398'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1768'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '407'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '512'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:512'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '377'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1487'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1388'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1669'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1585'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1843'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1843'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '471'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '391'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '476'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '482'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '517'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '522'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1227'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1296'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1687'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1772'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '413'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '401'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '472'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '513'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:513'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1096'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1241'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1389'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1670'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1586'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1753'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -4.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-4.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '392'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2667'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-4.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  geo-pos:lat "44.1483"^^xsd:decimal ;
  geo-pos:long "-4.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4639'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.265'^^xsd:double;
  dwc:latitude '44.1483'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-4.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  geo-pos:lat "44.1483"^^xsd:decimal ;
  geo-pos:long "-4.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4776'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.265'^^xsd:double;
  dwc:latitude '44.1483'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-4.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  geo-pos:lat "44.1483"^^xsd:decimal ;
  geo-pos:long "-4.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15986'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.265'^^xsd:double;
  dwc:latitude '44.1483'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-4.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  geo-pos:lat "44.1483"^^xsd:decimal ;
  geo-pos:long "-4.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15981'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.265'^^xsd:double;
  dwc:latitude '44.1483'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15981'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-4.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  geo-pos:lat "44.1483"^^xsd:decimal ;
  geo-pos:long "-4.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15979'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.265'^^xsd:double;
  dwc:latitude '44.1483'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1483"^^xsd:decimal ;
  dwc:decimalLongitude "-4.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1483 -4.265)"^^geo:wktLiteral ;
  geo-pos:lat "44.1483"^^xsd:decimal ;
  geo-pos:long "-4.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15980'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.265'^^xsd:double;
  dwc:latitude '44.1483'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1267 -4.26333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1267"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1267 -4.26333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1267"^^xsd:decimal ;
  geo-pos:long "-4.26333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11413'^^xsd:integer;
  dwc:scientificName 'Macandrevia novangliae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26333'^^xsd:double;
  dwc:latitude '44.1267'^^xsd:double;
  dwc:aphiaid '183249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.2617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.2617)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.2617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8019'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2617'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '115751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2617 -4.2617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2617"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2617 -4.2617)"^^geo:wktLiteral ;
  geo-pos:lat "44.2617"^^xsd:decimal ;
  geo-pos:long "-4.2617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4149'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes curticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2617'^^xsd:double;
  dwc:latitude '44.2617'^^xsd:double;
  dwc:aphiaid '136294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16426'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16426'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16414'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16422'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0867"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0867 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0867"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16415'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.0867'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15852'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15855'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15856'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15856'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15862'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15863'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15863'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15864'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.26167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.26167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15865'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26167'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0983"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.0983"^^xsd:decimal ;
  geo-pos:long "-4.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15983'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26'^^xsd:double;
  dwc:latitude '44.0983'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0983"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.0983"^^xsd:decimal ;
  geo-pos:long "-4.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15984'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26'^^xsd:double;
  dwc:latitude '44.0983'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0983"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.0983"^^xsd:decimal ;
  geo-pos:long "-4.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15985'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26'^^xsd:double;
  dwc:latitude '44.0983'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15985'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0983"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.0983"^^xsd:decimal ;
  geo-pos:long "-4.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15982'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26'^^xsd:double;
  dwc:latitude '44.0983'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0983"^^xsd:decimal ;
  dwc:decimalLongitude "-4.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0983 -4.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.0983"^^xsd:decimal ;
  geo-pos:long "-4.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15978'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.26'^^xsd:double;
  dwc:latitude '44.0983'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1883"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.2567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1883"^^xsd:decimal ;
  geo-pos:long "-4.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8034'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2567'^^xsd:double;
  dwc:latitude '44.1883'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1883"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1883"^^xsd:decimal ;
  geo-pos:long "-4.25667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16059'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25667'^^xsd:double;
  dwc:latitude '44.1883'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1883"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1883"^^xsd:decimal ;
  geo-pos:long "-4.25667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16060'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25667'^^xsd:double;
  dwc:latitude '44.1883'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1883"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1883"^^xsd:decimal ;
  geo-pos:long "-4.25667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16062'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25667'^^xsd:double;
  dwc:latitude '44.1883'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16062'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1883"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1883"^^xsd:decimal ;
  geo-pos:long "-4.25667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16065'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25667'^^xsd:double;
  dwc:latitude '44.1883'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1883"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1883"^^xsd:decimal ;
  geo-pos:long "-4.25667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16066'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25667'^^xsd:double;
  dwc:latitude '44.1883'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1883"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1883"^^xsd:decimal ;
  geo-pos:long "-4.25667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16072'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25667'^^xsd:double;
  dwc:latitude '44.1883'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16072'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1883"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1883 -4.25667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1883"^^xsd:decimal ;
  geo-pos:long "-4.25667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16073'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25667'^^xsd:double;
  dwc:latitude '44.1883'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1339 -4.2519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1339"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1339 -4.2519)"^^geo:wktLiteral ;
  geo-pos:lat "44.1339"^^xsd:decimal ;
  geo-pos:long "-4.2519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4181'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.2519'^^xsd:double;
  dwc:latitude '44.1339'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5405'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '483'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '523'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1249'^^xsd:integer;
  dwc:scientificName 'Campylaspis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1400'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1504'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1297'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1610'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1773'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1688'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1857'^^xsd:integer;
  dwc:scientificName 'Schizocuma vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '182643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1857'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '414'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2666'^^xsd:integer;
  dwc:scientificName 'Paralamprops semiornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '182255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1339 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1339"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1339 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1339"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4226'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1339'^^xsd:double;
  dwc:aphiaid '136303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15853'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15854'^^xsd:integer;
  dwc:scientificName 'Yoldiella obesa incala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '181269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477314'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15858'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15858'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15859'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15859'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15861'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11560'^^xsd:integer;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4166'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1367 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1367"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4150'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes curticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1367'^^xsd:double;
  dwc:aphiaid '136294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '473'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '514'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1179'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1179'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1097'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1216'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1488'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1288'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1371'^^xsd:integer;
  dwc:scientificName 'Campylaspis valleculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '182473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1624'^^xsd:integer;
  dwc:scientificName 'Platycuma sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '110579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1754'^^xsd:integer;
  dwc:scientificName 'Procampylaspis lutensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '110585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1671'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1904'^^xsd:integer;
  dwc:scientificName 'Styloptocuma concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '182541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1432'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1587'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1390'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '393'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 -4.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "-4.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 -4.115)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "-4.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4497'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-4.115'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.2167 -3.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.2167 -3.9833)"^^geo:wktLiteral ;
  geo-pos:lat "61.2167"^^xsd:decimal ;
  geo-pos:long "-3.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5392'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.9833'^^xsd:double;
  dwc:latitude '61.2167'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7833 -3.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7833 -3.9167)"^^geo:wktLiteral ;
  geo-pos:lat "45.7833"^^xsd:decimal ;
  geo-pos:long "-3.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '527'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus costatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.9167'^^xsd:double;
  dwc:latitude '45.7833'^^xsd:double;
  dwc:aphiaid '182077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7833 -3.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.7833 -3.9167)"^^geo:wktLiteral ;
  geo-pos:lat "45.7833"^^xsd:decimal ;
  geo-pos:long "-3.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '209'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus costatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.9167'^^xsd:double;
  dwc:latitude '45.7833'^^xsd:double;
  dwc:aphiaid '182077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5833 -3.86667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.86667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5833 -3.86667)"^^geo:wktLiteral ;
  geo-pos:lat "45.5833"^^xsd:decimal ;
  geo-pos:long "-3.86667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10761'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.86667'^^xsd:double;
  dwc:latitude '45.5833'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7083 -3.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7083"^^xsd:decimal ;
  dwc:decimalLongitude "-3.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7083 -3.81)"^^geo:wktLiteral ;
  geo-pos:lat "43.7083"^^xsd:decimal ;
  geo-pos:long "-3.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16628'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.81'^^xsd:double;
  dwc:latitude '43.7083'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1028'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.8'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1036'^^xsd:integer;
  dwc:scientificName 'Campylaspis rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.8'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1036'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1053'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.8'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1062'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.8'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1063'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.8'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1012'^^xsd:integer;
  dwc:scientificName 'Campylaspis laevigata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.8'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '182413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.7967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7967)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.7967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4960'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.7967'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4960'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.79667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.79667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15254'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.79667'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.79667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.79667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15262'^^xsd:integer;
  dwc:scientificName 'Lyonsiella subquadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.79667'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '141951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.79667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.79667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15260'^^xsd:integer;
  dwc:scientificName 'Portlandia fora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.79667'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '543111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.79667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.79667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15258'^^xsd:integer;
  dwc:scientificName 'Ledella acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.79667'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15258'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.79667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.79667)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.79667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15259'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.79667'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1508'^^xsd:integer;
  dwc:scientificName 'Cumellopsis helgae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.7833'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1530'^^xsd:integer;
  dwc:scientificName 'Cumellopsis puritani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.7833'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1699'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.7833'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2630'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.7833'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7167 -3.7833)"^^geo:wktLiteral ;
  geo-pos:lat "43.7167"^^xsd:decimal ;
  geo-pos:long "-3.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2598'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.7833'^^xsd:double;
  dwc:latitude '43.7167'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8633 -3.72333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-3.72333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8633 -3.72333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8633"^^xsd:decimal ;
  geo-pos:long "-3.72333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11001'^^xsd:integer;
  dwc:scientificName 'Golfingia iniqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.72333'^^xsd:double;
  dwc:latitude '43.8633'^^xsd:double;
  dwc:aphiaid '136042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8633 -3.72333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8633"^^xsd:decimal ;
  dwc:decimalLongitude "-3.72333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8633 -3.72333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8633"^^xsd:decimal ;
  geo-pos:long "-3.72333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11000'^^xsd:integer;
  dwc:scientificName 'Phascolion canum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.72333'^^xsd:double;
  dwc:latitude '43.8633'^^xsd:double;
  dwc:aphiaid '424613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11000'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.63333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "-3.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10831'^^xsd:integer;
  dwc:scientificName 'Onchnesoma squamatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.63333'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '410739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410739'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.63333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "-3.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10834'^^xsd:integer;
  dwc:scientificName 'Onchnesoma steenstrupii steenstrupii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.63333'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '410742'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410742'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.63333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "-3.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10641'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.63333'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7783"^^xsd:decimal ;
  dwc:decimalLongitude "-3.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.63333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7783"^^xsd:decimal ;
  geo-pos:long "-3.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15250'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.63333'^^xsd:double;
  dwc:latitude '43.7783'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7783"^^xsd:decimal ;
  dwc:decimalLongitude "-3.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.63333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7783"^^xsd:decimal ;
  geo-pos:long "-3.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15251'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.63333'^^xsd:double;
  dwc:latitude '43.7783'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7783"^^xsd:decimal ;
  dwc:decimalLongitude "-3.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.63333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7783"^^xsd:decimal ;
  geo-pos:long "-3.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15252'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.63333'^^xsd:double;
  dwc:latitude '43.7783'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7783"^^xsd:decimal ;
  dwc:decimalLongitude "-3.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.63333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7783"^^xsd:decimal ;
  geo-pos:long "-3.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15253'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.63333'^^xsd:double;
  dwc:latitude '43.7783'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7833 -3.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7833 -3.63333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7833"^^xsd:decimal ;
  geo-pos:long "-3.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15249'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.63333'^^xsd:double;
  dwc:latitude '43.7833'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1121'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1611'^^xsd:integer;
  dwc:scientificName 'Platycuma holti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '110578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2007'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2629'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2577'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mystacinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '182111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2597'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7783"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7783"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4710'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7783'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7783"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7783"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4508'^^xsd:integer;
  dwc:scientificName 'Neotanais laevispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7783'^^xsd:double;
  dwc:aphiaid '136335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7783"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7783 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7783"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4366'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7783'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7833 -3.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7833 -3.6333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7833"^^xsd:decimal ;
  geo-pos:long "-3.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1027'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6333'^^xsd:double;
  dwc:latitude '43.7833'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.77 -3.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.77"^^xsd:decimal ;
  dwc:decimalLongitude "-3.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.77 -3.63)"^^geo:wktLiteral ;
  geo-pos:lat "43.77"^^xsd:decimal ;
  geo-pos:long "-3.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3776'^^xsd:integer;
  dwc:scientificName 'Eurycope iphthima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.63'^^xsd:double;
  dwc:latitude '43.77'^^xsd:double;
  dwc:aphiaid '118619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.615 -3.60667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.615"^^xsd:decimal ;
  dwc:decimalLongitude "-3.60667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.615 -3.60667)"^^geo:wktLiteral ;
  geo-pos:lat "43.615"^^xsd:decimal ;
  geo-pos:long "-3.60667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12268'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.60667'^^xsd:double;
  dwc:latitude '43.615'^^xsd:double;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.615 -3.60667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.615"^^xsd:decimal ;
  dwc:decimalLongitude "-3.60667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.615 -3.60667)"^^geo:wktLiteral ;
  geo-pos:lat "43.615"^^xsd:decimal ;
  geo-pos:long "-3.60667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12520'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.60667'^^xsd:double;
  dwc:latitude '43.615'^^xsd:double;
  dwc:aphiaid '104055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2594'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4708'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4553'^^xsd:integer;
  dwc:scientificName 'Neotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '136337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136337'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.6833"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15239'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.6'^^xsd:double;
  dwc:latitude '43.6833'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.5867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.5867)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.5867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4709'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5867'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.5867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.5867)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.5867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4588'^^xsd:integer;
  dwc:scientificName 'Neotanais sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5867'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '136338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.5867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.5867)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.5867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4805'^^xsd:integer;
  dwc:scientificName 'Paragathotanais robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5867'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '136377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.5867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.5867)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.5867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4499'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5867'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4499'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15245'^^xsd:integer;
  dwc:scientificName 'Tindaria hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58667'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '506466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15242'^^xsd:integer;
  dwc:scientificName 'Yoldiella lata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58667'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15242'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15243'^^xsd:integer;
  dwc:scientificName 'Microgloma turnerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58667'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '541014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '541014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15244'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58667'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '157010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '157010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15246'^^xsd:integer;
  dwc:scientificName 'Ledella pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58667'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '182796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15247'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58667'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15240'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58667'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.58667)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15241'^^xsd:integer;
  dwc:scientificName 'Portlandia lenticula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58667'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '156360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 -3.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 -3.58333)"^^geo:wktLiteral ;
  geo-pos:lat "43.6833"^^xsd:decimal ;
  geo-pos:long "-3.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15248'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58333'^^xsd:double;
  dwc:latitude '43.6833'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-3.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '966'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5833'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:966'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-3.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1793'^^xsd:integer;
  dwc:scientificName 'Procampylaspis macronyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5833'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:aphiaid '110586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-3.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2632'^^xsd:integer;
  dwc:scientificName 'Hemilamprops normani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5833'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:aphiaid '110512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-3.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2576'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mystacinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5833'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:aphiaid '182111'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6667 -3.5833)"^^geo:wktLiteral ;
  geo-pos:lat "43.6667"^^xsd:decimal ;
  geo-pos:long "-3.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2596'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5833'^^xsd:double;
  dwc:latitude '43.6667'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 -3.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 -3.5833)"^^geo:wktLiteral ;
  geo-pos:lat "43.6833"^^xsd:decimal ;
  geo-pos:long "-3.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '965'^^xsd:integer;
  dwc:scientificName 'Campylaspis alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5833'^^xsd:double;
  dwc:latitude '43.6833'^^xsd:double;
  dwc:aphiaid '110539'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:965'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 -3.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 -3.5833)"^^geo:wktLiteral ;
  geo-pos:lat "43.6833"^^xsd:decimal ;
  geo-pos:long "-3.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1061'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.5833'^^xsd:double;
  dwc:latitude '43.6833'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6167 -3.58167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-3.58167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6167 -3.58167)"^^geo:wktLiteral ;
  geo-pos:lat "43.6167"^^xsd:decimal ;
  geo-pos:long "-3.58167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11690'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.58167'^^xsd:double;
  dwc:latitude '43.6167'^^xsd:double;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 -3.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.73"^^xsd:decimal ;
  dwc:decimalLongitude "-3.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 -3.57)"^^geo:wktLiteral ;
  geo-pos:lat "43.73"^^xsd:decimal ;
  geo-pos:long "-3.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3746'^^xsd:integer;
  dwc:scientificName 'Eurycope centobi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.57'^^xsd:double;
  dwc:latitude '43.73'^^xsd:double;
  dwc:aphiaid '183151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.73 -3.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.73"^^xsd:decimal ;
  dwc:decimalLongitude "-3.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.73 -3.47)"^^geo:wktLiteral ;
  geo-pos:lat "74.73"^^xsd:decimal ;
  geo-pos:long "-3.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3012'^^xsd:integer;
  dwc:scientificName 'Austroniscus norbi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.47'^^xsd:double;
  dwc:latitude '74.73'^^xsd:double;
  dwc:aphiaid '118775'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118775'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.715 -3.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.715"^^xsd:decimal ;
  dwc:decimalLongitude "-3.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.715 -3.46)"^^geo:wktLiteral ;
  geo-pos:lat "74.715"^^xsd:decimal ;
  geo-pos:long "-3.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8083'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.46'^^xsd:double;
  dwc:latitude '74.715'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -3.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-3.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -3.4167)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-3.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '996'^^xsd:integer;
  dwc:scientificName 'Campylaspis horridoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.4167'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:aphiaid '110546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -3.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-3.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -3.4167)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-3.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1035'^^xsd:integer;
  dwc:scientificName 'Campylaspis rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.4167'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:aphiaid '110554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -3.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-3.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -3.4167)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-3.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1052'^^xsd:integer;
  dwc:scientificName 'Campylaspis squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.4167'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:aphiaid '110557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -3.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-3.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -3.4167)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-3.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1026'^^xsd:integer;
  dwc:scientificName 'Campylaspis nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.4167'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:aphiaid '110553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -3.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -3.4)"^^geo:wktLiteral ;
  geo-pos:lat "43.5833"^^xsd:decimal ;
  geo-pos:long "-3.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '995'^^xsd:integer;
  dwc:scientificName 'Campylaspis horridoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.4'^^xsd:double;
  dwc:latitude '43.5833'^^xsd:double;
  dwc:aphiaid '110546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -3.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-3.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -3.4)"^^geo:wktLiteral ;
  geo-pos:lat "43.5833"^^xsd:decimal ;
  geo-pos:long "-3.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2595'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus josephinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.4'^^xsd:double;
  dwc:latitude '43.5833'^^xsd:double;
  dwc:aphiaid '110601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.26"^^xsd:decimal ;
  dwc:decimalLongitude "-3.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  geo-pos:lat "70.26"^^xsd:decimal ;
  geo-pos:long "-3.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9082'^^xsd:integer;
  dwc:scientificName 'Tricoma bathycola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.3633'^^xsd:double;
  dwc:latitude '70.26'^^xsd:double;
  dwc:aphiaid '231718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.26"^^xsd:decimal ;
  dwc:decimalLongitude "-3.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  geo-pos:lat "70.26"^^xsd:decimal ;
  geo-pos:long "-3.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9068'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.3633'^^xsd:double;
  dwc:latitude '70.26'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9068'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.26"^^xsd:decimal ;
  dwc:decimalLongitude "-3.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  geo-pos:lat "70.26"^^xsd:decimal ;
  geo-pos:long "-3.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9075'^^xsd:integer;
  dwc:scientificName 'Desmoscolex eftus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.3633'^^xsd:double;
  dwc:latitude '70.26'^^xsd:double;
  dwc:aphiaid '230318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9075'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.26"^^xsd:decimal ;
  dwc:decimalLongitude "-3.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  geo-pos:lat "70.26"^^xsd:decimal ;
  geo-pos:long "-3.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9061'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.3633'^^xsd:double;
  dwc:latitude '70.26'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.26"^^xsd:decimal ;
  dwc:decimalLongitude "-3.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  geo-pos:lat "70.26"^^xsd:decimal ;
  geo-pos:long "-3.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8236'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.3633'^^xsd:double;
  dwc:latitude '70.26'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.26"^^xsd:decimal ;
  dwc:decimalLongitude "-3.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26 -3.3633)"^^geo:wktLiteral ;
  geo-pos:lat "70.26"^^xsd:decimal ;
  geo-pos:long "-3.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8228'^^xsd:integer;
  dwc:scientificName 'Desmodora pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.3633'^^xsd:double;
  dwc:latitude '70.26'^^xsd:double;
  dwc:aphiaid '228515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.03 -3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.03"^^xsd:decimal ;
  dwc:decimalLongitude "-3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.03 -3.3)"^^geo:wktLiteral ;
  geo-pos:lat "80.03"^^xsd:decimal ;
  geo-pos:long "-3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3852'^^xsd:integer;
  dwc:scientificName 'Eurycope hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.3'^^xsd:double;
  dwc:latitude '80.03'^^xsd:double;
  dwc:aphiaid '233979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5817 -3.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-3.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5817 -3.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.5817"^^xsd:decimal ;
  geo-pos:long "-3.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4544'^^xsd:integer;
  dwc:scientificName 'Neotanais micromopher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.16'^^xsd:double;
  dwc:latitude '44.5817'^^xsd:double;
  dwc:aphiaid '136336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5817 -3.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5817"^^xsd:decimal ;
  dwc:decimalLongitude "-3.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5817 -3.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.5817"^^xsd:decimal ;
  geo-pos:long "-3.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4406'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.16'^^xsd:double;
  dwc:latitude '44.5817'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -3.05)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-3.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4498'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-3.05'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-2.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  geo-pos:lat "79.1367"^^xsd:decimal ;
  geo-pos:long "-2.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8772'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus micropapillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.8933'^^xsd:double;
  dwc:latitude '79.1367'^^xsd:double;
  dwc:aphiaid '584270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '584270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-2.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  geo-pos:lat "79.1367"^^xsd:decimal ;
  geo-pos:long "-2.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8773'^^xsd:integer;
  dwc:scientificName 'Daptonema curvispicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.8933'^^xsd:double;
  dwc:latitude '79.1367'^^xsd:double;
  dwc:aphiaid '121526'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121526'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-2.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  geo-pos:lat "79.1367"^^xsd:decimal ;
  geo-pos:long "-2.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8774'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.8933'^^xsd:double;
  dwc:latitude '79.1367'^^xsd:double;
  dwc:aphiaid '584272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '584272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-2.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  geo-pos:lat "79.1367"^^xsd:decimal ;
  geo-pos:long "-2.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9055'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.8933'^^xsd:double;
  dwc:latitude '79.1367'^^xsd:double;
  dwc:aphiaid '389400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1367"^^xsd:decimal ;
  dwc:decimalLongitude "-2.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 -2.8933)"^^geo:wktLiteral ;
  geo-pos:lat "79.1367"^^xsd:decimal ;
  geo-pos:long "-2.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9053'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera molloyensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.8933'^^xsd:double;
  dwc:latitude '79.1367'^^xsd:double;
  dwc:aphiaid '389399'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.2 -2.575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.2"^^xsd:decimal ;
  dwc:decimalLongitude "-2.575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.2 -2.575)"^^geo:wktLiteral ;
  geo-pos:lat "79.2"^^xsd:decimal ;
  geo-pos:long "-2.575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9054'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera molloyensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.575'^^xsd:double;
  dwc:latitude '79.2'^^xsd:double;
  dwc:aphiaid '389399'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.8 -2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.8"^^xsd:decimal ;
  dwc:decimalLongitude "-2.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.8 -2.55)"^^geo:wktLiteral ;
  geo-pos:lat "-39.8"^^xsd:decimal ;
  geo-pos:long "-2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9571'^^xsd:integer;
  dwc:scientificName 'Cladorhiza thomsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.55'^^xsd:double;
  dwc:latitude '-39.8'^^xsd:double;
  dwc:aphiaid '168247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168247'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78 -2.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78"^^xsd:decimal ;
  dwc:decimalLongitude "-2.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78 -2.45)"^^geo:wktLiteral ;
  geo-pos:lat "78"^^xsd:decimal ;
  geo-pos:long "-2.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2695'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.45'^^xsd:double;
  dwc:latitude '78'^^xsd:integer;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78 -2.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78"^^xsd:decimal ;
  dwc:decimalLongitude "-2.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78 -2.45)"^^geo:wktLiteral ;
  geo-pos:lat "78"^^xsd:decimal ;
  geo-pos:long "-2.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '112'^^xsd:integer;
  dwc:scientificName 'Diastylis stygia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.45'^^xsd:double;
  dwc:latitude '78'^^xsd:integer;
  dwc:aphiaid '110491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -2.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-2.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -2.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-2.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '529'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.3'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -2.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-2.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -2.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-2.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '266'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.3'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4333 -2.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-2.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4333 -2.2833)"^^geo:wktLiteral ;
  geo-pos:lat "78.4333"^^xsd:decimal ;
  geo-pos:long "-2.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2783'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.2833'^^xsd:double;
  dwc:latitude '78.4333'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5617 -2.12083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5617"^^xsd:decimal ;
  dwc:decimalLongitude "-2.12083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5617 -2.12083)"^^geo:wktLiteral ;
  geo-pos:lat "44.5617"^^xsd:decimal ;
  geo-pos:long "-2.12083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11398'^^xsd:integer;
  dwc:scientificName 'Cumoniscus kruppi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.12083'^^xsd:double;
  dwc:latitude '44.5617'^^xsd:double;
  dwc:aphiaid '136610'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136610'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -2.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-2.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -2.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-2.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '528'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus dubius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.0833'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:aphiaid '110607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -2.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-2.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -2.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-2.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '210'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus dubius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.0833'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:aphiaid '110607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -2.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-2.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -2.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-2.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '221'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.0833'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:aphiaid '110602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.29167"^^xsd:decimal ;
  dwc:decimalLongitude "-2.02833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  geo-pos:lat "3.29167"^^xsd:decimal ;
  geo-pos:long "-2.02833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15582'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.02833'^^xsd:double;
  dwc:latitude '3.29167'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.29167"^^xsd:decimal ;
  dwc:decimalLongitude "-2.02833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  geo-pos:lat "3.29167"^^xsd:decimal ;
  geo-pos:long "-2.02833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15602'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.02833'^^xsd:double;
  dwc:latitude '3.29167'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.29167"^^xsd:decimal ;
  dwc:decimalLongitude "-2.02833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  geo-pos:lat "3.29167"^^xsd:decimal ;
  geo-pos:long "-2.02833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15589'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.02833'^^xsd:double;
  dwc:latitude '3.29167'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.29167"^^xsd:decimal ;
  dwc:decimalLongitude "-2.02833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  geo-pos:lat "3.29167"^^xsd:decimal ;
  geo-pos:long "-2.02833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16955'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.02833'^^xsd:double;
  dwc:latitude '3.29167'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.29167"^^xsd:decimal ;
  dwc:decimalLongitude "-2.02833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.29167 -2.02833)"^^geo:wktLiteral ;
  geo-pos:lat "3.29167"^^xsd:decimal ;
  geo-pos:long "-2.02833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16959'^^xsd:integer;
  dwc:scientificName 'Ledella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-2.02833'^^xsd:double;
  dwc:latitude '3.29167'^^xsd:double;
  dwc:aphiaid '428692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16959'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428692'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.4 -1.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-1.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.4 -1.83)"^^geo:wktLiteral ;
  geo-pos:lat "-31.4"^^xsd:decimal ;
  geo-pos:long "-1.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3726'^^xsd:integer;
  dwc:scientificName 'Acanthocope galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.83'^^xsd:double;
  dwc:latitude '-31.4'^^xsd:double;
  dwc:aphiaid '255715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.045 -1.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.045 -1.7833)"^^geo:wktLiteral ;
  geo-pos:lat "76.045"^^xsd:decimal ;
  geo-pos:long "-1.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8084'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.7833'^^xsd:double;
  dwc:latitude '76.045'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.045 -1.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.045 -1.7833)"^^geo:wktLiteral ;
  geo-pos:lat "76.045"^^xsd:decimal ;
  geo-pos:long "-1.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8116'^^xsd:integer;
  dwc:scientificName 'Trophomera leptosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.7833'^^xsd:double;
  dwc:latitude '76.045'^^xsd:double;
  dwc:aphiaid '458925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.045 -1.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.045 -1.7833)"^^geo:wktLiteral ;
  geo-pos:lat "76.045"^^xsd:decimal ;
  geo-pos:long "-1.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8111'^^xsd:integer;
  dwc:scientificName 'Trophomera rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.7833'^^xsd:double;
  dwc:latitude '76.045'^^xsd:double;
  dwc:aphiaid '458937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.045 -1.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.045 -1.7833)"^^geo:wktLiteral ;
  geo-pos:lat "76.045"^^xsd:decimal ;
  geo-pos:long "-1.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8103'^^xsd:integer;
  dwc:scientificName 'Trophomera laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.7833'^^xsd:double;
  dwc:latitude '76.045'^^xsd:double;
  dwc:aphiaid '458924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7017 -1.59333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7017 -1.59333)"^^geo:wktLiteral ;
  geo-pos:lat "43.7017"^^xsd:decimal ;
  geo-pos:long "-1.59333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12519'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.59333'^^xsd:double;
  dwc:latitude '43.7017'^^xsd:double;
  dwc:aphiaid '104055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 -1.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 -1.58333)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "-1.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10145'^^xsd:integer;
  dwc:scientificName 'Golfingia diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.58333'^^xsd:double;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '424386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 -1.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 -1.5833)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "-1.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2263'^^xsd:integer;
  dwc:scientificName 'Campylaspis horridoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.5833'^^xsd:double;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '110546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 -1.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 -1.5833)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "-1.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2341'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.5833'^^xsd:double;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2341'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 -1.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 -1.5833)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "-1.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2352'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.5833'^^xsd:double;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.78 -1.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.78"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.78 -1.5833)"^^geo:wktLiteral ;
  geo-pos:lat "66.78"^^xsd:decimal ;
  geo-pos:long "-1.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8124'^^xsd:integer;
  dwc:scientificName 'Adenodelphis eurythenes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.5833'^^xsd:double;
  dwc:latitude '66.78'^^xsd:double;
  dwc:aphiaid '458903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76 -1.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.76"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.76 -1.54)"^^geo:wktLiteral ;
  geo-pos:lat "66.76"^^xsd:decimal ;
  geo-pos:long "-1.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8108'^^xsd:integer;
  dwc:scientificName 'Trophomera rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.54'^^xsd:double;
  dwc:latitude '66.76'^^xsd:double;
  dwc:aphiaid '458937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.0633 -1.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.0633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.0633 -1.4633)"^^geo:wktLiteral ;
  geo-pos:lat "76.0633"^^xsd:decimal ;
  geo-pos:long "-1.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8126'^^xsd:integer;
  dwc:scientificName 'Adenodelphis eurythenes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.4633'^^xsd:double;
  dwc:latitude '76.0633'^^xsd:double;
  dwc:aphiaid '458903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.755 -1.4433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.755 -1.4433)"^^geo:wktLiteral ;
  geo-pos:lat "66.755"^^xsd:decimal ;
  geo-pos:long "-1.4433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8105'^^xsd:integer;
  dwc:scientificName 'Trophomera conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.4433'^^xsd:double;
  dwc:latitude '66.755'^^xsd:double;
  dwc:aphiaid '458912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458912'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.755 -1.4433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.755 -1.4433)"^^geo:wktLiteral ;
  geo-pos:lat "66.755"^^xsd:decimal ;
  geo-pos:long "-1.4433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8100'^^xsd:integer;
  dwc:scientificName 'Trophomera laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.4433'^^xsd:double;
  dwc:latitude '66.755'^^xsd:double;
  dwc:aphiaid '458924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9833 -1.21667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.21667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9833 -1.21667)"^^geo:wktLiteral ;
  geo-pos:lat "35.9833"^^xsd:decimal ;
  geo-pos:long "-1.21667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10645'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-1.21667'^^xsd:double;
  dwc:latitude '35.9833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.63 -0.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.63"^^xsd:decimal ;
  dwc:decimalLongitude "-0.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.63 -0.85)"^^geo:wktLiteral ;
  geo-pos:lat "-27.63"^^xsd:decimal ;
  geo-pos:long "-0.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3651'^^xsd:integer;
  dwc:scientificName 'Storthyngura myriamae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.85'^^xsd:double;
  dwc:latitude '-27.63'^^xsd:double;
  dwc:aphiaid '819257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.27 -0.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.27"^^xsd:decimal ;
  dwc:decimalLongitude "-0.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.27 -0.85)"^^geo:wktLiteral ;
  geo-pos:lat "-26.27"^^xsd:decimal ;
  geo-pos:long "-0.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3652'^^xsd:integer;
  dwc:scientificName 'Storthyngura myriamae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.85'^^xsd:double;
  dwc:latitude '-26.27'^^xsd:double;
  dwc:aphiaid '819257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 -0.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.75"^^xsd:decimal ;
  dwc:decimalLongitude "-0.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 -0.5)"^^geo:wktLiteral ;
  geo-pos:lat "56.75"^^xsd:decimal ;
  geo-pos:long "-0.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11393'^^xsd:integer;
  dwc:scientificName 'Microdajus langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.5'^^xsd:double;
  dwc:latitude '56.75'^^xsd:double;
  dwc:aphiaid '136615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.18 -0.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.18"^^xsd:decimal ;
  dwc:decimalLongitude "-0.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.18 -0.46)"^^geo:wktLiteral ;
  geo-pos:lat "-65.18"^^xsd:decimal ;
  geo-pos:long "-0.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3129'^^xsd:integer;
  dwc:scientificName 'Macrostylis sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.46'^^xsd:double;
  dwc:latitude '-65.18'^^xsd:double;
  dwc:aphiaid '175067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.18 -0.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.18"^^xsd:decimal ;
  dwc:decimalLongitude "-0.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.18 -0.46)"^^geo:wktLiteral ;
  geo-pos:lat "-65.18"^^xsd:decimal ;
  geo-pos:long "-0.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3078'^^xsd:integer;
  dwc:scientificName 'Desmostylis obscurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.46'^^xsd:double;
  dwc:latitude '-65.18'^^xsd:double;
  dwc:aphiaid '175066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9077'^^xsd:integer;
  dwc:scientificName 'Tricoma bathycola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '231718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9077'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9070'^^xsd:integer;
  dwc:scientificName 'Desmoscolex eftus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '230318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9070'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9063'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9056'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8191'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus kleini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '734427'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8206'^^xsd:integer;
  dwc:scientificName 'Pomponema kosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8206'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8210'^^xsd:integer;
  dwc:scientificName 'Acantholaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '221259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8213'^^xsd:integer;
  dwc:scientificName 'Microlaimus copulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '230635'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230635'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8214'^^xsd:integer;
  dwc:scientificName 'Molgolaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '230643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8215'^^xsd:integer;
  dwc:scientificName 'Cervonema papillatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '229065'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8219'^^xsd:integer;
  dwc:scientificName 'Actinonema grafi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '227576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8225'^^xsd:integer;
  dwc:scientificName 'Desmodora pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '228515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8232'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-0.1183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.5167 -0.1183)"^^geo:wktLiteral ;
  geo-pos:lat "65.5167"^^xsd:decimal ;
  geo-pos:long "-0.1183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8247'^^xsd:integer;
  dwc:scientificName 'Southerniella nojii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.1183'^^xsd:double;
  dwc:latitude '65.5167'^^xsd:double;
  dwc:aphiaid '229060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '957046'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0017 -0.0683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.0017"^^xsd:decimal ;
  dwc:decimalLongitude "-0.0683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0017 -0.0683)"^^geo:wktLiteral ;
  geo-pos:lat "70.0017"^^xsd:decimal ;
  geo-pos:long "-0.0683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9081'^^xsd:integer;
  dwc:scientificName 'Tricoma bathycola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.0683'^^xsd:double;
  dwc:latitude '70.0017'^^xsd:double;
  dwc:aphiaid '231718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0017 -0.0683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.0017"^^xsd:decimal ;
  dwc:decimalLongitude "-0.0683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0017 -0.0683)"^^geo:wktLiteral ;
  geo-pos:lat "70.0017"^^xsd:decimal ;
  geo-pos:long "-0.0683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9067'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.0683'^^xsd:double;
  dwc:latitude '70.0017'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0017 -0.0683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.0017"^^xsd:decimal ;
  dwc:decimalLongitude "-0.0683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0017 -0.0683)"^^geo:wktLiteral ;
  geo-pos:lat "70.0017"^^xsd:decimal ;
  geo-pos:long "-0.0683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9074'^^xsd:integer;
  dwc:scientificName 'Desmoscolex eftus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.0683'^^xsd:double;
  dwc:latitude '70.0017'^^xsd:double;
  dwc:aphiaid '230318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9074'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0017 -0.0683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.0017"^^xsd:decimal ;
  dwc:decimalLongitude "-0.0683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.0017 -0.0683)"^^geo:wktLiteral ;
  geo-pos:lat "70.0017"^^xsd:decimal ;
  geo-pos:long "-0.0683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9060'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.0683'^^xsd:double;
  dwc:latitude '70.0017'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.275 -0.045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.275"^^xsd:decimal ;
  dwc:decimalLongitude "-0.045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.275 -0.045)"^^geo:wktLiteral ;
  geo-pos:lat "65.275"^^xsd:decimal ;
  geo-pos:long "-0.045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8125'^^xsd:integer;
  dwc:scientificName 'Adenodelphis eurythenes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.045'^^xsd:double;
  dwc:latitude '65.275'^^xsd:double;
  dwc:aphiaid '458903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.255 -0.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.255"^^xsd:decimal ;
  dwc:decimalLongitude "-0.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.255 -0.03)"^^geo:wktLiteral ;
  geo-pos:lat "65.255"^^xsd:decimal ;
  geo-pos:long "-0.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8080'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.03'^^xsd:double;
  dwc:latitude '65.255'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.255 -0.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.255"^^xsd:decimal ;
  dwc:decimalLongitude "-0.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.255 -0.03)"^^geo:wktLiteral ;
  geo-pos:lat "65.255"^^xsd:decimal ;
  geo-pos:long "-0.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8094'^^xsd:integer;
  dwc:scientificName 'Trophomera megala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.03'^^xsd:double;
  dwc:latitude '65.255'^^xsd:double;
  dwc:aphiaid '458928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.4 -0.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.4"^^xsd:decimal ;
  dwc:decimalLongitude "-0.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.4 -0.01)"^^geo:wktLiteral ;
  geo-pos:lat "65.4"^^xsd:decimal ;
  geo-pos:long "-0.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2909'^^xsd:integer;
  dwc:scientificName 'Cryodesma agnari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '-0.01'^^xsd:double;
  dwc:latitude '65.4'^^xsd:double;
  dwc:aphiaid '118533'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118533'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '911'^^xsd:integer;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15020'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15021'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15019'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15019'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15018'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11550'^^xsd:integer;
  dwc:scientificName 'Compsothyris ballenyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '0'^^xsd:integer;
  dwc:aphiaid '235426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.34"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.34 0)"^^geo:wktLiteral ;
  geo-pos:lat "65.34"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3041'^^xsd:integer;
  dwc:scientificName 'Nannoniscus profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '65.34'^^xsd:double;
  dwc:aphiaid '118786'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.95 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.95"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.95 0)"^^geo:wktLiteral ;
  geo-pos:lat "69.95"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10027'^^xsd:integer;
  dwc:scientificName 'Thenea abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '69.95'^^xsd:double;
  dwc:aphiaid '134104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.95 0)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.95"^^xsd:decimal ;
  dwc:decimalLongitude "0"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.95 0)"^^geo:wktLiteral ;
  geo-pos:lat "69.95"^^xsd:decimal ;
  geo-pos:long "0"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9394'^^xsd:integer;
  dwc:scientificName 'Caulophacus arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0'^^xsd:integer;
  dwc:latitude '69.95'^^xsd:double;
  dwc:aphiaid '134398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.4 0.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.4"^^xsd:decimal ;
  dwc:decimalLongitude "0.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.4 0.0167)"^^geo:wktLiteral ;
  geo-pos:lat "65.4"^^xsd:decimal ;
  geo-pos:long "0.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9250'^^xsd:integer;
  dwc:scientificName 'Lohmannella falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0.0167'^^xsd:double;
  dwc:latitude '65.4'^^xsd:double;
  dwc:aphiaid '114982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.3817 0.035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.3817"^^xsd:decimal ;
  dwc:decimalLongitude "0.035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.3817 0.035)"^^geo:wktLiteral ;
  geo-pos:lat "65.3817"^^xsd:decimal ;
  geo-pos:long "0.035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8079'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0.035'^^xsd:double;
  dwc:latitude '65.3817'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1 0.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.1"^^xsd:decimal ;
  dwc:decimalLongitude "0.333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.1 0.333333)"^^geo:wktLiteral ;
  geo-pos:lat "37.1"^^xsd:decimal ;
  geo-pos:long "0.333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10740'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0.333333'^^xsd:double;
  dwc:latitude '37.1'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 0.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "0.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 0.36)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "0.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3835'^^xsd:integer;
  dwc:scientificName 'Eurycope dahli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0.36'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '118616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3835'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.59 0.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.59"^^xsd:decimal ;
  dwc:decimalLongitude "0.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.59 0.38)"^^geo:wktLiteral ;
  geo-pos:lat "63.59"^^xsd:decimal ;
  geo-pos:long "0.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3834'^^xsd:integer;
  dwc:scientificName 'Eurycope dahli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0.38'^^xsd:double;
  dwc:latitude '63.59'^^xsd:double;
  dwc:aphiaid '118616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.18 0.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.18"^^xsd:decimal ;
  dwc:decimalLongitude "0.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.18 0.46)"^^geo:wktLiteral ;
  geo-pos:lat "-65.18"^^xsd:decimal ;
  geo-pos:long "0.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3965'^^xsd:integer;
  dwc:scientificName 'Disconectes colemani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0.46'^^xsd:double;
  dwc:latitude '-65.18'^^xsd:double;
  dwc:aphiaid '175157'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3965'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 0.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "0.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 0.95)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "0.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3217'^^xsd:integer;
  dwc:scientificName 'Haploniscus kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0.95'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '255816'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255816'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0117 0.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0117"^^xsd:decimal ;
  dwc:decimalLongitude "0.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0117 0.96)"^^geo:wktLiteral ;
  geo-pos:lat "77.0117"^^xsd:decimal ;
  geo-pos:long "0.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8114'^^xsd:integer;
  dwc:scientificName 'Trophomera rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0.96'^^xsd:double;
  dwc:latitude '77.0117'^^xsd:double;
  dwc:aphiaid '458937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0117 0.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0117"^^xsd:decimal ;
  dwc:decimalLongitude "0.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0117 0.96)"^^geo:wktLiteral ;
  geo-pos:lat "77.0117"^^xsd:decimal ;
  geo-pos:long "0.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8102'^^xsd:integer;
  dwc:scientificName 'Trophomera laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '0.96'^^xsd:double;
  dwc:latitude '77.0117'^^xsd:double;
  dwc:aphiaid '458924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 1.10667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27"^^xsd:decimal ;
  dwc:decimalLongitude "1.10667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27 1.10667)"^^geo:wktLiteral ;
  geo-pos:lat "-27"^^xsd:decimal ;
  geo-pos:long "1.10667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16692'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.10667'^^xsd:double;
  dwc:latitude '-27'^^xsd:integer;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.9983 1.11167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.9983"^^xsd:decimal ;
  dwc:decimalLongitude "1.11167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.9983 1.11167)"^^geo:wktLiteral ;
  geo-pos:lat "-26.9983"^^xsd:decimal ;
  geo-pos:long "1.11167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16696'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.11167'^^xsd:double;
  dwc:latitude '-26.9983'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.9983 1.11167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.9983"^^xsd:decimal ;
  dwc:decimalLongitude "1.11167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.9983 1.11167)"^^geo:wktLiteral ;
  geo-pos:lat "-26.9983"^^xsd:decimal ;
  geo-pos:long "1.11167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16695'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.11167'^^xsd:double;
  dwc:latitude '-26.9983'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.995 1.11833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.995"^^xsd:decimal ;
  dwc:decimalLongitude "1.11833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.995 1.11833)"^^geo:wktLiteral ;
  geo-pos:lat "-27.995"^^xsd:decimal ;
  geo-pos:long "1.11833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16691'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.11833'^^xsd:double;
  dwc:latitude '-27.995'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.995 1.11833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.995"^^xsd:decimal ;
  dwc:decimalLongitude "1.11833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.995 1.11833)"^^geo:wktLiteral ;
  geo-pos:lat "-26.995"^^xsd:decimal ;
  geo-pos:long "1.11833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16690'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.11833'^^xsd:double;
  dwc:latitude '-26.995'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9933 1.12167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.9933"^^xsd:decimal ;
  dwc:decimalLongitude "1.12167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9933 1.12167)"^^geo:wktLiteral ;
  geo-pos:lat "-29.9933"^^xsd:decimal ;
  geo-pos:long "1.12167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16693'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.12167'^^xsd:double;
  dwc:latitude '-29.9933'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.9933 1.12167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.9933"^^xsd:decimal ;
  dwc:decimalLongitude "1.12167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.9933 1.12167)"^^geo:wktLiteral ;
  geo-pos:lat "-26.9933"^^xsd:decimal ;
  geo-pos:long "1.12167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16694'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.12167'^^xsd:double;
  dwc:latitude '-26.9933'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.2333 1.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.2333"^^xsd:decimal ;
  dwc:decimalLongitude "1.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.2333 1.3167)"^^geo:wktLiteral ;
  geo-pos:lat "61.2333"^^xsd:decimal ;
  geo-pos:long "1.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '852'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.3167'^^xsd:double;
  dwc:latitude '61.2333'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.9833 1.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.9833"^^xsd:decimal ;
  dwc:decimalLongitude "1.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.9833 1.56667)"^^geo:wktLiteral ;
  geo-pos:lat "-35.9833"^^xsd:decimal ;
  geo-pos:long "1.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16951'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.56667'^^xsd:double;
  dwc:latitude '-35.9833'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4417 1.6017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4417"^^xsd:decimal ;
  dwc:decimalLongitude "1.6017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4417 1.6017)"^^geo:wktLiteral ;
  geo-pos:lat "64.4417"^^xsd:decimal ;
  geo-pos:long "1.6017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8093'^^xsd:integer;
  dwc:scientificName 'Trophomera megala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.6017'^^xsd:double;
  dwc:latitude '64.4417'^^xsd:double;
  dwc:aphiaid '458928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4333 1.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4333"^^xsd:decimal ;
  dwc:decimalLongitude "1.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4333 1.6167)"^^geo:wktLiteral ;
  geo-pos:lat "64.4333"^^xsd:decimal ;
  geo-pos:long "1.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9249'^^xsd:integer;
  dwc:scientificName 'Lohmannella falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.6167'^^xsd:double;
  dwc:latitude '64.4333'^^xsd:double;
  dwc:aphiaid '114982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3167 1.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3167"^^xsd:decimal ;
  dwc:decimalLongitude "1.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3167 1.65)"^^geo:wktLiteral ;
  geo-pos:lat "64.3167"^^xsd:decimal ;
  geo-pos:long "1.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9248'^^xsd:integer;
  dwc:scientificName 'Lohmannella falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.65'^^xsd:double;
  dwc:latitude '64.3167'^^xsd:double;
  dwc:aphiaid '114982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 1.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4"^^xsd:decimal ;
  dwc:decimalLongitude "1.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 1.65)"^^geo:wktLiteral ;
  geo-pos:lat "64.4"^^xsd:decimal ;
  geo-pos:long "1.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3011'^^xsd:integer;
  dwc:scientificName 'Austroniscus norbi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.65'^^xsd:double;
  dwc:latitude '64.4'^^xsd:double;
  dwc:aphiaid '118775'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118775'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 1.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4"^^xsd:decimal ;
  dwc:decimalLongitude "1.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4 1.7167)"^^geo:wktLiteral ;
  geo-pos:lat "64.4"^^xsd:decimal ;
  geo-pos:long "1.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9231'^^xsd:integer;
  dwc:scientificName 'Halacarellus caecoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.7167'^^xsd:double;
  dwc:latitude '64.4'^^xsd:double;
  dwc:aphiaid '114923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.405 1.7317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.405"^^xsd:decimal ;
  dwc:decimalLongitude "1.7317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.405 1.7317)"^^geo:wktLiteral ;
  geo-pos:lat "64.405"^^xsd:decimal ;
  geo-pos:long "1.7317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8096'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.7317'^^xsd:double;
  dwc:latitude '64.405'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.9067 1.7433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.9067"^^xsd:decimal ;
  dwc:decimalLongitude "1.7433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.9067 1.7433)"^^geo:wktLiteral ;
  geo-pos:lat "76.9067"^^xsd:decimal ;
  geo-pos:long "1.7433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8115'^^xsd:integer;
  dwc:scientificName 'Trophomera leptosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.7433'^^xsd:double;
  dwc:latitude '76.9067'^^xsd:double;
  dwc:aphiaid '458925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.9067 1.7433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.9067"^^xsd:decimal ;
  dwc:decimalLongitude "1.7433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.9067 1.7433)"^^geo:wktLiteral ;
  geo-pos:lat "76.9067"^^xsd:decimal ;
  geo-pos:long "1.7433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8099'^^xsd:integer;
  dwc:scientificName 'Trophomera laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.7433'^^xsd:double;
  dwc:latitude '76.9067'^^xsd:double;
  dwc:aphiaid '458924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.905 1.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.905"^^xsd:decimal ;
  dwc:decimalLongitude "1.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.905 1.7833)"^^geo:wktLiteral ;
  geo-pos:lat "76.905"^^xsd:decimal ;
  geo-pos:long "1.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8117'^^xsd:integer;
  dwc:scientificName 'Trophomera leptosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '1.7833'^^xsd:double;
  dwc:latitude '76.905'^^xsd:double;
  dwc:aphiaid '458925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3 2.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3"^^xsd:decimal ;
  dwc:decimalLongitude "2.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3 2.03333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3"^^xsd:decimal ;
  geo-pos:long "2.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10512'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.03333'^^xsd:double;
  dwc:latitude '-3.3'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10512'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3 2.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3"^^xsd:decimal ;
  dwc:decimalLongitude "2.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3 2.03333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3"^^xsd:decimal ;
  geo-pos:long "2.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10816'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.03333'^^xsd:double;
  dwc:latitude '-3.3'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3 2.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3"^^xsd:decimal ;
  dwc:decimalLongitude "2.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3 2.03333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3"^^xsd:decimal ;
  geo-pos:long "2.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10759'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.03333'^^xsd:double;
  dwc:latitude '-3.3'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1167 2.48333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1167"^^xsd:decimal ;
  dwc:decimalLongitude "2.48333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1167 2.48333)"^^geo:wktLiteral ;
  geo-pos:lat "57.1167"^^xsd:decimal ;
  geo-pos:long "2.48333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11397'^^xsd:integer;
  dwc:scientificName 'Amphitantulus harpiniacheres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.48333'^^xsd:double;
  dwc:latitude '57.1167'^^xsd:double;
  dwc:aphiaid '136608'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136608'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4083 2.54833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.4083"^^xsd:decimal ;
  dwc:decimalLongitude "2.54833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4083 2.54833)"^^geo:wktLiteral ;
  geo-pos:lat "-33.4083"^^xsd:decimal ;
  geo-pos:long "2.54833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16688'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.54833'^^xsd:double;
  dwc:latitude '-33.4083'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4083 2.54833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.4083"^^xsd:decimal ;
  dwc:decimalLongitude "2.54833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4083 2.54833)"^^geo:wktLiteral ;
  geo-pos:lat "-33.4083"^^xsd:decimal ;
  geo-pos:long "2.54833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16689'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.54833'^^xsd:double;
  dwc:latitude '-33.4083'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4083 2.54833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.4083"^^xsd:decimal ;
  dwc:decimalLongitude "2.54833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4083 2.54833)"^^geo:wktLiteral ;
  geo-pos:lat "-33.4083"^^xsd:decimal ;
  geo-pos:long "2.54833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16686'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.54833'^^xsd:double;
  dwc:latitude '-33.4083'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4083 2.54833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.4083"^^xsd:decimal ;
  dwc:decimalLongitude "2.54833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4083 2.54833)"^^geo:wktLiteral ;
  geo-pos:lat "-33.4083"^^xsd:decimal ;
  geo-pos:long "2.54833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16687'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.54833'^^xsd:double;
  dwc:latitude '-33.4083'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3417 2.58167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3417"^^xsd:decimal ;
  dwc:decimalLongitude "2.58167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3417 2.58167)"^^geo:wktLiteral ;
  geo-pos:lat "-33.3417"^^xsd:decimal ;
  geo-pos:long "2.58167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16681'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.58167'^^xsd:double;
  dwc:latitude '-33.3417'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3417 2.58167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3417"^^xsd:decimal ;
  dwc:decimalLongitude "2.58167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3417 2.58167)"^^geo:wktLiteral ;
  geo-pos:lat "-33.3417"^^xsd:decimal ;
  geo-pos:long "2.58167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16682'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.58167'^^xsd:double;
  dwc:latitude '-33.3417'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3417 2.58167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3417"^^xsd:decimal ;
  dwc:decimalLongitude "2.58167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3417 2.58167)"^^geo:wktLiteral ;
  geo-pos:lat "-33.3417"^^xsd:decimal ;
  geo-pos:long "2.58167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16684'^^xsd:integer;
  dwc:scientificName 'Portlandia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.58167'^^xsd:double;
  dwc:latitude '-33.3417'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16684'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3417 2.58167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3417"^^xsd:decimal ;
  dwc:decimalLongitude "2.58167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3417 2.58167)"^^geo:wktLiteral ;
  geo-pos:lat "-33.3417"^^xsd:decimal ;
  geo-pos:long "2.58167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16685'^^xsd:integer;
  dwc:scientificName 'Yoldiella subcircularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.58167'^^xsd:double;
  dwc:latitude '-33.3417'^^xsd:double;
  dwc:aphiaid '181272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4 2.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.4"^^xsd:decimal ;
  dwc:decimalLongitude "2.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4 2.58333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.4"^^xsd:decimal ;
  geo-pos:long "2.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10686'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.58333'^^xsd:double;
  dwc:latitude '-33.4'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3333 2.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3333"^^xsd:decimal ;
  dwc:decimalLongitude "2.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3333 2.58333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.3333"^^xsd:decimal ;
  geo-pos:long "2.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10753'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.58333'^^xsd:double;
  dwc:latitude '-33.3333'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.375 2.5983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.375"^^xsd:decimal ;
  dwc:decimalLongitude "2.5983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.375 2.5983)"^^geo:wktLiteral ;
  geo-pos:lat "-33.375"^^xsd:decimal ;
  geo-pos:long "2.5983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8157'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.5983'^^xsd:double;
  dwc:latitude '-33.375'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3817 2.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3817"^^xsd:decimal ;
  dwc:decimalLongitude "2.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3817 2.6)"^^geo:wktLiteral ;
  geo-pos:lat "-33.3817"^^xsd:decimal ;
  geo-pos:long "2.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16683'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.6'^^xsd:double;
  dwc:latitude '-33.3817'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16683'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3667 2.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3667"^^xsd:decimal ;
  dwc:decimalLongitude "2.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3667 2.6)"^^geo:wktLiteral ;
  geo-pos:lat "-33.3667"^^xsd:decimal ;
  geo-pos:long "2.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10687'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.6'^^xsd:double;
  dwc:latitude '-33.3667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3783 2.61333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3783"^^xsd:decimal ;
  dwc:decimalLongitude "2.61333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3783 2.61333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.3783"^^xsd:decimal ;
  geo-pos:long "2.61333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16680'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.61333'^^xsd:double;
  dwc:latitude '-33.3783'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.35 2.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.35"^^xsd:decimal ;
  dwc:decimalLongitude "2.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.35 2.66667)"^^geo:wktLiteral ;
  geo-pos:lat "-33.35"^^xsd:decimal ;
  geo-pos:long "2.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10685'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.66667'^^xsd:double;
  dwc:latitude '-33.35'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3633 2.67333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.3633"^^xsd:decimal ;
  dwc:decimalLongitude "2.67333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.3633 2.67333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.3633"^^xsd:decimal ;
  geo-pos:long "2.67333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16679'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.67333'^^xsd:double;
  dwc:latitude '-33.3633'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 2.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "2.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 2.85)"^^geo:wktLiteral ;
  geo-pos:lat "37.05"^^xsd:decimal ;
  geo-pos:long "2.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10739'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.85'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.97 2.8633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.97"^^xsd:decimal ;
  dwc:decimalLongitude "2.8633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.97 2.8633)"^^geo:wktLiteral ;
  geo-pos:lat "-19.97"^^xsd:decimal ;
  geo-pos:long "2.8633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5751'^^xsd:integer;
  dwc:scientificName 'Tanaella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.8633'^^xsd:double;
  dwc:latitude '-19.97'^^xsd:double;
  dwc:aphiaid '247677'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 2.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1367"^^xsd:decimal ;
  dwc:decimalLongitude "2.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 2.8933)"^^geo:wktLiteral ;
  geo-pos:lat "79.1367"^^xsd:decimal ;
  geo-pos:long "2.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8306'^^xsd:integer;
  dwc:scientificName 'Amphimonhystrella bullacauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.8933'^^xsd:double;
  dwc:latitude '79.1367'^^xsd:double;
  dwc:aphiaid '389395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389395'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 2.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1367"^^xsd:decimal ;
  dwc:decimalLongitude "2.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 2.8933)"^^geo:wktLiteral ;
  geo-pos:lat "79.1367"^^xsd:decimal ;
  geo-pos:long "2.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8307'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera oxycephalata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.8933'^^xsd:double;
  dwc:latitude '79.1367'^^xsd:double;
  dwc:aphiaid '389397'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1054751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 2.8933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1367"^^xsd:decimal ;
  dwc:decimalLongitude "2.8933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1367 2.8933)"^^geo:wktLiteral ;
  geo-pos:lat "79.1367"^^xsd:decimal ;
  geo-pos:long "2.8933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8308'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera molloyensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.8933'^^xsd:double;
  dwc:latitude '79.1367'^^xsd:double;
  dwc:aphiaid '389396'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 2.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "2.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 2.9167)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "2.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '329'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.9167'^^xsd:double;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.9667 2.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.9667"^^xsd:decimal ;
  dwc:decimalLongitude "2.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.9667 2.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-19.9667"^^xsd:decimal ;
  geo-pos:long "2.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2200'^^xsd:integer;
  dwc:scientificName 'Leucon longirhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.9833'^^xsd:double;
  dwc:latitude '-19.9667'^^xsd:double;
  dwc:aphiaid '389509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.9715 2.9947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.9715"^^xsd:decimal ;
  dwc:decimalLongitude "2.9947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.9715 2.9947)"^^geo:wktLiteral ;
  geo-pos:lat "-19.9715"^^xsd:decimal ;
  geo-pos:long "2.9947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6022'^^xsd:integer;
  dwc:scientificName 'Paranannopus arndwilleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.9947'^^xsd:double;
  dwc:latitude '-19.9715'^^xsd:double;
  dwc:aphiaid '362157'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.97 2.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.97"^^xsd:decimal ;
  dwc:decimalLongitude "2.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.97 2.995)"^^geo:wktLiteral ;
  geo-pos:lat "-19.97"^^xsd:decimal ;
  geo-pos:long "2.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5905'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia benguela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.995'^^xsd:double;
  dwc:latitude '-19.97'^^xsd:double;
  dwc:aphiaid '247494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.9683 2.995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.9683"^^xsd:decimal ;
  dwc:decimalLongitude "2.995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.9683 2.995)"^^geo:wktLiteral ;
  geo-pos:lat "-19.9683"^^xsd:decimal ;
  geo-pos:long "2.995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4730'^^xsd:integer;
  dwc:scientificName 'Paragathotanais insolitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.995'^^xsd:double;
  dwc:latitude '-19.9683'^^xsd:double;
  dwc:aphiaid '247408'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247408'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.97 2.9967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.97"^^xsd:decimal ;
  dwc:decimalLongitude "2.9967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.97 2.9967)"^^geo:wktLiteral ;
  geo-pos:lat "-19.97"^^xsd:decimal ;
  geo-pos:long "2.9967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7324'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus diva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '2.9967'^^xsd:double;
  dwc:latitude '-19.97'^^xsd:double;
  dwc:aphiaid '362308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7324'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.2 3.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.2"^^xsd:decimal ;
  dwc:decimalLongitude "3.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.2 3.03333)"^^geo:wktLiteral ;
  geo-pos:lat "75.2"^^xsd:decimal ;
  geo-pos:long "3.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10053'^^xsd:integer;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.03333'^^xsd:double;
  dwc:latitude '75.2'^^xsd:double;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.2983 3.28667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.2983"^^xsd:decimal ;
  dwc:decimalLongitude "3.28667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.2983 3.28667)"^^geo:wktLiteral ;
  geo-pos:lat "-22.2983"^^xsd:decimal ;
  geo-pos:long "3.28667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5750'^^xsd:integer;
  dwc:scientificName 'Tanaella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.28667'^^xsd:double;
  dwc:latitude '-22.2983'^^xsd:double;
  dwc:aphiaid '247677'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16'^^xsd:integer;
  dwc:scientificName 'Bathycuma squamosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2232'^^xsd:integer;
  dwc:scientificName 'Styloptocuma pleonserrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2226'^^xsd:integer;
  dwc:scientificName 'Styloptocuma minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2168'^^xsd:integer;
  dwc:scientificName 'Bathycuma squamosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2172'^^xsd:integer;
  dwc:scientificName 'Hemilamprops brenkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2174'^^xsd:integer;
  dwc:scientificName 'Hemilamprops merlini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2183'^^xsd:integer;
  dwc:scientificName 'Paralamprops carpusserratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2217'^^xsd:integer;
  dwc:scientificName 'Platycuma triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '246'^^xsd:integer;
  dwc:scientificName 'Paralamprops carpusserratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.3333 3.3)"^^geo:wktLiteral ;
  geo-pos:lat "-22.3333"^^xsd:decimal ;
  geo-pos:long "3.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '148'^^xsd:integer;
  dwc:scientificName 'Hemilamprops merlini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.3'^^xsd:double;
  dwc:latitude '-22.3333'^^xsd:double;
  dwc:aphiaid '389517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.03 3.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.03"^^xsd:decimal ;
  dwc:decimalLongitude "3.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.03 3.32)"^^geo:wktLiteral ;
  geo-pos:lat "80.03"^^xsd:decimal ;
  geo-pos:long "3.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3871'^^xsd:integer;
  dwc:scientificName 'Eurycope incisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.32'^^xsd:double;
  dwc:latitude '80.03'^^xsd:double;
  dwc:aphiaid '294740'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3871'^^xsd:anyURI;
  dwc:aphiaIdAccepted '817547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.37 3.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.37"^^xsd:decimal ;
  dwc:decimalLongitude "3.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.37 3.375)"^^geo:wktLiteral ;
  geo-pos:lat "42.37"^^xsd:decimal ;
  geo-pos:long "3.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7712'^^xsd:integer;
  dwc:scientificName 'Cletodes reyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.375'^^xsd:double;
  dwc:latitude '42.37'^^xsd:double;
  dwc:aphiaid '115773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5083 3.5367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5083"^^xsd:decimal ;
  dwc:decimalLongitude "3.5367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5083 3.5367)"^^geo:wktLiteral ;
  geo-pos:lat "42.5083"^^xsd:decimal ;
  geo-pos:long "3.5367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7721'^^xsd:integer;
  dwc:scientificName 'Cletodes reyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.5367'^^xsd:double;
  dwc:latitude '42.5083'^^xsd:double;
  dwc:aphiaid '115773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5083 3.5367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5083"^^xsd:decimal ;
  dwc:decimalLongitude "3.5367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5083 3.5367)"^^geo:wktLiteral ;
  geo-pos:lat "42.5083"^^xsd:decimal ;
  geo-pos:long "3.5367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7715'^^xsd:integer;
  dwc:scientificName 'Cletodes longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.5367'^^xsd:double;
  dwc:latitude '42.5083'^^xsd:double;
  dwc:aphiaid '115769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115769'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5083 3.5367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5083"^^xsd:decimal ;
  dwc:decimalLongitude "3.5367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5083 3.5367)"^^geo:wktLiteral ;
  geo-pos:lat "42.5083"^^xsd:decimal ;
  geo-pos:long "3.5367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7696'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus drachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.5367'^^xsd:double;
  dwc:latitude '42.5083'^^xsd:double;
  dwc:aphiaid '116019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 3.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "3.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 3.5667)"^^geo:wktLiteral ;
  geo-pos:lat "37.05"^^xsd:decimal ;
  geo-pos:long "3.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2461'^^xsd:integer;
  dwc:scientificName 'Eudorella truncatula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.5667'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:aphiaid '110535'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 3.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "3.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 3.5667)"^^geo:wktLiteral ;
  geo-pos:lat "37.05"^^xsd:decimal ;
  geo-pos:long "3.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2534'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.5667'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5433 3.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5433"^^xsd:decimal ;
  dwc:decimalLongitude "3.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5433 3.57)"^^geo:wktLiteral ;
  geo-pos:lat "42.5433"^^xsd:decimal ;
  geo-pos:long "3.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7708'^^xsd:integer;
  dwc:scientificName 'Fultonia bougisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.57'^^xsd:double;
  dwc:latitude '42.5433'^^xsd:double;
  dwc:aphiaid '115643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5433 3.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5433"^^xsd:decimal ;
  dwc:decimalLongitude "3.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5433 3.57)"^^geo:wktLiteral ;
  geo-pos:lat "42.5433"^^xsd:decimal ;
  geo-pos:long "3.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7720'^^xsd:integer;
  dwc:scientificName 'Cletodes reyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.57'^^xsd:double;
  dwc:latitude '42.5433'^^xsd:double;
  dwc:aphiaid '115773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "3.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "3.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2657'^^xsd:integer;
  dwc:scientificName 'Eudorella truncatula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.65'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:aphiaid '110535'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "3.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "3.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2658'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.65'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "3.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "3.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2656'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.65'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "3.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "3.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2660'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.65'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "3.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "3.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '267'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.65'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "3.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 3.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "3.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2659'^^xsd:integer;
  dwc:scientificName 'Leucon siphonatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.65'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:aphiaid '110623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 3.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "3.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 3.68)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "3.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7713'^^xsd:integer;
  dwc:scientificName 'Odiliacletodes gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.68'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:aphiaid '115676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.3333"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7707'^^xsd:integer;
  dwc:scientificName 'Fultonia bougisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.3333'^^xsd:double;
  dwc:aphiaid '115643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.3333"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7701'^^xsd:integer;
  dwc:scientificName 'Eurycletodes oblongus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.3333'^^xsd:double;
  dwc:aphiaid '116725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.3333"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7702'^^xsd:integer;
  dwc:scientificName 'Eurycletodes aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.3333'^^xsd:double;
  dwc:aphiaid '116717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.3333"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7703'^^xsd:integer;
  dwc:scientificName 'Eurycletodes petiti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.3333'^^xsd:double;
  dwc:aphiaid '116727'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.3333"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7704'^^xsd:integer;
  dwc:scientificName 'Eurycletodes aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.3333'^^xsd:double;
  dwc:aphiaid '116717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.3333"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7705'^^xsd:integer;
  dwc:scientificName 'Eurycletodes petiti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.3333'^^xsd:double;
  dwc:aphiaid '116727'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3333"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.3333"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7699'^^xsd:integer;
  dwc:scientificName 'Eurycletodes oblongus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.3333'^^xsd:double;
  dwc:aphiaid '116725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7709'^^xsd:integer;
  dwc:scientificName 'Ceratonotus coineaui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '115627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115627'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7710'^^xsd:integer;
  dwc:scientificName 'Cletodes reyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '115773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7711'^^xsd:integer;
  dwc:scientificName 'Mesocletodes irrasus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '115662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7714'^^xsd:integer;
  dwc:scientificName 'Paranannopus caheti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '115848'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7714'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7717'^^xsd:integer;
  dwc:scientificName 'Leptocletodes sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '115229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115229'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7718'^^xsd:integer;
  dwc:scientificName 'Mesocletodes boutierei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '353307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7719'^^xsd:integer;
  dwc:scientificName 'Eurycletodes knoepffleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '351840'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116720'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.6967)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7697'^^xsd:integer;
  dwc:scientificName 'Typhlamphiascus drachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.6967'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '116019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.07 3.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.07"^^xsd:decimal ;
  dwc:decimalLongitude "3.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.07 3.7)"^^geo:wktLiteral ;
  geo-pos:lat "-4.07"^^xsd:decimal ;
  geo-pos:long "3.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3327'^^xsd:integer;
  dwc:scientificName 'Haploniscus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7'^^xsd:double;
  dwc:latitude '-4.07'^^xsd:double;
  dwc:aphiaid '118660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3327'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.06667 3.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.06667"^^xsd:decimal ;
  dwc:decimalLongitude "3.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.06667 3.7)"^^geo:wktLiteral ;
  geo-pos:lat "-4.06667"^^xsd:decimal ;
  geo-pos:long "3.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10511'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7'^^xsd:double;
  dwc:latitude '-4.06667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.06833 3.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.06833"^^xsd:decimal ;
  dwc:decimalLongitude "3.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.06833 3.7)"^^geo:wktLiteral ;
  geo-pos:lat "4.06833"^^xsd:decimal ;
  geo-pos:long "3.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15576'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7'^^xsd:double;
  dwc:latitude '4.06833'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.06833 3.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.06833"^^xsd:decimal ;
  dwc:decimalLongitude "3.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.06833 3.7)"^^geo:wktLiteral ;
  geo-pos:lat "4.06833"^^xsd:decimal ;
  geo-pos:long "3.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15578'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7'^^xsd:double;
  dwc:latitude '4.06833'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.07 3.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.07"^^xsd:decimal ;
  dwc:decimalLongitude "3.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.07 3.7)"^^geo:wktLiteral ;
  geo-pos:lat "4.07"^^xsd:decimal ;
  geo-pos:long "3.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3478'^^xsd:integer;
  dwc:scientificName 'Heteromesus drachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7'^^xsd:double;
  dwc:latitude '4.07'^^xsd:double;
  dwc:aphiaid '183197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6983"^^xsd:decimal ;
  dwc:decimalLongitude "3.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  geo-pos:lat "67.6983"^^xsd:decimal ;
  geo-pos:long "3.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9076'^^xsd:integer;
  dwc:scientificName 'Desmoscolex eftus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7167'^^xsd:double;
  dwc:latitude '67.6983'^^xsd:double;
  dwc:aphiaid '230318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9076'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6983"^^xsd:decimal ;
  dwc:decimalLongitude "3.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  geo-pos:lat "67.6983"^^xsd:decimal ;
  geo-pos:long "3.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9083'^^xsd:integer;
  dwc:scientificName 'Tricoma bathycola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7167'^^xsd:double;
  dwc:latitude '67.6983'^^xsd:double;
  dwc:aphiaid '231718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6983"^^xsd:decimal ;
  dwc:decimalLongitude "3.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  geo-pos:lat "67.6983"^^xsd:decimal ;
  geo-pos:long "3.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9069'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7167'^^xsd:double;
  dwc:latitude '67.6983'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9069'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6983"^^xsd:decimal ;
  dwc:decimalLongitude "3.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  geo-pos:lat "67.6983"^^xsd:decimal ;
  geo-pos:long "3.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9062'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7167'^^xsd:double;
  dwc:latitude '67.6983'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6983"^^xsd:decimal ;
  dwc:decimalLongitude "3.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6983 3.7167)"^^geo:wktLiteral ;
  geo-pos:lat "67.6983"^^xsd:decimal ;
  geo-pos:long "3.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8237'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.7167'^^xsd:double;
  dwc:latitude '67.6983'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.1167 3.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.1167"^^xsd:decimal ;
  dwc:decimalLongitude "3.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.1167 3.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-19.1167"^^xsd:decimal ;
  geo-pos:long "3.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '257'^^xsd:integer;
  dwc:scientificName 'Platycuma lineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.8667'^^xsd:double;
  dwc:latitude '-19.1167'^^xsd:double;
  dwc:aphiaid '389482'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389482'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.9433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.9433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.9433)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.9433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7706'^^xsd:integer;
  dwc:scientificName 'Eurycletodes aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.9433'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '116717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.9433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5867"^^xsd:decimal ;
  dwc:decimalLongitude "3.9433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5867 3.9433)"^^geo:wktLiteral ;
  geo-pos:lat "42.5867"^^xsd:decimal ;
  geo-pos:long "3.9433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7700'^^xsd:integer;
  dwc:scientificName 'Eurycletodes oblongus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.9433'^^xsd:double;
  dwc:latitude '42.5867'^^xsd:double;
  dwc:aphiaid '116725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5883 3.9433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5883"^^xsd:decimal ;
  dwc:decimalLongitude "3.9433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5883 3.9433)"^^geo:wktLiteral ;
  geo-pos:lat "42.5883"^^xsd:decimal ;
  geo-pos:long "3.9433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7716'^^xsd:integer;
  dwc:scientificName 'Cletodes limicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '3.9433'^^xsd:double;
  dwc:latitude '42.5883'^^xsd:double;
  dwc:aphiaid '115768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115768'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.4692 4.0008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.4692"^^xsd:decimal ;
  dwc:decimalLongitude "4.0008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.4692 4.0008)"^^geo:wktLiteral ;
  geo-pos:lat "-31.4692"^^xsd:decimal ;
  geo-pos:long "4.0008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5065'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.0008'^^xsd:double;
  dwc:latitude '-31.4692'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 4.01667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "4.01667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 4.01667)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "4.01667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10476'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.01667'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.42 4.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.42"^^xsd:decimal ;
  dwc:decimalLongitude "4.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.42 4.08)"^^geo:wktLiteral ;
  geo-pos:lat "-63.42"^^xsd:decimal ;
  geo-pos:long "4.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2918'^^xsd:integer;
  dwc:scientificName 'Eugerda arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.08'^^xsd:double;
  dwc:latitude '-63.42'^^xsd:double;
  dwc:aphiaid '118549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.42 4.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.42"^^xsd:decimal ;
  dwc:decimalLongitude "4.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.42 4.09)"^^geo:wktLiteral ;
  geo-pos:lat "63.42"^^xsd:decimal ;
  geo-pos:long "4.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3003'^^xsd:integer;
  dwc:scientificName 'Whoia dumpshafensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.09'^^xsd:double;
  dwc:latitude '63.42'^^xsd:double;
  dwc:aphiaid '118595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3003'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118595'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '994'^^xsd:integer;
  dwc:scientificName 'Campylaspis horridoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2369'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2362'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2394'^^xsd:integer;
  dwc:scientificName 'Leptostylis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '182042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2384'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2389'^^xsd:integer;
  dwc:scientificName 'Diastylis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2396'^^xsd:integer;
  dwc:scientificName 'Leptostylis gamoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '182050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2411'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2439'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2431'^^xsd:integer;
  dwc:scientificName 'Campylaspis horridoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2422'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2416'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2418'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2481'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2491'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2466'^^xsd:integer;
  dwc:scientificName 'Leptostylis gamoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '182050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2463'^^xsd:integer;
  dwc:scientificName 'Leptostylis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '182042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2449'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '107'^^xsd:integer;
  dwc:scientificName 'Diastylis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2526'^^xsd:integer;
  dwc:scientificName 'Vaunthompsonia cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2526'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2519'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.45"^^xsd:decimal ;
  dwc:decimalLongitude "4.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.45 4.1333)"^^geo:wktLiteral ;
  geo-pos:lat "38.45"^^xsd:decimal ;
  geo-pos:long "4.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2503'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.1333'^^xsd:double;
  dwc:latitude '38.45'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.98 4.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.98"^^xsd:decimal ;
  dwc:decimalLongitude "4.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.98 4.17)"^^geo:wktLiteral ;
  geo-pos:lat "66.98"^^xsd:decimal ;
  geo-pos:long "4.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7684'^^xsd:integer;
  dwc:scientificName 'Arcticomisophria hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.17'^^xsd:double;
  dwc:latitude '66.98'^^xsd:double;
  dwc:aphiaid '119204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '119204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1167 4.21667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1167"^^xsd:decimal ;
  dwc:decimalLongitude "4.21667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1167 4.21667)"^^geo:wktLiteral ;
  geo-pos:lat "79.1167"^^xsd:decimal ;
  geo-pos:long "4.21667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10007'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.21667'^^xsd:double;
  dwc:latitude '79.1167'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.1858 4.23556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.1858"^^xsd:decimal ;
  dwc:decimalLongitude "4.23556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.1858 4.23556)"^^geo:wktLiteral ;
  geo-pos:lat "-25.1858"^^xsd:decimal ;
  geo-pos:long "4.23556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4837'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.23556'^^xsd:double;
  dwc:latitude '-25.1858'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.5333 4.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.5333"^^xsd:decimal ;
  dwc:decimalLongitude "4.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.5333 4.3)"^^geo:wktLiteral ;
  geo-pos:lat "58.5333"^^xsd:decimal ;
  geo-pos:long "4.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '820'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.3'^^xsd:double;
  dwc:latitude '58.5333'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2383 4.3067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2383"^^xsd:decimal ;
  dwc:decimalLongitude "4.3067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2383 4.3067)"^^geo:wktLiteral ;
  geo-pos:lat "69.2383"^^xsd:decimal ;
  geo-pos:long "4.3067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8081'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.3067'^^xsd:double;
  dwc:latitude '69.2383'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2383 4.3067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2383"^^xsd:decimal ;
  dwc:decimalLongitude "4.3067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2383 4.3067)"^^geo:wktLiteral ;
  geo-pos:lat "69.2383"^^xsd:decimal ;
  geo-pos:long "4.3067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8095'^^xsd:integer;
  dwc:scientificName 'Trophomera minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.3067'^^xsd:double;
  dwc:latitude '69.2383'^^xsd:double;
  dwc:aphiaid '458929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2383 4.3067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2383"^^xsd:decimal ;
  dwc:decimalLongitude "4.3067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2383 4.3067)"^^geo:wktLiteral ;
  geo-pos:lat "69.2383"^^xsd:decimal ;
  geo-pos:long "4.3067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8109'^^xsd:integer;
  dwc:scientificName 'Trophomera rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.3067'^^xsd:double;
  dwc:latitude '69.2383'^^xsd:double;
  dwc:aphiaid '458937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2383 4.3067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2383"^^xsd:decimal ;
  dwc:decimalLongitude "4.3067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2383 4.3067)"^^geo:wktLiteral ;
  geo-pos:lat "69.2383"^^xsd:decimal ;
  geo-pos:long "4.3067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8104'^^xsd:integer;
  dwc:scientificName 'Trophomera conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.3067'^^xsd:double;
  dwc:latitude '69.2383'^^xsd:double;
  dwc:aphiaid '458912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458912'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1 4.36667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.36667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1 4.36667)"^^geo:wktLiteral ;
  geo-pos:lat "79.1"^^xsd:decimal ;
  geo-pos:long "4.36667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10008'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.36667'^^xsd:double;
  dwc:latitude '79.1'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10026'^^xsd:integer;
  dwc:scientificName 'Thenea abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '134104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10078'^^xsd:integer;
  dwc:scientificName 'Trichostemma sol'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '156462'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10009'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9873'^^xsd:integer;
  dwc:scientificName 'Lissodendoryx complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '168950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9839'^^xsd:integer;
  dwc:scientificName 'Hymedesmia occulta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '133614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9842'^^xsd:integer;
  dwc:scientificName 'Hymedesmia similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '133643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9843'^^xsd:integer;
  dwc:scientificName 'Hymedesmia splenium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '133648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9843'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9834'^^xsd:integer;
  dwc:scientificName 'Hymedesmia norwegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '191891'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133611'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9657'^^xsd:integer;
  dwc:scientificName 'Forcepia topsenti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '168878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9681'^^xsd:integer;
  dwc:scientificName 'Hemigellius arcoferus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '132906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9681'^^xsd:anyURI;
  dwc:aphiaIdAccepted '166752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9682'^^xsd:integer;
  dwc:scientificName 'Hemigellius flagellifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '156127'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9682'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1036222'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9387'^^xsd:integer;
  dwc:scientificName 'Caulophacus arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '134398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 4.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9669'^^xsd:integer;
  dwc:scientificName 'Guancha blanca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '132283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.46667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.46667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.46667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.46667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10900'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.46667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.46667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.46667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.46667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.46667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10644'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.46667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2365'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2377'^^xsd:integer;
  dwc:scientificName 'Cumellopsis puritani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2402'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2372'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2392'^^xsd:integer;
  dwc:scientificName 'Diastylis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2387'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2405'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2436'^^xsd:integer;
  dwc:scientificName 'Cumellopsis puritani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2425'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2484'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2472'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2446'^^xsd:integer;
  dwc:scientificName 'Diastyloides carpinei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2442'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2452'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2527'^^xsd:integer;
  dwc:scientificName 'Vaunthompsonia cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '110467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "4.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 4.4667)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "4.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2494'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.4667'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80 4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80"^^xsd:decimal ;
  dwc:decimalLongitude "4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80 4.55)"^^geo:wktLiteral ;
  geo-pos:lat "80"^^xsd:decimal ;
  geo-pos:long "4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2786'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.55'^^xsd:double;
  dwc:latitude '80'^^xsd:integer;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80 4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80"^^xsd:decimal ;
  dwc:decimalLongitude "4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '110'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.55'^^xsd:double;
  dwc:latitude '80'^^xsd:integer;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.35333 4.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.35333"^^xsd:decimal ;
  dwc:decimalLongitude "4.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.35333 4.58667)"^^geo:wktLiteral ;
  geo-pos:lat "4.35333"^^xsd:decimal ;
  geo-pos:long "4.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15577'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.58667'^^xsd:double;
  dwc:latitude '4.35333'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.35333 4.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.35333"^^xsd:decimal ;
  dwc:decimalLongitude "4.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.35333 4.58667)"^^geo:wktLiteral ;
  geo-pos:lat "4.35333"^^xsd:decimal ;
  geo-pos:long "4.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15612'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.58667'^^xsd:double;
  dwc:latitude '4.35333'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A25> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3333 4.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3333"^^xsd:decimal ;
  dwc:decimalLongitude "4.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '25'^^xsd:integer;
  dwc:scientificName 'Campylaspides diva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6333'^^xsd:double;
  dwc:latitude '-18.3333'^^xsd:double;
  dwc:aphiaid '389481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:25'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2233'^^xsd:integer;
  dwc:scientificName 'Styloptocuma pleonserrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2165'^^xsd:integer;
  dwc:scientificName 'Atlantocuma ramses'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2165'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2189'^^xsd:integer;
  dwc:scientificName 'Leucon dentirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2195'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2201'^^xsd:integer;
  dwc:scientificName 'Leucon longirhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2204'^^xsd:integer;
  dwc:scientificName 'Leucon nudirhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2210'^^xsd:integer;
  dwc:scientificName 'Campylaspis akymata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389500'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '230'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus paramonodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '173'^^xsd:integer;
  dwc:scientificName 'Leucon dentirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '181'^^xsd:integer;
  dwc:scientificName 'Leucon longirhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3167"^^xsd:decimal ;
  dwc:decimalLongitude "4.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3167 4.65)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3167"^^xsd:decimal ;
  geo-pos:long "4.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '185'^^xsd:integer;
  dwc:scientificName 'Leucon nudirhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.65'^^xsd:double;
  dwc:latitude '-18.3167'^^xsd:double;
  dwc:aphiaid '389508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3017 4.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3017"^^xsd:decimal ;
  dwc:decimalLongitude "4.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3017 4.655)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3017"^^xsd:decimal ;
  geo-pos:long "4.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5906'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia benguela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.655'^^xsd:double;
  dwc:latitude '-18.3017'^^xsd:double;
  dwc:aphiaid '247494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.0817 4.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.0817"^^xsd:decimal ;
  dwc:decimalLongitude "4.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.0817 4.68)"^^geo:wktLiteral ;
  geo-pos:lat "-17.0817"^^xsd:decimal ;
  geo-pos:long "4.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4726'^^xsd:integer;
  dwc:scientificName 'Metagathotanais loerzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.68'^^xsd:double;
  dwc:latitude '-17.0817'^^xsd:double;
  dwc:aphiaid '247407'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.0817 4.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.0817"^^xsd:decimal ;
  dwc:decimalLongitude "4.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.0817 4.68)"^^geo:wktLiteral ;
  geo-pos:lat "-17.0817"^^xsd:decimal ;
  geo-pos:long "4.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5907'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia benguela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.68'^^xsd:double;
  dwc:latitude '-17.0817'^^xsd:double;
  dwc:aphiaid '247494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5907'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.0817 4.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.0817"^^xsd:decimal ;
  dwc:decimalLongitude "4.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.0817 4.68)"^^geo:wktLiteral ;
  geo-pos:lat "-17.0817"^^xsd:decimal ;
  geo-pos:long "4.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5913'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia fastuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.68'^^xsd:double;
  dwc:latitude '-17.0817'^^xsd:double;
  dwc:aphiaid '247497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5913'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2161'^^xsd:integer;
  dwc:scientificName 'Divacuma tuerkayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '395803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2161'^^xsd:anyURI;
  dwc:aphiaIdAccepted '395803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2227'^^xsd:integer;
  dwc:scientificName 'Styloptocuma minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2222'^^xsd:integer;
  dwc:scientificName 'Procampylaspis divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2175'^^xsd:integer;
  dwc:scientificName 'Hemilamprops merlini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2179'^^xsd:integer;
  dwc:scientificName 'Leucon brigittehilbigae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2166'^^xsd:integer;
  dwc:scientificName 'Atlantocuma ramses'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2169'^^xsd:integer;
  dwc:scientificName 'Bathycuma squamosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2184'^^xsd:integer;
  dwc:scientificName 'Paralamprops carpusserratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2185'^^xsd:integer;
  dwc:scientificName 'Eudorella divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2196'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2202'^^xsd:integer;
  dwc:scientificName 'Leucon longirhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2205'^^xsd:integer;
  dwc:scientificName 'Leucon nudirhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2218'^^xsd:integer;
  dwc:scientificName 'Platycuma triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2240'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus renatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '310'^^xsd:integer;
  dwc:scientificName 'Vemakylindrus biarticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:310'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '237'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus striatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.3"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.3 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.3"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '239'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus trisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-18.3'^^xsd:double;
  dwc:aphiaid '389476'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8'^^xsd:integer;
  dwc:scientificName 'Atlantocuma ramses'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2235'^^xsd:integer;
  dwc:scientificName 'Styloptocuma pleonserrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2242'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus renatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2245'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tuberculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2234'^^xsd:integer;
  dwc:scientificName 'Styloptocuma pleonserrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2176'^^xsd:integer;
  dwc:scientificName 'Hemilamprops merlini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2180'^^xsd:integer;
  dwc:scientificName 'Leucon brigittehilbigae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2167'^^xsd:integer;
  dwc:scientificName 'Atlantocuma ramses'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2167'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2187'^^xsd:integer;
  dwc:scientificName 'Eudorella divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2190'^^xsd:integer;
  dwc:scientificName 'Leucon dentirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2197'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2207'^^xsd:integer;
  dwc:scientificName 'Leucon nudirhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2212'^^xsd:integer;
  dwc:scientificName 'Campylaspis akymata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389500'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2219'^^xsd:integer;
  dwc:scientificName 'Platycuma triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2162'^^xsd:integer;
  dwc:scientificName 'Divacuma tuerkayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '395803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '395803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2228'^^xsd:integer;
  dwc:scientificName 'Styloptocuma minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '304'^^xsd:integer;
  dwc:scientificName 'Styloptocuma minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '305'^^xsd:integer;
  dwc:scientificName 'Styloptocuma pleonserrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '233'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus renatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '229'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus paradivacumatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '231'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus paucidentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389473'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '238'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus totzkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389475'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389475'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '260'^^xsd:integer;
  dwc:scientificName 'Platycuma triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '211'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus duplosetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389469'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '225'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus meteorae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6833'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '389478'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389478'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.305 4.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.305"^^xsd:decimal ;
  dwc:decimalLongitude "4.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.305 4.68333)"^^geo:wktLiteral ;
  geo-pos:lat "-18.305"^^xsd:decimal ;
  geo-pos:long "4.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4815'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.68333'^^xsd:double;
  dwc:latitude '-18.305'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.305 4.68333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.305"^^xsd:decimal ;
  dwc:decimalLongitude "4.68333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.305 4.68333)"^^geo:wktLiteral ;
  geo-pos:lat "-18.305"^^xsd:decimal ;
  geo-pos:long "4.68333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5158'^^xsd:integer;
  dwc:scientificName 'Portaratrum afer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.68333'^^xsd:double;
  dwc:latitude '-18.305'^^xsd:double;
  dwc:aphiaid '247459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2883 4.68667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.2883"^^xsd:decimal ;
  dwc:decimalLongitude "4.68667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2883 4.68667)"^^geo:wktLiteral ;
  geo-pos:lat "-18.2883"^^xsd:decimal ;
  geo-pos:long "4.68667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4724'^^xsd:integer;
  dwc:scientificName 'Metagathotanais loerzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.68667'^^xsd:double;
  dwc:latitude '-18.2883'^^xsd:double;
  dwc:aphiaid '247407'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2883 4.68667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.2883"^^xsd:decimal ;
  dwc:decimalLongitude "4.68667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2883 4.68667)"^^geo:wktLiteral ;
  geo-pos:lat "-18.2883"^^xsd:decimal ;
  geo-pos:long "4.68667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5904'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia benguela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.68667'^^xsd:double;
  dwc:latitude '-18.2883'^^xsd:double;
  dwc:aphiaid '247494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2883 4.68667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.2883"^^xsd:decimal ;
  dwc:decimalLongitude "4.68667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2883 4.68667)"^^geo:wktLiteral ;
  geo-pos:lat "-18.2883"^^xsd:decimal ;
  geo-pos:long "4.68667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5914'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia fastuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.68667'^^xsd:double;
  dwc:latitude '-18.2883'^^xsd:double;
  dwc:aphiaid '247497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1343 4.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1343"^^xsd:decimal ;
  dwc:decimalLongitude "4.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1343 4.6983)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1343"^^xsd:decimal ;
  geo-pos:long "4.6983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4818'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6983'^^xsd:double;
  dwc:latitude '-17.1343'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1327 4.6998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1327"^^xsd:decimal ;
  dwc:decimalLongitude "4.6998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1327 4.6998)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1327"^^xsd:decimal ;
  geo-pos:long "4.6998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4817'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.6998'^^xsd:double;
  dwc:latitude '-17.1327'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1333"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1333"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2238'^^xsd:integer;
  dwc:scientificName 'Diastylis minidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '-17.1333'^^xsd:double;
  dwc:aphiaid '389467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1333"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1333"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2241'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus renatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '-17.1333'^^xsd:double;
  dwc:aphiaid '389474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1333"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1333"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2186'^^xsd:integer;
  dwc:scientificName 'Eudorella divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '-17.1333'^^xsd:double;
  dwc:aphiaid '389507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1333"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1333"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2206'^^xsd:integer;
  dwc:scientificName 'Leucon nudirhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '-17.1333'^^xsd:double;
  dwc:aphiaid '389508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1333"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1333"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2211'^^xsd:integer;
  dwc:scientificName 'Campylaspis akymata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '-17.1333'^^xsd:double;
  dwc:aphiaid '389500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389500'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1333"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1333 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1333"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5944'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia tenuichelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '-17.1333'^^xsd:double;
  dwc:aphiaid '247503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2981'^^xsd:integer;
  dwc:scientificName 'Prochelator angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '-17.1'^^xsd:double;
  dwc:aphiaid '255704'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255704'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2378'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2357'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10541'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2406'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2437'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2420'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2417'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2490'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10734'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2447'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2447'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2518'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7167 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "39.7167"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2500'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '39.7167'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1328 4.7002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.1328"^^xsd:decimal ;
  dwc:decimalLongitude "4.7002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.1328 4.7002)"^^geo:wktLiteral ;
  geo-pos:lat "-17.1328"^^xsd:decimal ;
  geo-pos:long "4.7002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4816'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7002'^^xsd:double;
  dwc:latitude '-17.1328'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2767 4.7393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.2767"^^xsd:decimal ;
  dwc:decimalLongitude "4.7393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2767 4.7393)"^^geo:wktLiteral ;
  geo-pos:lat "-18.2767"^^xsd:decimal ;
  geo-pos:long "4.7393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4725'^^xsd:integer;
  dwc:scientificName 'Metagathotanais loerzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7393'^^xsd:double;
  dwc:latitude '-18.2767'^^xsd:double;
  dwc:aphiaid '247407'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2767 4.7393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.2767"^^xsd:decimal ;
  dwc:decimalLongitude "4.7393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2767 4.7393)"^^geo:wktLiteral ;
  geo-pos:lat "-18.2767"^^xsd:decimal ;
  geo-pos:long "4.7393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4814'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7393'^^xsd:double;
  dwc:latitude '-18.2767'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2767 4.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.2767"^^xsd:decimal ;
  dwc:decimalLongitude "4.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.2767 4.7417)"^^geo:wktLiteral ;
  geo-pos:lat "-18.2767"^^xsd:decimal ;
  geo-pos:long "4.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5749'^^xsd:integer;
  dwc:scientificName 'Tanaella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.7417'^^xsd:double;
  dwc:latitude '-18.2767'^^xsd:double;
  dwc:aphiaid '247677'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.75 4.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.75"^^xsd:decimal ;
  dwc:decimalLongitude "4.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.75 4.8167)"^^geo:wktLiteral ;
  geo-pos:lat "60.75"^^xsd:decimal ;
  geo-pos:long "4.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2734'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.8167'^^xsd:double;
  dwc:latitude '60.75'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 4.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "4.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 4.9833)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "4.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2366'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.9833'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 4.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "4.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 4.9833)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "4.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2376'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.9833'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 4.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7667"^^xsd:decimal ;
  dwc:decimalLongitude "4.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7667 4.9833)"^^geo:wktLiteral ;
  geo-pos:lat "39.7667"^^xsd:decimal ;
  geo-pos:long "4.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2393'^^xsd:integer;
  dwc:scientificName 'Diastylis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '4.9833'^^xsd:double;
  dwc:latitude '39.7667'^^xsd:double;
  dwc:aphiaid '110480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2393'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41"^^xsd:decimal ;
  dwc:decimalLongitude "5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41 5)"^^geo:wktLiteral ;
  geo-pos:lat "41"^^xsd:decimal ;
  geo-pos:long "5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10547'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5'^^xsd:integer;
  dwc:latitude '41'^^xsd:integer;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.5011 5.0006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.5011"^^xsd:decimal ;
  dwc:decimalLongitude "5.0006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.5011 5.0006)"^^geo:wktLiteral ;
  geo-pos:lat "-25.5011"^^xsd:decimal ;
  geo-pos:long "5.0006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4417'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.0006'^^xsd:double;
  dwc:latitude '-25.5011'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2371'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2364'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2391'^^xsd:integer;
  dwc:scientificName 'Diastylis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2386'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2401'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2404'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2413'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2424'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2483'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2483'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2493'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2493'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2471'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2465'^^xsd:integer;
  dwc:scientificName 'Leptostylis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '182042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2441'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2451'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2505'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.6 5.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.6"^^xsd:decimal ;
  dwc:decimalLongitude "5.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.6 5.06667)"^^geo:wktLiteral ;
  geo-pos:lat "78.6"^^xsd:decimal ;
  geo-pos:long "5.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10014'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.06667'^^xsd:double;
  dwc:latitude '78.6'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.08333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.08333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.08333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.08333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10542'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.08333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8983 5.0983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.8983"^^xsd:decimal ;
  dwc:decimalLongitude "5.0983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8983 5.0983)"^^geo:wktLiteral ;
  geo-pos:lat "-33.8983"^^xsd:decimal ;
  geo-pos:long "5.0983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8169'^^xsd:integer;
  dwc:scientificName 'Trophomera tchesunovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.0983'^^xsd:double;
  dwc:latitude '-33.8983'^^xsd:double;
  dwc:aphiaid '458939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8983 5.09833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.8983"^^xsd:decimal ;
  dwc:decimalLongitude "5.09833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8983 5.09833)"^^geo:wktLiteral ;
  geo-pos:lat "-33.8983"^^xsd:decimal ;
  geo-pos:long "5.09833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16671'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.09833'^^xsd:double;
  dwc:latitude '-33.8983'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8933 5.11167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.8933"^^xsd:decimal ;
  dwc:decimalLongitude "5.11167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8933 5.11167)"^^geo:wktLiteral ;
  geo-pos:lat "-33.8933"^^xsd:decimal ;
  geo-pos:long "5.11167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16672'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.11167'^^xsd:double;
  dwc:latitude '-33.8933'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8833 5.11667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.8833"^^xsd:decimal ;
  dwc:decimalLongitude "5.11667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.8833 5.11667)"^^geo:wktLiteral ;
  geo-pos:lat "-33.8833"^^xsd:decimal ;
  geo-pos:long "5.11667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10684'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.11667'^^xsd:double;
  dwc:latitude '-33.8833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10684'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9117"^^xsd:decimal ;
  dwc:decimalLongitude "5.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.125)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9117"^^xsd:decimal ;
  geo-pos:long "5.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16673'^^xsd:integer;
  dwc:scientificName 'Malletia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.125'^^xsd:double;
  dwc:latitude '-33.9117'^^xsd:double;
  dwc:aphiaid '156800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9117"^^xsd:decimal ;
  dwc:decimalLongitude "5.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.125)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9117"^^xsd:decimal ;
  geo-pos:long "5.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16675'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.125'^^xsd:double;
  dwc:latitude '-33.9117'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9117"^^xsd:decimal ;
  dwc:decimalLongitude "5.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.125)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9117"^^xsd:decimal ;
  geo-pos:long "5.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16674'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.125'^^xsd:double;
  dwc:latitude '-33.9117'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2375'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2370'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2363'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2390'^^xsd:integer;
  dwc:scientificName 'Diastylis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2385'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2397'^^xsd:integer;
  dwc:scientificName 'Leptostylis gamoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '182050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2395'^^xsd:integer;
  dwc:scientificName 'Leptostylis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '182042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2412'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2433'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2440'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2423'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2419'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2482'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2492'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2467'^^xsd:integer;
  dwc:scientificName 'Leptostylis gamoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '182050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2464'^^xsd:integer;
  dwc:scientificName 'Leptostylis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '182042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2450'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '157'^^xsd:integer;
  dwc:scientificName 'Leptostylis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '182042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '160'^^xsd:integer;
  dwc:scientificName 'Leptostylis gamoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '182050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2520'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9833"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9833 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "40.9833"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2504'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '40.9833'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9083 5.14167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9083"^^xsd:decimal ;
  dwc:decimalLongitude "5.14167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9083 5.14167)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9083"^^xsd:decimal ;
  geo-pos:long "5.14167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16676'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.14167'^^xsd:double;
  dwc:latitude '-33.9083'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9117"^^xsd:decimal ;
  dwc:decimalLongitude "5.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.15)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9117"^^xsd:decimal ;
  geo-pos:long "5.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16678'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.15'^^xsd:double;
  dwc:latitude '-33.9117'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.1533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9117"^^xsd:decimal ;
  dwc:decimalLongitude "5.1533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9117 5.1533)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9117"^^xsd:decimal ;
  geo-pos:long "5.1533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8156'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1533'^^xsd:double;
  dwc:latitude '-33.9117'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9033 5.1533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9033"^^xsd:decimal ;
  dwc:decimalLongitude "5.1533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9033 5.1533)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9033"^^xsd:decimal ;
  geo-pos:long "5.1533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8155'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.1533'^^xsd:double;
  dwc:latitude '-33.9033'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9033 5.15333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9033"^^xsd:decimal ;
  dwc:decimalLongitude "5.15333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9033 5.15333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9033"^^xsd:decimal ;
  geo-pos:long "5.15333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16677'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.15333'^^xsd:double;
  dwc:latitude '-33.9033'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "5.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.2667"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5187'^^xsd:integer;
  dwc:scientificName 'Leptognathia dentifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:aphiaid '156198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "5.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.2667"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11345'^^xsd:integer;
  dwc:scientificName 'Microdajus langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:aphiaid '136615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2667"^^xsd:decimal ;
  dwc:decimalLongitude "5.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2667 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.2667"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5942'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '60.2667'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "5.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.25)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "5.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2383'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.25'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "5.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.25)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "5.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2400'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.25'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "5.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "5.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2556'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.2833'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "5.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "5.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2562'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.2833'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "5.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "5.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2545'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.2833'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "5.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "5.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2546'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.2833'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "5.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "5.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2533'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.2833'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "5.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 5.2833)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "5.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2535'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.2833'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6183 5.3172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6183"^^xsd:decimal ;
  dwc:decimalLongitude "5.3172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6183 5.3172)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6183"^^xsd:decimal ;
  geo-pos:long "5.3172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5292'^^xsd:integer;
  dwc:scientificName 'Typhlotanais mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3172'^^xsd:double;
  dwc:latitude '-25.6183'^^xsd:double;
  dwc:aphiaid '136569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6183 5.3172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.6183"^^xsd:decimal ;
  dwc:decimalLongitude "5.3172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.6183 5.3172)"^^geo:wktLiteral ;
  geo-pos:lat "-25.6183"^^xsd:decimal ;
  geo-pos:long "5.3172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4487'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3172'^^xsd:double;
  dwc:latitude '-25.6183'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2368'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2382'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2361'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2410'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2399'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2438'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2421'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2415'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2470'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2448'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2502'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.3667)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2514'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.3667'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.01 5.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.01"^^xsd:decimal ;
  dwc:decimalLongitude "5.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.01 5.37)"^^geo:wktLiteral ;
  geo-pos:lat "37.01"^^xsd:decimal ;
  geo-pos:long "5.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3051'^^xsd:integer;
  dwc:scientificName 'Pseudomesus bispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.37'^^xsd:double;
  dwc:latitude '37.01'^^xsd:double;
  dwc:aphiaid '118804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.85 5.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.85"^^xsd:decimal ;
  dwc:decimalLongitude "5.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.85 5.37)"^^geo:wktLiteral ;
  geo-pos:lat "37.85"^^xsd:decimal ;
  geo-pos:long "5.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4119'^^xsd:integer;
  dwc:scientificName 'Kupellonura flexibilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.37'^^xsd:double;
  dwc:latitude '37.85'^^xsd:double;
  dwc:aphiaid '118488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1597448'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.38333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8333"^^xsd:decimal ;
  dwc:decimalLongitude "5.38333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8333 5.38333)"^^geo:wktLiteral ;
  geo-pos:lat "37.8333"^^xsd:decimal ;
  geo-pos:long "5.38333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10737'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.38333'^^xsd:double;
  dwc:latitude '37.8333'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2832 5.4177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2832"^^xsd:decimal ;
  dwc:decimalLongitude "5.4177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2832 5.4177)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2832"^^xsd:decimal ;
  geo-pos:long "5.4177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4727'^^xsd:integer;
  dwc:scientificName 'Metagathotanais loerzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4177'^^xsd:double;
  dwc:latitude '-16.2832'^^xsd:double;
  dwc:aphiaid '247407'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2832 5.4177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2832"^^xsd:decimal ;
  dwc:decimalLongitude "5.4177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2832 5.4177)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2832"^^xsd:decimal ;
  geo-pos:long "5.4177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4819'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4177'^^xsd:double;
  dwc:latitude '-16.2832'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2237'^^xsd:integer;
  dwc:scientificName 'Styloptocuma pleonserrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2244'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus renatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2231'^^xsd:integer;
  dwc:scientificName 'Styloptocuma minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2221'^^xsd:integer;
  dwc:scientificName 'Platycuma triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2225'^^xsd:integer;
  dwc:scientificName 'Procampylaspis divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2178'^^xsd:integer;
  dwc:scientificName 'Hemilamprops merlini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2164'^^xsd:integer;
  dwc:scientificName 'Divacuma tuerkayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '395803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '395803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2173'^^xsd:integer;
  dwc:scientificName 'Hemilamprops brenkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2182'^^xsd:integer;
  dwc:scientificName 'Leucon brigittehilbigae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2188'^^xsd:integer;
  dwc:scientificName 'Eudorella divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2192'^^xsd:integer;
  dwc:scientificName 'Leucon dentirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2194'^^xsd:integer;
  dwc:scientificName 'Leucon duodentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2199'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2203'^^xsd:integer;
  dwc:scientificName 'Leucon longirhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2209'^^xsd:integer;
  dwc:scientificName 'Leucon nudirhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2214'^^xsd:integer;
  dwc:scientificName 'Campylaspis akymata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389500'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2216'^^xsd:integer;
  dwc:scientificName 'Cumella parameridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '235'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus renatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '174'^^xsd:integer;
  dwc:scientificName 'Leucon duodentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '145'^^xsd:integer;
  dwc:scientificName 'Hemilamprops brenkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '207'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus basidentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389468'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '126'^^xsd:integer;
  dwc:scientificName 'Eudorella divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '389507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2333 5.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2333"^^xsd:decimal ;
  geo-pos:long "5.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '120'^^xsd:integer;
  dwc:scientificName 'Divacuma tuerkayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4333'^^xsd:double;
  dwc:latitude '-16.2333'^^xsd:double;
  dwc:aphiaid '395803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '395803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.285 5.44667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.285"^^xsd:decimal ;
  dwc:decimalLongitude "5.44667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.285 5.44667)"^^geo:wktLiteral ;
  geo-pos:lat "-16.285"^^xsd:decimal ;
  geo-pos:long "5.44667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5156'^^xsd:integer;
  dwc:scientificName 'Portaratrum afer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.44667'^^xsd:double;
  dwc:latitude '-16.285'^^xsd:double;
  dwc:aphiaid '247459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.285 5.44667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.285"^^xsd:decimal ;
  dwc:decimalLongitude "5.44667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.285 5.44667)"^^geo:wktLiteral ;
  geo-pos:lat "-16.285"^^xsd:decimal ;
  geo-pos:long "5.44667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5943'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia tenuichelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.44667'^^xsd:double;
  dwc:latitude '-16.285'^^xsd:double;
  dwc:aphiaid '247503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2383 5.44667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2383"^^xsd:decimal ;
  dwc:decimalLongitude "5.44667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2383 5.44667)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2383"^^xsd:decimal ;
  geo-pos:long "5.44667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4823'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.44667'^^xsd:double;
  dwc:latitude '-16.2383'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A22> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '22'^^xsd:integer;
  dwc:scientificName 'Bytholeucon angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389506'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:22'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3057'^^xsd:integer;
  dwc:scientificName 'Regabellator abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '262834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '262834'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3025'^^xsd:integer;
  dwc:scientificName 'Nannoniscus antennaspinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '256301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256301'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3066'^^xsd:integer;
  dwc:scientificName 'Saetoniscus meteori'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '262887'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '744040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2236'^^xsd:integer;
  dwc:scientificName 'Styloptocuma pleonserrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2243'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus renatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2246'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tuberculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2230'^^xsd:integer;
  dwc:scientificName 'Styloptocuma minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2224'^^xsd:integer;
  dwc:scientificName 'Procampylaspis divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2177'^^xsd:integer;
  dwc:scientificName 'Hemilamprops merlini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2181'^^xsd:integer;
  dwc:scientificName 'Leucon brigittehilbigae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2239'^^xsd:integer;
  dwc:scientificName 'Diastylis minidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2171'^^xsd:integer;
  dwc:scientificName 'Cyclaspoides longimerus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2163'^^xsd:integer;
  dwc:scientificName 'Divacuma tuerkayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '395803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '395803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2191'^^xsd:integer;
  dwc:scientificName 'Leucon dentirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2198'^^xsd:integer;
  dwc:scientificName 'Leucon homorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '182343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2208'^^xsd:integer;
  dwc:scientificName 'Leucon nudirhinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2213'^^xsd:integer;
  dwc:scientificName 'Campylaspis akymata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389500'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2215'^^xsd:integer;
  dwc:scientificName 'Cumella parameridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2220'^^xsd:integer;
  dwc:scientificName 'Platycuma triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389502'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2193'^^xsd:integer;
  dwc:scientificName 'Leucon duodentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '234'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus renatae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '240'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus tuberculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A32> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '32'^^xsd:integer;
  dwc:scientificName 'Campylaspis akymata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:32'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389500'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '274'^^xsd:integer;
  dwc:scientificName 'Procampylaspis divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '170'^^xsd:integer;
  dwc:scientificName 'Leucon brigittehilbigae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '219'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus lissus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '109'^^xsd:integer;
  dwc:scientificName 'Diastylis minidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A99> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '99'^^xsd:integer;
  dwc:scientificName 'Cyclaspoides longimerus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:99'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A86> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '86'^^xsd:integer;
  dwc:scientificName 'Cumella parameridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.3'^^xsd:double;
  dwc:aphiaid '389501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:86'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2833"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2833"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4731'^^xsd:integer;
  dwc:scientificName 'Paragathotanais insolitus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2833'^^xsd:double;
  dwc:aphiaid '247408'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247408'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2833"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2833"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2229'^^xsd:integer;
  dwc:scientificName 'Styloptocuma minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2833'^^xsd:double;
  dwc:aphiaid '389504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2833"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2833"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2223'^^xsd:integer;
  dwc:scientificName 'Procampylaspis divae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2833'^^xsd:double;
  dwc:aphiaid '389503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2833"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2833"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5945'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia tenuichelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2833'^^xsd:double;
  dwc:aphiaid '247503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2833"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2833"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5908'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia benguela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2833'^^xsd:double;
  dwc:aphiaid '247494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2833"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2833"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5909'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia benguela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2833'^^xsd:double;
  dwc:aphiaid '247494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2833"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2833"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5915'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia fastuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2833'^^xsd:double;
  dwc:aphiaid '247497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2833"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2833"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7322'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus diva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2833'^^xsd:double;
  dwc:aphiaid '362308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7322'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2833"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2833 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2833"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5752'^^xsd:integer;
  dwc:scientificName 'Tanaella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2833'^^xsd:double;
  dwc:aphiaid '247677'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.283 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.283"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.283 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.283"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4813'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.283'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2817 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2817"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2817 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2817"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7323'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus diva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2817'^^xsd:double;
  dwc:aphiaid '362308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7323'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2817 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2817"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2817 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2817"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7321'^^xsd:integer;
  dwc:scientificName 'Kliopsyllus diva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.2817'^^xsd:double;
  dwc:aphiaid '362308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '534481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.28 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.28"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.28 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.28"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3836'^^xsd:integer;
  dwc:scientificName 'Eurycope tumidicarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.28'^^xsd:double;
  dwc:aphiaid '255761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3836'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.22 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.22"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.22 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.22"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3837'^^xsd:integer;
  dwc:scientificName 'Eurycope tumidicarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.22'^^xsd:double;
  dwc:aphiaid '255761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.09 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.09"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.09 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "-16.09"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3579'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia namibia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '-16.09'^^xsd:double;
  dwc:aphiaid '255627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308608'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.1167"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.1167 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "60.1167"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16928'^^xsd:integer;
  dwc:scientificName 'Cuspidaria obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '60.1167'^^xsd:double;
  dwc:aphiaid '139450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2837 5.4504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2837"^^xsd:decimal ;
  dwc:decimalLongitude "5.4504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2837 5.4504)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2837"^^xsd:decimal ;
  geo-pos:long "5.4504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6023'^^xsd:integer;
  dwc:scientificName 'Paranannopus arndwilleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4504'^^xsd:double;
  dwc:latitude '-16.2837'^^xsd:double;
  dwc:aphiaid '362157'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.283 5.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.283"^^xsd:decimal ;
  dwc:decimalLongitude "5.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.283 5.452)"^^geo:wktLiteral ;
  geo-pos:lat "-16.283"^^xsd:decimal ;
  geo-pos:long "5.452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4820'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.452'^^xsd:double;
  dwc:latitude '-16.283'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2867 5.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2867"^^xsd:decimal ;
  dwc:decimalLongitude "5.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2867 5.4533)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2867"^^xsd:decimal ;
  geo-pos:long "5.4533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4821'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.4533'^^xsd:double;
  dwc:latitude '-16.2867'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3017 5.45333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3017"^^xsd:decimal ;
  dwc:decimalLongitude "5.45333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3017 5.45333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3017"^^xsd:decimal ;
  geo-pos:long "5.45333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4822'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45333'^^xsd:double;
  dwc:latitude '-16.3017'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3017 5.45333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3017"^^xsd:decimal ;
  dwc:decimalLongitude "5.45333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3017 5.45333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3017"^^xsd:decimal ;
  geo-pos:long "5.45333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5157'^^xsd:integer;
  dwc:scientificName 'Portaratrum afer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45333'^^xsd:double;
  dwc:latitude '-16.3017'^^xsd:double;
  dwc:aphiaid '247459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3017 5.45333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3017"^^xsd:decimal ;
  dwc:decimalLongitude "5.45333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3017 5.45333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3017"^^xsd:decimal ;
  geo-pos:long "5.45333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5753'^^xsd:integer;
  dwc:scientificName 'Tanaella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45333'^^xsd:double;
  dwc:latitude '-16.3017'^^xsd:double;
  dwc:aphiaid '247677'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3017 5.45333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.3017"^^xsd:decimal ;
  dwc:decimalLongitude "5.45333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.3017 5.45333)"^^geo:wktLiteral ;
  geo-pos:lat "-16.3017"^^xsd:decimal ;
  geo-pos:long "5.45333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4143'^^xsd:integer;
  dwc:scientificName 'Glabroapseudes larseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.45333'^^xsd:double;
  dwc:latitude '-16.3017'^^xsd:double;
  dwc:aphiaid '247099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.285 5.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.285"^^xsd:decimal ;
  dwc:decimalLongitude "5.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.285 5.455)"^^geo:wktLiteral ;
  geo-pos:lat "-16.285"^^xsd:decimal ;
  geo-pos:long "5.455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5910'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia benguela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.455'^^xsd:double;
  dwc:latitude '-16.285'^^xsd:double;
  dwc:aphiaid '247494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '798739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.51167 5.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.51167"^^xsd:decimal ;
  dwc:decimalLongitude "5.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.51167 5.53)"^^geo:wktLiteral ;
  geo-pos:lat "3.51167"^^xsd:decimal ;
  geo-pos:long "5.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15611'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.53'^^xsd:double;
  dwc:latitude '3.51167'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1833 5.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.1833"^^xsd:decimal ;
  dwc:decimalLongitude "5.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1833 5.5667)"^^geo:wktLiteral ;
  geo-pos:lat "62.1833"^^xsd:decimal ;
  geo-pos:long "5.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '549'^^xsd:integer;
  dwc:scientificName 'Diastylis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.5667'^^xsd:double;
  dwc:latitude '62.1833'^^xsd:double;
  dwc:aphiaid '110474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.63667 5.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.63667"^^xsd:decimal ;
  dwc:decimalLongitude "5.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.63667 5.66667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.63667"^^xsd:decimal ;
  geo-pos:long "5.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16964'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.66667'^^xsd:double;
  dwc:latitude '-2.63667'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16964'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.63333 5.66667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.63333"^^xsd:decimal ;
  dwc:decimalLongitude "5.66667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.63333 5.66667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.63333"^^xsd:decimal ;
  geo-pos:long "5.66667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10814'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.66667'^^xsd:double;
  dwc:latitude '-2.63333'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.4667 5.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.4667"^^xsd:decimal ;
  dwc:decimalLongitude "5.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.4667 5.6667)"^^geo:wktLiteral ;
  geo-pos:lat "79.4667"^^xsd:decimal ;
  geo-pos:long "5.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '733'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.6667'^^xsd:double;
  dwc:latitude '79.4667'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.65833 5.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.65833"^^xsd:decimal ;
  dwc:decimalLongitude "5.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.65833 5.72)"^^geo:wktLiteral ;
  geo-pos:lat "-2.65833"^^xsd:decimal ;
  geo-pos:long "5.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15608'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.72'^^xsd:double;
  dwc:latitude '-2.65833'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 5.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4667"^^xsd:decimal ;
  dwc:decimalLongitude "5.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 5.7833)"^^geo:wktLiteral ;
  geo-pos:lat "62.4667"^^xsd:decimal ;
  geo-pos:long "5.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '548'^^xsd:integer;
  dwc:scientificName 'Diastylis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.7833'^^xsd:double;
  dwc:latitude '62.4667'^^xsd:double;
  dwc:aphiaid '110474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3167 5.78333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3167"^^xsd:decimal ;
  dwc:decimalLongitude "5.78333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3167 5.78333)"^^geo:wktLiteral ;
  geo-pos:lat "40.3167"^^xsd:decimal ;
  geo-pos:long "5.78333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10608'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.78333'^^xsd:double;
  dwc:latitude '40.3167'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6533"^^xsd:decimal ;
  dwc:decimalLongitude "5.785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  geo-pos:lat "67.6533"^^xsd:decimal ;
  geo-pos:long "5.785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8238'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.785'^^xsd:double;
  dwc:latitude '67.6533'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6533"^^xsd:decimal ;
  dwc:decimalLongitude "5.785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  geo-pos:lat "67.6533"^^xsd:decimal ;
  geo-pos:long "5.785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8192'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus kleini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.785'^^xsd:double;
  dwc:latitude '67.6533'^^xsd:double;
  dwc:aphiaid '734427'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6533"^^xsd:decimal ;
  dwc:decimalLongitude "5.785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  geo-pos:lat "67.6533"^^xsd:decimal ;
  geo-pos:long "5.785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8203'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus gerlachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.785'^^xsd:double;
  dwc:latitude '67.6533'^^xsd:double;
  dwc:aphiaid '734429'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734429'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6533"^^xsd:decimal ;
  dwc:decimalLongitude "5.785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  geo-pos:lat "67.6533"^^xsd:decimal ;
  geo-pos:long "5.785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8222'^^xsd:integer;
  dwc:scientificName 'Actinonema grafi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.785'^^xsd:double;
  dwc:latitude '67.6533'^^xsd:double;
  dwc:aphiaid '227576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8222'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6533"^^xsd:decimal ;
  dwc:decimalLongitude "5.785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6533 5.785)"^^geo:wktLiteral ;
  geo-pos:lat "67.6533"^^xsd:decimal ;
  geo-pos:long "5.785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8250'^^xsd:integer;
  dwc:scientificName 'Paraerolaimus rumohri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.785'^^xsd:double;
  dwc:latitude '67.6533'^^xsd:double;
  dwc:aphiaid '229135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6517"^^xsd:decimal ;
  dwc:decimalLongitude "5.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  geo-pos:lat "67.6517"^^xsd:decimal ;
  geo-pos:long "5.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9079'^^xsd:integer;
  dwc:scientificName 'Tricoma bathycola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.795'^^xsd:double;
  dwc:latitude '67.6517'^^xsd:double;
  dwc:aphiaid '231718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6517"^^xsd:decimal ;
  dwc:decimalLongitude "5.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  geo-pos:lat "67.6517"^^xsd:decimal ;
  geo-pos:long "5.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9072'^^xsd:integer;
  dwc:scientificName 'Desmoscolex eftus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.795'^^xsd:double;
  dwc:latitude '67.6517'^^xsd:double;
  dwc:aphiaid '230318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9072'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6517"^^xsd:decimal ;
  dwc:decimalLongitude "5.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  geo-pos:lat "67.6517"^^xsd:decimal ;
  geo-pos:long "5.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9065'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.795'^^xsd:double;
  dwc:latitude '67.6517'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6517"^^xsd:decimal ;
  dwc:decimalLongitude "5.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  geo-pos:lat "67.6517"^^xsd:decimal ;
  geo-pos:long "5.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9058'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.795'^^xsd:double;
  dwc:latitude '67.6517'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6517"^^xsd:decimal ;
  dwc:decimalLongitude "5.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  geo-pos:lat "67.6517"^^xsd:decimal ;
  geo-pos:long "5.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8234'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.795'^^xsd:double;
  dwc:latitude '67.6517'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6517"^^xsd:decimal ;
  dwc:decimalLongitude "5.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  geo-pos:lat "67.6517"^^xsd:decimal ;
  geo-pos:long "5.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8195'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.795'^^xsd:double;
  dwc:latitude '67.6517'^^xsd:double;
  dwc:aphiaid '229969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6517"^^xsd:decimal ;
  dwc:decimalLongitude "5.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  geo-pos:lat "67.6517"^^xsd:decimal ;
  geo-pos:long "5.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8220'^^xsd:integer;
  dwc:scientificName 'Actinonema grafi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.795'^^xsd:double;
  dwc:latitude '67.6517'^^xsd:double;
  dwc:aphiaid '227576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8220'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6517"^^xsd:decimal ;
  dwc:decimalLongitude "5.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6517 5.795)"^^geo:wktLiteral ;
  geo-pos:lat "67.6517"^^xsd:decimal ;
  geo-pos:long "5.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8253'^^xsd:integer;
  dwc:scientificName 'Theristus altenbachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.795'^^xsd:double;
  dwc:latitude '67.6517'^^xsd:double;
  dwc:aphiaid '228921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.255 5.79667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.255"^^xsd:decimal ;
  dwc:decimalLongitude "5.79667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.255 5.79667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.255"^^xsd:decimal ;
  geo-pos:long "5.79667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15587'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.79667'^^xsd:double;
  dwc:latitude '-0.255'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.255 5.79667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.255"^^xsd:decimal ;
  dwc:decimalLongitude "5.79667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.255 5.79667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.255"^^xsd:decimal ;
  geo-pos:long "5.79667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15592'^^xsd:integer;
  dwc:scientificName 'Halonympha atlanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.79667'^^xsd:double;
  dwc:latitude '-0.255'^^xsd:double;
  dwc:aphiaid '408164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408164'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.81667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9667"^^xsd:decimal ;
  dwc:decimalLongitude "5.81667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9667 5.81667)"^^geo:wktLiteral ;
  geo-pos:lat "40.9667"^^xsd:decimal ;
  geo-pos:long "5.81667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10616'^^xsd:integer;
  dwc:scientificName 'Nephasoma constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.81667'^^xsd:double;
  dwc:latitude '40.9667'^^xsd:double;
  dwc:aphiaid '424367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6733 5.8317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6733"^^xsd:decimal ;
  dwc:decimalLongitude "5.8317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6733 5.8317)"^^geo:wktLiteral ;
  geo-pos:lat "67.6733"^^xsd:decimal ;
  geo-pos:long "5.8317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8201'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.8317'^^xsd:double;
  dwc:latitude '67.6733'^^xsd:double;
  dwc:aphiaid '229969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6733 5.8317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6733"^^xsd:decimal ;
  dwc:decimalLongitude "5.8317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6733 5.8317)"^^geo:wktLiteral ;
  geo-pos:lat "67.6733"^^xsd:decimal ;
  geo-pos:long "5.8317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8224'^^xsd:integer;
  dwc:scientificName 'Actinonema grafi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.8317'^^xsd:double;
  dwc:latitude '67.6733'^^xsd:double;
  dwc:aphiaid '227576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6733 5.8317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6733"^^xsd:decimal ;
  dwc:decimalLongitude "5.8317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6733 5.8317)"^^geo:wktLiteral ;
  geo-pos:lat "67.6733"^^xsd:decimal ;
  geo-pos:long "5.8317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8242'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.8317'^^xsd:double;
  dwc:latitude '67.6733'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6733 5.8317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6733"^^xsd:decimal ;
  dwc:decimalLongitude "5.8317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6733 5.8317)"^^geo:wktLiteral ;
  geo-pos:lat "67.6733"^^xsd:decimal ;
  geo-pos:long "5.8317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8249'^^xsd:integer;
  dwc:scientificName 'Paraerolaimus rumohri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.8317'^^xsd:double;
  dwc:latitude '67.6733'^^xsd:double;
  dwc:aphiaid '229135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.69 5.8633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.69"^^xsd:decimal ;
  dwc:decimalLongitude "5.8633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.69 5.8633)"^^geo:wktLiteral ;
  geo-pos:lat "67.69"^^xsd:decimal ;
  geo-pos:long "5.8633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8241'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.8633'^^xsd:double;
  dwc:latitude '67.69'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.69 5.8633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.69"^^xsd:decimal ;
  dwc:decimalLongitude "5.8633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.69 5.8633)"^^geo:wktLiteral ;
  geo-pos:lat "67.69"^^xsd:decimal ;
  geo-pos:long "5.8633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8200'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.8633'^^xsd:double;
  dwc:latitude '67.69'^^xsd:double;
  dwc:aphiaid '229969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.69 5.8633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.69"^^xsd:decimal ;
  dwc:decimalLongitude "5.8633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.69 5.8633)"^^geo:wktLiteral ;
  geo-pos:lat "67.69"^^xsd:decimal ;
  geo-pos:long "5.8633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8223'^^xsd:integer;
  dwc:scientificName 'Actinonema grafi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.8633'^^xsd:double;
  dwc:latitude '67.69'^^xsd:double;
  dwc:aphiaid '227576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8193'^^xsd:integer;
  dwc:scientificName 'Parasphaerolaimus antiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '734428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734428'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8197'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '229969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8190'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus kleini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '734427'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8202'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus gerlachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '734429'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734429'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8205'^^xsd:integer;
  dwc:scientificName 'Pomponema kosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8205'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8218'^^xsd:integer;
  dwc:scientificName 'Actinonema grafi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '227576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8229'^^xsd:integer;
  dwc:scientificName 'Desmodora pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '228515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8231'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8243'^^xsd:integer;
  dwc:scientificName 'Tarvaia heegeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '228684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8245'^^xsd:integer;
  dwc:scientificName 'Diplopeltoides linkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '228691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8251'^^xsd:integer;
  dwc:scientificName 'Theristus altenbachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '228921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.735"^^xsd:decimal ;
  dwc:decimalLongitude "5.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.735 5.9167)"^^geo:wktLiteral ;
  geo-pos:lat "67.735"^^xsd:decimal ;
  geo-pos:long "5.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8248'^^xsd:integer;
  dwc:scientificName 'Southerniella nojii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9167'^^xsd:double;
  dwc:latitude '67.735'^^xsd:double;
  dwc:aphiaid '229060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '957046'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9078'^^xsd:integer;
  dwc:scientificName 'Tricoma bathycola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '231718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9071'^^xsd:integer;
  dwc:scientificName 'Desmoscolex eftus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '230318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9071'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9064'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9057'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8194'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '229969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8207'^^xsd:integer;
  dwc:scientificName 'Pomponema kosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8207'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8211'^^xsd:integer;
  dwc:scientificName 'Acantholaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '221259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8216'^^xsd:integer;
  dwc:scientificName 'Bodonema vossi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '229929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8226'^^xsd:integer;
  dwc:scientificName 'Desmodora pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '228515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8233'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8246'^^xsd:integer;
  dwc:scientificName 'Diplopeltoides bathmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '228692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8246'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.7183"^^xsd:decimal ;
  dwc:decimalLongitude "5.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.7183 5.9233)"^^geo:wktLiteral ;
  geo-pos:lat "67.7183"^^xsd:decimal ;
  geo-pos:long "5.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8252'^^xsd:integer;
  dwc:scientificName 'Theristus altenbachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '5.9233'^^xsd:double;
  dwc:latitude '67.7183'^^xsd:double;
  dwc:aphiaid '228921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.775"^^xsd:decimal ;
  dwc:decimalLongitude "6.0017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  geo-pos:lat "67.775"^^xsd:decimal ;
  geo-pos:long "6.0017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8239'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.0017'^^xsd:double;
  dwc:latitude '67.775'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.775"^^xsd:decimal ;
  dwc:decimalLongitude "6.0017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  geo-pos:lat "67.775"^^xsd:decimal ;
  geo-pos:long "6.0017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8198'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.0017'^^xsd:double;
  dwc:latitude '67.775'^^xsd:double;
  dwc:aphiaid '229969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.775"^^xsd:decimal ;
  dwc:decimalLongitude "6.0017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  geo-pos:lat "67.775"^^xsd:decimal ;
  geo-pos:long "6.0017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8189'^^xsd:integer;
  dwc:scientificName 'Subsphaerolaimus brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.0017'^^xsd:double;
  dwc:latitude '67.775'^^xsd:double;
  dwc:aphiaid '734430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734430'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.775"^^xsd:decimal ;
  dwc:decimalLongitude "6.0017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  geo-pos:lat "67.775"^^xsd:decimal ;
  geo-pos:long "6.0017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8204'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus hamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.0017'^^xsd:double;
  dwc:latitude '67.775'^^xsd:double;
  dwc:aphiaid '229970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.775"^^xsd:decimal ;
  dwc:decimalLongitude "6.0017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  geo-pos:lat "67.775"^^xsd:decimal ;
  geo-pos:long "6.0017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8209'^^xsd:integer;
  dwc:scientificName 'Pomponema kosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.0017'^^xsd:double;
  dwc:latitude '67.775'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8209'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.775"^^xsd:decimal ;
  dwc:decimalLongitude "6.0017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  geo-pos:lat "67.775"^^xsd:decimal ;
  geo-pos:long "6.0017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8230'^^xsd:integer;
  dwc:scientificName 'Desmodora pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.0017'^^xsd:double;
  dwc:latitude '67.775'^^xsd:double;
  dwc:aphiaid '228515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.775"^^xsd:decimal ;
  dwc:decimalLongitude "6.0017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.775 6.0017)"^^geo:wktLiteral ;
  geo-pos:lat "67.775"^^xsd:decimal ;
  geo-pos:long "6.0017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8244'^^xsd:integer;
  dwc:scientificName 'Tarvaia heegeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.0017'^^xsd:double;
  dwc:latitude '67.775'^^xsd:double;
  dwc:aphiaid '228684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.805 6.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.805"^^xsd:decimal ;
  dwc:decimalLongitude "6.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.805 6.02)"^^geo:wktLiteral ;
  geo-pos:lat "67.805"^^xsd:decimal ;
  geo-pos:long "6.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8240'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.02'^^xsd:double;
  dwc:latitude '67.805'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.805 6.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.805"^^xsd:decimal ;
  dwc:decimalLongitude "6.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.805 6.02)"^^geo:wktLiteral ;
  geo-pos:lat "67.805"^^xsd:decimal ;
  geo-pos:long "6.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8199'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.02'^^xsd:double;
  dwc:latitude '67.805'^^xsd:double;
  dwc:aphiaid '229969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3089'^^xsd:integer;
  dwc:scientificName 'Macrostylis bifurcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '256092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256092'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3090'^^xsd:integer;
  dwc:scientificName 'Macrostylis bipunctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '256093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3398'^^xsd:integer;
  dwc:scientificName 'Stylomesus granulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '258032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3512'^^xsd:integer;
  dwc:scientificName 'Janirella magnifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '255949'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3512'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255949'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.57"^^xsd:decimal ;
  dwc:decimalLongitude "6.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.57 6.03)"^^geo:wktLiteral ;
  geo-pos:lat "-45.57"^^xsd:decimal ;
  geo-pos:long "6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4048'^^xsd:integer;
  dwc:scientificName 'Serolis vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.03'^^xsd:double;
  dwc:latitude '-45.57'^^xsd:double;
  dwc:aphiaid '295315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.5667 6.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.5667"^^xsd:decimal ;
  dwc:decimalLongitude "6.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.5667 6.03333)"^^geo:wktLiteral ;
  geo-pos:lat "-45.5667"^^xsd:decimal ;
  geo-pos:long "6.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14751'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.03333'^^xsd:double;
  dwc:latitude '-45.5667'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1683 6.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.1683"^^xsd:decimal ;
  dwc:decimalLongitude "6.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.1683 6.0667)"^^geo:wktLiteral ;
  geo-pos:lat "40.1683"^^xsd:decimal ;
  geo-pos:long "6.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5194'^^xsd:integer;
  dwc:scientificName 'Leptognathia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.0667'^^xsd:double;
  dwc:latitude '40.1683'^^xsd:double;
  dwc:aphiaid '247581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.18 6.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.18"^^xsd:decimal ;
  dwc:decimalLongitude "6.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.18 6.07)"^^geo:wktLiteral ;
  geo-pos:lat "40.18"^^xsd:decimal ;
  geo-pos:long "6.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3915'^^xsd:integer;
  dwc:scientificName 'Ilyarachna calva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.07'^^xsd:double;
  dwc:latitude '40.18'^^xsd:double;
  dwc:aphiaid '118672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118672'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2367'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2374'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2381'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2403'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2360'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2388'^^xsd:integer;
  dwc:scientificName 'Diastylis jonesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2398'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2409'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2432'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2414'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2480'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2469'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2501'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "37.2667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2513'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '37.2667'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2513'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3)"^^geo:wktLiteral ;
  geo-pos:lat "62.4667"^^xsd:decimal ;
  geo-pos:long "6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '550'^^xsd:integer;
  dwc:scientificName 'Diastylis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3'^^xsd:double;
  dwc:latitude '62.4667'^^xsd:double;
  dwc:aphiaid '110474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3167)"^^geo:wktLiteral ;
  geo-pos:lat "62.4667"^^xsd:decimal ;
  geo-pos:long "6.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '530'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3167'^^xsd:double;
  dwc:latitude '62.4667'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3167)"^^geo:wktLiteral ;
  geo-pos:lat "62.4667"^^xsd:decimal ;
  geo-pos:long "6.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '535'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3167'^^xsd:double;
  dwc:latitude '62.4667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:535'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3167)"^^geo:wktLiteral ;
  geo-pos:lat "62.4667"^^xsd:decimal ;
  geo-pos:long "6.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '538'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3167'^^xsd:double;
  dwc:latitude '62.4667'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4667"^^xsd:decimal ;
  dwc:decimalLongitude "6.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4667 6.3167)"^^geo:wktLiteral ;
  geo-pos:lat "62.4667"^^xsd:decimal ;
  geo-pos:long "6.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '556'^^xsd:integer;
  dwc:scientificName 'Diastyloides biplicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.3167'^^xsd:double;
  dwc:latitude '62.4667'^^xsd:double;
  dwc:aphiaid '110494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.2006 6.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.2006"^^xsd:decimal ;
  dwc:decimalLongitude "6.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.2006 6.4)"^^geo:wktLiteral ;
  geo-pos:lat "-26.2006"^^xsd:decimal ;
  geo-pos:long "6.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4488'^^xsd:integer;
  dwc:scientificName 'Neotanais hamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.4'^^xsd:double;
  dwc:latitude '-26.2006'^^xsd:double;
  dwc:aphiaid '247384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 6.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.15"^^xsd:decimal ;
  dwc:decimalLongitude "6.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 6.4)"^^geo:wktLiteral ;
  geo-pos:lat "39.15"^^xsd:decimal ;
  geo-pos:long "6.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10157'^^xsd:integer;
  dwc:scientificName 'Golfingia schuttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.4'^^xsd:double;
  dwc:latitude '39.15'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10157'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 6.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.15"^^xsd:decimal ;
  dwc:decimalLongitude "6.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 6.4)"^^geo:wktLiteral ;
  geo-pos:lat "39.15"^^xsd:decimal ;
  geo-pos:long "6.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2344'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.4'^^xsd:double;
  dwc:latitude '39.15'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 6.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.15"^^xsd:decimal ;
  dwc:decimalLongitude "6.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 6.41)"^^geo:wktLiteral ;
  geo-pos:lat "39.15"^^xsd:decimal ;
  geo-pos:long "6.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3953'^^xsd:integer;
  dwc:scientificName 'Ilyarachna sekhari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.41'^^xsd:double;
  dwc:latitude '39.15'^^xsd:double;
  dwc:aphiaid '293923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257621'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1 6.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.1"^^xsd:decimal ;
  dwc:decimalLongitude "6.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1 6.4333)"^^geo:wktLiteral ;
  geo-pos:lat "39.1"^^xsd:decimal ;
  geo-pos:long "6.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2379'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.4333'^^xsd:double;
  dwc:latitude '39.1'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2379'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1 6.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.1"^^xsd:decimal ;
  dwc:decimalLongitude "6.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1 6.4333)"^^geo:wktLiteral ;
  geo-pos:lat "39.1"^^xsd:decimal ;
  geo-pos:long "6.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2358'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.4333'^^xsd:double;
  dwc:latitude '39.1'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1 6.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.1"^^xsd:decimal ;
  dwc:decimalLongitude "6.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1 6.4333)"^^geo:wktLiteral ;
  geo-pos:lat "39.1"^^xsd:decimal ;
  geo-pos:long "6.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2407'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.4333'^^xsd:double;
  dwc:latitude '39.1'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1 6.43333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.1"^^xsd:decimal ;
  dwc:decimalLongitude "6.43333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.1 6.43333)"^^geo:wktLiteral ;
  geo-pos:lat "39.1"^^xsd:decimal ;
  geo-pos:long "6.43333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10735'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.43333'^^xsd:double;
  dwc:latitude '39.1'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.5333 6.5178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.5333"^^xsd:decimal ;
  dwc:decimalLongitude "6.5178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.5333 6.5178)"^^geo:wktLiteral ;
  geo-pos:lat "-31.5333"^^xsd:decimal ;
  geo-pos:long "6.5178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4626'^^xsd:integer;
  dwc:scientificName 'Agathotanais hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.5178'^^xsd:double;
  dwc:latitude '-31.5333'^^xsd:double;
  dwc:aphiaid '247403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.5333 6.5178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.5333"^^xsd:decimal ;
  dwc:decimalLongitude "6.5178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.5333 6.5178)"^^geo:wktLiteral ;
  geo-pos:lat "-31.5333"^^xsd:decimal ;
  geo-pos:long "6.5178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4836'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.5178'^^xsd:double;
  dwc:latitude '-31.5333'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4836'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.5333 6.5178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.5333"^^xsd:decimal ;
  dwc:decimalLongitude "6.5178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.5333 6.5178)"^^geo:wktLiteral ;
  geo-pos:lat "-31.5333"^^xsd:decimal ;
  geo-pos:long "6.5178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5903'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia basescui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.5178'^^xsd:double;
  dwc:latitude '-31.5333'^^xsd:double;
  dwc:aphiaid '247493'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5903'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247493'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 6.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "6.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 6.63333)"^^geo:wktLiteral ;
  geo-pos:lat "40"^^xsd:decimal ;
  geo-pos:long "6.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10609'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.63333'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 6.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9667"^^xsd:decimal ;
  dwc:decimalLongitude "6.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9667 6.7333)"^^geo:wktLiteral ;
  geo-pos:lat "57.9667"^^xsd:decimal ;
  geo-pos:long "6.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '769'^^xsd:integer;
  dwc:scientificName 'Leucon tener'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.7333'^^xsd:double;
  dwc:latitude '57.9667'^^xsd:double;
  dwc:aphiaid '110612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3167 6.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3167"^^xsd:decimal ;
  dwc:decimalLongitude "6.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3167 6.73333)"^^geo:wktLiteral ;
  geo-pos:lat "40.3167"^^xsd:decimal ;
  geo-pos:long "6.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10610'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.73333'^^xsd:double;
  dwc:latitude '40.3167'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3333 6.73333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3333"^^xsd:decimal ;
  dwc:decimalLongitude "6.73333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3333 6.73333)"^^geo:wktLiteral ;
  geo-pos:lat "40.3333"^^xsd:decimal ;
  geo-pos:long "6.73333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10611'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.73333'^^xsd:double;
  dwc:latitude '40.3333'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.668333 6.81333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.668333"^^xsd:decimal ;
  dwc:decimalLongitude "6.81333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.668333 6.81333)"^^geo:wktLiteral ;
  geo-pos:lat "-0.668333"^^xsd:decimal ;
  geo-pos:long "6.81333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15609'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.81333'^^xsd:double;
  dwc:latitude '-0.668333'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.666667 6.81667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.666667"^^xsd:decimal ;
  dwc:decimalLongitude "6.81667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.666667 6.81667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.666667"^^xsd:decimal ;
  geo-pos:long "6.81667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10919'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.81667'^^xsd:double;
  dwc:latitude '-0.666667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.6 6.81667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.6"^^xsd:decimal ;
  dwc:decimalLongitude "6.81667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.6 6.81667)"^^geo:wktLiteral ;
  geo-pos:lat "-0.6"^^xsd:decimal ;
  geo-pos:long "6.81667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10815'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.81667'^^xsd:double;
  dwc:latitude '-0.6'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.59 6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.59"^^xsd:decimal ;
  dwc:decimalLongitude "6.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.59 6.82)"^^geo:wktLiteral ;
  geo-pos:lat "-0.59"^^xsd:decimal ;
  geo-pos:long "6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3330'^^xsd:integer;
  dwc:scientificName 'Haploniscus monodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.82'^^xsd:double;
  dwc:latitude '-0.59'^^xsd:double;
  dwc:aphiaid '118663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3330'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.59 6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.59"^^xsd:decimal ;
  dwc:decimalLongitude "6.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.59 6.82)"^^geo:wktLiteral ;
  geo-pos:lat "-0.59"^^xsd:decimal ;
  geo-pos:long "6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3335'^^xsd:integer;
  dwc:scientificName 'Haploniscus myriamae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.82'^^xsd:double;
  dwc:latitude '-0.59'^^xsd:double;
  dwc:aphiaid '118664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.58 6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.58"^^xsd:decimal ;
  dwc:decimalLongitude "6.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.58 6.82)"^^geo:wktLiteral ;
  geo-pos:lat "0.58"^^xsd:decimal ;
  geo-pos:long "6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3325'^^xsd:integer;
  dwc:scientificName 'Haploniscus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.82'^^xsd:double;
  dwc:latitude '0.58'^^xsd:double;
  dwc:aphiaid '118660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3325'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.593333 6.82333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.593333"^^xsd:decimal ;
  dwc:decimalLongitude "6.82333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.593333 6.82333)"^^geo:wktLiteral ;
  geo-pos:lat "-0.593333"^^xsd:decimal ;
  geo-pos:long "6.82333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15593'^^xsd:integer;
  dwc:scientificName 'Halonympha atlanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.82333'^^xsd:double;
  dwc:latitude '-0.593333'^^xsd:double;
  dwc:aphiaid '408164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408164'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.593333 6.82333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.593333"^^xsd:decimal ;
  dwc:decimalLongitude "6.82333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.593333 6.82333)"^^geo:wktLiteral ;
  geo-pos:lat "-0.593333"^^xsd:decimal ;
  geo-pos:long "6.82333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16997'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.82333'^^xsd:double;
  dwc:latitude '-0.593333'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 6.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "6.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 6.8333)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "6.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '281'^^xsd:integer;
  dwc:scientificName 'Procampylaspis mediterranea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.8333'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:aphiaid '110587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110587'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.85"^^xsd:decimal ;
  dwc:decimalLongitude "6.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.85"^^xsd:decimal ;
  geo-pos:long "6.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '551'^^xsd:integer;
  dwc:scientificName 'Diastylis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.9667'^^xsd:double;
  dwc:latitude '62.85'^^xsd:double;
  dwc:aphiaid '110474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.85"^^xsd:decimal ;
  dwc:decimalLongitude "6.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.85"^^xsd:decimal ;
  geo-pos:long "6.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '541'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.9667'^^xsd:double;
  dwc:latitude '62.85'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.85"^^xsd:decimal ;
  dwc:decimalLongitude "6.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.85"^^xsd:decimal ;
  geo-pos:long "6.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '557'^^xsd:integer;
  dwc:scientificName 'Diastyloides biplicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.9667'^^xsd:double;
  dwc:latitude '62.85'^^xsd:double;
  dwc:aphiaid '110494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.85"^^xsd:decimal ;
  dwc:decimalLongitude "6.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.85"^^xsd:decimal ;
  geo-pos:long "6.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '560'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.9667'^^xsd:double;
  dwc:latitude '62.85'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.85"^^xsd:decimal ;
  dwc:decimalLongitude "6.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.85"^^xsd:decimal ;
  geo-pos:long "6.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '566'^^xsd:integer;
  dwc:scientificName 'Leptostylis longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.9667'^^xsd:double;
  dwc:latitude '62.85'^^xsd:double;
  dwc:aphiaid '110503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.85"^^xsd:decimal ;
  dwc:decimalLongitude "6.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 6.9667)"^^geo:wktLiteral ;
  geo-pos:lat "62.85"^^xsd:decimal ;
  geo-pos:long "6.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '545'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '6.9667'^^xsd:double;
  dwc:latitude '62.85'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9080'^^xsd:integer;
  dwc:scientificName 'Tricoma bathycola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7'^^xsd:integer;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '231718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9073'^^xsd:integer;
  dwc:scientificName 'Desmoscolex eftus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7'^^xsd:integer;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '230318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9073'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9066'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7'^^xsd:integer;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9059'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7'^^xsd:integer;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.1167 7.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.1167"^^xsd:decimal ;
  dwc:decimalLongitude "7.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.1167 7.05)"^^geo:wktLiteral ;
  geo-pos:lat "-19.1167"^^xsd:decimal ;
  geo-pos:long "7.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2170'^^xsd:integer;
  dwc:scientificName 'Cyclaspoides longimerus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.05'^^xsd:double;
  dwc:latitude '-19.1167'^^xsd:double;
  dwc:aphiaid '389515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '389515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8167 7.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8167"^^xsd:decimal ;
  dwc:decimalLongitude "7.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8167 7.1833)"^^geo:wktLiteral ;
  geo-pos:lat "62.8167"^^xsd:decimal ;
  geo-pos:long "7.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '531'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.1833'^^xsd:double;
  dwc:latitude '62.8167'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.9 7.3733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.9"^^xsd:decimal ;
  dwc:decimalLongitude "7.3733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.9 7.3733)"^^geo:wktLiteral ;
  geo-pos:lat "-18.9"^^xsd:decimal ;
  geo-pos:long "7.3733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8010'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis parasimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.3733'^^xsd:double;
  dwc:latitude '-18.9'^^xsd:double;
  dwc:aphiaid '356236'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '580846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.8667 7.38333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.8667"^^xsd:decimal ;
  dwc:decimalLongitude "7.38333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.8667 7.38333)"^^geo:wktLiteral ;
  geo-pos:lat "-18.8667"^^xsd:decimal ;
  geo-pos:long "7.38333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10560'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.38333'^^xsd:double;
  dwc:latitude '-18.8667'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.8683 7.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.8683"^^xsd:decimal ;
  dwc:decimalLongitude "7.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.8683 7.385)"^^geo:wktLiteral ;
  geo-pos:lat "-18.8683"^^xsd:decimal ;
  geo-pos:long "7.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15581'^^xsd:integer;
  dwc:scientificName 'Cetoconcha angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.385'^^xsd:double;
  dwc:latitude '-18.8683'^^xsd:double;
  dwc:aphiaid '408660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.8683 7.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.8683"^^xsd:decimal ;
  dwc:decimalLongitude "7.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.8683 7.385)"^^geo:wktLiteral ;
  geo-pos:lat "-18.8683"^^xsd:decimal ;
  geo-pos:long "7.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15584'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.385'^^xsd:double;
  dwc:latitude '-18.8683'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0333 7.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.0333"^^xsd:decimal ;
  dwc:decimalLongitude "7.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0333 7.41667)"^^geo:wktLiteral ;
  geo-pos:lat "41.0333"^^xsd:decimal ;
  geo-pos:long "7.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10549'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.41667'^^xsd:double;
  dwc:latitude '41.0333'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 7.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6833"^^xsd:decimal ;
  dwc:decimalLongitude "7.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6833 7.4333)"^^geo:wktLiteral ;
  geo-pos:lat "43.6833"^^xsd:decimal ;
  geo-pos:long "7.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '738'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.4333'^^xsd:double;
  dwc:latitude '43.6833'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6667 7.43333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6667"^^xsd:decimal ;
  dwc:decimalLongitude "7.43333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6667 7.43333)"^^geo:wktLiteral ;
  geo-pos:lat "39.6667"^^xsd:decimal ;
  geo-pos:long "7.43333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10548'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.43333'^^xsd:double;
  dwc:latitude '39.6667'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.05 7.43333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.05"^^xsd:decimal ;
  dwc:decimalLongitude "7.43333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.05 7.43333)"^^geo:wktLiteral ;
  geo-pos:lat "41.05"^^xsd:decimal ;
  geo-pos:long "7.43333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10612'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.43333'^^xsd:double;
  dwc:latitude '41.05'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "7.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.4833)"^^geo:wktLiteral ;
  geo-pos:lat "38"^^xsd:decimal ;
  geo-pos:long "7.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2373'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.4833'^^xsd:double;
  dwc:latitude '38'^^xsd:integer;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "7.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.4833)"^^geo:wktLiteral ;
  geo-pos:lat "38"^^xsd:decimal ;
  geo-pos:long "7.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2380'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.4833'^^xsd:double;
  dwc:latitude '38'^^xsd:integer;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "7.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.4833)"^^geo:wktLiteral ;
  geo-pos:lat "38"^^xsd:decimal ;
  geo-pos:long "7.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2359'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.4833'^^xsd:double;
  dwc:latitude '38'^^xsd:integer;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "7.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.4833)"^^geo:wktLiteral ;
  geo-pos:lat "38"^^xsd:decimal ;
  geo-pos:long "7.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2408'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.4833'^^xsd:double;
  dwc:latitude '38'^^xsd:integer;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 7.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.7667"^^xsd:decimal ;
  dwc:decimalLongitude "7.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 7.4833)"^^geo:wktLiteral ;
  geo-pos:lat "76.7667"^^xsd:decimal ;
  geo-pos:long "7.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7318'^^xsd:integer;
  dwc:scientificName 'Kirnesius groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.4833'^^xsd:double;
  dwc:latitude '76.7667'^^xsd:double;
  dwc:aphiaid '346579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7318'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 7.5)"^^geo:wktLiteral ;
  geo-pos:lat "38"^^xsd:decimal ;
  geo-pos:long "7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10736'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.5'^^xsd:double;
  dwc:latitude '38'^^xsd:integer;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '552'^^xsd:integer;
  dwc:scientificName 'Diastylis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7333'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:aphiaid '110474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '542'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7333'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '546'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7333'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '558'^^xsd:integer;
  dwc:scientificName 'Diastyloides biplicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7333'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:aphiaid '110494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '564'^^xsd:integer;
  dwc:scientificName 'Eudorella truncatula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7333'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:aphiaid '110535'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '565'^^xsd:integer;
  dwc:scientificName 'Hemilamprops cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7333'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:aphiaid '110511'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '567'^^xsd:integer;
  dwc:scientificName 'Leptostylis macrura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7333'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:aphiaid '110504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7333)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '569'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7333'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:569'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8235'^^xsd:integer;
  dwc:scientificName 'Leptolaimus meyer-reili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7617'^^xsd:double;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '583068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8196'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus crassicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7617'^^xsd:double;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '229969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8208'^^xsd:integer;
  dwc:scientificName 'Pomponema kosterae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7617'^^xsd:double;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8208'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8221'^^xsd:integer;
  dwc:scientificName 'Actinonema grafi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7617'^^xsd:double;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '227576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8212'^^xsd:integer;
  dwc:scientificName 'Acantholaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7617'^^xsd:double;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '221259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8227'^^xsd:integer;
  dwc:scientificName 'Desmodora pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7617'^^xsd:double;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '228515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8227'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8217'^^xsd:integer;
  dwc:scientificName 'Bodonema vossi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7617'^^xsd:double;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '229929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9983"^^xsd:decimal ;
  dwc:decimalLongitude "7.7617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9983 7.7617)"^^geo:wktLiteral ;
  geo-pos:lat "66.9983"^^xsd:decimal ;
  geo-pos:long "7.7617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8254'^^xsd:integer;
  dwc:scientificName 'Theristus altenbachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.7617'^^xsd:double;
  dwc:latitude '66.9983'^^xsd:double;
  dwc:aphiaid '228921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '228921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.06 7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.06"^^xsd:decimal ;
  dwc:decimalLongitude "7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.06 7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.06"^^xsd:decimal ;
  geo-pos:long "7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3088'^^xsd:integer;
  dwc:scientificName 'Macrostylis bifurcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.82'^^xsd:double;
  dwc:latitude '-41.06'^^xsd:double;
  dwc:aphiaid '256092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256092'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.06 7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.06"^^xsd:decimal ;
  dwc:decimalLongitude "7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.06 7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.06"^^xsd:decimal ;
  geo-pos:long "7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3091'^^xsd:integer;
  dwc:scientificName 'Macrostylis bipunctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.82'^^xsd:double;
  dwc:latitude '-41.06'^^xsd:double;
  dwc:aphiaid '256093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3395'^^xsd:integer;
  dwc:scientificName 'Ischnomesus simplissimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '183220'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183220'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3397'^^xsd:integer;
  dwc:scientificName 'Ischnomesus wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '255933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3734'^^xsd:integer;
  dwc:scientificName 'Eurycope acutitelson'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '183149'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.05"^^xsd:decimal ;
  dwc:decimalLongitude "7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.05 7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-41.05"^^xsd:decimal ;
  geo-pos:long "7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3910'^^xsd:integer;
  dwc:scientificName 'Ilyarachna nodifronoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.82'^^xsd:double;
  dwc:latitude '-41.05'^^xsd:double;
  dwc:aphiaid '255865'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.33 7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.33"^^xsd:decimal ;
  dwc:decimalLongitude "7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.33 7.82)"^^geo:wktLiteral ;
  geo-pos:lat "-2.33"^^xsd:decimal ;
  geo-pos:long "7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16912'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.82'^^xsd:double;
  dwc:latitude '-2.33'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16912'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.32 7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.32"^^xsd:decimal ;
  dwc:decimalLongitude "7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.32 7.82)"^^geo:wktLiteral ;
  geo-pos:lat "2.32"^^xsd:decimal ;
  geo-pos:long "7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3345'^^xsd:integer;
  dwc:scientificName 'Paramunna foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.82'^^xsd:double;
  dwc:latitude '2.32'^^xsd:double;
  dwc:aphiaid '294886'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "1.7"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3561'^^xsd:integer;
  dwc:scientificName 'Janthura abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:aphiaid '260854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "1.7"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14595'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "1.7"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14596'^^xsd:integer;
  dwc:scientificName 'Cuspidaria guineensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:aphiaid '407773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "1.7"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14597'^^xsd:integer;
  dwc:scientificName 'Nuculana vestita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:aphiaid '428737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "1.7"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14594'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:aphiaid '428626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.7 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "1.7"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14593'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '1.7'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '553'^^xsd:integer;
  dwc:scientificName 'Diastylis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:aphiaid '110474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '543'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.0667 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.0667"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.0667 8)"^^geo:wktLiteral ;
  geo-pos:lat "-20.0667"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10860'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '-20.0667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10860'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.0667 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.0667"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.0667 8)"^^geo:wktLiteral ;
  geo-pos:lat "-20.0667"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10811'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '-20.0667'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8667 8.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8667"^^xsd:decimal ;
  dwc:decimalLongitude "8.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8667 8.0167)"^^geo:wktLiteral ;
  geo-pos:lat "57.8667"^^xsd:decimal ;
  geo-pos:long "8.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '768'^^xsd:integer;
  dwc:scientificName 'Leucon tener'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.0167'^^xsd:double;
  dwc:latitude '57.8667'^^xsd:double;
  dwc:aphiaid '110612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8667 8.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8667"^^xsd:decimal ;
  dwc:decimalLongitude "8.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8667 8.0167)"^^geo:wktLiteral ;
  geo-pos:lat "57.8667"^^xsd:decimal ;
  geo-pos:long "8.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '772'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.0167'^^xsd:double;
  dwc:latitude '57.8667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:772'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.28333"^^xsd:decimal ;
  geo-pos:long "8.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14599'^^xsd:integer;
  dwc:scientificName 'Nuculana vestita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.16667'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:aphiaid '428737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.28333"^^xsd:decimal ;
  geo-pos:long "8.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14598'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.16667'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:aphiaid '428626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.28333"^^xsd:decimal ;
  geo-pos:long "8.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14600'^^xsd:integer;
  dwc:scientificName 'Neilonella guineensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.16667'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:aphiaid '420685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '600484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.28333"^^xsd:decimal ;
  dwc:decimalLongitude "8.16667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.28333 8.16667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.28333"^^xsd:decimal ;
  geo-pos:long "8.16667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14601'^^xsd:integer;
  dwc:scientificName 'Malletia estheriopsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.16667'^^xsd:double;
  dwc:latitude '-2.28333'^^xsd:double;
  dwc:aphiaid '428712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.2833 8.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.2833 8.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-2.2833"^^xsd:decimal ;
  geo-pos:long "8.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4475'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.1667'^^xsd:double;
  dwc:latitude '-2.2833'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 8.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "8.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 8.18)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "8.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3396'^^xsd:integer;
  dwc:scientificName 'Ischnomesus wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.18'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '255933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 8.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "8.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 8.18)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "8.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3733'^^xsd:integer;
  dwc:scientificName 'Acanthocope unicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.18'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '182940'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.46667 8.28333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.46667"^^xsd:decimal ;
  dwc:decimalLongitude "8.28333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.46667 8.28333)"^^geo:wktLiteral ;
  geo-pos:lat "-2.46667"^^xsd:decimal ;
  geo-pos:long "8.28333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10477'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.28333'^^xsd:double;
  dwc:latitude '-2.46667'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.61667 8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.61667"^^xsd:decimal ;
  dwc:decimalLongitude "8.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.61667 8.3)"^^geo:wktLiteral ;
  geo-pos:lat "-6.61667"^^xsd:decimal ;
  geo-pos:long "8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10442'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3'^^xsd:double;
  dwc:latitude '-6.61667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.3167 8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.3167"^^xsd:decimal ;
  dwc:decimalLongitude "8.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.3167 8.3)"^^geo:wktLiteral ;
  geo-pos:lat "-6.3167"^^xsd:decimal ;
  geo-pos:long "8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5016'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3'^^xsd:double;
  dwc:latitude '-6.3167'^^xsd:double;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.53333"^^xsd:decimal ;
  dwc:decimalLongitude "8.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  geo-pos:lat "-2.53333"^^xsd:decimal ;
  geo-pos:long "8.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15590'^^xsd:integer;
  dwc:scientificName 'Yoldiella artipica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.30167'^^xsd:double;
  dwc:latitude '-2.53333'^^xsd:double;
  dwc:aphiaid '506505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.53333"^^xsd:decimal ;
  dwc:decimalLongitude "8.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  geo-pos:lat "-2.53333"^^xsd:decimal ;
  geo-pos:long "8.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16954'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.30167'^^xsd:double;
  dwc:latitude '-2.53333'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.53333"^^xsd:decimal ;
  dwc:decimalLongitude "8.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  geo-pos:lat "-2.53333"^^xsd:decimal ;
  geo-pos:long "8.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16814'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.30167'^^xsd:double;
  dwc:latitude '-2.53333'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.53333"^^xsd:decimal ;
  dwc:decimalLongitude "8.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  geo-pos:lat "-2.53333"^^xsd:decimal ;
  geo-pos:long "8.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16832'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.30167'^^xsd:double;
  dwc:latitude '-2.53333'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.53333"^^xsd:decimal ;
  dwc:decimalLongitude "8.30167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.53333 8.30167)"^^geo:wktLiteral ;
  geo-pos:lat "-2.53333"^^xsd:decimal ;
  geo-pos:long "8.30167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16939'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.30167'^^xsd:double;
  dwc:latitude '-2.53333'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.62333 8.30333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.62333"^^xsd:decimal ;
  dwc:decimalLongitude "8.30333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.62333 8.30333)"^^geo:wktLiteral ;
  geo-pos:lat "-6.62333"^^xsd:decimal ;
  geo-pos:long "8.30333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15579'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.30333'^^xsd:double;
  dwc:latitude '-6.62333'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.62333 8.30333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.62333"^^xsd:decimal ;
  dwc:decimalLongitude "8.30333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.62333 8.30333)"^^geo:wktLiteral ;
  geo-pos:lat "-6.62333"^^xsd:decimal ;
  geo-pos:long "8.30333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15583'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.30333'^^xsd:double;
  dwc:latitude '-6.62333'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.2833"^^xsd:decimal ;
  geo-pos:long "8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '555'^^xsd:integer;
  dwc:scientificName 'Diastylis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3833'^^xsd:double;
  dwc:latitude '63.2833'^^xsd:double;
  dwc:aphiaid '110474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.2833"^^xsd:decimal ;
  geo-pos:long "8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '544'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3833'^^xsd:double;
  dwc:latitude '63.2833'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.2833"^^xsd:decimal ;
  geo-pos:long "8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '540'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3833'^^xsd:double;
  dwc:latitude '63.2833'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.2833"^^xsd:decimal ;
  geo-pos:long "8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '534'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3833'^^xsd:double;
  dwc:latitude '63.2833'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.2833"^^xsd:decimal ;
  geo-pos:long "8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '537'^^xsd:integer;
  dwc:scientificName 'Campylaspis costata costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3833'^^xsd:double;
  dwc:latitude '63.2833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:537'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.2833"^^xsd:decimal ;
  geo-pos:long "8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '559'^^xsd:integer;
  dwc:scientificName 'Diastyloides biplicatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3833'^^xsd:double;
  dwc:latitude '63.2833'^^xsd:double;
  dwc:aphiaid '110494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.2833"^^xsd:decimal ;
  geo-pos:long "8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '562'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3833'^^xsd:double;
  dwc:latitude '63.2833'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.2833"^^xsd:decimal ;
  geo-pos:long "8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '563'^^xsd:integer;
  dwc:scientificName 'Eudorella truncatula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3833'^^xsd:double;
  dwc:latitude '63.2833'^^xsd:double;
  dwc:aphiaid '110535'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2833"^^xsd:decimal ;
  dwc:decimalLongitude "8.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2833 8.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.2833"^^xsd:decimal ;
  geo-pos:long "8.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '568'^^xsd:integer;
  dwc:scientificName 'Leptostylis macrura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.3833'^^xsd:double;
  dwc:latitude '63.2833'^^xsd:double;
  dwc:aphiaid '110504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "8.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14603'^^xsd:integer;
  dwc:scientificName 'Nuculana pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.41667'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:aphiaid '428736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "8.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14602'^^xsd:integer;
  dwc:scientificName 'Neilonella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.41667'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:aphiaid '428727'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "8.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14604'^^xsd:integer;
  dwc:scientificName 'Neilonella guineensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.41667'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:aphiaid '420685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '600484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "8.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14605'^^xsd:integer;
  dwc:scientificName 'Yoldia clarkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.41667'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14605'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "8.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 8.41667)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "8.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14606'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.41667'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.84 8.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.84"^^xsd:decimal ;
  dwc:decimalLongitude "8.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.84 8.43)"^^geo:wktLiteral ;
  geo-pos:lat "-0.84"^^xsd:decimal ;
  geo-pos:long "8.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3326'^^xsd:integer;
  dwc:scientificName 'Haploniscus furcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.43'^^xsd:double;
  dwc:latitude '-0.84'^^xsd:double;
  dwc:aphiaid '118660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3326'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118660'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.84 8.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.84"^^xsd:decimal ;
  dwc:decimalLongitude "8.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.84 8.43)"^^geo:wktLiteral ;
  geo-pos:lat "0.84"^^xsd:decimal ;
  geo-pos:long "8.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3336'^^xsd:integer;
  dwc:scientificName 'Haploniscus myriamae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.43'^^xsd:double;
  dwc:latitude '0.84'^^xsd:double;
  dwc:aphiaid '118664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.751667 8.45333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.751667"^^xsd:decimal ;
  dwc:decimalLongitude "8.45333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.751667 8.45333)"^^geo:wktLiteral ;
  geo-pos:lat "0.751667"^^xsd:decimal ;
  geo-pos:long "8.45333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15610'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.45333'^^xsd:double;
  dwc:latitude '0.751667'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.42 8.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.42"^^xsd:decimal ;
  dwc:decimalLongitude "8.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.42 8.48)"^^geo:wktLiteral ;
  geo-pos:lat "-28.42"^^xsd:decimal ;
  geo-pos:long "8.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3591'^^xsd:integer;
  dwc:scientificName 'Echinothambema argentinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.48'^^xsd:double;
  dwc:latitude '-28.42'^^xsd:double;
  dwc:aphiaid '260236'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3591'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.685 8.64167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.685"^^xsd:decimal ;
  dwc:decimalLongitude "8.64167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.685 8.64167)"^^geo:wktLiteral ;
  geo-pos:lat "42.685"^^xsd:decimal ;
  geo-pos:long "8.64167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11383'^^xsd:integer;
  dwc:scientificName 'Dicrotrichura tricincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.64167'^^xsd:double;
  dwc:latitude '42.685'^^xsd:double;
  dwc:aphiaid '136611'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136611'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6858 8.6438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6858"^^xsd:decimal ;
  dwc:decimalLongitude "8.6438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6858 8.6438)"^^geo:wktLiteral ;
  geo-pos:lat "42.6858"^^xsd:decimal ;
  geo-pos:long "8.6438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8553'^^xsd:integer;
  dwc:scientificName 'Richtersia bathyalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.6438'^^xsd:double;
  dwc:latitude '42.6858'^^xsd:double;
  dwc:aphiaid '161051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6685 8.653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6685"^^xsd:decimal ;
  dwc:decimalLongitude "8.653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6685 8.653)"^^geo:wktLiteral ;
  geo-pos:lat "42.6685"^^xsd:decimal ;
  geo-pos:long "8.653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8552'^^xsd:integer;
  dwc:scientificName 'Richtersia bathyalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.653'^^xsd:double;
  dwc:latitude '42.6685'^^xsd:double;
  dwc:aphiaid '161051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6545 8.6575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6545"^^xsd:decimal ;
  dwc:decimalLongitude "8.6575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6545 8.6575)"^^geo:wktLiteral ;
  geo-pos:lat "42.6545"^^xsd:decimal ;
  geo-pos:long "8.6575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8551'^^xsd:integer;
  dwc:scientificName 'Richtersia bathyalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.6575'^^xsd:double;
  dwc:latitude '42.6545'^^xsd:double;
  dwc:aphiaid '161051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6533 8.65833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6533"^^xsd:decimal ;
  dwc:decimalLongitude "8.65833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6533 8.65833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6533"^^xsd:decimal ;
  geo-pos:long "8.65833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11392'^^xsd:integer;
  dwc:scientificName 'Aphotocentor styx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.65833'^^xsd:double;
  dwc:latitude '42.6533'^^xsd:double;
  dwc:aphiaid '366576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6417 8.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6417"^^xsd:decimal ;
  dwc:decimalLongitude "8.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6417 8.66)"^^geo:wktLiteral ;
  geo-pos:lat "42.6417"^^xsd:decimal ;
  geo-pos:long "8.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8293'^^xsd:integer;
  dwc:scientificName 'Sabatieria pisinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.66'^^xsd:double;
  dwc:latitude '42.6417'^^xsd:double;
  dwc:aphiaid '121372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.661 8.661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.661"^^xsd:decimal ;
  dwc:decimalLongitude "8.661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.661 8.661)"^^geo:wktLiteral ;
  geo-pos:lat "42.661"^^xsd:decimal ;
  geo-pos:long "8.661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9159'^^xsd:integer;
  dwc:scientificName 'Spirobolbolaimus bathyalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.661'^^xsd:double;
  dwc:latitude '42.661'^^xsd:double;
  dwc:aphiaid '231362'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6217 8.67167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6217"^^xsd:decimal ;
  dwc:decimalLongitude "8.67167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6217 8.67167)"^^geo:wktLiteral ;
  geo-pos:lat "42.6217"^^xsd:decimal ;
  geo-pos:long "8.67167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11391'^^xsd:integer;
  dwc:scientificName 'Xenalytus scotophilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.67167'^^xsd:double;
  dwc:latitude '42.6217'^^xsd:double;
  dwc:aphiaid '366603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.3167 8.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.3167"^^xsd:decimal ;
  dwc:decimalLongitude "8.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.3167 8.6833)"^^geo:wktLiteral ;
  geo-pos:lat "78.3167"^^xsd:decimal ;
  geo-pos:long "8.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6802'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis stylicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.6833'^^xsd:double;
  dwc:latitude '78.3167'^^xsd:double;
  dwc:aphiaid '115743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.3167 8.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.3167"^^xsd:decimal ;
  dwc:decimalLongitude "8.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.3167 8.6833)"^^geo:wktLiteral ;
  geo-pos:lat "78.3167"^^xsd:decimal ;
  geo-pos:long "8.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6785'^^xsd:integer;
  dwc:scientificName 'Bradya confluens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.6833'^^xsd:double;
  dwc:latitude '78.3167'^^xsd:double;
  dwc:aphiaid '116795'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.3167 8.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.3167"^^xsd:decimal ;
  dwc:decimalLongitude "8.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.3167 8.6833)"^^geo:wktLiteral ;
  geo-pos:lat "78.3167"^^xsd:decimal ;
  geo-pos:long "8.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6782'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.6833'^^xsd:double;
  dwc:latitude '78.3167'^^xsd:double;
  dwc:aphiaid '115740'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115740'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.3167 8.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.3167"^^xsd:decimal ;
  dwc:decimalLongitude "8.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.3167 8.6833)"^^geo:wktLiteral ;
  geo-pos:lat "78.3167"^^xsd:decimal ;
  geo-pos:long "8.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2785'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.6833'^^xsd:double;
  dwc:latitude '78.3167'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8333 8.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8333"^^xsd:decimal ;
  dwc:decimalLongitude "8.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8333 8.85)"^^geo:wktLiteral ;
  geo-pos:lat "57.8333"^^xsd:decimal ;
  geo-pos:long "8.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '771'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '8.85'^^xsd:double;
  dwc:latitude '57.8333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:771'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3333 9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3333"^^xsd:decimal ;
  dwc:decimalLongitude "9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3333 9)"^^geo:wktLiteral ;
  geo-pos:lat "58.3333"^^xsd:decimal ;
  geo-pos:long "9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17039'^^xsd:integer;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9'^^xsd:integer;
  dwc:latitude '58.3333'^^xsd:double;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.99 9.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.99"^^xsd:decimal ;
  dwc:decimalLongitude "9.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.99 9.01)"^^geo:wktLiteral ;
  geo-pos:lat "-21.99"^^xsd:decimal ;
  geo-pos:long "9.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3480'^^xsd:integer;
  dwc:scientificName 'Ischnomesus carolinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.01'^^xsd:double;
  dwc:latitude '-21.99'^^xsd:double;
  dwc:aphiaid '255918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3480'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8778'^^xsd:integer;
  dwc:scientificName 'Cervonema jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '230044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8800'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus latens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '230713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8808'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus cancellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '229968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8815'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '120938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8821'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus macramphis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '734410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '734410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8824'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8850'^^xsd:integer;
  dwc:scientificName 'Syringolaimus renaudae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '227808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8850'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8845'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8853'^^xsd:integer;
  dwc:scientificName 'Syringolaimus loofi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '227809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8838'^^xsd:integer;
  dwc:scientificName 'Acantholaimus maks'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '182948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.985"^^xsd:decimal ;
  dwc:decimalLongitude "9.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.985 9.025)"^^geo:wktLiteral ;
  geo-pos:lat "-21.985"^^xsd:decimal ;
  geo-pos:long "9.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8832'^^xsd:integer;
  dwc:scientificName 'Acantholaimus quintus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.025'^^xsd:double;
  dwc:latitude '-21.985'^^xsd:double;
  dwc:aphiaid '182951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.98 9.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.98"^^xsd:decimal ;
  dwc:decimalLongitude "9.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.98 9.03)"^^geo:wktLiteral ;
  geo-pos:lat "-21.98"^^xsd:decimal ;
  geo-pos:long "9.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3331'^^xsd:integer;
  dwc:scientificName 'Haploniscus myriamae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.03'^^xsd:double;
  dwc:latitude '-21.98'^^xsd:double;
  dwc:aphiaid '118664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.9833"^^xsd:decimal ;
  dwc:decimalLongitude "9.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.03333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.9833"^^xsd:decimal ;
  geo-pos:long "9.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10510'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.03333'^^xsd:double;
  dwc:latitude '-21.9833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.9833"^^xsd:decimal ;
  dwc:decimalLongitude "9.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.03333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.9833"^^xsd:decimal ;
  geo-pos:long "9.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10812'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.03333'^^xsd:double;
  dwc:latitude '-21.9833'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10812'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.03333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.9833"^^xsd:decimal ;
  dwc:decimalLongitude "9.03333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.03333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.9833"^^xsd:decimal ;
  geo-pos:long "9.03333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10617'^^xsd:integer;
  dwc:scientificName 'Nephasoma constricticervix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.03333'^^xsd:double;
  dwc:latitude '-21.9833'^^xsd:double;
  dwc:aphiaid '424367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.05)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15419'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.05'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.05)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15428'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.05'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.05)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15423'^^xsd:integer;
  dwc:scientificName 'Portlandia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.05'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15423'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.05)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15404'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.05'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15404'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15417'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15417'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10390'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15435'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15436'^^xsd:integer;
  dwc:scientificName 'Yoldiella similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '506557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15436'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15434'^^xsd:integer;
  dwc:scientificName 'Tindaria callistiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '506470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15431'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15433'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15424'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15415'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15415'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15413'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15413'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15408'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15408'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15409'^^xsd:integer;
  dwc:scientificName 'Limopsis galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '420725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15409'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15407'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15403'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15403'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15411'^^xsd:integer;
  dwc:scientificName 'Yoldiella similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '506557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15402'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15399'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15399'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15400'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15401'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10629'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.06667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.06667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.06667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.06667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15422'^^xsd:integer;
  dwc:scientificName 'Tindaria miniscula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.06667'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '506467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1089'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.0667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1449'^^xsd:integer;
  dwc:scientificName 'Cumella meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.0667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '182513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.07667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.07667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.07667)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.07667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15430'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.07667'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2667"^^xsd:decimal ;
  dwc:decimalLongitude "9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 9.1)"^^geo:wktLiteral ;
  geo-pos:lat "58.2667"^^xsd:decimal ;
  geo-pos:long "9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '770'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.1'^^xsd:double;
  dwc:latitude '58.2667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:770'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15429'^^xsd:integer;
  dwc:scientificName 'Tindaria miniscula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '506467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4833 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4833"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15418'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4833'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15418'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15425'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15427'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10391'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15420'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15421'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15412'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15414'^^xsd:integer;
  dwc:scientificName 'Silicula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '506453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15414'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15410'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15405'^^xsd:integer;
  dwc:scientificName 'Yoldiella similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '506557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15406'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.15)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10630'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.15'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4"^^xsd:decimal ;
  dwc:decimalLongitude "9.165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4 9.165)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4"^^xsd:decimal ;
  geo-pos:long "9.165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15426'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.165'^^xsd:double;
  dwc:latitude '-10.4'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.025 9.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.025"^^xsd:decimal ;
  dwc:decimalLongitude "9.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.025 9.275)"^^geo:wktLiteral ;
  geo-pos:lat "-22.025"^^xsd:decimal ;
  geo-pos:long "9.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8006'^^xsd:integer;
  dwc:scientificName 'Peresime abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.275'^^xsd:double;
  dwc:latitude '-22.025'^^xsd:double;
  dwc:aphiaid '354712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354712'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.025 9.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.025"^^xsd:decimal ;
  dwc:decimalLongitude "9.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.025 9.275)"^^geo:wktLiteral ;
  geo-pos:lat "-22.025"^^xsd:decimal ;
  geo-pos:long "9.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11388'^^xsd:integer;
  dwc:scientificName 'Campyloxiphos dineti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.275'^^xsd:double;
  dwc:latitude '-22.025'^^xsd:double;
  dwc:aphiaid '366580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.8 9.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.8"^^xsd:decimal ;
  dwc:decimalLongitude "9.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.8 9.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-3.8"^^xsd:decimal ;
  geo-pos:long "9.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2610'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.2833'^^xsd:double;
  dwc:latitude '-3.8'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.1667 9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.1667"^^xsd:decimal ;
  dwc:decimalLongitude "9.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.1667 9.3)"^^geo:wktLiteral ;
  geo-pos:lat "-19.1667"^^xsd:decimal ;
  geo-pos:long "9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10474'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.3'^^xsd:double;
  dwc:latitude '-19.1667'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.98 9.32833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.98"^^xsd:decimal ;
  dwc:decimalLongitude "9.32833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.98 9.32833)"^^geo:wktLiteral ;
  geo-pos:lat "-21.98"^^xsd:decimal ;
  geo-pos:long "9.32833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15416'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.32833'^^xsd:double;
  dwc:latitude '-21.98'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.3333 9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.3333"^^xsd:decimal ;
  dwc:decimalLongitude "9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.3333 9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-19.3333"^^xsd:decimal ;
  geo-pos:long "9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8012'^^xsd:integer;
  dwc:scientificName 'Pyrocletodes coulli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.3333'^^xsd:double;
  dwc:latitude '-19.3333'^^xsd:double;
  dwc:aphiaid '355277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355277'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.9833"^^xsd:decimal ;
  dwc:decimalLongitude "9.33333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.33333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.9833"^^xsd:decimal ;
  geo-pos:long "9.33333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10258'^^xsd:integer;
  dwc:scientificName 'Phascolion canum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.33333'^^xsd:double;
  dwc:latitude '-21.9833'^^xsd:double;
  dwc:aphiaid '424613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.33333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.9833"^^xsd:decimal ;
  dwc:decimalLongitude "9.33333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.9833 9.33333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.9833"^^xsd:decimal ;
  geo-pos:long "9.33333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10859'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.33333'^^xsd:double;
  dwc:latitude '-21.9833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10859'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5 9.46667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5"^^xsd:decimal ;
  dwc:decimalLongitude "9.46667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5 9.46667)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5"^^xsd:decimal ;
  geo-pos:long "9.46667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10475'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.46667'^^xsd:double;
  dwc:latitude '-17.5'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8776'^^xsd:integer;
  dwc:scientificName 'Cervonema jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '230044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8783'^^xsd:integer;
  dwc:scientificName 'Cervonema brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '230043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8795'^^xsd:integer;
  dwc:scientificName 'Metacyatholaimus chabaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '230593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8803'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus lutarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '230928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8806'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus cancellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '229968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8813'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '120938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8820'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus macrophallus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '230509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8830'^^xsd:integer;
  dwc:scientificName 'Acantholaimus quintus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '182951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8843'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8843'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8837'^^xsd:integer;
  dwc:scientificName 'Acantholaimus maks'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '182948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8840'^^xsd:integer;
  dwc:scientificName 'Acantholaimus septimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '182952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8823'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5467"^^xsd:decimal ;
  dwc:decimalLongitude "9.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5467 9.4783)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5467"^^xsd:decimal ;
  geo-pos:long "9.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8788'^^xsd:integer;
  dwc:scientificName 'Comesomoides deconincki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.4783'^^xsd:double;
  dwc:latitude '-17.5467'^^xsd:double;
  dwc:aphiaid '230073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.55 9.48333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.55"^^xsd:decimal ;
  dwc:decimalLongitude "9.48333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.55 9.48333)"^^geo:wktLiteral ;
  geo-pos:lat "-17.55"^^xsd:decimal ;
  geo-pos:long "9.48333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10757'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.48333'^^xsd:double;
  dwc:latitude '-17.55'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.9667 9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.9667"^^xsd:decimal ;
  dwc:decimalLongitude "9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.9667 9.5)"^^geo:wktLiteral ;
  geo-pos:lat "79.9667"^^xsd:decimal ;
  geo-pos:long "9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2826'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.5'^^xsd:double;
  dwc:latitude '79.9667'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2167 9.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2167"^^xsd:decimal ;
  dwc:decimalLongitude "9.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2167 9.56667)"^^geo:wktLiteral ;
  geo-pos:lat "58.2167"^^xsd:decimal ;
  geo-pos:long "9.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16938'^^xsd:integer;
  dwc:scientificName 'Yoldiella lucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.56667'^^xsd:double;
  dwc:latitude '58.2167'^^xsd:double;
  dwc:aphiaid '142002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2740'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.6833'^^xsd:double;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "9.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.6833)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "9.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2725'^^xsd:integer;
  dwc:scientificName 'Bathycuma longicaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.6833'^^xsd:double;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '181829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.15"^^xsd:decimal ;
  dwc:decimalLongitude "9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  geo-pos:lat "76.15"^^xsd:decimal ;
  geo-pos:long "9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10024'^^xsd:integer;
  dwc:scientificName 'Thenea abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7'^^xsd:double;
  dwc:latitude '76.15'^^xsd:double;
  dwc:aphiaid '134104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.15"^^xsd:decimal ;
  dwc:decimalLongitude "9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  geo-pos:lat "76.15"^^xsd:decimal ;
  geo-pos:long "9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10077'^^xsd:integer;
  dwc:scientificName 'Trichostemma sol'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7'^^xsd:double;
  dwc:latitude '76.15'^^xsd:double;
  dwc:aphiaid '156462'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10077'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.15"^^xsd:decimal ;
  dwc:decimalLongitude "9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  geo-pos:lat "76.15"^^xsd:decimal ;
  geo-pos:long "9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9305'^^xsd:integer;
  dwc:scientificName 'Asbestopluma furcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7'^^xsd:double;
  dwc:latitude '76.15'^^xsd:double;
  dwc:aphiaid '133172'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133172'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.15"^^xsd:decimal ;
  dwc:decimalLongitude "9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  geo-pos:lat "76.15"^^xsd:decimal ;
  geo-pos:long "9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9656'^^xsd:integer;
  dwc:scientificName 'Forcepia topsenti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7'^^xsd:double;
  dwc:latitude '76.15'^^xsd:double;
  dwc:aphiaid '168878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.15"^^xsd:decimal ;
  dwc:decimalLongitude "9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 9.7)"^^geo:wktLiteral ;
  geo-pos:lat "76.15"^^xsd:decimal ;
  geo-pos:long "9.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9391'^^xsd:integer;
  dwc:scientificName 'Caulophacus arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7'^^xsd:double;
  dwc:latitude '76.15'^^xsd:double;
  dwc:aphiaid '134398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.53 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.53"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.53 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "-14.53"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15580'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '-14.53'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.53 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.53"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.53 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "-14.53"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15585'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '-14.53'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.53 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.53"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.53 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "-14.53"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15591'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '-14.53'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3667 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3667"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3667 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3667"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10758'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '-14.3667'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10011'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '75.3'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9845'^^xsd:integer;
  dwc:scientificName 'Hymedesmia stylata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '75.3'^^xsd:double;
  dwc:aphiaid '133652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10028'^^xsd:integer;
  dwc:scientificName 'Thenea abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '75.3'^^xsd:double;
  dwc:aphiaid '134104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10029'^^xsd:integer;
  dwc:scientificName 'Thenea abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '75.3'^^xsd:double;
  dwc:aphiaid '134104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9654'^^xsd:integer;
  dwc:scientificName 'Forcepia topsenti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '75.3'^^xsd:double;
  dwc:aphiaid '168878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9390'^^xsd:integer;
  dwc:scientificName 'Caulophacus arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '75.3'^^xsd:double;
  dwc:aphiaid '134398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9670'^^xsd:integer;
  dwc:scientificName 'Guancha blanca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '75.3'^^xsd:double;
  dwc:aphiaid '132283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3"^^xsd:decimal ;
  dwc:decimalLongitude "9.76667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3 9.76667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3"^^xsd:decimal ;
  geo-pos:long "9.76667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9525'^^xsd:integer;
  dwc:scientificName 'Cladorhiza gelida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.76667'^^xsd:double;
  dwc:latitude '75.3'^^xsd:double;
  dwc:aphiaid '133192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3583 9.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3583"^^xsd:decimal ;
  dwc:decimalLongitude "9.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3583 9.77)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3583"^^xsd:decimal ;
  geo-pos:long "9.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16865'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.77'^^xsd:double;
  dwc:latitude '-14.3583'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.35 9.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.35"^^xsd:decimal ;
  dwc:decimalLongitude "9.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.35 9.77)"^^geo:wktLiteral ;
  geo-pos:lat "-14.35"^^xsd:decimal ;
  geo-pos:long "9.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3332'^^xsd:integer;
  dwc:scientificName 'Haploniscus myriamae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.77'^^xsd:double;
  dwc:latitude '-14.35'^^xsd:double;
  dwc:aphiaid '118664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "9.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "9.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2739'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7833'^^xsd:double;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '110522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "9.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "9.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2738'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7833'^^xsd:double;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "9.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "9.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2728'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7833'^^xsd:double;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "9.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "9.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2727'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7833'^^xsd:double;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "9.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "9.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2726'^^xsd:integer;
  dwc:scientificName 'Campylaspis horridoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7833'^^xsd:double;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '110546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A47> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "9.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 9.7833)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "9.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '47'^^xsd:integer;
  dwc:scientificName 'Campylaspis horridoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.7833'^^xsd:double;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '110546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:47'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.89 9.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.89"^^xsd:decimal ;
  dwc:decimalLongitude "9.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.89 9.86)"^^geo:wktLiteral ;
  geo-pos:lat "-5.89"^^xsd:decimal ;
  geo-pos:long "9.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3100'^^xsd:integer;
  dwc:scientificName 'Macrostylis hirsuticaudalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.86'^^xsd:double;
  dwc:latitude '-5.89'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3100'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6833 9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.6833"^^xsd:decimal ;
  dwc:decimalLongitude "9.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6833 9.9)"^^geo:wktLiteral ;
  geo-pos:lat "-14.6833"^^xsd:decimal ;
  geo-pos:long "9.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11934'^^xsd:integer;
  dwc:scientificName 'Macandrevia africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9'^^xsd:double;
  dwc:latitude '-14.6833'^^xsd:double;
  dwc:aphiaid '235582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.6667"^^xsd:decimal ;
  dwc:decimalLongitude "9.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  geo-pos:lat "-14.6667"^^xsd:decimal ;
  geo-pos:long "9.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10389'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9'^^xsd:double;
  dwc:latitude '-14.6667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.6667"^^xsd:decimal ;
  dwc:decimalLongitude "9.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  geo-pos:lat "-14.6667"^^xsd:decimal ;
  geo-pos:long "9.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15393'^^xsd:integer;
  dwc:scientificName 'Portlandia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9'^^xsd:double;
  dwc:latitude '-14.6667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15393'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.6667"^^xsd:decimal ;
  dwc:decimalLongitude "9.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  geo-pos:lat "-14.6667"^^xsd:decimal ;
  geo-pos:long "9.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15389'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9'^^xsd:double;
  dwc:latitude '-14.6667'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.6667"^^xsd:decimal ;
  dwc:decimalLongitude "9.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  geo-pos:lat "-14.6667"^^xsd:decimal ;
  geo-pos:long "9.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15398'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9'^^xsd:double;
  dwc:latitude '-14.6667'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15398'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.6667"^^xsd:decimal ;
  dwc:decimalLongitude "9.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.6667 9.9)"^^geo:wktLiteral ;
  geo-pos:lat "-14.6667"^^xsd:decimal ;
  geo-pos:long "9.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10628'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9'^^xsd:double;
  dwc:latitude '-14.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "9.91667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "9.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10023'^^xsd:integer;
  dwc:scientificName 'Thenea abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.91667'^^xsd:double;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '134104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "9.91667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "9.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9996'^^xsd:integer;
  dwc:scientificName 'Sycon abyssale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.91667'^^xsd:double;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '132247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '132247'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "9.91667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "9.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10010'^^xsd:integer;
  dwc:scientificName 'Tentorium semisuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.91667'^^xsd:double;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '134224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "9.91667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "9.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9846'^^xsd:integer;
  dwc:scientificName 'Hymedesmia stylata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.91667'^^xsd:double;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '133652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "9.91667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "9.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9655'^^xsd:integer;
  dwc:scientificName 'Forcepia topsenti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.91667'^^xsd:double;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '168878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "9.91667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "9.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9389'^^xsd:integer;
  dwc:scientificName 'Caulophacus arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.91667'^^xsd:double;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '134398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9389'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "9.91667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 9.91667)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "9.91667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9671'^^xsd:integer;
  dwc:scientificName 'Guancha blanca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.91667'^^xsd:double;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '132283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.75 9.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.75"^^xsd:decimal ;
  dwc:decimalLongitude "9.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.75 9.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-14.75"^^xsd:decimal ;
  geo-pos:long "9.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '497'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9167'^^xsd:double;
  dwc:latitude '-14.75'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.75 9.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.75"^^xsd:decimal ;
  dwc:decimalLongitude "9.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.75 9.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-14.75"^^xsd:decimal ;
  geo-pos:long "9.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1551'^^xsd:integer;
  dwc:scientificName 'Platycuma hessleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9167'^^xsd:double;
  dwc:latitude '-14.75'^^xsd:double;
  dwc:aphiaid '110577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.75 9.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.75"^^xsd:decimal ;
  dwc:decimalLongitude "9.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.75 9.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-14.75"^^xsd:decimal ;
  geo-pos:long "9.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1797'^^xsd:integer;
  dwc:scientificName 'Procampylaspis procurrens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9167'^^xsd:double;
  dwc:latitude '-14.75'^^xsd:double;
  dwc:aphiaid '182616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.75 9.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.75"^^xsd:decimal ;
  dwc:decimalLongitude "9.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.75 9.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-14.75"^^xsd:decimal ;
  geo-pos:long "9.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '444'^^xsd:integer;
  dwc:scientificName 'Leucon craterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9167'^^xsd:double;
  dwc:latitude '-14.75'^^xsd:double;
  dwc:aphiaid '182328'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.8167"^^xsd:decimal ;
  dwc:decimalLongitude "9.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.8167"^^xsd:decimal ;
  geo-pos:long "9.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9182'^^xsd:integer;
  dwc:scientificName 'Agaue corollata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9333'^^xsd:double;
  dwc:latitude '-14.8167'^^xsd:double;
  dwc:aphiaid '114878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.8167"^^xsd:decimal ;
  dwc:decimalLongitude "9.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.8167"^^xsd:decimal ;
  geo-pos:long "9.93333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15395'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.93333'^^xsd:double;
  dwc:latitude '-14.8167'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.8167"^^xsd:decimal ;
  dwc:decimalLongitude "9.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.8167"^^xsd:decimal ;
  geo-pos:long "9.93333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15391'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.93333'^^xsd:double;
  dwc:latitude '-14.8167'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.8167"^^xsd:decimal ;
  dwc:decimalLongitude "9.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.8167"^^xsd:decimal ;
  geo-pos:long "9.93333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15392'^^xsd:integer;
  dwc:scientificName 'Pristigloma alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.93333'^^xsd:double;
  dwc:latitude '-14.8167'^^xsd:double;
  dwc:aphiaid '156977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15392'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.8167"^^xsd:decimal ;
  dwc:decimalLongitude "9.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.8167"^^xsd:decimal ;
  geo-pos:long "9.93333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15394'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.93333'^^xsd:double;
  dwc:latitude '-14.8167'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.8167"^^xsd:decimal ;
  dwc:decimalLongitude "9.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.8167"^^xsd:decimal ;
  geo-pos:long "9.93333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15396'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.93333'^^xsd:double;
  dwc:latitude '-14.8167'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.8167"^^xsd:decimal ;
  dwc:decimalLongitude "9.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.8167"^^xsd:decimal ;
  geo-pos:long "9.93333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15390'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.93333'^^xsd:double;
  dwc:latitude '-14.8167'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15390'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.8167"^^xsd:decimal ;
  dwc:decimalLongitude "9.93333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.8167 9.93333)"^^geo:wktLiteral ;
  geo-pos:lat "-14.8167"^^xsd:decimal ;
  geo-pos:long "9.93333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15397'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.93333'^^xsd:double;
  dwc:latitude '-14.8167'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15397'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.4689 9.9839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.4689"^^xsd:decimal ;
  dwc:decimalLongitude "9.9839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.4689 9.9839)"^^geo:wktLiteral ;
  geo-pos:lat "-31.4689"^^xsd:decimal ;
  geo-pos:long "9.9839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5283'^^xsd:integer;
  dwc:scientificName 'Typhlotanais magnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9839'^^xsd:double;
  dwc:latitude '-31.4689'^^xsd:double;
  dwc:aphiaid '820092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.4689 9.9839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.4689"^^xsd:decimal ;
  dwc:decimalLongitude "9.9839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.4689 9.9839)"^^geo:wktLiteral ;
  geo-pos:lat "-31.4689"^^xsd:decimal ;
  geo-pos:long "9.9839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5388'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '9.9839'^^xsd:double;
  dwc:latitude '-31.4689'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 10)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10022'^^xsd:integer;
  dwc:scientificName 'Thenea abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10'^^xsd:integer;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '134104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79 10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79"^^xsd:decimal ;
  dwc:decimalLongitude "10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79 10)"^^geo:wktLiteral ;
  geo-pos:lat "79"^^xsd:decimal ;
  geo-pos:long "10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11218'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10'^^xsd:integer;
  dwc:latitude '79'^^xsd:integer;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79 10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79"^^xsd:decimal ;
  dwc:decimalLongitude "10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79 10)"^^geo:wktLiteral ;
  geo-pos:lat "79"^^xsd:decimal ;
  geo-pos:long "10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11219'^^xsd:integer;
  dwc:scientificName 'Nephasoma lilljeborgi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10'^^xsd:integer;
  dwc:latitude '79'^^xsd:integer;
  dwc:aphiaid '424429'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 10.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "10.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 10.0167)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "10.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9995'^^xsd:integer;
  dwc:scientificName 'Sycon abyssale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.0167'^^xsd:double;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '132247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '132247'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 10.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.3333"^^xsd:decimal ;
  dwc:decimalLongitude "10.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.3333 10.0167)"^^geo:wktLiteral ;
  geo-pos:lat "75.3333"^^xsd:decimal ;
  geo-pos:long "10.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9668'^^xsd:integer;
  dwc:scientificName 'Guancha blanca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.0167'^^xsd:double;
  dwc:latitude '75.3333'^^xsd:double;
  dwc:aphiaid '132283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4867 10.0267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.4867"^^xsd:decimal ;
  dwc:decimalLongitude "10.0267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.4867 10.0267)"^^geo:wktLiteral ;
  geo-pos:lat "69.4867"^^xsd:decimal ;
  geo-pos:long "10.0267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8097'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.0267'^^xsd:double;
  dwc:latitude '69.4867'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.95 10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.95"^^xsd:decimal ;
  dwc:decimalLongitude "10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.95 10.25)"^^geo:wktLiteral ;
  geo-pos:lat "-21.95"^^xsd:decimal ;
  geo-pos:long "10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10813'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.25'^^xsd:double;
  dwc:latitude '-21.95'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.95 10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.95"^^xsd:decimal ;
  dwc:decimalLongitude "10.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.95 10.25)"^^geo:wktLiteral ;
  geo-pos:lat "-21.95"^^xsd:decimal ;
  geo-pos:long "10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2607'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.25'^^xsd:double;
  dwc:latitude '-21.95'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.955"^^xsd:decimal ;
  dwc:decimalLongitude "10.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-21.955"^^xsd:decimal ;
  geo-pos:long "10.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8781'^^xsd:integer;
  dwc:scientificName 'Cervonema jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2567'^^xsd:double;
  dwc:latitude '-21.955'^^xsd:double;
  dwc:aphiaid '230044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.955"^^xsd:decimal ;
  dwc:decimalLongitude "10.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-21.955"^^xsd:decimal ;
  geo-pos:long "10.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8790'^^xsd:integer;
  dwc:scientificName 'Comesomoides deconincki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2567'^^xsd:double;
  dwc:latitude '-21.955'^^xsd:double;
  dwc:aphiaid '230073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.955"^^xsd:decimal ;
  dwc:decimalLongitude "10.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-21.955"^^xsd:decimal ;
  geo-pos:long "10.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8798'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus latens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2567'^^xsd:double;
  dwc:latitude '-21.955'^^xsd:double;
  dwc:aphiaid '230713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.955"^^xsd:decimal ;
  dwc:decimalLongitude "10.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-21.955"^^xsd:decimal ;
  geo-pos:long "10.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8818'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2567'^^xsd:double;
  dwc:latitude '-21.955'^^xsd:double;
  dwc:aphiaid '120938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.955"^^xsd:decimal ;
  dwc:decimalLongitude "10.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-21.955"^^xsd:decimal ;
  geo-pos:long "10.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8829'^^xsd:integer;
  dwc:scientificName 'Acantholaimus longistriatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2567'^^xsd:double;
  dwc:latitude '-21.955'^^xsd:double;
  dwc:aphiaid '227571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.955"^^xsd:decimal ;
  dwc:decimalLongitude "10.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-21.955"^^xsd:decimal ;
  geo-pos:long "10.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8849'^^xsd:integer;
  dwc:scientificName 'Syringolaimus renaudae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2567'^^xsd:double;
  dwc:latitude '-21.955'^^xsd:double;
  dwc:aphiaid '227808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.955"^^xsd:decimal ;
  dwc:decimalLongitude "10.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-21.955"^^xsd:decimal ;
  geo-pos:long "10.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8852'^^xsd:integer;
  dwc:scientificName 'Syringolaimus loofi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2567'^^xsd:double;
  dwc:latitude '-21.955'^^xsd:double;
  dwc:aphiaid '227809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.955"^^xsd:decimal ;
  dwc:decimalLongitude "10.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-21.955"^^xsd:decimal ;
  geo-pos:long "10.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8847'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2567'^^xsd:double;
  dwc:latitude '-21.955'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8847'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.955"^^xsd:decimal ;
  dwc:decimalLongitude "10.2567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.955 10.2567)"^^geo:wktLiteral ;
  geo-pos:lat "-21.955"^^xsd:decimal ;
  geo-pos:long "10.2567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8834'^^xsd:integer;
  dwc:scientificName 'Acantholaimus quintus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2567'^^xsd:double;
  dwc:latitude '-21.955'^^xsd:double;
  dwc:aphiaid '182951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.0167"^^xsd:decimal ;
  dwc:decimalLongitude "10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.0167"^^xsd:decimal ;
  geo-pos:long "10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8782'^^xsd:integer;
  dwc:scientificName 'Cervonema jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2833'^^xsd:double;
  dwc:latitude '-22.0167'^^xsd:double;
  dwc:aphiaid '230044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.0167"^^xsd:decimal ;
  dwc:decimalLongitude "10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.0167"^^xsd:decimal ;
  geo-pos:long "10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8791'^^xsd:integer;
  dwc:scientificName 'Comesomoides deconincki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2833'^^xsd:double;
  dwc:latitude '-22.0167'^^xsd:double;
  dwc:aphiaid '230073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.0167"^^xsd:decimal ;
  dwc:decimalLongitude "10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.0167"^^xsd:decimal ;
  geo-pos:long "10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8804'^^xsd:integer;
  dwc:scientificName 'Subsphaerolaimus seticaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2833'^^xsd:double;
  dwc:latitude '-22.0167'^^xsd:double;
  dwc:aphiaid '230949'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230949'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.0167"^^xsd:decimal ;
  dwc:decimalLongitude "10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.0167"^^xsd:decimal ;
  geo-pos:long "10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8799'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus latens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2833'^^xsd:double;
  dwc:latitude '-22.0167'^^xsd:double;
  dwc:aphiaid '230713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.0167"^^xsd:decimal ;
  dwc:decimalLongitude "10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.0167"^^xsd:decimal ;
  geo-pos:long "10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8851'^^xsd:integer;
  dwc:scientificName 'Syringolaimus loofi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2833'^^xsd:double;
  dwc:latitude '-22.0167'^^xsd:double;
  dwc:aphiaid '227809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.0167"^^xsd:decimal ;
  dwc:decimalLongitude "10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.0167"^^xsd:decimal ;
  geo-pos:long "10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8848'^^xsd:integer;
  dwc:scientificName 'Syringolaimus renaudae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2833'^^xsd:double;
  dwc:latitude '-22.0167'^^xsd:double;
  dwc:aphiaid '227808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.0167"^^xsd:decimal ;
  dwc:decimalLongitude "10.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 10.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.0167"^^xsd:decimal ;
  geo-pos:long "10.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8835'^^xsd:integer;
  dwc:scientificName 'Acantholaimus quintus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.2833'^^xsd:double;
  dwc:latitude '-22.0167'^^xsd:double;
  dwc:aphiaid '182951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8835'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5333 10.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5333"^^xsd:decimal ;
  dwc:decimalLongitude "10.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5333 10.3667)"^^geo:wktLiteral ;
  geo-pos:lat "69.5333"^^xsd:decimal ;
  geo-pos:long "10.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9251'^^xsd:integer;
  dwc:scientificName 'Lohmannella falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.3667'^^xsd:double;
  dwc:latitude '69.5333'^^xsd:double;
  dwc:aphiaid '114982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.64 10.3717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.64"^^xsd:decimal ;
  dwc:decimalLongitude "10.3717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.64 10.3717)"^^geo:wktLiteral ;
  geo-pos:lat "69.64"^^xsd:decimal ;
  geo-pos:long "10.3717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8107'^^xsd:integer;
  dwc:scientificName 'Trophomera rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.3717'^^xsd:double;
  dwc:latitude '69.64'^^xsd:double;
  dwc:aphiaid '458937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8775'^^xsd:integer;
  dwc:scientificName 'Cervonema jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '230044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8792'^^xsd:integer;
  dwc:scientificName 'Pomponema corniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '230788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8794'^^xsd:integer;
  dwc:scientificName 'Metacyatholaimus chabaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '230593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8787'^^xsd:integer;
  dwc:scientificName 'Laimella vera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '121354'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121354'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8802'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus lutarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '230928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8812'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '120938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8812'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8819'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus macrophallus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '230509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8822'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8836'^^xsd:integer;
  dwc:scientificName 'Acantholaimus maks'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '182948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8836'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4333 10.4633)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4333"^^xsd:decimal ;
  geo-pos:long "10.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8564'^^xsd:integer;
  dwc:scientificName 'Comesomoides deconincki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4633'^^xsd:double;
  dwc:latitude '-18.4333'^^xsd:double;
  dwc:aphiaid '230073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.64 10.4767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.64"^^xsd:decimal ;
  dwc:decimalLongitude "10.4767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.64 10.4767)"^^geo:wktLiteral ;
  geo-pos:lat "69.64"^^xsd:decimal ;
  geo-pos:long "10.4767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8078'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4767'^^xsd:double;
  dwc:latitude '69.64'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.64 10.4767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.64"^^xsd:decimal ;
  dwc:decimalLongitude "10.4767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.64 10.4767)"^^geo:wktLiteral ;
  geo-pos:lat "69.64"^^xsd:decimal ;
  geo-pos:long "10.4767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8087'^^xsd:integer;
  dwc:scientificName 'Trophomera diploptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4767'^^xsd:double;
  dwc:latitude '69.64'^^xsd:double;
  dwc:aphiaid '458914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.64 10.4767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.64"^^xsd:decimal ;
  dwc:decimalLongitude "10.4767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.64 10.4767)"^^geo:wktLiteral ;
  geo-pos:lat "69.64"^^xsd:decimal ;
  geo-pos:long "10.4767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8110'^^xsd:integer;
  dwc:scientificName 'Trophomera rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4767'^^xsd:double;
  dwc:latitude '69.64'^^xsd:double;
  dwc:aphiaid '458937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.2"^^xsd:decimal ;
  dwc:decimalLongitude "10.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.48)"^^geo:wktLiteral ;
  geo-pos:lat "-9.2"^^xsd:decimal ;
  geo-pos:long "10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3329'^^xsd:integer;
  dwc:scientificName 'Haploniscus monodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.48'^^xsd:double;
  dwc:latitude '-9.2'^^xsd:double;
  dwc:aphiaid '118663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3329'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.2"^^xsd:decimal ;
  dwc:decimalLongitude "10.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.48)"^^geo:wktLiteral ;
  geo-pos:lat "-9.2"^^xsd:decimal ;
  geo-pos:long "10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3333'^^xsd:integer;
  dwc:scientificName 'Haploniscus myriamae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.48'^^xsd:double;
  dwc:latitude '-9.2'^^xsd:double;
  dwc:aphiaid '118664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.78333 10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.78333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.78333 10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.78333"^^xsd:decimal ;
  geo-pos:long "10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15437'^^xsd:integer;
  dwc:scientificName 'Yoldiella ella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4833'^^xsd:double;
  dwc:latitude '-9.78333'^^xsd:double;
  dwc:aphiaid '181273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.78333 10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.78333"^^xsd:decimal ;
  dwc:decimalLongitude "10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.78333 10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.78333"^^xsd:decimal ;
  geo-pos:long "10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15440'^^xsd:integer;
  dwc:scientificName 'Yoldiella fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4833'^^xsd:double;
  dwc:latitude '-9.78333'^^xsd:double;
  dwc:aphiaid '181274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.2"^^xsd:decimal ;
  dwc:decimalLongitude "10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.2"^^xsd:decimal ;
  geo-pos:long "10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15586'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4833'^^xsd:double;
  dwc:latitude '-9.2'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.2"^^xsd:decimal ;
  dwc:decimalLongitude "10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.2"^^xsd:decimal ;
  geo-pos:long "10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15588'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4833'^^xsd:double;
  dwc:latitude '-9.2'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.2"^^xsd:decimal ;
  dwc:decimalLongitude "10.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.2 10.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.2"^^xsd:decimal ;
  geo-pos:long "10.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9180'^^xsd:integer;
  dwc:scientificName 'Agaue corollata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.4833'^^xsd:double;
  dwc:latitude '-9.2'^^xsd:double;
  dwc:aphiaid '114878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.53 10.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.53"^^xsd:decimal ;
  dwc:decimalLongitude "10.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.53 10.49)"^^geo:wktLiteral ;
  geo-pos:lat "69.53"^^xsd:decimal ;
  geo-pos:long "10.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3040'^^xsd:integer;
  dwc:scientificName 'Nannoniscus profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.49'^^xsd:double;
  dwc:latitude '69.53'^^xsd:double;
  dwc:aphiaid '118786'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 10.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81667"^^xsd:decimal ;
  dwc:decimalLongitude "10.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 10.55)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81667"^^xsd:decimal ;
  geo-pos:long "10.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10479'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.55'^^xsd:double;
  dwc:latitude '-9.81667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 10.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81667"^^xsd:decimal ;
  dwc:decimalLongitude "10.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 10.55)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81667"^^xsd:decimal ;
  geo-pos:long "10.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15441'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.55'^^xsd:double;
  dwc:latitude '-9.81667'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 10.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81667"^^xsd:decimal ;
  dwc:decimalLongitude "10.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 10.55)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81667"^^xsd:decimal ;
  geo-pos:long "10.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10631'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.55'^^xsd:double;
  dwc:latitude '-9.81667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7333 10.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.7333"^^xsd:decimal ;
  dwc:decimalLongitude "10.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7333 10.8333)"^^geo:wktLiteral ;
  geo-pos:lat "57.7333"^^xsd:decimal ;
  geo-pos:long "10.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2775'^^xsd:integer;
  dwc:scientificName 'Diastylis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.8333'^^xsd:double;
  dwc:latitude '57.7333'^^xsd:double;
  dwc:aphiaid '110481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.68333 10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.68333"^^xsd:decimal ;
  dwc:decimalLongitude "10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.68333 10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-9.68333"^^xsd:decimal ;
  geo-pos:long "10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15438'^^xsd:integer;
  dwc:scientificName 'Microgloma yongei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9167'^^xsd:double;
  dwc:latitude '-9.68333'^^xsd:double;
  dwc:aphiaid '506521'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506521'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.68333 10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.68333"^^xsd:decimal ;
  dwc:decimalLongitude "10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.68333 10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-9.68333"^^xsd:decimal ;
  geo-pos:long "10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15443'^^xsd:integer;
  dwc:scientificName 'Pseudotindaria erebus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9167'^^xsd:double;
  dwc:latitude '-9.68333'^^xsd:double;
  dwc:aphiaid '818051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15443'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.68333 10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.68333"^^xsd:decimal ;
  dwc:decimalLongitude "10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.68333 10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-9.68333"^^xsd:decimal ;
  geo-pos:long "10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15439'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9167'^^xsd:double;
  dwc:latitude '-9.68333'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.6833 10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.6833"^^xsd:decimal ;
  dwc:decimalLongitude "10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.6833 10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-9.6833"^^xsd:decimal ;
  geo-pos:long "10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9234'^^xsd:integer;
  dwc:scientificName 'Halacarus longior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9167'^^xsd:double;
  dwc:latitude '-9.6833'^^xsd:double;
  dwc:aphiaid '183179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6867 10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.6867"^^xsd:decimal ;
  dwc:decimalLongitude "10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6867 10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-18.6867"^^xsd:decimal ;
  geo-pos:long "10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8005'^^xsd:integer;
  dwc:scientificName 'Echinocletodes bodini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9333'^^xsd:double;
  dwc:latitude '-18.6867'^^xsd:double;
  dwc:aphiaid '351217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '746104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7 10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7"^^xsd:decimal ;
  dwc:decimalLongitude "10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7 10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7"^^xsd:decimal ;
  geo-pos:long "10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1655'^^xsd:integer;
  dwc:scientificName 'Procampylaspis arguini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9333'^^xsd:double;
  dwc:latitude '-9.7'^^xsd:double;
  dwc:aphiaid '110580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7 10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7"^^xsd:decimal ;
  dwc:decimalLongitude "10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7 10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7"^^xsd:decimal ;
  geo-pos:long "10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1978'^^xsd:integer;
  dwc:scientificName 'Styloptocuma gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9333'^^xsd:double;
  dwc:latitude '-9.7'^^xsd:double;
  dwc:aphiaid '110591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7 10.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7"^^xsd:decimal ;
  dwc:decimalLongitude "10.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7 10.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7"^^xsd:decimal ;
  geo-pos:long "10.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '422'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9333'^^xsd:double;
  dwc:latitude '-9.7'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6667 10.9383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.6667"^^xsd:decimal ;
  dwc:decimalLongitude "10.9383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6667 10.9383)"^^geo:wktLiteral ;
  geo-pos:lat "-18.6667"^^xsd:decimal ;
  geo-pos:long "10.9383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15598'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9383'^^xsd:double;
  dwc:latitude '-18.6667'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6667 10.9383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.6667"^^xsd:decimal ;
  dwc:decimalLongitude "10.9383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6667 10.9383)"^^geo:wktLiteral ;
  geo-pos:lat "-18.6667"^^xsd:decimal ;
  geo-pos:long "10.9383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15599'^^xsd:integer;
  dwc:scientificName 'Cuspidaria jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9383'^^xsd:double;
  dwc:latitude '-18.6667'^^xsd:double;
  dwc:aphiaid '139447'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6667 10.9383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.6667"^^xsd:decimal ;
  dwc:decimalLongitude "10.9383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6667 10.9383)"^^geo:wktLiteral ;
  geo-pos:lat "-18.6667"^^xsd:decimal ;
  geo-pos:long "10.9383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15601'^^xsd:integer;
  dwc:scientificName 'Cuspidaria atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9383'^^xsd:double;
  dwc:latitude '-18.6667'^^xsd:double;
  dwc:aphiaid '139438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6667 10.9383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.6667"^^xsd:decimal ;
  dwc:decimalLongitude "10.9383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.6667 10.9383)"^^geo:wktLiteral ;
  geo-pos:lat "-18.6667"^^xsd:decimal ;
  geo-pos:long "10.9383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15597'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata lanceolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.9383'^^xsd:double;
  dwc:latitude '-18.6667'^^xsd:double;
  dwc:aphiaid '546304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871945'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.725"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "-9.725"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15458'^^xsd:integer;
  dwc:scientificName 'Halonympha atlanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '-9.725'^^xsd:double;
  dwc:aphiaid '408164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408164'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.725"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "-9.725"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15457'^^xsd:integer;
  dwc:scientificName 'Yoldiella artipica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '-9.725'^^xsd:double;
  dwc:aphiaid '506505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506505'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.725"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "-9.725"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15455'^^xsd:integer;
  dwc:scientificName 'Verticordia triangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '-9.725'^^xsd:double;
  dwc:aphiaid '405128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.725"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "-9.725"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15456'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '-9.725'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.725"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "-9.725"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15459'^^xsd:integer;
  dwc:scientificName 'Ledella sublevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '-9.725'^^xsd:double;
  dwc:aphiaid '420663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.725"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.725 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "-9.725"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15442'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '-9.725'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.7167"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.7167 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "-9.7167"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '993'^^xsd:integer;
  dwc:scientificName 'Campylaspis guttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '-9.7167'^^xsd:double;
  dwc:aphiaid '182406'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.71667 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.71667"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.71667 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "-9.71667"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10456'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '-9.71667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.71667 10.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.71667"^^xsd:decimal ;
  dwc:decimalLongitude "10.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.71667 10.95)"^^geo:wktLiteral ;
  geo-pos:lat "-9.71667"^^xsd:decimal ;
  geo-pos:long "10.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10632'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '10.95'^^xsd:double;
  dwc:latitude '-9.71667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.45 11.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.45"^^xsd:decimal ;
  dwc:decimalLongitude "11.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.45 11.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-12.45"^^xsd:decimal ;
  geo-pos:long "11.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2608'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.0167'^^xsd:double;
  dwc:latitude '-12.45'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.3283 11.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.3283"^^xsd:decimal ;
  dwc:decimalLongitude "11.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.3283 11.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-12.3283"^^xsd:decimal ;
  geo-pos:long "11.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8011'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.0233'^^xsd:double;
  dwc:latitude '-12.3283'^^xsd:double;
  dwc:aphiaid '356235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '580847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0233 11.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0233"^^xsd:decimal ;
  dwc:decimalLongitude "11.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0233 11.0233)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0233"^^xsd:decimal ;
  geo-pos:long "11.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8009'^^xsd:integer;
  dwc:scientificName 'Tachidiopsis parasimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.0233'^^xsd:double;
  dwc:latitude '-12.0233'^^xsd:double;
  dwc:aphiaid '356236'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '580846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.9333 11.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.9333"^^xsd:decimal ;
  dwc:decimalLongitude "11.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.9333 11.03)"^^geo:wktLiteral ;
  geo-pos:lat "-19.9333"^^xsd:decimal ;
  geo-pos:long "11.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8008'^^xsd:integer;
  dwc:scientificName 'Echinocletodes walvisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.03'^^xsd:double;
  dwc:latitude '-19.9333'^^xsd:double;
  dwc:aphiaid '358400'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '746103'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.3567 11.045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.3567"^^xsd:decimal ;
  dwc:decimalLongitude "11.045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.3567 11.045)"^^geo:wktLiteral ;
  geo-pos:lat "-12.3567"^^xsd:decimal ;
  geo-pos:long "11.045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16864'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.045'^^xsd:double;
  dwc:latitude '-12.3567'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.35 11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.35"^^xsd:decimal ;
  dwc:decimalLongitude "11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.35 11.05)"^^geo:wktLiteral ;
  geo-pos:lat "-12.35"^^xsd:decimal ;
  geo-pos:long "11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10509'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.05'^^xsd:double;
  dwc:latitude '-12.35'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.35 11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.35"^^xsd:decimal ;
  dwc:decimalLongitude "11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.35 11.05)"^^geo:wktLiteral ;
  geo-pos:lat "-12.35"^^xsd:decimal ;
  geo-pos:long "11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10755'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.05'^^xsd:double;
  dwc:latitude '-12.35'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48 11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.48"^^xsd:decimal ;
  dwc:decimalLongitude "11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48 11.05)"^^geo:wktLiteral ;
  geo-pos:lat "-9.48"^^xsd:decimal ;
  geo-pos:long "11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3050'^^xsd:integer;
  dwc:scientificName 'Panetela wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.05'^^xsd:double;
  dwc:latitude '-9.48'^^xsd:double;
  dwc:aphiaid '256315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256315'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.7283"^^xsd:decimal ;
  dwc:decimalLongitude "11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "-21.7283"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8780'^^xsd:integer;
  dwc:scientificName 'Cervonema jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:latitude '-21.7283'^^xsd:double;
  dwc:aphiaid '230044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.7283"^^xsd:decimal ;
  dwc:decimalLongitude "11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "-21.7283"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8785'^^xsd:integer;
  dwc:scientificName 'Cervonema brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:latitude '-21.7283'^^xsd:double;
  dwc:aphiaid '230043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.7283"^^xsd:decimal ;
  dwc:decimalLongitude "11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "-21.7283"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8797'^^xsd:integer;
  dwc:scientificName 'Metacyatholaimus chabaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:latitude '-21.7283'^^xsd:double;
  dwc:aphiaid '230593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.7283"^^xsd:decimal ;
  dwc:decimalLongitude "11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "-21.7283"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8810'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus hamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:latitude '-21.7283'^^xsd:double;
  dwc:aphiaid '229970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.7283"^^xsd:decimal ;
  dwc:decimalLongitude "11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "-21.7283"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8817'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:latitude '-21.7283'^^xsd:double;
  dwc:aphiaid '120938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.7283"^^xsd:decimal ;
  dwc:decimalLongitude "11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "-21.7283"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8826'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:latitude '-21.7283'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.7283"^^xsd:decimal ;
  dwc:decimalLongitude "11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "-21.7283"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8828'^^xsd:integer;
  dwc:scientificName 'Acantholaimus macramphis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:latitude '-21.7283'^^xsd:double;
  dwc:aphiaid '227572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227572'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.7283"^^xsd:decimal ;
  dwc:decimalLongitude "11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7283 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "-21.7283"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8801'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus latens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:latitude '-21.7283'^^xsd:double;
  dwc:aphiaid '230713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8779'^^xsd:integer;
  dwc:scientificName 'Cervonema jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '230044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8786'^^xsd:integer;
  dwc:scientificName 'Pierrickia vitielloi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '230777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230777'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8789'^^xsd:integer;
  dwc:scientificName 'Comesomoides deconincki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '230073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8796'^^xsd:integer;
  dwc:scientificName 'Metacyatholaimus chabaudi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '230593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8805'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus ferulaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '230925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8809'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus cancellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '229968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8816'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '120938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8825'^^xsd:integer;
  dwc:scientificName 'Acantholaimus microdontus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '227573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8827'^^xsd:integer;
  dwc:scientificName 'Acantholaimus macramphis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '227572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8827'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227572'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15595'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8842'^^xsd:integer;
  dwc:scientificName 'Acantholaimus septimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '182952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8846'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8833'^^xsd:integer;
  dwc:scientificName 'Acantholaimus quintus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '182951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8833'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8839'^^xsd:integer;
  dwc:scientificName 'Acantholaimus maks'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '182948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8565'^^xsd:integer;
  dwc:scientificName 'Comesomoides deconincki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '230073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7667 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.7667"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.7667 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.7667"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10754'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '-21.7667'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10561'^^xsd:integer;
  dwc:scientificName 'Nephasoma abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '424351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10601'^^xsd:integer;
  dwc:scientificName 'Nephasoma capilleforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '424359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.75"^^xsd:decimal ;
  dwc:decimalLongitude "11.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.75 11.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-21.75"^^xsd:decimal ;
  geo-pos:long "11.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10756'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1333'^^xsd:double;
  dwc:latitude '-21.75'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66667 11.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66667"^^xsd:decimal ;
  dwc:decimalLongitude "11.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66667 11.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.66667"^^xsd:decimal ;
  geo-pos:long "11.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12284'^^xsd:integer;
  dwc:scientificName 'Pelagodiscus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1667'^^xsd:double;
  dwc:latitude '-8.66667'^^xsd:double;
  dwc:aphiaid '183339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66667 11.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66667"^^xsd:decimal ;
  dwc:decimalLongitude "11.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66667 11.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.66667"^^xsd:decimal ;
  geo-pos:long "11.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14607'^^xsd:integer;
  dwc:scientificName 'Policordia lisbetae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1667'^^xsd:double;
  dwc:latitude '-8.66667'^^xsd:double;
  dwc:aphiaid '405969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '508020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66667 11.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.66667"^^xsd:decimal ;
  dwc:decimalLongitude "11.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.66667 11.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.66667"^^xsd:decimal ;
  geo-pos:long "11.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14608'^^xsd:integer;
  dwc:scientificName 'Cyclopecten (Hyalopecten) undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.1667'^^xsd:double;
  dwc:latitude '-8.66667'^^xsd:double;
  dwc:aphiaid '428626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 11.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2667"^^xsd:decimal ;
  dwc:decimalLongitude "11.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 11.4667)"^^geo:wktLiteral ;
  geo-pos:lat "58.2667"^^xsd:decimal ;
  geo-pos:long "11.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11380'^^xsd:integer;
  dwc:scientificName 'Microdajus langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.4667'^^xsd:double;
  dwc:latitude '58.2667'^^xsd:double;
  dwc:aphiaid '136615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 11.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2667"^^xsd:decimal ;
  dwc:decimalLongitude "11.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 11.4833)"^^geo:wktLiteral ;
  geo-pos:lat "58.2667"^^xsd:decimal ;
  geo-pos:long "11.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11381'^^xsd:integer;
  dwc:scientificName 'Microdajus langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.4833'^^xsd:double;
  dwc:latitude '58.2667'^^xsd:double;
  dwc:aphiaid '136615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48333 11.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.48333"^^xsd:decimal ;
  dwc:decimalLongitude "11.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48333 11.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.48333"^^xsd:decimal ;
  geo-pos:long "11.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15453'^^xsd:integer;
  dwc:scientificName 'Microgloma yongei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5667'^^xsd:double;
  dwc:latitude '-9.48333'^^xsd:double;
  dwc:aphiaid '506521'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506521'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48333 11.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.48333"^^xsd:decimal ;
  dwc:decimalLongitude "11.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48333 11.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.48333"^^xsd:decimal ;
  geo-pos:long "11.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15452'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5667'^^xsd:double;
  dwc:latitude '-9.48333'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48333 11.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.48333"^^xsd:decimal ;
  dwc:decimalLongitude "11.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48333 11.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.48333"^^xsd:decimal ;
  geo-pos:long "11.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15446'^^xsd:integer;
  dwc:scientificName 'Bathyarca inaequisculpta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5667'^^xsd:double;
  dwc:latitude '-9.48333'^^xsd:double;
  dwc:aphiaid '138798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48 11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.48"^^xsd:decimal ;
  dwc:decimalLongitude "11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48 11.57)"^^geo:wktLiteral ;
  geo-pos:lat "-9.48"^^xsd:decimal ;
  geo-pos:long "11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3013'^^xsd:integer;
  dwc:scientificName 'Exiliniscus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.57'^^xsd:double;
  dwc:latitude '-9.48'^^xsd:double;
  dwc:aphiaid '260383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '260383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48 11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.48"^^xsd:decimal ;
  dwc:decimalLongitude "11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.48 11.57)"^^geo:wktLiteral ;
  geo-pos:lat "-9.48"^^xsd:decimal ;
  geo-pos:long "11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3932'^^xsd:integer;
  dwc:scientificName 'Ilyarachna una'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.57'^^xsd:double;
  dwc:latitude '-9.48'^^xsd:double;
  dwc:aphiaid '255874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3932'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.45"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.45"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '467'^^xsd:integer;
  dwc:scientificName 'Leucon spiniventris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.45'^^xsd:double;
  dwc:aphiaid '182336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.45"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.45"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '511'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.45'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.45"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.45"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1090'^^xsd:integer;
  dwc:scientificName 'Atlantocuma tenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.45'^^xsd:double;
  dwc:aphiaid '181604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.45"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.45"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1656'^^xsd:integer;
  dwc:scientificName 'Procampylaspis arguini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.45'^^xsd:double;
  dwc:aphiaid '110580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.45"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.45"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1659'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.45'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.45"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.45"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1915'^^xsd:integer;
  dwc:scientificName 'Styloptocuma dayae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.45'^^xsd:double;
  dwc:aphiaid '182543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.45"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.45 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.45"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '423'^^xsd:integer;
  dwc:scientificName 'Leucon socius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.45'^^xsd:double;
  dwc:aphiaid '182335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.41667 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.41667"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.41667 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.41667"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15445'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.41667'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.41667 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.41667"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.41667 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.41667"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15447'^^xsd:integer;
  dwc:scientificName 'Cuspidaria parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.41667'^^xsd:double;
  dwc:aphiaid '139452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15447'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.41667 11.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.41667"^^xsd:decimal ;
  dwc:decimalLongitude "11.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.41667 11.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.41667"^^xsd:decimal ;
  geo-pos:long "11.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15448'^^xsd:integer;
  dwc:scientificName 'Protocuspidaria verityi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.5833'^^xsd:double;
  dwc:latitude '-9.41667'^^xsd:double;
  dwc:aphiaid '183374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.6667 11.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.6667"^^xsd:decimal ;
  dwc:decimalLongitude "11.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.6667 11.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-7.6667"^^xsd:decimal ;
  geo-pos:long "11.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4839'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.7167'^^xsd:double;
  dwc:latitude '-7.6667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.6667 11.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.6667"^^xsd:decimal ;
  dwc:decimalLongitude "11.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.6667 11.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-7.6667"^^xsd:decimal ;
  geo-pos:long "11.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4964'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.7167'^^xsd:double;
  dwc:latitude '-7.6667'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4964'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.6667 11.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.6667"^^xsd:decimal ;
  dwc:decimalLongitude "11.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.6667 11.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-7.6667"^^xsd:decimal ;
  geo-pos:long "11.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5506'^^xsd:integer;
  dwc:scientificName 'Pseudotanais denticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.7167'^^xsd:double;
  dwc:latitude '-7.6667'^^xsd:double;
  dwc:aphiaid '136503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2 11.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.2"^^xsd:decimal ;
  dwc:decimalLongitude "11.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2 11.8833)"^^geo:wktLiteral ;
  geo-pos:lat "57.2"^^xsd:decimal ;
  geo-pos:long "11.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2804'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.8833'^^xsd:double;
  dwc:latitude '57.2'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95 11.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.95"^^xsd:decimal ;
  dwc:decimalLongitude "11.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95 11.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.95"^^xsd:decimal ;
  geo-pos:long "11.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2729'^^xsd:integer;
  dwc:scientificName 'Diastylis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9'^^xsd:double;
  dwc:latitude '37.95'^^xsd:double;
  dwc:aphiaid '110474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "11.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9"^^xsd:decimal ;
  geo-pos:long "11.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10257'^^xsd:integer;
  dwc:scientificName 'Phascolion canum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9167'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:aphiaid '424613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "11.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9"^^xsd:decimal ;
  geo-pos:long "11.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10835'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9167'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10835'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "11.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9"^^xsd:decimal ;
  geo-pos:long "11.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15375'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9167'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15375'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "11.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9"^^xsd:decimal ;
  geo-pos:long "11.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15381'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9167'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "11.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9"^^xsd:decimal ;
  geo-pos:long "11.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15386'^^xsd:integer;
  dwc:scientificName 'Ledella lusitanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9167'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:aphiaid '506327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506327'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "11.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9"^^xsd:decimal ;
  geo-pos:long "11.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15388'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9167'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "11.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9"^^xsd:decimal ;
  geo-pos:long "11.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15366'^^xsd:integer;
  dwc:scientificName 'Pristigloma nitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9167'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:aphiaid '140847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15366'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "11.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 11.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9"^^xsd:decimal ;
  geo-pos:long "11.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15368'^^xsd:integer;
  dwc:scientificName 'Ledella sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9167'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:aphiaid '506336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15368'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.8883 11.9367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.8883"^^xsd:decimal ;
  dwc:decimalLongitude "11.9367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.8883 11.9367)"^^geo:wktLiteral ;
  geo-pos:lat "-22.8883"^^xsd:decimal ;
  geo-pos:long "11.9367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17083'^^xsd:integer;
  dwc:scientificName 'Limopsis tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9367'^^xsd:double;
  dwc:latitude '-22.8883'^^xsd:double;
  dwc:aphiaid '156787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5167 11.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5167"^^xsd:decimal ;
  dwc:decimalLongitude "11.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5167 11.95)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5167"^^xsd:decimal ;
  geo-pos:long "11.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2609'^^xsd:integer;
  dwc:scientificName 'Diastyloides atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.95'^^xsd:double;
  dwc:latitude '-10.5167'^^xsd:double;
  dwc:aphiaid '181997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.8367 11.9983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.8367"^^xsd:decimal ;
  dwc:decimalLongitude "11.9983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.8367 11.9983)"^^geo:wktLiteral ;
  geo-pos:lat "-22.8367"^^xsd:decimal ;
  geo-pos:long "11.9983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15596'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '11.9983'^^xsd:double;
  dwc:latitude '-22.8367'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6"^^xsd:decimal ;
  dwc:decimalLongitude "12.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  geo-pos:lat "76.6"^^xsd:decimal ;
  geo-pos:long "12.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6750'^^xsd:integer;
  dwc:scientificName 'Paramesochra arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.1667'^^xsd:double;
  dwc:latitude '76.6'^^xsd:double;
  dwc:aphiaid '354278'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366234'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6"^^xsd:decimal ;
  dwc:decimalLongitude "12.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  geo-pos:lat "76.6"^^xsd:decimal ;
  geo-pos:long "12.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6805'^^xsd:integer;
  dwc:scientificName 'Hemicletodes typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.1667'^^xsd:double;
  dwc:latitude '76.6'^^xsd:double;
  dwc:aphiaid '115646'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115646'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6"^^xsd:decimal ;
  dwc:decimalLongitude "12.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  geo-pos:lat "76.6"^^xsd:decimal ;
  geo-pos:long "12.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6793'^^xsd:integer;
  dwc:scientificName 'Paranannopus sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.1667'^^xsd:double;
  dwc:latitude '76.6'^^xsd:double;
  dwc:aphiaid '115855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6"^^xsd:decimal ;
  dwc:decimalLongitude "12.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  geo-pos:lat "76.6"^^xsd:decimal ;
  geo-pos:long "12.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6781'^^xsd:integer;
  dwc:scientificName 'Eurycletodes echinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.1667'^^xsd:double;
  dwc:latitude '76.6'^^xsd:double;
  dwc:aphiaid '116719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6"^^xsd:decimal ;
  dwc:decimalLongitude "12.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  geo-pos:lat "76.6"^^xsd:decimal ;
  geo-pos:long "12.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6777'^^xsd:integer;
  dwc:scientificName 'Eurycletodes abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.1667'^^xsd:double;
  dwc:latitude '76.6'^^xsd:double;
  dwc:aphiaid '116716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116716'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6"^^xsd:decimal ;
  dwc:decimalLongitude "12.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  geo-pos:lat "76.6"^^xsd:decimal ;
  geo-pos:long "12.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2782'^^xsd:integer;
  dwc:scientificName 'Diastylis polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.1667'^^xsd:double;
  dwc:latitude '76.6'^^xsd:double;
  dwc:aphiaid '110486'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6"^^xsd:decimal ;
  dwc:decimalLongitude "12.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6 12.1667)"^^geo:wktLiteral ;
  geo-pos:lat "76.6"^^xsd:decimal ;
  geo-pos:long "12.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8278'^^xsd:integer;
  dwc:scientificName 'Atrochromadora microlaima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.1667'^^xsd:double;
  dwc:latitude '76.6'^^xsd:double;
  dwc:aphiaid '120675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120675'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333 12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9333"^^xsd:decimal ;
  dwc:decimalLongitude "12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333 12.25)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9333"^^xsd:decimal ;
  geo-pos:long "12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9190'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus acanthophorus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.25'^^xsd:double;
  dwc:latitude '-8.9333'^^xsd:double;
  dwc:aphiaid '406632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333 12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.9333"^^xsd:decimal ;
  dwc:decimalLongitude "12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.9333 12.25)"^^geo:wktLiteral ;
  geo-pos:lat "-8.9333"^^xsd:decimal ;
  geo-pos:long "12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8151'^^xsd:integer;
  dwc:scientificName 'Smithsoninema inaequale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.25'^^xsd:double;
  dwc:latitude '-8.9333'^^xsd:double;
  dwc:aphiaid '877095'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '877095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.0167"^^xsd:decimal ;
  dwc:decimalLongitude "12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.0167"^^xsd:decimal ;
  geo-pos:long "12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1916'^^xsd:integer;
  dwc:scientificName 'Styloptocuma dayae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2667'^^xsd:double;
  dwc:latitude '-9.0167'^^xsd:double;
  dwc:aphiaid '182543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.0167"^^xsd:decimal ;
  dwc:decimalLongitude "12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.0167"^^xsd:decimal ;
  geo-pos:long "12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1808'^^xsd:integer;
  dwc:scientificName 'Procampylaspis profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2667'^^xsd:double;
  dwc:latitude '-9.0167'^^xsd:double;
  dwc:aphiaid '182617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.0167"^^xsd:decimal ;
  dwc:decimalLongitude "12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.0167"^^xsd:decimal ;
  geo-pos:long "12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1949'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2667'^^xsd:double;
  dwc:latitude '-9.0167'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.0167"^^xsd:decimal ;
  dwc:decimalLongitude "12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.0167"^^xsd:decimal ;
  geo-pos:long "12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1965'^^xsd:integer;
  dwc:scientificName 'Styloptocuma exstans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2667'^^xsd:double;
  dwc:latitude '-9.0167'^^xsd:double;
  dwc:aphiaid '182546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1965'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.0167"^^xsd:decimal ;
  dwc:decimalLongitude "12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0167 12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-9.0167"^^xsd:decimal ;
  geo-pos:long "12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '376'^^xsd:integer;
  dwc:scientificName 'Leucon ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2667'^^xsd:double;
  dwc:latitude '-9.0167'^^xsd:double;
  dwc:aphiaid '182329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.4833 12.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.4833"^^xsd:decimal ;
  dwc:decimalLongitude "12.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.4833 12.2667)"^^geo:wktLiteral ;
  geo-pos:lat "76.4833"^^xsd:decimal ;
  geo-pos:long "12.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10967'^^xsd:integer;
  dwc:scientificName 'Nephasoma marinki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2667'^^xsd:double;
  dwc:latitude '76.4833'^^xsd:double;
  dwc:aphiaid '424420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67"^^xsd:decimal ;
  dwc:decimalLongitude "12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 12.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.67"^^xsd:decimal ;
  geo-pos:long "12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3116'^^xsd:integer;
  dwc:scientificName 'Macrostylis magnifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.28'^^xsd:double;
  dwc:latitude '54.67'^^xsd:double;
  dwc:aphiaid '183252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.0167"^^xsd:decimal ;
  dwc:decimalLongitude "12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.0167 12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.0167"^^xsd:decimal ;
  geo-pos:long "12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8007'^^xsd:integer;
  dwc:scientificName 'Zosime reyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2833'^^xsd:double;
  dwc:latitude '-22.0167'^^xsd:double;
  dwc:aphiaid '356523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '356523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.8667 12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.8667"^^xsd:decimal ;
  dwc:decimalLongitude "12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.8667 12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-20.8667"^^xsd:decimal ;
  geo-pos:long "12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16727'^^xsd:integer;
  dwc:scientificName 'Bathyneaera tillamookensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2833'^^xsd:double;
  dwc:latitude '-20.8667'^^xsd:double;
  dwc:aphiaid '408525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0833 12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0833 12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.0833"^^xsd:decimal ;
  geo-pos:long "12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9257'^^xsd:integer;
  dwc:scientificName 'Werthella atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2833'^^xsd:double;
  dwc:latitude '-9.0833'^^xsd:double;
  dwc:aphiaid '407237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0833 12.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.0833 12.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-9.0833"^^xsd:decimal ;
  geo-pos:long "12.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9183'^^xsd:integer;
  dwc:scientificName 'Agaue corollata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.2833'^^xsd:double;
  dwc:latitude '-9.0833'^^xsd:double;
  dwc:aphiaid '114878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '114878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '969'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:969'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '978'^^xsd:integer;
  dwc:scientificName 'Campylaspis bulbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '182390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '977'^^xsd:integer;
  dwc:scientificName 'Campylaspis bulbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '182390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:977'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '510'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1065'^^xsd:integer;
  dwc:scientificName 'Floridocuma brevicorne'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1065'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15372'^^xsd:integer;
  dwc:scientificName 'Yoldiella bilanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '506507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1064'^^xsd:integer;
  dwc:scientificName 'Floridocuma brevicorne'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1064'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1024'^^xsd:integer;
  dwc:scientificName 'Campylaspis multinodosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '182424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1430'^^xsd:integer;
  dwc:scientificName 'Cumella divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '182495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1654'^^xsd:integer;
  dwc:scientificName 'Procampylaspis arguini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '110580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1806'^^xsd:integer;
  dwc:scientificName 'Procampylaspis profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '182617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10832'^^xsd:integer;
  dwc:scientificName 'Onchnesoma steenstrupii steenstrupii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '410742'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410742'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10731'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes corrugatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '425255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410733'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15380'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15384'^^xsd:integer;
  dwc:scientificName 'Ledella sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '506336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15387'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A36> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '36'^^xsd:integer;
  dwc:scientificName 'Campylaspis bulbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '182390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:36'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15367'^^xsd:integer;
  dwc:scientificName 'Cuspidaria atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:aphiaid '139438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15367'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0333"^^xsd:decimal ;
  dwc:decimalLongitude "12.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0333 12.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0333"^^xsd:decimal ;
  geo-pos:long "12.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '134'^^xsd:integer;
  dwc:scientificName 'Floridocuma brevicorne'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3167'^^xsd:double;
  dwc:latitude '-23.0333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:134'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.08 12.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.08"^^xsd:decimal ;
  dwc:decimalLongitude "12.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.08 12.32)"^^geo:wktLiteral ;
  geo-pos:lat "-23.08"^^xsd:decimal ;
  geo-pos:long "12.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3970'^^xsd:integer;
  dwc:scientificName 'Betamorpha characta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.32'^^xsd:double;
  dwc:latitude '-23.08'^^xsd:double;
  dwc:aphiaid '258023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3970'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258023'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.03 12.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.03"^^xsd:decimal ;
  dwc:decimalLongitude "12.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.03 12.32)"^^geo:wktLiteral ;
  geo-pos:lat "-23.03"^^xsd:decimal ;
  geo-pos:long "12.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3904'^^xsd:integer;
  dwc:scientificName 'Ilyarachna triangulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.32'^^xsd:double;
  dwc:latitude '-23.03'^^xsd:double;
  dwc:aphiaid '255872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3904'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "12.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "12.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8777'^^xsd:integer;
  dwc:scientificName 'Cervonema jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3417'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '230044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "12.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "12.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8784'^^xsd:integer;
  dwc:scientificName 'Cervonema brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3417'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '230043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "12.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "12.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8793'^^xsd:integer;
  dwc:scientificName 'Pomponema corniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3417'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '230788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "12.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "12.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8807'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus cancellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3417'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '229968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "12.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "12.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8811'^^xsd:integer;
  dwc:scientificName 'Metasphaerolaimus inglisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3417'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '229971'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229971'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "12.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "12.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8814'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3417'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '120938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "12.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "12.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8831'^^xsd:integer;
  dwc:scientificName 'Acantholaimus quintus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3417'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '182951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "12.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "12.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8841'^^xsd:integer;
  dwc:scientificName 'Acantholaimus septimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3417'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '182952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.05"^^xsd:decimal ;
  dwc:decimalLongitude "12.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.05 12.3417)"^^geo:wktLiteral ;
  geo-pos:lat "-12.05"^^xsd:decimal ;
  geo-pos:long "12.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8844'^^xsd:integer;
  dwc:scientificName 'Acantholaimus jubilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3417'^^xsd:double;
  dwc:latitude '-12.05'^^xsd:double;
  dwc:aphiaid '182947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0617 12.3717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0617"^^xsd:decimal ;
  dwc:decimalLongitude "12.3717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0617 12.3717)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0617"^^xsd:decimal ;
  geo-pos:long "12.3717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15603'^^xsd:integer;
  dwc:scientificName 'Spinula hilleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3717'^^xsd:double;
  dwc:latitude '-12.0617'^^xsd:double;
  dwc:aphiaid '183442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0617 12.3717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0617"^^xsd:decimal ;
  dwc:decimalLongitude "12.3717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0617 12.3717)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0617"^^xsd:decimal ;
  geo-pos:long "12.3717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15604'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3717'^^xsd:double;
  dwc:latitude '-12.0617'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0617 12.3717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0617"^^xsd:decimal ;
  dwc:decimalLongitude "12.3717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0617 12.3717)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0617"^^xsd:decimal ;
  geo-pos:long "12.3717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15605'^^xsd:integer;
  dwc:scientificName 'Cuspidaria ventricosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3717'^^xsd:double;
  dwc:latitude '-12.0617'^^xsd:double;
  dwc:aphiaid '139457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0617 12.3717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.0617"^^xsd:decimal ;
  dwc:decimalLongitude "12.3717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.0617 12.3717)"^^geo:wktLiteral ;
  geo-pos:lat "-12.0617"^^xsd:decimal ;
  geo-pos:long "12.3717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15575'^^xsd:integer;
  dwc:scientificName 'Malletia pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.3717'^^xsd:double;
  dwc:latitude '-12.0617'^^xsd:double;
  dwc:aphiaid '197255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.2844 12.4014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.2844"^^xsd:decimal ;
  dwc:decimalLongitude "12.4014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.2844 12.4014)"^^geo:wktLiteral ;
  geo-pos:lat "-25.2844"^^xsd:decimal ;
  geo-pos:long "12.4014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5274'^^xsd:integer;
  dwc:scientificName 'Typhlotanais longisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.4014'^^xsd:double;
  dwc:latitude '-25.2844'^^xsd:double;
  dwc:aphiaid '244618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5274'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 12.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.55"^^xsd:decimal ;
  dwc:decimalLongitude "12.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.55 12.45)"^^geo:wktLiteral ;
  geo-pos:lat "-25.55"^^xsd:decimal ;
  geo-pos:long "12.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10143'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.45'^^xsd:double;
  dwc:latitude '-25.55'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '968'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.5167'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:968'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '992'^^xsd:integer;
  dwc:scientificName 'Campylaspis guttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.5167'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '182406'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1023'^^xsd:integer;
  dwc:scientificName 'Campylaspis multinodosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.5167'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '182424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A46> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '46'^^xsd:integer;
  dwc:scientificName 'Campylaspis guttata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.5167'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '182406'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:46'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.08 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.08"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.08 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "-23.08"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3969'^^xsd:integer;
  dwc:scientificName 'Betamorpha characta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '-23.08'^^xsd:double;
  dwc:aphiaid '258023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3969'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258023'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15371'^^xsd:integer;
  dwc:scientificName 'Policordia gemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.525'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '141953'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15371'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15378'^^xsd:integer;
  dwc:scientificName 'Yoldiella bilanta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.525'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '506507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15378'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15374'^^xsd:integer;
  dwc:scientificName 'Policordia densicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.525'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '141952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15374'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15376'^^xsd:integer;
  dwc:scientificName 'Cuspidaria atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.525'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '139438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15376'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15369'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.525'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15369'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15382'^^xsd:integer;
  dwc:scientificName 'Policordia insolita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.525'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '405960'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15385'^^xsd:integer;
  dwc:scientificName 'Ledella sandersi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.525'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '506336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.525)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15365'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata lanceolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.525'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '546304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15365'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871945'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5333)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '509'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.5333)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1948'^^xsd:integer;
  dwc:scientificName 'Styloptocuma erectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.5333'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '182545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.1667 12.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.1667"^^xsd:decimal ;
  dwc:decimalLongitude "12.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.1667 12.6667)"^^geo:wktLiteral ;
  geo-pos:lat "75.1667"^^xsd:decimal ;
  geo-pos:long "12.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9395'^^xsd:integer;
  dwc:scientificName 'Caulophacus arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.6667'^^xsd:double;
  dwc:latitude '75.1667'^^xsd:double;
  dwc:aphiaid '134398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9395'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.1667 12.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.1667"^^xsd:decimal ;
  dwc:decimalLongitude "12.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.1667 12.6667)"^^geo:wktLiteral ;
  geo-pos:lat "75.1667"^^xsd:decimal ;
  geo-pos:long "12.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9523'^^xsd:integer;
  dwc:scientificName 'Cladorhiza gelida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.6667'^^xsd:double;
  dwc:latitude '75.1667'^^xsd:double;
  dwc:aphiaid '133192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.46 12.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.46"^^xsd:decimal ;
  dwc:decimalLongitude "12.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.46 12.67)"^^geo:wktLiteral ;
  geo-pos:lat "40.46"^^xsd:decimal ;
  geo-pos:long "12.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3865'^^xsd:integer;
  dwc:scientificName 'Eurycope laticuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.67'^^xsd:double;
  dwc:latitude '40.46'^^xsd:double;
  dwc:aphiaid '118620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118620'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4825'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15377'^^xsd:integer;
  dwc:scientificName 'Yoldiella capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '506509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15377'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15370'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata lanceolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '546304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871945'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.0833"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.0833 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23.0833"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15373'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23.0833'^^xsd:double;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1025'^^xsd:integer;
  dwc:scientificName 'Campylaspis multinodosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '182424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '967'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:967'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1050'^^xsd:integer;
  dwc:scientificName 'Campylaspis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '182457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1054'^^xsd:integer;
  dwc:scientificName 'Campylaspis sticta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '182459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1022'^^xsd:integer;
  dwc:scientificName 'Campylaspis multinodosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '182424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A55> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '55'^^xsd:integer;
  dwc:scientificName 'Campylaspis multinodosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '182424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:55'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A68> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '68'^^xsd:integer;
  dwc:scientificName 'Campylaspis sticta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '182459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:68'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15347'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata lanceolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '546304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871945'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15348'^^xsd:integer;
  dwc:scientificName 'Yoldiella capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '506509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15348'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15361'^^xsd:integer;
  dwc:scientificName 'Cuspidaria atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '139438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15361'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15357'^^xsd:integer;
  dwc:scientificName 'Halicardia flexuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '156779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15357'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156779'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15353'^^xsd:integer;
  dwc:scientificName 'Policordia densicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '141952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15353'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15354'^^xsd:integer;
  dwc:scientificName 'Yoldiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '181271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15354'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7667 12.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.7667"^^xsd:decimal ;
  dwc:decimalLongitude "12.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.7667 12.7833)"^^geo:wktLiteral ;
  geo-pos:lat "-8.7667"^^xsd:decimal ;
  geo-pos:long "12.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8152'^^xsd:integer;
  dwc:scientificName 'Smithsoninema inaequale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.7833'^^xsd:double;
  dwc:latitude '-8.7667'^^xsd:double;
  dwc:aphiaid '877095'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '877095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8 12.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8"^^xsd:decimal ;
  dwc:decimalLongitude "12.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8 12.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8"^^xsd:decimal ;
  geo-pos:long "12.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15449'^^xsd:integer;
  dwc:scientificName 'Portlandia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.8667'^^xsd:double;
  dwc:latitude '-8.8'^^xsd:double;
  dwc:aphiaid '543113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506478'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8 12.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8"^^xsd:decimal ;
  dwc:decimalLongitude "12.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8 12.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8"^^xsd:decimal ;
  geo-pos:long "12.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15450'^^xsd:integer;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.8667'^^xsd:double;
  dwc:latitude '-8.8'^^xsd:double;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8 12.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.8"^^xsd:decimal ;
  dwc:decimalLongitude "12.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.8 12.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-8.8"^^xsd:decimal ;
  geo-pos:long "12.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15444'^^xsd:integer;
  dwc:scientificName 'Cuspidaria (Tropidomya) diagonalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.8667'^^xsd:double;
  dwc:latitude '-8.8'^^xsd:double;
  dwc:aphiaid '539227'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408153'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.96 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.96"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.96 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "-11.96"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3334'^^xsd:integer;
  dwc:scientificName 'Haploniscus myriamae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '-11.96'^^xsd:double;
  dwc:aphiaid '118664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.9633 12.905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.9633"^^xsd:decimal ;
  dwc:decimalLongitude "12.905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.9633 12.905)"^^geo:wktLiteral ;
  geo-pos:lat "-10.9633"^^xsd:decimal ;
  geo-pos:long "12.905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16855'^^xsd:integer;
  dwc:scientificName 'Limopsis cristata lanceolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.905'^^xsd:double;
  dwc:latitude '-10.9633'^^xsd:double;
  dwc:aphiaid '546304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '871945'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15362'^^xsd:integer;
  dwc:scientificName 'Yoldiella hanna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.9667'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '506512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15362'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15360'^^xsd:integer;
  dwc:scientificName 'Portlandia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.9667'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '543113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506478'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23"^^xsd:decimal ;
  dwc:decimalLongitude "12.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23 12.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-23"^^xsd:decimal ;
  geo-pos:long "12.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15356'^^xsd:integer;
  dwc:scientificName 'Yoldiella capensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '12.9667'^^xsd:double;
  dwc:latitude '-23'^^xsd:integer;
  dwc:aphiaid '506509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15356'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.95 13.0083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.95"^^xsd:decimal ;
  dwc:decimalLongitude "13.0083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.95 13.0083)"^^geo:wktLiteral ;
  geo-pos:lat "-22.95"^^xsd:decimal ;
  geo-pos:long "13.0083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15364'^^xsd:integer;
  dwc:scientificName 'Cuspidaria (Tropidomya) abbreviata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.0083'^^xsd:double;
  dwc:latitude '-22.95'^^xsd:double;
  dwc:aphiaid '183500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15364'^^xsd:anyURI;
  dwc:aphiaIdAccepted '139470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9667 13.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9667"^^xsd:decimal ;
  dwc:decimalLongitude "13.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9667 13.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9667"^^xsd:decimal ;
  geo-pos:long "13.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4824'^^xsd:integer;
  dwc:scientificName 'Paranarthrura angolensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.0167'^^xsd:double;
  dwc:latitude '-22.9667'^^xsd:double;
  dwc:aphiaid '247412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247412'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9333 13.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9333"^^xsd:decimal ;
  dwc:decimalLongitude "13.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9333 13.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9333"^^xsd:decimal ;
  geo-pos:long "13.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15358'^^xsd:integer;
  dwc:scientificName 'Policordia atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.0333'^^xsd:double;
  dwc:latitude '-22.9333'^^xsd:double;
  dwc:aphiaid '405955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '405955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.25 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.25"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.25 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.25"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10138'^^xsd:integer;
  dwc:scientificName 'Phascolion dentalicolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-30.25'^^xsd:double;
  dwc:aphiaid '424584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.25 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.25"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.25 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.25"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3690'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-30.25'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.25 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.25"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.25 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.25"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11553'^^xsd:integer;
  dwc:scientificName 'Cryptopora boettgeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-30.25'^^xsd:double;
  dwc:aphiaid '235415'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.2483 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.2483"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.2483 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.2483"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14740'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-30.2483'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.2483 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.2483"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.2483 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.2483"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14741'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-30.2483'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.2483 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.2483"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.2483 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.2483"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5306'^^xsd:integer;
  dwc:scientificName 'Typhlotanais rotundirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-30.2483'^^xsd:double;
  dwc:aphiaid '247692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '826522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.2483 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.2483"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.2483 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.2483"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11562'^^xsd:integer;
  dwc:scientificName 'Cryptopora boettgeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-30.2483'^^xsd:double;
  dwc:aphiaid '235415'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.23"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.23"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3391'^^xsd:integer;
  dwc:scientificName 'Ischnomesus decemspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-30.23'^^xsd:double;
  dwc:aphiaid '255919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3391'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.23"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.23 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "-30.23"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3908'^^xsd:integer;
  dwc:scientificName 'Ilyarachna triangulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '-30.23'^^xsd:double;
  dwc:aphiaid '255872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.95 13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.95"^^xsd:decimal ;
  dwc:decimalLongitude "13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.95 13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.95"^^xsd:decimal ;
  geo-pos:long "13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15363'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.0833'^^xsd:double;
  dwc:latitude '-22.95'^^xsd:double;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.95 13.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.95"^^xsd:decimal ;
  dwc:decimalLongitude "13.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.95 13.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-22.95"^^xsd:decimal ;
  geo-pos:long "13.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15359'^^xsd:integer;
  dwc:scientificName 'Yoldiella hanna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.0833'^^xsd:double;
  dwc:latitude '-22.95'^^xsd:double;
  dwc:aphiaid '506512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.3017 13.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.3017"^^xsd:decimal ;
  dwc:decimalLongitude "13.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.3017 13.265)"^^geo:wktLiteral ;
  geo-pos:lat "-32.3017"^^xsd:decimal ;
  geo-pos:long "13.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16697'^^xsd:integer;
  dwc:scientificName 'Portlandia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.265'^^xsd:double;
  dwc:latitude '-32.3017'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16697'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4833 13.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.4833"^^xsd:decimal ;
  dwc:decimalLongitude "13.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4833 13.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-32.4833"^^xsd:decimal ;
  geo-pos:long "13.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10386'^^xsd:integer;
  dwc:scientificName 'Apionsoma capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.3667'^^xsd:double;
  dwc:latitude '-32.4833'^^xsd:double;
  dwc:aphiaid '136076'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4833 13.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.4833"^^xsd:decimal ;
  dwc:decimalLongitude "13.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4833 13.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-32.4833"^^xsd:decimal ;
  geo-pos:long "13.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10858'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.3667'^^xsd:double;
  dwc:latitude '-32.4833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10858'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4833"^^xsd:decimal ;
  dwc:decimalLongitude "13.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  geo-pos:lat "36.4833"^^xsd:decimal ;
  geo-pos:long "13.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '321'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.3833'^^xsd:double;
  dwc:latitude '36.4833'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:321'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4833"^^xsd:decimal ;
  dwc:decimalLongitude "13.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  geo-pos:lat "36.4833"^^xsd:decimal ;
  geo-pos:long "13.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '316'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.3833'^^xsd:double;
  dwc:latitude '36.4833'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4833"^^xsd:decimal ;
  dwc:decimalLongitude "13.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  geo-pos:lat "36.4833"^^xsd:decimal ;
  geo-pos:long "13.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '317'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.3833'^^xsd:double;
  dwc:latitude '36.4833'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:317'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4833"^^xsd:decimal ;
  dwc:decimalLongitude "13.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  geo-pos:lat "36.4833"^^xsd:decimal ;
  geo-pos:long "13.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '320'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.3833'^^xsd:double;
  dwc:latitude '36.4833'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:320'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4833"^^xsd:decimal ;
  dwc:decimalLongitude "13.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4833 13.3833)"^^geo:wktLiteral ;
  geo-pos:lat "36.4833"^^xsd:decimal ;
  geo-pos:long "13.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '261'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.3833'^^xsd:double;
  dwc:latitude '36.4833'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.1667 13.4019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.1667"^^xsd:decimal ;
  dwc:decimalLongitude "13.4019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.1667 13.4019)"^^geo:wktLiteral ;
  geo-pos:lat "-25.1667"^^xsd:decimal ;
  geo-pos:long "13.4019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4620'^^xsd:integer;
  dwc:scientificName 'Agathotanais brevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.4019'^^xsd:double;
  dwc:latitude '-25.1667'^^xsd:double;
  dwc:aphiaid '247401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.1667 13.4019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.1667"^^xsd:decimal ;
  dwc:decimalLongitude "13.4019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.1667 13.4019)"^^geo:wktLiteral ;
  geo-pos:lat "-25.1667"^^xsd:decimal ;
  geo-pos:long "13.4019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4621'^^xsd:integer;
  dwc:scientificName 'Agathotanais ghilarovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.4019'^^xsd:double;
  dwc:latitude '-25.1667'^^xsd:double;
  dwc:aphiaid '247402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.1667 13.4019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.1667"^^xsd:decimal ;
  dwc:decimalLongitude "13.4019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.1667 13.4019)"^^geo:wktLiteral ;
  geo-pos:lat "-25.1667"^^xsd:decimal ;
  geo-pos:long "13.4019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4838'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.4019'^^xsd:double;
  dwc:latitude '-25.1667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4833 13.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.4833"^^xsd:decimal ;
  dwc:decimalLongitude "13.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4833 13.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-32.4833"^^xsd:decimal ;
  geo-pos:long "13.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10508'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.4167'^^xsd:double;
  dwc:latitude '-32.4833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4833 13.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.4833"^^xsd:decimal ;
  dwc:decimalLongitude "13.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.4833 13.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-32.4833"^^xsd:decimal ;
  geo-pos:long "13.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10857'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.4167'^^xsd:double;
  dwc:latitude '-32.4833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10857'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.8833 13.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.8833"^^xsd:decimal ;
  dwc:decimalLongitude "13.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.8833 13.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-22.8833"^^xsd:decimal ;
  geo-pos:long "13.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1017'^^xsd:integer;
  dwc:scientificName 'Campylaspis laevigata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.5167'^^xsd:double;
  dwc:latitude '-22.8833'^^xsd:double;
  dwc:aphiaid '182413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 13.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.9 13.5333)"^^geo:wktLiteral ;
  geo-pos:lat "-22.9"^^xsd:decimal ;
  geo-pos:long "13.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1016'^^xsd:integer;
  dwc:scientificName 'Campylaspis laevigata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '13.5333'^^xsd:double;
  dwc:latitude '-22.9'^^xsd:double;
  dwc:aphiaid '182413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3032'^^xsd:integer;
  dwc:scientificName 'Nannoniscus laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '256308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256308'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3545'^^xsd:integer;
  dwc:scientificName 'Acanthomunna beddardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '255651'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255651'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3504'^^xsd:integer;
  dwc:scientificName 'Janirella bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '255938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3504'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3689'^^xsd:integer;
  dwc:scientificName 'Storthyngura triplispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '183448'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3664'^^xsd:integer;
  dwc:scientificName 'Storthyngura symmetrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '294764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263984'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.57"^^xsd:decimal ;
  dwc:decimalLongitude "14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.57 14.13)"^^geo:wktLiteral ;
  geo-pos:lat "-36.57"^^xsd:decimal ;
  geo-pos:long "14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3901'^^xsd:integer;
  dwc:scientificName 'Ilyarachna simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '14.13'^^xsd:double;
  dwc:latitude '-36.57'^^xsd:double;
  dwc:aphiaid '344991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3901'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118679'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.7667"^^xsd:decimal ;
  dwc:decimalLongitude "15.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  geo-pos:lat "76.7667"^^xsd:decimal ;
  geo-pos:long "15.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2820'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '15.3667'^^xsd:double;
  dwc:latitude '76.7667'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.7667"^^xsd:decimal ;
  dwc:decimalLongitude "15.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  geo-pos:lat "76.7667"^^xsd:decimal ;
  geo-pos:long "15.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6754'^^xsd:integer;
  dwc:scientificName 'Argestes tenuis var. arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '15.3667'^^xsd:double;
  dwc:latitude '76.7667'^^xsd:double;
  dwc:aphiaid '362945'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363635'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.7667"^^xsd:decimal ;
  dwc:decimalLongitude "15.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  geo-pos:lat "76.7667"^^xsd:decimal ;
  geo-pos:long "15.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6755'^^xsd:integer;
  dwc:scientificName 'Eurycletodes rectangulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '15.3667'^^xsd:double;
  dwc:latitude '76.7667'^^xsd:double;
  dwc:aphiaid '116714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.7667"^^xsd:decimal ;
  dwc:decimalLongitude "15.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  geo-pos:lat "76.7667"^^xsd:decimal ;
  geo-pos:long "15.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6799'^^xsd:integer;
  dwc:scientificName 'Ectinosoma neglectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '15.3667'^^xsd:double;
  dwc:latitude '76.7667'^^xsd:double;
  dwc:aphiaid '351269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.7667"^^xsd:decimal ;
  dwc:decimalLongitude "15.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  geo-pos:lat "76.7667"^^xsd:decimal ;
  geo-pos:long "15.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6784'^^xsd:integer;
  dwc:scientificName 'Bradya typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '15.3667'^^xsd:double;
  dwc:latitude '76.7667'^^xsd:double;
  dwc:aphiaid '116792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.7667"^^xsd:decimal ;
  dwc:decimalLongitude "15.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7667 15.3667)"^^geo:wktLiteral ;
  geo-pos:lat "76.7667"^^xsd:decimal ;
  geo-pos:long "15.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6775'^^xsd:integer;
  dwc:scientificName 'Eurycletodes arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '15.3667'^^xsd:double;
  dwc:latitude '76.7667'^^xsd:double;
  dwc:aphiaid '116718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 16.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.35"^^xsd:decimal ;
  dwc:decimalLongitude "16.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 16.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-64.35"^^xsd:decimal ;
  geo-pos:long "16.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8568'^^xsd:integer;
  dwc:scientificName 'Paranticoma antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '16.0333'^^xsd:double;
  dwc:latitude '-64.35'^^xsd:double;
  dwc:aphiaid '160918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '160918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 16.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.35"^^xsd:decimal ;
  dwc:decimalLongitude "16.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 16.0333)"^^geo:wktLiteral ;
  geo-pos:lat "-64.35"^^xsd:decimal ;
  geo-pos:long "16.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8567'^^xsd:integer;
  dwc:scientificName 'Thoracostoma schizoepistylium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '16.0333'^^xsd:double;
  dwc:latitude '-64.35'^^xsd:double;
  dwc:aphiaid '160938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '160938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9167 16.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9167"^^xsd:decimal ;
  dwc:decimalLongitude "16.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9167 16.5)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9167"^^xsd:decimal ;
  geo-pos:long "16.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17068'^^xsd:integer;
  dwc:scientificName 'Nuculana vestita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '16.5'^^xsd:double;
  dwc:latitude '-33.9167'^^xsd:double;
  dwc:aphiaid '428737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17068'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9167 16.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9167"^^xsd:decimal ;
  dwc:decimalLongitude "16.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9167 16.5)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9167"^^xsd:decimal ;
  geo-pos:long "16.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16852'^^xsd:integer;
  dwc:scientificName 'Malletia estheriopsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '16.5'^^xsd:double;
  dwc:latitude '-33.9167'^^xsd:double;
  dwc:aphiaid '428712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9167 16.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9167"^^xsd:decimal ;
  dwc:decimalLongitude "16.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9167 16.5)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9167"^^xsd:decimal ;
  geo-pos:long "16.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16878'^^xsd:integer;
  dwc:scientificName 'Malletia johsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '16.5'^^xsd:double;
  dwc:latitude '-33.9167'^^xsd:double;
  dwc:aphiaid '183258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8667 17.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.8667"^^xsd:decimal ;
  dwc:decimalLongitude "17.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8667 17.1333)"^^geo:wktLiteral ;
  geo-pos:lat "69.8667"^^xsd:decimal ;
  geo-pos:long "17.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1197'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.1333'^^xsd:double;
  dwc:latitude '69.8667'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8667 17.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.8667"^^xsd:decimal ;
  dwc:decimalLongitude "17.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8667 17.1333)"^^geo:wktLiteral ;
  geo-pos:lat "69.8667"^^xsd:decimal ;
  geo-pos:long "17.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A1224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:1224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '1224'^^xsd:integer;
  dwc:scientificName 'Campylaspis globosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.1333'^^xsd:double;
  dwc:latitude '69.8667'^^xsd:double;
  dwc:aphiaid '110544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:1224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1167 17.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1167"^^xsd:decimal ;
  dwc:decimalLongitude "17.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1167 17.2)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1167"^^xsd:decimal ;
  geo-pos:long "17.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '723'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.2'^^xsd:double;
  dwc:latitude '-32.1167'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.0667 17.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.0667"^^xsd:decimal ;
  dwc:decimalLongitude "17.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.0667 17.2)"^^geo:wktLiteral ;
  geo-pos:lat "-32.0667"^^xsd:decimal ;
  geo-pos:long "17.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '722'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.2'^^xsd:double;
  dwc:latitude '-32.0667'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.5833 17.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.5833"^^xsd:decimal ;
  dwc:decimalLongitude "17.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.5833 17.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-34.5833"^^xsd:decimal ;
  geo-pos:long "17.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8132'^^xsd:integer;
  dwc:scientificName 'Rhaptothyreus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.5167'^^xsd:double;
  dwc:latitude '-34.5833'^^xsd:double;
  dwc:aphiaid '229818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1167 17.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.1167"^^xsd:decimal ;
  dwc:decimalLongitude "17.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.1167 17.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-32.1167"^^xsd:decimal ;
  geo-pos:long "17.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '724'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.5167'^^xsd:double;
  dwc:latitude '-32.1167'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.45 17.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.45"^^xsd:decimal ;
  dwc:decimalLongitude "17.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.45 17.7)"^^geo:wktLiteral ;
  geo-pos:lat "-34.45"^^xsd:decimal ;
  geo-pos:long "17.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '725'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.7'^^xsd:double;
  dwc:latitude '-34.45'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.45 17.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.45"^^xsd:decimal ;
  dwc:decimalLongitude "17.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.45 17.7)"^^geo:wktLiteral ;
  geo-pos:lat "-34.45"^^xsd:decimal ;
  geo-pos:long "17.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '719'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.7'^^xsd:double;
  dwc:latitude '-34.45'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.4167 17.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.4167"^^xsd:decimal ;
  dwc:decimalLongitude "17.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.4167 17.75)"^^geo:wktLiteral ;
  geo-pos:lat "-34.4167"^^xsd:decimal ;
  geo-pos:long "17.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '720'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.75'^^xsd:double;
  dwc:latitude '-34.4167'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.42 17.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.42"^^xsd:decimal ;
  dwc:decimalLongitude "17.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.42 17.92)"^^geo:wktLiteral ;
  geo-pos:lat "-34.42"^^xsd:decimal ;
  geo-pos:long "17.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3225'^^xsd:integer;
  dwc:scientificName 'Haploniscus telus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.92'^^xsd:double;
  dwc:latitude '-34.42'^^xsd:double;
  dwc:aphiaid '255837'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3225'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3681 17.9669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3681"^^xsd:decimal ;
  dwc:decimalLongitude "17.9669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3681 17.9669)"^^geo:wktLiteral ;
  geo-pos:lat "41.3681"^^xsd:decimal ;
  geo-pos:long "17.9669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4963'^^xsd:integer;
  dwc:scientificName 'Paranarthrura intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '17.9669'^^xsd:double;
  dwc:latitude '41.3681'^^xsd:double;
  dwc:aphiaid '136382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4963'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34 18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34"^^xsd:decimal ;
  dwc:decimalLongitude "18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34 18)"^^geo:wktLiteral ;
  geo-pos:lat "-34"^^xsd:decimal ;
  geo-pos:long "18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '708'^^xsd:integer;
  dwc:scientificName 'Vaunthompsonia cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18'^^xsd:integer;
  dwc:latitude '-34'^^xsd:integer;
  dwc:aphiaid '110467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34 18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34"^^xsd:decimal ;
  dwc:decimalLongitude "18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34 18)"^^geo:wktLiteral ;
  geo-pos:lat "-34"^^xsd:decimal ;
  geo-pos:long "18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '709'^^xsd:integer;
  dwc:scientificName 'Vaunthompsonia cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18'^^xsd:integer;
  dwc:latitude '-34'^^xsd:integer;
  dwc:aphiaid '110467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75 18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75"^^xsd:decimal ;
  dwc:decimalLongitude "18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75 18)"^^geo:wktLiteral ;
  geo-pos:lat "75"^^xsd:decimal ;
  geo-pos:long "18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11084'^^xsd:integer;
  dwc:scientificName 'Golfingia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18'^^xsd:integer;
  dwc:latitude '75'^^xsd:integer;
  dwc:aphiaid '424345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6667 18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6667"^^xsd:decimal ;
  dwc:decimalLongitude "18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6667 18)"^^geo:wktLiteral ;
  geo-pos:lat "76.6667"^^xsd:decimal ;
  geo-pos:long "18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2801'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18'^^xsd:integer;
  dwc:latitude '76.6667'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.8033 18.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.8033"^^xsd:decimal ;
  dwc:decimalLongitude "18.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.8033 18.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-13.8033"^^xsd:decimal ;
  geo-pos:long "18.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16245'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.1333'^^xsd:double;
  dwc:latitude '-13.8033'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.8033 18.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.8033"^^xsd:decimal ;
  dwc:decimalLongitude "18.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.8033 18.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-13.8033"^^xsd:decimal ;
  geo-pos:long "18.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16246'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.1333'^^xsd:double;
  dwc:latitude '-13.8033'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.65 18.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.65"^^xsd:decimal ;
  dwc:decimalLongitude "18.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.65 18.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-34.65"^^xsd:decimal ;
  geo-pos:long "18.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '718'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.1667'^^xsd:double;
  dwc:latitude '-34.65'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.7967 18.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.7967"^^xsd:decimal ;
  dwc:decimalLongitude "18.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.7967 18.2333)"^^geo:wktLiteral ;
  geo-pos:lat "-13.7967"^^xsd:decimal ;
  geo-pos:long "18.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16247'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.2333'^^xsd:double;
  dwc:latitude '-13.7967'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5667 18.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.5667"^^xsd:decimal ;
  dwc:decimalLongitude "18.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.5667 18.3833)"^^geo:wktLiteral ;
  geo-pos:lat "35.5667"^^xsd:decimal ;
  geo-pos:long "18.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2557'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.3833'^^xsd:double;
  dwc:latitude '35.5667'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.15 18.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.15"^^xsd:decimal ;
  dwc:decimalLongitude "18.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.15 18.5333)"^^geo:wktLiteral ;
  geo-pos:lat "-35.15"^^xsd:decimal ;
  geo-pos:long "18.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2754'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.5333'^^xsd:double;
  dwc:latitude '-35.15'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.15 18.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.15"^^xsd:decimal ;
  dwc:decimalLongitude "18.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.15 18.5333)"^^geo:wktLiteral ;
  geo-pos:lat "-35.15"^^xsd:decimal ;
  geo-pos:long "18.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '150'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.5333'^^xsd:double;
  dwc:latitude '-35.15'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.1167 18.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.1167"^^xsd:decimal ;
  dwc:decimalLongitude "18.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.1167 18.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-34.1167"^^xsd:decimal ;
  geo-pos:long "18.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '917'^^xsd:integer;
  dwc:scientificName 'Vaunthompsonia cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.5833'^^xsd:double;
  dwc:latitude '-34.1167'^^xsd:double;
  dwc:aphiaid '110467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7983 18.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.7983"^^xsd:decimal ;
  dwc:decimalLongitude "18.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7983 18.89)"^^geo:wktLiteral ;
  geo-pos:lat "-20.7983"^^xsd:decimal ;
  geo-pos:long "18.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16241'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.89'^^xsd:double;
  dwc:latitude '-20.7983'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7983 18.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.7983"^^xsd:decimal ;
  dwc:decimalLongitude "18.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7983 18.89)"^^geo:wktLiteral ;
  geo-pos:lat "-20.7983"^^xsd:decimal ;
  geo-pos:long "18.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16242'^^xsd:integer;
  dwc:scientificName 'Portlandia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.89'^^xsd:double;
  dwc:latitude '-20.7983'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16242'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7983 18.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.7983"^^xsd:decimal ;
  dwc:decimalLongitude "18.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7983 18.89)"^^geo:wktLiteral ;
  geo-pos:lat "-20.7983"^^xsd:decimal ;
  geo-pos:long "18.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16240'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.89'^^xsd:double;
  dwc:latitude '-20.7983'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7817 18.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.7817"^^xsd:decimal ;
  dwc:decimalLongitude "18.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7817 18.89)"^^geo:wktLiteral ;
  geo-pos:lat "-20.7817"^^xsd:decimal ;
  geo-pos:long "18.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16237'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.89'^^xsd:double;
  dwc:latitude '-20.7817'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7817 18.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.7817"^^xsd:decimal ;
  dwc:decimalLongitude "18.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7817 18.89)"^^geo:wktLiteral ;
  geo-pos:lat "-20.7817"^^xsd:decimal ;
  geo-pos:long "18.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16238'^^xsd:integer;
  dwc:scientificName 'Yoldiella inconspicua africana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.89'^^xsd:double;
  dwc:latitude '-20.7817'^^xsd:double;
  dwc:aphiaid '868058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '868057'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7817 18.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.7817"^^xsd:decimal ;
  dwc:decimalLongitude "18.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.7817 18.89)"^^geo:wktLiteral ;
  geo-pos:lat "-20.7817"^^xsd:decimal ;
  geo-pos:long "18.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16239'^^xsd:integer;
  dwc:scientificName 'Yoldiella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '18.89'^^xsd:double;
  dwc:latitude '-20.7817'^^xsd:double;
  dwc:aphiaid '142000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '142000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 19.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.35"^^xsd:decimal ;
  dwc:decimalLongitude "19.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 19.25)"^^geo:wktLiteral ;
  geo-pos:lat "74.35"^^xsd:decimal ;
  geo-pos:long "19.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6767'^^xsd:integer;
  dwc:scientificName 'Laophonte horrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '19.25'^^xsd:double;
  dwc:latitude '74.35'^^xsd:double;
  dwc:aphiaid '352616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 19.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.35"^^xsd:decimal ;
  dwc:decimalLongitude "19.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 19.25)"^^geo:wktLiteral ;
  geo-pos:lat "74.35"^^xsd:decimal ;
  geo-pos:long "19.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6792'^^xsd:integer;
  dwc:scientificName 'Zaus abbreviatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '19.25'^^xsd:double;
  dwc:latitude '74.35'^^xsd:double;
  dwc:aphiaid '116185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 19.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.35"^^xsd:decimal ;
  dwc:decimalLongitude "19.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 19.25)"^^geo:wktLiteral ;
  geo-pos:lat "74.35"^^xsd:decimal ;
  geo-pos:long "19.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6780'^^xsd:integer;
  dwc:scientificName 'Thalestris gibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '19.25'^^xsd:double;
  dwc:latitude '74.35'^^xsd:double;
  dwc:aphiaid '116618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116618'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 19.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.35"^^xsd:decimal ;
  dwc:decimalLongitude "19.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 19.25)"^^geo:wktLiteral ;
  geo-pos:lat "74.35"^^xsd:decimal ;
  geo-pos:long "19.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6809'^^xsd:integer;
  dwc:scientificName 'Dactylopusia vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '19.25'^^xsd:double;
  dwc:latitude '74.35'^^xsd:double;
  dwc:aphiaid '116906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116906'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 19.7)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12216'^^xsd:integer;
  dwc:scientificName 'Mergerlina striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '19.7'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12216'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 19.7)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11434'^^xsd:integer;
  dwc:scientificName 'Agulthasia davidsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '19.7'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:aphiaid '235573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 19.7)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12385'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '19.7'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 19.7)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12545'^^xsd:integer;
  dwc:scientificName 'Terebratulina cf T. abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '19.7'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:aphiaid '104040'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104040'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.3167 20.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.3167"^^xsd:decimal ;
  dwc:decimalLongitude "20.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.3167 20.2)"^^geo:wktLiteral ;
  geo-pos:lat "-35.3167"^^xsd:decimal ;
  geo-pos:long "20.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2870'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '20.2'^^xsd:double;
  dwc:latitude '-35.3167'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.7717 20.3267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-69.7717"^^xsd:decimal ;
  dwc:decimalLongitude "20.3267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.7717 20.3267)"^^geo:wktLiteral ;
  geo-pos:lat "-69.7717"^^xsd:decimal ;
  geo-pos:long "20.3267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10936'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '20.3267'^^xsd:double;
  dwc:latitude '-69.7717'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6751'^^xsd:integer;
  dwc:scientificName 'Argestes mollis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '115639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6758'^^xsd:integer;
  dwc:scientificName 'Eurycletodes major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '116723'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6752'^^xsd:integer;
  dwc:scientificName 'Dactylopodella flava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '116550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6801'^^xsd:integer;
  dwc:scientificName 'Laophonte hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '352619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6761'^^xsd:integer;
  dwc:scientificName 'Amphiascus hispidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '357051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6763'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '360641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6764'^^xsd:integer;
  dwc:scientificName 'Laophonte horrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '352616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6772'^^xsd:integer;
  dwc:scientificName 'Heteropsyllus rostratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '116845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116845'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6773'^^xsd:integer;
  dwc:scientificName 'Eurycletodes arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '116718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6770'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Stenhelia) aemula var. bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6770'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6783'^^xsd:integer;
  dwc:scientificName 'Rhizothrix scotti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '116484'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6806'^^xsd:integer;
  dwc:scientificName 'Parathalestris jacksoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '116604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6816'^^xsd:integer;
  dwc:scientificName 'Idyaea furcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '364366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.2833"^^xsd:decimal ;
  dwc:decimalLongitude "21.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.2833 21.6)"^^geo:wktLiteral ;
  geo-pos:lat "76.2833"^^xsd:decimal ;
  geo-pos:long "21.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6790'^^xsd:integer;
  dwc:scientificName 'Bradya typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.6'^^xsd:double;
  dwc:latitude '76.2833'^^xsd:double;
  dwc:aphiaid '116792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.6667 21.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.6667"^^xsd:decimal ;
  dwc:decimalLongitude "21.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.6667 21.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.6667"^^xsd:decimal ;
  geo-pos:long "21.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12215'^^xsd:integer;
  dwc:scientificName 'Mergerlina striata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.9833'^^xsd:double;
  dwc:latitude '-35.6667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12215'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.6667 21.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.6667"^^xsd:decimal ;
  dwc:decimalLongitude "21.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.6667 21.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.6667"^^xsd:decimal ;
  geo-pos:long "21.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11433'^^xsd:integer;
  dwc:scientificName 'Agulthasia davidsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.9833'^^xsd:double;
  dwc:latitude '-35.6667'^^xsd:double;
  dwc:aphiaid '235573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.6667 21.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.6667"^^xsd:decimal ;
  dwc:decimalLongitude "21.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.6667 21.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.6667"^^xsd:decimal ;
  geo-pos:long "21.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12384'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.9833'^^xsd:double;
  dwc:latitude '-35.6667'^^xsd:double;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.6667 21.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.6667"^^xsd:decimal ;
  dwc:decimalLongitude "21.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.6667 21.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.6667"^^xsd:decimal ;
  geo-pos:long "21.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12544'^^xsd:integer;
  dwc:scientificName 'Terebratulina cf T. abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '21.9833'^^xsd:double;
  dwc:latitude '-35.6667'^^xsd:double;
  dwc:aphiaid '104040'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104040'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 22.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.08"^^xsd:decimal ;
  dwc:decimalLongitude "22.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 22.35)"^^geo:wktLiteral ;
  geo-pos:lat "35.08"^^xsd:decimal ;
  geo-pos:long "22.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3927'^^xsd:integer;
  dwc:scientificName 'Ilyarachna mediorientalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.35'^^xsd:double;
  dwc:latitude '35.08'^^xsd:double;
  dwc:aphiaid '118678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.3667 22.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.3667"^^xsd:decimal ;
  dwc:decimalLongitude "22.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.3667 22.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-35.3667"^^xsd:decimal ;
  geo-pos:long "22.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '721'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.5167'^^xsd:double;
  dwc:latitude '-35.3667'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3167"^^xsd:decimal ;
  dwc:decimalLongitude "22.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  geo-pos:lat "36.3167"^^xsd:decimal ;
  geo-pos:long "22.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2426'^^xsd:integer;
  dwc:scientificName 'Bathycuma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.65'^^xsd:double;
  dwc:latitude '36.3167'^^xsd:double;
  dwc:aphiaid '181824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3167"^^xsd:decimal ;
  dwc:decimalLongitude "22.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  geo-pos:lat "36.3167"^^xsd:decimal ;
  geo-pos:long "22.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2485'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.65'^^xsd:double;
  dwc:latitude '36.3167'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2485'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3167"^^xsd:decimal ;
  dwc:decimalLongitude "22.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  geo-pos:lat "36.3167"^^xsd:decimal ;
  geo-pos:long "22.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2473'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.65'^^xsd:double;
  dwc:latitude '36.3167'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2473'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3167"^^xsd:decimal ;
  dwc:decimalLongitude "22.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  geo-pos:lat "36.3167"^^xsd:decimal ;
  geo-pos:long "22.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2443'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.65'^^xsd:double;
  dwc:latitude '36.3167'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2443'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3167"^^xsd:decimal ;
  dwc:decimalLongitude "22.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  geo-pos:lat "36.3167"^^xsd:decimal ;
  geo-pos:long "22.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2444'^^xsd:integer;
  dwc:scientificName 'Cyclaspis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.65'^^xsd:double;
  dwc:latitude '36.3167'^^xsd:double;
  dwc:aphiaid '110446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3167"^^xsd:decimal ;
  dwc:decimalLongitude "22.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  geo-pos:lat "36.3167"^^xsd:decimal ;
  geo-pos:long "22.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2453'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.65'^^xsd:double;
  dwc:latitude '36.3167'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3167"^^xsd:decimal ;
  dwc:decimalLongitude "22.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  geo-pos:lat "36.3167"^^xsd:decimal ;
  geo-pos:long "22.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2454'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.65'^^xsd:double;
  dwc:latitude '36.3167'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3167"^^xsd:decimal ;
  dwc:decimalLongitude "22.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  geo-pos:lat "36.3167"^^xsd:decimal ;
  geo-pos:long "22.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2521'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.65'^^xsd:double;
  dwc:latitude '36.3167'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3167"^^xsd:decimal ;
  dwc:decimalLongitude "22.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3167 22.65)"^^geo:wktLiteral ;
  geo-pos:lat "36.3167"^^xsd:decimal ;
  geo-pos:long "22.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2506'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.65'^^xsd:double;
  dwc:latitude '36.3167'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3181 22.6522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3181"^^xsd:decimal ;
  dwc:decimalLongitude "22.6522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3181 22.6522)"^^geo:wktLiteral ;
  geo-pos:lat "36.3181"^^xsd:decimal ;
  geo-pos:long "22.6522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4183'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.6522'^^xsd:double;
  dwc:latitude '36.3181'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3181 22.6522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3181"^^xsd:decimal ;
  dwc:decimalLongitude "22.6522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3181 22.6522)"^^geo:wktLiteral ;
  geo-pos:lat "36.3181"^^xsd:decimal ;
  geo-pos:long "22.6522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4177'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.6522'^^xsd:double;
  dwc:latitude '36.3181'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3181 22.6522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3181"^^xsd:decimal ;
  dwc:decimalLongitude "22.6522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3181 22.6522)"^^geo:wktLiteral ;
  geo-pos:lat "36.3181"^^xsd:decimal ;
  geo-pos:long "22.6522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4156'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes curticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.6522'^^xsd:double;
  dwc:latitude '36.3181'^^xsd:double;
  dwc:aphiaid '136294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3181 22.6522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3181"^^xsd:decimal ;
  dwc:decimalLongitude "22.6522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3181 22.6522)"^^geo:wktLiteral ;
  geo-pos:lat "36.3181"^^xsd:decimal ;
  geo-pos:long "22.6522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4158'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.6522'^^xsd:double;
  dwc:latitude '36.3181'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4158'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6800'^^xsd:integer;
  dwc:scientificName 'Ectinosoma sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '247998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '150105'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6803'^^xsd:integer;
  dwc:scientificName 'Ectinosoma neglectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '351269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6762'^^xsd:integer;
  dwc:scientificName 'Amphiascus hispidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '357051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6766'^^xsd:integer;
  dwc:scientificName 'Ameira boecki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '356955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6768'^^xsd:integer;
  dwc:scientificName 'Mesocletodes brevifurca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '115654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6769'^^xsd:integer;
  dwc:scientificName 'Argestigens glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '115641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6796'^^xsd:integer;
  dwc:scientificName 'Canuellopsis typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '115728'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6797'^^xsd:integer;
  dwc:scientificName 'Cervinia synarthra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '115735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '744775'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6788'^^xsd:integer;
  dwc:scientificName 'Bradya typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '116792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.2333"^^xsd:decimal ;
  dwc:decimalLongitude "22.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.2333 22.8333)"^^geo:wktLiteral ;
  geo-pos:lat "81.2333"^^xsd:decimal ;
  geo-pos:long "22.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6808'^^xsd:integer;
  dwc:scientificName 'Amphiascus tenuiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '22.8333'^^xsd:double;
  dwc:latitude '81.2333'^^xsd:double;
  dwc:aphiaid '115926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '549122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7833 23.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.7833"^^xsd:decimal ;
  dwc:decimalLongitude "23.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.7833 23.1833)"^^geo:wktLiteral ;
  geo-pos:lat "39.7833"^^xsd:decimal ;
  geo-pos:long "23.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2478'^^xsd:integer;
  dwc:scientificName 'Leucon mediterraneus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.1833'^^xsd:double;
  dwc:latitude '39.7833'^^xsd:double;
  dwc:aphiaid '238014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2478'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238014'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2435'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2655'^^xsd:integer;
  dwc:scientificName 'Leucon siphonatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2455'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2555'^^xsd:integer;
  dwc:scientificName 'Leucon siphonatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2561'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2566'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2568'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2547'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2543'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2540'^^xsd:integer;
  dwc:scientificName 'Campylaspis verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2538'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2523'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2517'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6167"^^xsd:decimal ;
  dwc:decimalLongitude "23.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6167 23.2667)"^^geo:wktLiteral ;
  geo-pos:lat "39.6167"^^xsd:decimal ;
  geo-pos:long "23.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2496'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2667'^^xsd:double;
  dwc:latitude '39.6167'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2496'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6189 23.2689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6189"^^xsd:decimal ;
  dwc:decimalLongitude "23.2689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6189 23.2689)"^^geo:wktLiteral ;
  geo-pos:lat "39.6189"^^xsd:decimal ;
  geo-pos:long "23.2689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4198'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2689'^^xsd:double;
  dwc:latitude '39.6189'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6189 23.2689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6189"^^xsd:decimal ;
  dwc:decimalLongitude "23.2689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6189 23.2689)"^^geo:wktLiteral ;
  geo-pos:lat "39.6189"^^xsd:decimal ;
  geo-pos:long "23.2689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4179'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2689'^^xsd:double;
  dwc:latitude '39.6189'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6189 23.2689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6189"^^xsd:decimal ;
  dwc:decimalLongitude "23.2689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6189 23.2689)"^^geo:wktLiteral ;
  geo-pos:lat "39.6189"^^xsd:decimal ;
  geo-pos:long "23.2689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4162'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.2689'^^xsd:double;
  dwc:latitude '39.6189'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5167"^^xsd:decimal ;
  dwc:decimalLongitude "23.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.5167"^^xsd:decimal ;
  geo-pos:long "23.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2477'^^xsd:integer;
  dwc:scientificName 'Leucon mediterraneus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.4167'^^xsd:double;
  dwc:latitude '39.5167'^^xsd:double;
  dwc:aphiaid '238014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238014'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5167"^^xsd:decimal ;
  dwc:decimalLongitude "23.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.5167"^^xsd:decimal ;
  geo-pos:long "23.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2553'^^xsd:integer;
  dwc:scientificName 'Leucon mediterraneus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.4167'^^xsd:double;
  dwc:latitude '39.5167'^^xsd:double;
  dwc:aphiaid '238014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238014'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5167"^^xsd:decimal ;
  dwc:decimalLongitude "23.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.5167"^^xsd:decimal ;
  geo-pos:long "23.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2560'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.4167'^^xsd:double;
  dwc:latitude '39.5167'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5167"^^xsd:decimal ;
  dwc:decimalLongitude "23.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.5167"^^xsd:decimal ;
  geo-pos:long "23.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2565'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.4167'^^xsd:double;
  dwc:latitude '39.5167'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5167"^^xsd:decimal ;
  dwc:decimalLongitude "23.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.5167"^^xsd:decimal ;
  geo-pos:long "23.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2537'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.4167'^^xsd:double;
  dwc:latitude '39.5167'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5167"^^xsd:decimal ;
  dwc:decimalLongitude "23.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.5167"^^xsd:decimal ;
  geo-pos:long "23.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2516'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.4167'^^xsd:double;
  dwc:latitude '39.5167'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5167"^^xsd:decimal ;
  dwc:decimalLongitude "23.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5167 23.4167)"^^geo:wktLiteral ;
  geo-pos:lat "39.5167"^^xsd:decimal ;
  geo-pos:long "23.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2495'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.4167'^^xsd:double;
  dwc:latitude '39.5167'^^xsd:double;
  dwc:aphiaid '238017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238017'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.52 23.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.52"^^xsd:decimal ;
  dwc:decimalLongitude "23.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.52 23.43)"^^geo:wktLiteral ;
  geo-pos:lat "39.52"^^xsd:decimal ;
  geo-pos:long "23.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3925'^^xsd:integer;
  dwc:scientificName 'Ilyarachna mediorientalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.43'^^xsd:double;
  dwc:latitude '39.52'^^xsd:double;
  dwc:aphiaid '118678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7667 23.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.7667"^^xsd:decimal ;
  dwc:decimalLongitude "23.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.7667 23.4667)"^^geo:wktLiteral ;
  geo-pos:lat "35.7667"^^xsd:decimal ;
  geo-pos:long "23.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2262'^^xsd:integer;
  dwc:scientificName 'Campylaspis horridoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.4667'^^xsd:double;
  dwc:latitude '35.7667'^^xsd:double;
  dwc:aphiaid '110546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 23.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9"^^xsd:decimal ;
  dwc:decimalLongitude "23.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 23.4833)"^^geo:wktLiteral ;
  geo-pos:lat "38.9"^^xsd:decimal ;
  geo-pos:long "23.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9891'^^xsd:integer;
  dwc:scientificName 'Malacosaccus floricomatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.4833'^^xsd:double;
  dwc:latitude '38.9'^^xsd:double;
  dwc:aphiaid '134403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134403'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 23.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3667"^^xsd:decimal ;
  dwc:decimalLongitude "23.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 23.8167)"^^geo:wktLiteral ;
  geo-pos:lat "39.3667"^^xsd:decimal ;
  geo-pos:long "23.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2564'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.8167'^^xsd:double;
  dwc:latitude '39.3667'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 23.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3667"^^xsd:decimal ;
  dwc:decimalLongitude "23.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 23.8167)"^^geo:wktLiteral ;
  geo-pos:lat "39.3667"^^xsd:decimal ;
  geo-pos:long "23.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2542'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.8167'^^xsd:double;
  dwc:latitude '39.3667'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 23.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3667"^^xsd:decimal ;
  dwc:decimalLongitude "23.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 23.8167)"^^geo:wktLiteral ;
  geo-pos:lat "39.3667"^^xsd:decimal ;
  geo-pos:long "23.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2536'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.8167'^^xsd:double;
  dwc:latitude '39.3667'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 23.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.3667"^^xsd:decimal ;
  dwc:decimalLongitude "23.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.3667 23.8167)"^^geo:wktLiteral ;
  geo-pos:lat "39.3667"^^xsd:decimal ;
  geo-pos:long "23.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2515'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bacescoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.8167'^^xsd:double;
  dwc:latitude '39.3667'^^xsd:double;
  dwc:aphiaid '110582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.38 23.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.38"^^xsd:decimal ;
  dwc:decimalLongitude "23.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.38 23.83)"^^geo:wktLiteral ;
  geo-pos:lat "39.38"^^xsd:decimal ;
  geo-pos:long "23.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3926'^^xsd:integer;
  dwc:scientificName 'Ilyarachna mediorientalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '23.83'^^xsd:double;
  dwc:latitude '39.38'^^xsd:double;
  dwc:aphiaid '118678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.8167 24.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.8167"^^xsd:decimal ;
  dwc:decimalLongitude "24.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.8167 24.4167)"^^geo:wktLiteral ;
  geo-pos:lat "75.8167"^^xsd:decimal ;
  geo-pos:long "24.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6776'^^xsd:integer;
  dwc:scientificName 'Thalestris frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.4167'^^xsd:double;
  dwc:latitude '75.8167'^^xsd:double;
  dwc:aphiaid '116617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2487'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2487'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2479'^^xsd:integer;
  dwc:scientificName 'Leucon mediterraneus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '238014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238014'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2468'^^xsd:integer;
  dwc:scientificName 'Leptostylis macrura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2462'^^xsd:integer;
  dwc:scientificName 'Hemilamprops normani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2456'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2554'^^xsd:integer;
  dwc:scientificName 'Leucon mediterraneus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '238014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238014'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2559'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2563'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2544'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2548'^^xsd:integer;
  dwc:scientificName 'Diastyloides serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2549'^^xsd:integer;
  dwc:scientificName 'Hemilamprops normani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2550'^^xsd:integer;
  dwc:scientificName 'Leptostylis macrura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2539'^^xsd:integer;
  dwc:scientificName 'Campylaspis glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "24.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 24.9833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "24.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2507'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2183 24.9844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2183"^^xsd:decimal ;
  dwc:decimalLongitude "24.9844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2183 24.9844)"^^geo:wktLiteral ;
  geo-pos:lat "40.2183"^^xsd:decimal ;
  geo-pos:long "24.9844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4199'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9844'^^xsd:double;
  dwc:latitude '40.2183'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2183 24.9844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2183"^^xsd:decimal ;
  dwc:decimalLongitude "24.9844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2183 24.9844)"^^geo:wktLiteral ;
  geo-pos:lat "40.2183"^^xsd:decimal ;
  geo-pos:long "24.9844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4180'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes laubieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9844'^^xsd:double;
  dwc:latitude '40.2183'^^xsd:double;
  dwc:aphiaid '136296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2183 24.9844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2183"^^xsd:decimal ;
  dwc:decimalLongitude "24.9844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2183 24.9844)"^^geo:wktLiteral ;
  geo-pos:lat "40.2183"^^xsd:decimal ;
  geo-pos:long "24.9844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4163'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes kudinovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '24.9844'^^xsd:double;
  dwc:latitude '40.2183'^^xsd:double;
  dwc:aphiaid '136295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4163'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.25 25.1083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.25"^^xsd:decimal ;
  dwc:decimalLongitude "25.1083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.25 25.1083)"^^geo:wktLiteral ;
  geo-pos:lat "-34.25"^^xsd:decimal ;
  geo-pos:long "25.1083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12214'^^xsd:integer;
  dwc:scientificName 'Mergerlina natalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.1083'^^xsd:double;
  dwc:latitude '-34.25'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12214'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 25.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "25.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 25.1833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "25.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2486'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.1833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 25.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "25.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 25.1833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "25.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2558'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.1833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 25.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.2167"^^xsd:decimal ;
  dwc:decimalLongitude "25.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.2167 25.1833)"^^geo:wktLiteral ;
  geo-pos:lat "40.2167"^^xsd:decimal ;
  geo-pos:long "25.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2541'^^xsd:integer;
  dwc:scientificName 'Campylaspis vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.1833'^^xsd:double;
  dwc:latitude '40.2167'^^xsd:double;
  dwc:aphiaid '110561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.75 25.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.75"^^xsd:decimal ;
  dwc:decimalLongitude "25.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.75 25.3333)"^^geo:wktLiteral ;
  geo-pos:lat "80.75"^^xsd:decimal ;
  geo-pos:long "25.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6753'^^xsd:integer;
  dwc:scientificName 'Laophonte hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.3333'^^xsd:double;
  dwc:latitude '80.75'^^xsd:double;
  dwc:aphiaid '352619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.75 25.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.75"^^xsd:decimal ;
  dwc:decimalLongitude "25.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.75 25.3333)"^^geo:wktLiteral ;
  geo-pos:lat "80.75"^^xsd:decimal ;
  geo-pos:long "25.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6804'^^xsd:integer;
  dwc:scientificName 'Dactylopusia glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.3333'^^xsd:double;
  dwc:latitude '80.75'^^xsd:double;
  dwc:aphiaid '116903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116903'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.75 25.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.75"^^xsd:decimal ;
  dwc:decimalLongitude "25.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.75 25.3333)"^^geo:wktLiteral ;
  geo-pos:lat "80.75"^^xsd:decimal ;
  geo-pos:long "25.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6811'^^xsd:integer;
  dwc:scientificName 'Amphiascus nasutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.3333'^^xsd:double;
  dwc:latitude '80.75'^^xsd:double;
  dwc:aphiaid '356660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.75 25.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "80.75"^^xsd:decimal ;
  dwc:decimalLongitude "25.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (80.75 25.3333)"^^geo:wktLiteral ;
  geo-pos:lat "80.75"^^xsd:decimal ;
  geo-pos:long "25.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6813'^^xsd:integer;
  dwc:scientificName 'Ectinosoma sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.3333'^^xsd:double;
  dwc:latitude '80.75'^^xsd:double;
  dwc:aphiaid '247998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '150105'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3"^^xsd:decimal ;
  dwc:decimalLongitude "25.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  geo-pos:lat "40.3"^^xsd:decimal ;
  geo-pos:long "25.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2522'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.6667'^^xsd:double;
  dwc:latitude '40.3'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3"^^xsd:decimal ;
  dwc:decimalLongitude "25.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  geo-pos:lat "40.3"^^xsd:decimal ;
  geo-pos:long "25.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2474'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.6667'^^xsd:double;
  dwc:latitude '40.3'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3"^^xsd:decimal ;
  dwc:decimalLongitude "25.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  geo-pos:lat "40.3"^^xsd:decimal ;
  geo-pos:long "25.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2476'^^xsd:integer;
  dwc:scientificName 'Leucon mediterraneus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.6667'^^xsd:double;
  dwc:latitude '40.3'^^xsd:double;
  dwc:aphiaid '238014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238014'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3"^^xsd:decimal ;
  dwc:decimalLongitude "25.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  geo-pos:lat "40.3"^^xsd:decimal ;
  geo-pos:long "25.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2567'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bonnieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.6667'^^xsd:double;
  dwc:latitude '40.3'^^xsd:double;
  dwc:aphiaid '110584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3"^^xsd:decimal ;
  dwc:decimalLongitude "25.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  geo-pos:lat "40.3"^^xsd:decimal ;
  geo-pos:long "25.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2551'^^xsd:integer;
  dwc:scientificName 'Leucon longirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.6667'^^xsd:double;
  dwc:latitude '40.3'^^xsd:double;
  dwc:aphiaid '110613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3"^^xsd:decimal ;
  dwc:decimalLongitude "25.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3 25.6667)"^^geo:wktLiteral ;
  geo-pos:lat "40.3"^^xsd:decimal ;
  geo-pos:long "25.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2552'^^xsd:integer;
  dwc:scientificName 'Leucon mediterraneus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '25.6667'^^xsd:double;
  dwc:latitude '40.3'^^xsd:double;
  dwc:aphiaid '238014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '238014'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.6667 26.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.6667"^^xsd:decimal ;
  dwc:decimalLongitude "26.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.6667 26.0333)"^^geo:wktLiteral ;
  geo-pos:lat "81.6667"^^xsd:decimal ;
  geo-pos:long "26.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10780'^^xsd:integer;
  dwc:scientificName 'Nephasoma lilljeborgi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '26.0333'^^xsd:double;
  dwc:latitude '81.6667'^^xsd:double;
  dwc:aphiaid '424429'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.6667 26.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.6667"^^xsd:decimal ;
  dwc:decimalLongitude "26.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.6667 26.0333)"^^geo:wktLiteral ;
  geo-pos:lat "81.6667"^^xsd:decimal ;
  geo-pos:long "26.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10729'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '26.0333'^^xsd:double;
  dwc:latitude '81.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2 27.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.2"^^xsd:decimal ;
  dwc:decimalLongitude "27.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2 27.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.2"^^xsd:decimal ;
  geo-pos:long "27.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14610'^^xsd:integer;
  dwc:scientificName 'Ledella crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.5833'^^xsd:double;
  dwc:latitude '-35.2'^^xsd:double;
  dwc:aphiaid '428691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2 27.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.2"^^xsd:decimal ;
  dwc:decimalLongitude "27.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2 27.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.2"^^xsd:decimal ;
  geo-pos:long "27.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9517'^^xsd:integer;
  dwc:scientificName 'Cladorhiza ephyrula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.5833'^^xsd:double;
  dwc:latitude '-35.2'^^xsd:double;
  dwc:aphiaid '168228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2 27.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.2"^^xsd:decimal ;
  dwc:decimalLongitude "27.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2 27.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.2"^^xsd:decimal ;
  geo-pos:long "27.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9518'^^xsd:integer;
  dwc:scientificName 'Cladorhiza ephyrula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.5833'^^xsd:double;
  dwc:latitude '-35.2'^^xsd:double;
  dwc:aphiaid '168228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2 27.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.2"^^xsd:decimal ;
  dwc:decimalLongitude "27.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.2 27.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.2"^^xsd:decimal ;
  geo-pos:long "27.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9519'^^xsd:integer;
  dwc:scientificName 'Cladorhiza ephyrula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.5833'^^xsd:double;
  dwc:latitude '-35.2'^^xsd:double;
  dwc:aphiaid '168228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.8333"^^xsd:decimal ;
  dwc:decimalLongitude "27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  geo-pos:lat "78.8333"^^xsd:decimal ;
  geo-pos:long "27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6760'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.65'^^xsd:double;
  dwc:latitude '78.8333'^^xsd:double;
  dwc:aphiaid '355848'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '358171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.8333"^^xsd:decimal ;
  dwc:decimalLongitude "27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  geo-pos:lat "78.8333"^^xsd:decimal ;
  geo-pos:long "27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6798'^^xsd:integer;
  dwc:scientificName 'Dactylopusia vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.65'^^xsd:double;
  dwc:latitude '78.8333'^^xsd:double;
  dwc:aphiaid '116906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116906'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.8333"^^xsd:decimal ;
  dwc:decimalLongitude "27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  geo-pos:lat "78.8333"^^xsd:decimal ;
  geo-pos:long "27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6786'^^xsd:integer;
  dwc:scientificName 'Ectinosoma neglectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.65'^^xsd:double;
  dwc:latitude '78.8333'^^xsd:double;
  dwc:aphiaid '351269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.8333"^^xsd:decimal ;
  dwc:decimalLongitude "27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  geo-pos:lat "78.8333"^^xsd:decimal ;
  geo-pos:long "27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6787'^^xsd:integer;
  dwc:scientificName 'Bradya typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.65'^^xsd:double;
  dwc:latitude '78.8333'^^xsd:double;
  dwc:aphiaid '116792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '349410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.8333"^^xsd:decimal ;
  dwc:decimalLongitude "27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  geo-pos:lat "78.8333"^^xsd:decimal ;
  geo-pos:long "27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6774'^^xsd:integer;
  dwc:scientificName 'Thalestris frigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.65'^^xsd:double;
  dwc:latitude '78.8333'^^xsd:double;
  dwc:aphiaid '116617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.8333"^^xsd:decimal ;
  dwc:decimalLongitude "27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  geo-pos:lat "78.8333"^^xsd:decimal ;
  geo-pos:long "27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6815'^^xsd:integer;
  dwc:scientificName 'Eurycletodes rectangulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.65'^^xsd:double;
  dwc:latitude '78.8333'^^xsd:double;
  dwc:aphiaid '116714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.8333"^^xsd:decimal ;
  dwc:decimalLongitude "27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  geo-pos:lat "78.8333"^^xsd:decimal ;
  geo-pos:long "27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6807'^^xsd:integer;
  dwc:scientificName 'Amphiascus tenuiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.65'^^xsd:double;
  dwc:latitude '78.8333'^^xsd:double;
  dwc:aphiaid '115926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '549122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.8333"^^xsd:decimal ;
  dwc:decimalLongitude "27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  geo-pos:lat "78.8333"^^xsd:decimal ;
  geo-pos:long "27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6810'^^xsd:integer;
  dwc:scientificName 'Cervinia synarthra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.65'^^xsd:double;
  dwc:latitude '78.8333'^^xsd:double;
  dwc:aphiaid '115735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '744775'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.8333"^^xsd:decimal ;
  dwc:decimalLongitude "27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.8333 27.65)"^^geo:wktLiteral ;
  geo-pos:lat "78.8333"^^xsd:decimal ;
  geo-pos:long "27.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2800'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '27.65'^^xsd:double;
  dwc:latitude '78.8333'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6781 29.0731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6781"^^xsd:decimal ;
  dwc:decimalLongitude "29.0731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6781 29.0731)"^^geo:wktLiteral ;
  geo-pos:lat "41.6781"^^xsd:decimal ;
  geo-pos:long "29.0731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9633'^^xsd:integer;
  dwc:scientificName 'Euplectella suberea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '29.0731'^^xsd:double;
  dwc:latitude '41.6781'^^xsd:double;
  dwc:aphiaid '134401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8833 30.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.8833"^^xsd:decimal ;
  dwc:decimalLongitude "30.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8833 30.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-30.8833"^^xsd:decimal ;
  geo-pos:long "30.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '716'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '30.5167'^^xsd:double;
  dwc:latitude '-30.8833'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.1167 30.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.1167"^^xsd:decimal ;
  dwc:decimalLongitude "30.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.1167 30.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-35.1167"^^xsd:decimal ;
  geo-pos:long "30.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9520'^^xsd:integer;
  dwc:scientificName 'Cladorhiza ephyrula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '30.5833'^^xsd:double;
  dwc:latitude '-35.1167'^^xsd:double;
  dwc:aphiaid '168228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.15 30.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.15 30.75)"^^geo:wktLiteral ;
  geo-pos:lat "-34.15"^^xsd:decimal ;
  geo-pos:long "30.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14616'^^xsd:integer;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '30.75'^^xsd:double;
  dwc:latitude '-34.15'^^xsd:double;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.55 30.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.55"^^xsd:decimal ;
  dwc:decimalLongitude "30.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.55 30.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-30.55"^^xsd:decimal ;
  geo-pos:long "30.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '717'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '30.9667'^^xsd:double;
  dwc:latitude '-30.55'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.9167"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-29.9167"^^xsd:decimal ;
  geo-pos:long "31.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10016'^^xsd:integer;
  dwc:scientificName 'Tethya magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.9167'^^xsd:double;
  dwc:aphiaid '170966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.9167"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-29.9167"^^xsd:decimal ;
  geo-pos:long "31.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9919'^^xsd:integer;
  dwc:scientificName 'Papyrula sphaera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.9167'^^xsd:double;
  dwc:aphiaid '192837'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '169872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.9167"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-29.9167"^^xsd:decimal ;
  geo-pos:long "31.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9662'^^xsd:integer;
  dwc:scientificName 'Geodia basilea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.9167'^^xsd:double;
  dwc:aphiaid '170109'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.9167"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-29.9167"^^xsd:decimal ;
  geo-pos:long "31.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9685'^^xsd:integer;
  dwc:scientificName 'Histodermella ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.9167'^^xsd:double;
  dwc:aphiaid '133413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.9167"^^xsd:decimal ;
  dwc:decimalLongitude "31.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.9167 31.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-29.9167"^^xsd:decimal ;
  geo-pos:long "31.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9584'^^xsd:integer;
  dwc:scientificName 'Craniella atropurpurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '31.3333'^^xsd:double;
  dwc:latitude '-29.9167'^^xsd:double;
  dwc:aphiaid '171325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.5667 31.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.5667"^^xsd:decimal ;
  dwc:decimalLongitude "31.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.5667 31.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-32.5667"^^xsd:decimal ;
  geo-pos:long "31.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10116'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '31.8667'^^xsd:double;
  dwc:latitude '-32.5667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.5667 31.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.5667"^^xsd:decimal ;
  dwc:decimalLongitude "31.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.5667 31.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-32.5667"^^xsd:decimal ;
  geo-pos:long "31.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4246'^^xsd:integer;
  dwc:scientificName 'Leviapseudes gracillimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '31.8667'^^xsd:double;
  dwc:latitude '-32.5667'^^xsd:double;
  dwc:aphiaid '136304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.5667 31.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.5667"^^xsd:decimal ;
  dwc:decimalLongitude "31.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.5667 31.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-32.5667"^^xsd:decimal ;
  geo-pos:long "31.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4256'^^xsd:integer;
  dwc:scientificName 'Leviapseudes shiinoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '31.8667'^^xsd:double;
  dwc:latitude '-32.5667'^^xsd:double;
  dwc:aphiaid '247144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4256'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.5667 31.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.5667"^^xsd:decimal ;
  dwc:decimalLongitude "31.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.5667 31.8667)"^^geo:wktLiteral ;
  geo-pos:lat "-31.5667"^^xsd:decimal ;
  geo-pos:long "31.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4347'^^xsd:integer;
  dwc:scientificName 'Neotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '31.8667'^^xsd:double;
  dwc:latitude '-31.5667'^^xsd:double;
  dwc:aphiaid '136329'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4347'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136329'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.6833 32.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.6833"^^xsd:decimal ;
  dwc:decimalLongitude "32.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.6833 32.6)"^^geo:wktLiteral ;
  geo-pos:lat "-28.6833"^^xsd:decimal ;
  geo-pos:long "32.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '710'^^xsd:integer;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6'^^xsd:double;
  dwc:latitude '-28.6833'^^xsd:double;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:710'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.6833 32.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.6833"^^xsd:decimal ;
  dwc:decimalLongitude "32.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.6833 32.6)"^^geo:wktLiteral ;
  geo-pos:lat "-28.6833"^^xsd:decimal ;
  geo-pos:long "32.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '711'^^xsd:integer;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6'^^xsd:double;
  dwc:latitude '-28.6833'^^xsd:double;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.6833 32.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.6833"^^xsd:decimal ;
  dwc:decimalLongitude "32.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.6833 32.6)"^^geo:wktLiteral ;
  geo-pos:lat "-28.6833"^^xsd:decimal ;
  geo-pos:long "32.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '715'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6'^^xsd:double;
  dwc:latitude '-28.6833'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.9833 32.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.9833"^^xsd:decimal ;
  dwc:decimalLongitude "32.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.9833 32.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-27.9833"^^xsd:decimal ;
  geo-pos:long "32.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '714'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6667'^^xsd:double;
  dwc:latitude '-27.9833'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:714'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-32"^^xsd:decimal ;
  geo-pos:long "32.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '919'^^xsd:integer;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-32"^^xsd:decimal ;
  geo-pos:long "32.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '921'^^xsd:integer;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-32"^^xsd:decimal ;
  geo-pos:long "32.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10135'^^xsd:integer;
  dwc:scientificName 'Phascolosoma nigrescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:aphiaid '220538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-32"^^xsd:decimal ;
  geo-pos:long "32.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5293'^^xsd:integer;
  dwc:scientificName 'Typhlotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:aphiaid '428829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5293'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-32"^^xsd:decimal ;
  geo-pos:long "32.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14613'^^xsd:integer;
  dwc:scientificName 'Cuspidaria bernardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:aphiaid '407523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14613'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-32"^^xsd:decimal ;
  geo-pos:long "32.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14614'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32"^^xsd:decimal ;
  dwc:decimalLongitude "32.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32 32.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-32"^^xsd:decimal ;
  geo-pos:long "32.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14615'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.6833'^^xsd:double;
  dwc:latitude '-32'^^xsd:integer;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.2 32.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.2"^^xsd:decimal ;
  dwc:decimalLongitude "32.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.2 32.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-27.2"^^xsd:decimal ;
  geo-pos:long "32.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '713'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.9333'^^xsd:double;
  dwc:latitude '-27.2'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.15 32.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.15"^^xsd:decimal ;
  dwc:decimalLongitude "32.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.15 32.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-27.15"^^xsd:decimal ;
  geo-pos:long "32.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '712'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '32.9667'^^xsd:double;
  dwc:latitude '-27.15'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5333 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5333"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5333 33)"^^geo:wktLiteral ;
  geo-pos:lat "69.5333"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7460'^^xsd:integer;
  dwc:scientificName 'Smirnovipina barentsiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '69.5333'^^xsd:double;
  dwc:aphiaid '360986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360986'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.8167 33.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.8167"^^xsd:decimal ;
  dwc:decimalLongitude "33.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.8167 33.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-29.8167"^^xsd:decimal ;
  geo-pos:long "33.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14612'^^xsd:integer;
  dwc:scientificName 'Cuspidaria natalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '33.3167'^^xsd:double;
  dwc:latitude '-29.8167'^^xsd:double;
  dwc:aphiaid '407846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.7 33.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.7"^^xsd:decimal ;
  dwc:decimalLongitude "33.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.7 33.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-29.7"^^xsd:decimal ;
  geo-pos:long "33.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '918'^^xsd:integer;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '33.3167'^^xsd:double;
  dwc:latitude '-29.7'^^xsd:double;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.7 33.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.7"^^xsd:decimal ;
  dwc:decimalLongitude "33.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.7 33.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-29.7"^^xsd:decimal ;
  geo-pos:long "33.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '920'^^xsd:integer;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '33.3167'^^xsd:double;
  dwc:latitude '-29.7'^^xsd:double;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.7 33.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.7"^^xsd:decimal ;
  dwc:decimalLongitude "33.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.7 33.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-29.7"^^xsd:decimal ;
  geo-pos:long "33.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10113'^^xsd:integer;
  dwc:scientificName 'Sipunculus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '33.3167'^^xsd:double;
  dwc:latitude '-29.7'^^xsd:double;
  dwc:aphiaid '220536'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220536'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.5667 33.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.5667"^^xsd:decimal ;
  dwc:decimalLongitude "33.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.5667 33.4)"^^geo:wktLiteral ;
  geo-pos:lat "-25.5667"^^xsd:decimal ;
  geo-pos:long "33.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6028'^^xsd:integer;
  dwc:scientificName 'Beckeria indica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '33.4'^^xsd:double;
  dwc:latitude '-25.5667'^^xsd:double;
  dwc:aphiaid '364695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359395'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.5667 33.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.5667"^^xsd:decimal ;
  dwc:decimalLongitude "33.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.5667 33.4)"^^geo:wktLiteral ;
  geo-pos:lat "-25.5667"^^xsd:decimal ;
  geo-pos:long "33.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6029'^^xsd:integer;
  dwc:scientificName 'Scintis variifurca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '33.4'^^xsd:double;
  dwc:latitude '-25.5667'^^xsd:double;
  dwc:aphiaid '355495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 34.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.3"^^xsd:decimal ;
  dwc:decimalLongitude "34.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.3 34.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-25.3"^^xsd:decimal ;
  geo-pos:long "34.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6024'^^xsd:integer;
  dwc:scientificName 'Scintis variifurca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '34.0667'^^xsd:double;
  dwc:latitude '-25.3'^^xsd:double;
  dwc:aphiaid '355495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6024'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7333 34.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.7333"^^xsd:decimal ;
  dwc:decimalLongitude "34.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7333 34.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-35.7333"^^xsd:decimal ;
  geo-pos:long "34.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9941'^^xsd:integer;
  dwc:scientificName 'Polymastia disclera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '34.2667'^^xsd:double;
  dwc:latitude '-35.7333'^^xsd:double;
  dwc:aphiaid '170631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7333 34.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.7333"^^xsd:decimal ;
  dwc:decimalLongitude "34.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7333 34.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-35.7333"^^xsd:decimal ;
  geo-pos:long "34.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9396'^^xsd:integer;
  dwc:scientificName 'Caulophacus basispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '34.2667'^^xsd:double;
  dwc:latitude '-35.7333'^^xsd:double;
  dwc:aphiaid '172052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.92 34.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.92"^^xsd:decimal ;
  dwc:decimalLongitude "34.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.92 34.3)"^^geo:wktLiteral ;
  geo-pos:lat "-66.92"^^xsd:decimal ;
  geo-pos:long "34.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3166'^^xsd:integer;
  dwc:scientificName 'Mesosignum antarcticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '34.3'^^xsd:double;
  dwc:latitude '-66.92'^^xsd:double;
  dwc:aphiaid '175075'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175075'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.92 34.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.92"^^xsd:decimal ;
  dwc:decimalLongitude "34.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.92 34.3)"^^geo:wktLiteral ;
  geo-pos:lat "-66.92"^^xsd:decimal ;
  geo-pos:long "34.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2987'^^xsd:integer;
  dwc:scientificName 'Reductosoma gunnera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '34.3'^^xsd:double;
  dwc:latitude '-66.92'^^xsd:double;
  dwc:aphiaid '174871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.1333 35.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.1333"^^xsd:decimal ;
  dwc:decimalLongitude "35.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.1333 35.55)"^^geo:wktLiteral ;
  geo-pos:lat "-20.1333"^^xsd:decimal ;
  geo-pos:long "35.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12472'^^xsd:integer;
  dwc:scientificName 'Terebratulina valdiviae?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '35.55'^^xsd:double;
  dwc:latitude '-20.1333'^^xsd:double;
  dwc:aphiaid '235534'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12472'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235534'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.55 36.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.55"^^xsd:decimal ;
  dwc:decimalLongitude "36.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.55 36.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-22.55"^^xsd:decimal ;
  geo-pos:long "36.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6939'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis smirnovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '36.1667'^^xsd:double;
  dwc:latitude '-22.55'^^xsd:double;
  dwc:aphiaid '357768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357768'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.55 36.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.55"^^xsd:decimal ;
  dwc:decimalLongitude "36.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.55 36.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-22.55"^^xsd:decimal ;
  geo-pos:long "36.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6948'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes scotti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '36.1667'^^xsd:double;
  dwc:latitude '-22.55'^^xsd:double;
  dwc:aphiaid '115757'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5 36.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5 36.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-22.5"^^xsd:decimal ;
  geo-pos:long "36.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6944'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes glaber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '36.1667'^^xsd:double;
  dwc:latitude '-22.5'^^xsd:double;
  dwc:aphiaid '354906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5 36.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5 36.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-22.5"^^xsd:decimal ;
  geo-pos:long "36.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6953'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes scotti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '36.1667'^^xsd:double;
  dwc:latitude '-22.5'^^xsd:double;
  dwc:aphiaid '115757'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5 36.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5 36.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-22.5"^^xsd:decimal ;
  geo-pos:long "36.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6954'^^xsd:integer;
  dwc:scientificName 'Cerviniella brodskayae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '36.1667'^^xsd:double;
  dwc:latitude '-22.5'^^xsd:double;
  dwc:aphiaid '350007'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5 36.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.5 36.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-22.5"^^xsd:decimal ;
  geo-pos:long "36.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6955'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes species inserta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '36.1667'^^xsd:double;
  dwc:latitude '-22.5'^^xsd:double;
  dwc:aphiaid '115260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115260'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.07 36.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.07"^^xsd:decimal ;
  dwc:decimalLongitude "36.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.07 36.25)"^^geo:wktLiteral ;
  geo-pos:lat "-24.07"^^xsd:decimal ;
  geo-pos:long "36.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4060'^^xsd:integer;
  dwc:scientificName 'Serolis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '36.25'^^xsd:double;
  dwc:latitude '-24.07'^^xsd:double;
  dwc:aphiaid '175153'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175153'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "36.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "36.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10136'^^xsd:integer;
  dwc:scientificName 'Phascolosoma scolops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '36.5167'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:aphiaid '424889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.9333"^^xsd:decimal ;
  dwc:decimalLongitude "36.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.9333 36.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-34.9333"^^xsd:decimal ;
  geo-pos:long "36.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14611'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '36.5167'^^xsd:double;
  dwc:latitude '-34.9333'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.8 37.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.8"^^xsd:decimal ;
  dwc:decimalLongitude "37.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.8 37.7667)"^^geo:wktLiteral ;
  geo-pos:lat "-23.8"^^xsd:decimal ;
  geo-pos:long "37.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10137'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '37.7667'^^xsd:double;
  dwc:latitude '-23.8'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.375 38.0898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.375"^^xsd:decimal ;
  dwc:decimalLongitude "38.0898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.375 38.0898)"^^geo:wktLiteral ;
  geo-pos:lat "21.375"^^xsd:decimal ;
  geo-pos:long "38.0898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7679'^^xsd:integer;
  dwc:scientificName 'Oncaea rufa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '38.0898'^^xsd:double;
  dwc:latitude '21.375'^^xsd:double;
  dwc:aphiaid '215780'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7679'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.1167 38.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.1167"^^xsd:decimal ;
  dwc:decimalLongitude "38.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.1167 38.1167)"^^geo:wktLiteral ;
  geo-pos:lat "21.1167"^^xsd:decimal ;
  geo-pos:long "38.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2343'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '38.1167'^^xsd:double;
  dwc:latitude '21.1167'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4667 38.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.4667"^^xsd:decimal ;
  dwc:decimalLongitude "38.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.4667 38.5333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.4667"^^xsd:decimal ;
  geo-pos:long "38.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9405'^^xsd:integer;
  dwc:scientificName 'Caulophacus galathae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '38.5333'^^xsd:double;
  dwc:latitude '-33.4667'^^xsd:double;
  dwc:aphiaid '172055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A21> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7333 39.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.7333"^^xsd:decimal ;
  dwc:decimalLongitude "39.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.7333 39.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-35.7333"^^xsd:decimal ;
  geo-pos:long "39.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '21'^^xsd:integer;
  dwc:scientificName 'Bathylamprops natalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.2667'^^xsd:double;
  dwc:latitude '-35.7333'^^xsd:double;
  dwc:aphiaid '182204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:21'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8737'^^xsd:integer;
  dwc:scientificName 'Acantholaimus verscheldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '221262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8751'^^xsd:integer;
  dwc:scientificName 'Acantholaimus gathumai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '221265'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221265'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8754'^^xsd:integer;
  dwc:scientificName 'Acantholaimus geraerti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '221261'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221261'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8761'^^xsd:integer;
  dwc:scientificName 'Acantholaimus invaginatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '221263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221263'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9087'^^xsd:integer;
  dwc:scientificName 'Prochromadorella daroae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '231313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231313'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9112'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus abebei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '231320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9105'^^xsd:integer;
  dwc:scientificName 'Aponema decraemerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '230148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9124'^^xsd:integer;
  dwc:scientificName 'Microlaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '231318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231318'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9115'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '231316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231316'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9121'^^xsd:integer;
  dwc:scientificName 'Ixonema deleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '231317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9093'^^xsd:integer;
  dwc:scientificName 'Actinonema paraceltica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '583449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9100'^^xsd:integer;
  dwc:scientificName 'Rhips reginae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '583451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4222"^^xsd:decimal ;
  dwc:decimalLongitude "39.7535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4222 39.7535)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4222"^^xsd:decimal ;
  geo-pos:long "39.7535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8725'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7535'^^xsd:double;
  dwc:latitude '-4.4222'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8722'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8758'^^xsd:integer;
  dwc:scientificName 'Acantholaimus invaginatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '221263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221263'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9126'^^xsd:integer;
  dwc:scientificName 'Microlaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '231318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231318'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9096'^^xsd:integer;
  dwc:scientificName 'Actinonema paraceltica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '583449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9098'^^xsd:integer;
  dwc:scientificName 'Actinonema smolae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '583450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9152'^^xsd:integer;
  dwc:scientificName 'Molgolaimus sabakii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '221181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9152'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9146'^^xsd:integer;
  dwc:scientificName 'Molgolaimus tyroi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '221183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221183'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8587'^^xsd:integer;
  dwc:scientificName 'Dichromadora longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '161015'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161015'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8282'^^xsd:integer;
  dwc:scientificName 'Sabatieria lucia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '214440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '214440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8286'^^xsd:integer;
  dwc:scientificName 'Sabatieria conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '121361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121361'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8305'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis gerardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '231307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8294'^^xsd:integer;
  dwc:scientificName 'Cervonema tenuicaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '121351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8294'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8292'^^xsd:integer;
  dwc:scientificName 'Sabatieria pisinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '121372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8299'^^xsd:integer;
  dwc:scientificName 'Kenyanema monorchis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '214443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '214443'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8297'^^xsd:integer;
  dwc:scientificName 'Cervonema gourbaulti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '221266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.401"^^xsd:decimal ;
  dwc:decimalLongitude "39.7665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.401 39.7665)"^^geo:wktLiteral ;
  geo-pos:lat "-4.401"^^xsd:decimal ;
  geo-pos:long "39.7665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8302'^^xsd:integer;
  dwc:scientificName 'Hopperia indiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.7665'^^xsd:double;
  dwc:latitude '-4.401'^^xsd:double;
  dwc:aphiaid '221271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1285 39.9112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1285"^^xsd:decimal ;
  dwc:decimalLongitude "39.9112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1285 39.9112)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1285"^^xsd:decimal ;
  geo-pos:long "39.9112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8750'^^xsd:integer;
  dwc:scientificName 'Acantholaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.9112'^^xsd:double;
  dwc:latitude '-4.1285'^^xsd:double;
  dwc:aphiaid '221259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1285 39.9112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1285"^^xsd:decimal ;
  dwc:decimalLongitude "39.9112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1285 39.9112)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1285"^^xsd:decimal ;
  geo-pos:long "39.9112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8594'^^xsd:integer;
  dwc:scientificName 'Trochamus polki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.9112'^^xsd:double;
  dwc:latitude '-4.1285'^^xsd:double;
  dwc:aphiaid '231312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231312'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1285 39.9112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.1285"^^xsd:decimal ;
  dwc:decimalLongitude "39.9112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.1285 39.9112)"^^geo:wktLiteral ;
  geo-pos:lat "-4.1285"^^xsd:decimal ;
  geo-pos:long "39.9112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8591'^^xsd:integer;
  dwc:scientificName 'Dichromadora gathuai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.9112'^^xsd:double;
  dwc:latitude '-4.1285'^^xsd:double;
  dwc:aphiaid '161013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3417 39.9733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.3417"^^xsd:decimal ;
  dwc:decimalLongitude "39.9733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3417 39.9733)"^^geo:wktLiteral ;
  geo-pos:lat "-30.3417"^^xsd:decimal ;
  geo-pos:long "39.9733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5553'^^xsd:integer;
  dwc:scientificName 'Pseudotanais gaussi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.9733'^^xsd:double;
  dwc:latitude '-30.3417'^^xsd:double;
  dwc:aphiaid '244599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3417 39.9733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.3417"^^xsd:decimal ;
  dwc:decimalLongitude "39.9733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3417 39.9733)"^^geo:wktLiteral ;
  geo-pos:lat "-30.3417"^^xsd:decimal ;
  geo-pos:long "39.9733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5941'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.9733'^^xsd:double;
  dwc:latitude '-30.3417'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.325 39.9767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.325"^^xsd:decimal ;
  dwc:decimalLongitude "39.9767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.325 39.9767)"^^geo:wktLiteral ;
  geo-pos:lat "-30.325"^^xsd:decimal ;
  geo-pos:long "39.9767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5196'^^xsd:integer;
  dwc:scientificName 'Leptognathia manca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '39.9767'^^xsd:double;
  dwc:latitude '-30.325'^^xsd:double;
  dwc:aphiaid '136441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3717 40.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.3717"^^xsd:decimal ;
  dwc:decimalLongitude "40.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3717 40.0183)"^^geo:wktLiteral ;
  geo-pos:lat "-30.3717"^^xsd:decimal ;
  geo-pos:long "40.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5555'^^xsd:integer;
  dwc:scientificName 'Pseudotanais gaussi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.0183'^^xsd:double;
  dwc:latitude '-30.3717'^^xsd:double;
  dwc:aphiaid '244599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3717 40.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.3717"^^xsd:decimal ;
  dwc:decimalLongitude "40.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3717 40.0183)"^^geo:wktLiteral ;
  geo-pos:lat "-30.3717"^^xsd:decimal ;
  geo-pos:long "40.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5053'^^xsd:integer;
  dwc:scientificName 'Collettea antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.0183'^^xsd:double;
  dwc:latitude '-30.3717'^^xsd:double;
  dwc:aphiaid '237607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3717 40.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.3717"^^xsd:decimal ;
  dwc:decimalLongitude "40.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.3717 40.0183)"^^geo:wktLiteral ;
  geo-pos:lat "-30.3717"^^xsd:decimal ;
  geo-pos:long "40.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4126'^^xsd:integer;
  dwc:scientificName 'Apseudes siegi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.0183'^^xsd:double;
  dwc:latitude '-30.3717'^^xsd:double;
  dwc:aphiaid '247062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.75 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "83.75"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (83.75 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "83.75"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7457'^^xsd:integer;
  dwc:scientificName 'Giselina sp. 5'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '83.75'^^xsd:double;
  dwc:aphiaid '346500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346500'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1572 40.3575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1572"^^xsd:decimal ;
  dwc:decimalLongitude "40.3575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1572 40.3575)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1572"^^xsd:decimal ;
  geo-pos:long "40.3575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8728'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3575'^^xsd:double;
  dwc:latitude '-3.1572'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1572 40.3575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1572"^^xsd:decimal ;
  dwc:decimalLongitude "40.3575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1572 40.3575)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1572"^^xsd:decimal ;
  geo-pos:long "40.3575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8744'^^xsd:integer;
  dwc:scientificName 'Acantholaimus heipi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3575'^^xsd:double;
  dwc:latitude '-3.1572'^^xsd:double;
  dwc:aphiaid '221264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221264'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3392"^^xsd:decimal ;
  dwc:decimalLongitude "40.3617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3392"^^xsd:decimal ;
  geo-pos:long "40.3617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9101'^^xsd:integer;
  dwc:scientificName 'Aponema decraemerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3617'^^xsd:double;
  dwc:latitude '-4.3392'^^xsd:double;
  dwc:aphiaid '230148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3392"^^xsd:decimal ;
  dwc:decimalLongitude "40.3617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3392"^^xsd:decimal ;
  geo-pos:long "40.3617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9150'^^xsd:integer;
  dwc:scientificName 'Molgolaimus gazii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3617'^^xsd:double;
  dwc:latitude '-4.3392'^^xsd:double;
  dwc:aphiaid '221184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3392"^^xsd:decimal ;
  dwc:decimalLongitude "40.3617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3392"^^xsd:decimal ;
  geo-pos:long "40.3617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9153'^^xsd:integer;
  dwc:scientificName 'Molgolaimus sabakii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3617'^^xsd:double;
  dwc:latitude '-4.3392'^^xsd:double;
  dwc:aphiaid '221181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3392"^^xsd:decimal ;
  dwc:decimalLongitude "40.3617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3392"^^xsd:decimal ;
  geo-pos:long "40.3617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9147'^^xsd:integer;
  dwc:scientificName 'Molgolaimus tyroi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3617'^^xsd:double;
  dwc:latitude '-4.3392'^^xsd:double;
  dwc:aphiaid '221183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221183'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3392"^^xsd:decimal ;
  dwc:decimalLongitude "40.3617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3392"^^xsd:decimal ;
  geo-pos:long "40.3617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8287'^^xsd:integer;
  dwc:scientificName 'Sabatieria conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3617'^^xsd:double;
  dwc:latitude '-4.3392'^^xsd:double;
  dwc:aphiaid '121361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121361'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3392"^^xsd:decimal ;
  dwc:decimalLongitude "40.3617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3392 40.3617)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3392"^^xsd:decimal ;
  geo-pos:long "40.3617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8303'^^xsd:integer;
  dwc:scientificName 'Hopperia indiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3617'^^xsd:double;
  dwc:latitude '-4.3392'^^xsd:double;
  dwc:aphiaid '221271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8726'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8738'^^xsd:integer;
  dwc:scientificName 'Acantholaimus verscheldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '221262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8752'^^xsd:integer;
  dwc:scientificName 'Acantholaimus gathumai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '221265'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221265'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8755'^^xsd:integer;
  dwc:scientificName 'Acantholaimus geraerti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '221261'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221261'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8748'^^xsd:integer;
  dwc:scientificName 'Acantholaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '221259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9110'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus bahari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '231315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231315'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9106'^^xsd:integer;
  dwc:scientificName 'Aponema decraemerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '230148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9122'^^xsd:integer;
  dwc:scientificName 'Microlaimus texianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '121099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9119'^^xsd:integer;
  dwc:scientificName 'Ixonema deleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '231317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9094'^^xsd:integer;
  dwc:scientificName 'Actinonema paraceltica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '583449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9088'^^xsd:integer;
  dwc:scientificName 'Prochromadorella daroae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '231313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231313'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3242"^^xsd:decimal ;
  dwc:decimalLongitude "40.3633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3242 40.3633)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3242"^^xsd:decimal ;
  geo-pos:long "40.3633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9090'^^xsd:integer;
  dwc:scientificName 'Actinonema longicaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.3633'^^xsd:double;
  dwc:latitude '-4.3242'^^xsd:double;
  dwc:aphiaid '120720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '120720'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8746'^^xsd:integer;
  dwc:scientificName 'Acantholaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '221259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9085'^^xsd:integer;
  dwc:scientificName 'Prochromadorella daroae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '231313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231313'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9118'^^xsd:integer;
  dwc:scientificName 'Ixonema deleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '231317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9091'^^xsd:integer;
  dwc:scientificName 'Actinonema paraceltica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '583449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9097'^^xsd:integer;
  dwc:scientificName 'Actinonema paraceltica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '583449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9102'^^xsd:integer;
  dwc:scientificName 'Aponema decraemerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '230148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9148'^^xsd:integer;
  dwc:scientificName 'Molgolaimus tyroi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '221183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221183'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8593'^^xsd:integer;
  dwc:scientificName 'Trochamus complexus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '229886'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229886'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8283'^^xsd:integer;
  dwc:scientificName 'Sabatieria lucia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '214440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '214440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8288'^^xsd:integer;
  dwc:scientificName 'Sabatieria conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '121361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121361'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1368"^^xsd:decimal ;
  dwc:decimalLongitude "40.6967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1368 40.6967)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1368"^^xsd:decimal ;
  geo-pos:long "40.6967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8296'^^xsd:integer;
  dwc:scientificName 'Cervonema gourbaulti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.6967'^^xsd:double;
  dwc:latitude '-3.1368'^^xsd:double;
  dwc:aphiaid '221266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.55 40.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.55 40.75)"^^geo:wktLiteral ;
  geo-pos:lat "-3.55"^^xsd:decimal ;
  geo-pos:long "40.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6937'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes microserrulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.75'^^xsd:double;
  dwc:latitude '-3.55'^^xsd:double;
  dwc:aphiaid '354908'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354908'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.8667 40.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.8667"^^xsd:decimal ;
  dwc:decimalLongitude "40.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.8667 40.9667)"^^geo:wktLiteral ;
  geo-pos:lat "-60.8667"^^xsd:decimal ;
  geo-pos:long "40.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16730'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.9667'^^xsd:double;
  dwc:latitude '-60.8667'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.133"^^xsd:decimal ;
  dwc:decimalLongitude "40.9993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  geo-pos:lat "-3.133"^^xsd:decimal ;
  geo-pos:long "40.9993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8729'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.9993'^^xsd:double;
  dwc:latitude '-3.133'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.133"^^xsd:decimal ;
  dwc:decimalLongitude "40.9993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  geo-pos:lat "-3.133"^^xsd:decimal ;
  geo-pos:long "40.9993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8756'^^xsd:integer;
  dwc:scientificName 'Acantholaimus geraerti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.9993'^^xsd:double;
  dwc:latitude '-3.133'^^xsd:double;
  dwc:aphiaid '221261'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221261'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.133"^^xsd:decimal ;
  dwc:decimalLongitude "40.9993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  geo-pos:lat "-3.133"^^xsd:decimal ;
  geo-pos:long "40.9993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9117'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.9993'^^xsd:double;
  dwc:latitude '-3.133'^^xsd:double;
  dwc:aphiaid '231316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231316'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.133"^^xsd:decimal ;
  dwc:decimalLongitude "40.9993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  geo-pos:lat "-3.133"^^xsd:decimal ;
  geo-pos:long "40.9993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9095'^^xsd:integer;
  dwc:scientificName 'Actinonema paraceltica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.9993'^^xsd:double;
  dwc:latitude '-3.133'^^xsd:double;
  dwc:aphiaid '583449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.133"^^xsd:decimal ;
  dwc:decimalLongitude "40.9993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.133 40.9993)"^^geo:wktLiteral ;
  geo-pos:lat "-3.133"^^xsd:decimal ;
  geo-pos:long "40.9993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9125'^^xsd:integer;
  dwc:scientificName 'Microlaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '40.9993'^^xsd:double;
  dwc:latitude '-3.133'^^xsd:double;
  dwc:aphiaid '231318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231318'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.141 41.0295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.141"^^xsd:decimal ;
  dwc:decimalLongitude "41.0295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.141 41.0295)"^^geo:wktLiteral ;
  geo-pos:lat "-3.141"^^xsd:decimal ;
  geo-pos:long "41.0295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9144'^^xsd:integer;
  dwc:scientificName 'Molgolaimus abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.0295'^^xsd:double;
  dwc:latitude '-3.141'^^xsd:double;
  dwc:aphiaid '221185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.141 41.0295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.141"^^xsd:decimal ;
  dwc:decimalLongitude "41.0295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.141 41.0295)"^^geo:wktLiteral ;
  geo-pos:lat "-3.141"^^xsd:decimal ;
  geo-pos:long "41.0295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8284'^^xsd:integer;
  dwc:scientificName 'Sabatieria lucia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.0295'^^xsd:double;
  dwc:latitude '-3.141'^^xsd:double;
  dwc:aphiaid '214440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '214440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.141 41.0295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.141"^^xsd:decimal ;
  dwc:decimalLongitude "41.0295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.141 41.0295)"^^geo:wktLiteral ;
  geo-pos:lat "-3.141"^^xsd:decimal ;
  geo-pos:long "41.0295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8300'^^xsd:integer;
  dwc:scientificName 'Kenyanema monorchis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.0295'^^xsd:double;
  dwc:latitude '-3.141'^^xsd:double;
  dwc:aphiaid '214443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '214443'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.6675"^^xsd:decimal ;
  dwc:decimalLongitude "41.1695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  geo-pos:lat "-2.6675"^^xsd:decimal ;
  geo-pos:long "41.1695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8736'^^xsd:integer;
  dwc:scientificName 'Acantholaimus verscheldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.1695'^^xsd:double;
  dwc:latitude '-2.6675'^^xsd:double;
  dwc:aphiaid '221262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.6675"^^xsd:decimal ;
  dwc:decimalLongitude "41.1695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  geo-pos:lat "-2.6675"^^xsd:decimal ;
  geo-pos:long "41.1695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9104'^^xsd:integer;
  dwc:scientificName 'Aponema decraemerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.1695'^^xsd:double;
  dwc:latitude '-2.6675'^^xsd:double;
  dwc:aphiaid '230148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.6675"^^xsd:decimal ;
  dwc:decimalLongitude "41.1695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  geo-pos:lat "-2.6675"^^xsd:decimal ;
  geo-pos:long "41.1695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8291'^^xsd:integer;
  dwc:scientificName 'Sabatieria conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.1695'^^xsd:double;
  dwc:latitude '-2.6675'^^xsd:double;
  dwc:aphiaid '121361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121361'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.6675"^^xsd:decimal ;
  dwc:decimalLongitude "41.1695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  geo-pos:lat "-2.6675"^^xsd:decimal ;
  geo-pos:long "41.1695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8295'^^xsd:integer;
  dwc:scientificName 'Cervonema minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.1695'^^xsd:double;
  dwc:latitude '-2.6675'^^xsd:double;
  dwc:aphiaid '221267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.6675"^^xsd:decimal ;
  dwc:decimalLongitude "41.1695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.6675 41.1695)"^^geo:wktLiteral ;
  geo-pos:lat "-2.6675"^^xsd:decimal ;
  geo-pos:long "41.1695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8301'^^xsd:integer;
  dwc:scientificName 'Kenyanema monorchis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.1695'^^xsd:double;
  dwc:latitude '-2.6675'^^xsd:double;
  dwc:aphiaid '214443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '214443'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3638 41.2193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3638"^^xsd:decimal ;
  dwc:decimalLongitude "41.2193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3638 41.2193)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3638"^^xsd:decimal ;
  geo-pos:long "41.2193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8734'^^xsd:integer;
  dwc:scientificName 'Acantholaimus verscheldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2193'^^xsd:double;
  dwc:latitude '-4.3638'^^xsd:double;
  dwc:aphiaid '221262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3638 41.2193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3638"^^xsd:decimal ;
  dwc:decimalLongitude "41.2193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3638 41.2193)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3638"^^xsd:decimal ;
  geo-pos:long "41.2193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8759'^^xsd:integer;
  dwc:scientificName 'Acantholaimus invaginatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2193'^^xsd:double;
  dwc:latitude '-4.3638'^^xsd:double;
  dwc:aphiaid '221263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221263'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3638 41.2193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3638"^^xsd:decimal ;
  dwc:decimalLongitude "41.2193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3638 41.2193)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3638"^^xsd:decimal ;
  geo-pos:long "41.2193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9143'^^xsd:integer;
  dwc:scientificName 'Molgolaimus abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2193'^^xsd:double;
  dwc:latitude '-4.3638'^^xsd:double;
  dwc:aphiaid '221185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3552"^^xsd:decimal ;
  dwc:decimalLongitude "41.2273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3552"^^xsd:decimal ;
  geo-pos:long "41.2273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8727'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2273'^^xsd:double;
  dwc:latitude '-4.3552'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3552"^^xsd:decimal ;
  dwc:decimalLongitude "41.2273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3552"^^xsd:decimal ;
  geo-pos:long "41.2273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8739'^^xsd:integer;
  dwc:scientificName 'Acantholaimus verscheldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2273'^^xsd:double;
  dwc:latitude '-4.3552'^^xsd:double;
  dwc:aphiaid '221262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3552"^^xsd:decimal ;
  dwc:decimalLongitude "41.2273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3552"^^xsd:decimal ;
  geo-pos:long "41.2273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8753'^^xsd:integer;
  dwc:scientificName 'Acantholaimus gathumai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2273'^^xsd:double;
  dwc:latitude '-4.3552'^^xsd:double;
  dwc:aphiaid '221265'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221265'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3552"^^xsd:decimal ;
  dwc:decimalLongitude "41.2273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3552"^^xsd:decimal ;
  geo-pos:long "41.2273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8749'^^xsd:integer;
  dwc:scientificName 'Acantholaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2273'^^xsd:double;
  dwc:latitude '-4.3552'^^xsd:double;
  dwc:aphiaid '221259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3552"^^xsd:decimal ;
  dwc:decimalLongitude "41.2273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3552"^^xsd:decimal ;
  geo-pos:long "41.2273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8762'^^xsd:integer;
  dwc:scientificName 'Acantholaimus invaginatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2273'^^xsd:double;
  dwc:latitude '-4.3552'^^xsd:double;
  dwc:aphiaid '221263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221263'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.3552"^^xsd:decimal ;
  dwc:decimalLongitude "41.2273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.3552 41.2273)"^^geo:wktLiteral ;
  geo-pos:lat "-4.3552"^^xsd:decimal ;
  geo-pos:long "41.2273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9113'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus abebei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2273'^^xsd:double;
  dwc:latitude '-4.3552'^^xsd:double;
  dwc:aphiaid '231320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8723'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8742'^^xsd:integer;
  dwc:scientificName 'Acantholaimus heipi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '221264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221264'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9086'^^xsd:integer;
  dwc:scientificName 'Prochromadorella daroae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '231313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231313'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9109'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus bahari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '231315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231315'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9114'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus abebei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '231320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9120'^^xsd:integer;
  dwc:scientificName 'Ixonema deleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '231317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9103'^^xsd:integer;
  dwc:scientificName 'Aponema decraemerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '230148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9154'^^xsd:integer;
  dwc:scientificName 'Molgolaimus sabakii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '221181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9151'^^xsd:integer;
  dwc:scientificName 'Molgolaimus gazii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '221184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9151'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9149'^^xsd:integer;
  dwc:scientificName 'Molgolaimus tyroi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '221183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221183'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1778"^^xsd:decimal ;
  dwc:decimalLongitude "41.2367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1778 41.2367)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1778"^^xsd:decimal ;
  geo-pos:long "41.2367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9145'^^xsd:integer;
  dwc:scientificName 'Molgolaimus abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2367'^^xsd:double;
  dwc:latitude '-3.1778'^^xsd:double;
  dwc:aphiaid '221185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1547"^^xsd:decimal ;
  dwc:decimalLongitude "41.2755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1547"^^xsd:decimal ;
  geo-pos:long "41.2755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8730'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2755'^^xsd:double;
  dwc:latitude '-3.1547'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1547"^^xsd:decimal ;
  dwc:decimalLongitude "41.2755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1547"^^xsd:decimal ;
  geo-pos:long "41.2755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8740'^^xsd:integer;
  dwc:scientificName 'Acantholaimus verscheldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2755'^^xsd:double;
  dwc:latitude '-3.1547'^^xsd:double;
  dwc:aphiaid '221262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1547"^^xsd:decimal ;
  dwc:decimalLongitude "41.2755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1547"^^xsd:decimal ;
  geo-pos:long "41.2755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8745'^^xsd:integer;
  dwc:scientificName 'Acantholaimus heipi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2755'^^xsd:double;
  dwc:latitude '-3.1547'^^xsd:double;
  dwc:aphiaid '221264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221264'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1547"^^xsd:decimal ;
  dwc:decimalLongitude "41.2755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1547"^^xsd:decimal ;
  geo-pos:long "41.2755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8763'^^xsd:integer;
  dwc:scientificName 'Acantholaimus invaginatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2755'^^xsd:double;
  dwc:latitude '-3.1547'^^xsd:double;
  dwc:aphiaid '221263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221263'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.1547"^^xsd:decimal ;
  dwc:decimalLongitude "41.2755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.1547 41.2755)"^^geo:wktLiteral ;
  geo-pos:lat "-3.1547"^^xsd:decimal ;
  geo-pos:long "41.2755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9089'^^xsd:integer;
  dwc:scientificName 'Prochromadorella daroae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2755'^^xsd:double;
  dwc:latitude '-3.1547'^^xsd:double;
  dwc:aphiaid '231313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231313'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21667 41.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.21667"^^xsd:decimal ;
  dwc:decimalLongitude "41.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21667 41.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-6.21667"^^xsd:decimal ;
  geo-pos:long "41.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9693'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2833'^^xsd:double;
  dwc:latitude '-6.21667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9693'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21667 41.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.21667"^^xsd:decimal ;
  dwc:decimalLongitude "41.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21667 41.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-6.21667"^^xsd:decimal ;
  geo-pos:long "41.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9926'^^xsd:integer;
  dwc:scientificName 'Placopegma solutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2833'^^xsd:double;
  dwc:latitude '-6.21667'^^xsd:double;
  dwc:aphiaid '171933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21667 41.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.21667"^^xsd:decimal ;
  dwc:decimalLongitude "41.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.21667 41.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-6.21667"^^xsd:decimal ;
  geo-pos:long "41.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9705'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2833'^^xsd:double;
  dwc:latitude '-6.21667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A18> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2 41.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.2"^^xsd:decimal ;
  dwc:decimalLongitude "41.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2 41.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-6.2"^^xsd:decimal ;
  geo-pos:long "41.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '18'^^xsd:integer;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2833'^^xsd:double;
  dwc:latitude '-6.2'^^xsd:double;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:18'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2 41.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.2"^^xsd:decimal ;
  dwc:decimalLongitude "41.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2 41.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-6.2"^^xsd:decimal ;
  geo-pos:long "41.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11208'^^xsd:integer;
  dwc:scientificName 'Phascolosoma muricaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2833'^^xsd:double;
  dwc:latitude '-6.2'^^xsd:double;
  dwc:aphiaid '424284'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2 41.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.2"^^xsd:decimal ;
  dwc:decimalLongitude "41.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2 41.2833)"^^geo:wktLiteral ;
  geo-pos:lat "-6.2"^^xsd:decimal ;
  geo-pos:long "41.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2753'^^xsd:integer;
  dwc:scientificName 'Bathylamprops calmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.2833'^^xsd:double;
  dwc:latitude '-6.2'^^xsd:double;
  dwc:aphiaid '182201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 41.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.1667"^^xsd:decimal ;
  dwc:decimalLongitude "41.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.1667 41.3333)"^^geo:wktLiteral ;
  geo-pos:lat "-62.1667"^^xsd:decimal ;
  geo-pos:long "41.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9407'^^xsd:integer;
  dwc:scientificName 'Caulophacus instabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.3333'^^xsd:double;
  dwc:latitude '-62.1667'^^xsd:double;
  dwc:aphiaid '172057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.6 41.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.6"^^xsd:decimal ;
  dwc:decimalLongitude "41.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.6 41.3833)"^^geo:wktLiteral ;
  geo-pos:lat "66.6"^^xsd:decimal ;
  geo-pos:long "41.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2745'^^xsd:integer;
  dwc:scientificName 'Diastylis cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.3833'^^xsd:double;
  dwc:latitude '66.6'^^xsd:double;
  dwc:aphiaid '110474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0045"^^xsd:decimal ;
  dwc:decimalLongitude "41.4437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0045"^^xsd:decimal ;
  geo-pos:long "41.4437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9108'^^xsd:integer;
  dwc:scientificName 'Aponema decraemerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.4437'^^xsd:double;
  dwc:latitude '-2.0045'^^xsd:double;
  dwc:aphiaid '230148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0045"^^xsd:decimal ;
  dwc:decimalLongitude "41.4437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0045"^^xsd:decimal ;
  geo-pos:long "41.4437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9155'^^xsd:integer;
  dwc:scientificName 'Molgolaimus kiwayui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.4437'^^xsd:double;
  dwc:latitude '-2.0045'^^xsd:double;
  dwc:aphiaid '221180'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9155'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221180'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0045"^^xsd:decimal ;
  dwc:decimalLongitude "41.4437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0045"^^xsd:decimal ;
  geo-pos:long "41.4437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8588'^^xsd:integer;
  dwc:scientificName 'Dichromadora longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.4437'^^xsd:double;
  dwc:latitude '-2.0045'^^xsd:double;
  dwc:aphiaid '161015'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161015'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0045"^^xsd:decimal ;
  dwc:decimalLongitude "41.4437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0045"^^xsd:decimal ;
  geo-pos:long "41.4437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8298'^^xsd:integer;
  dwc:scientificName 'Cervonema gourbaulti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.4437'^^xsd:double;
  dwc:latitude '-2.0045'^^xsd:double;
  dwc:aphiaid '221266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0045"^^xsd:decimal ;
  dwc:decimalLongitude "41.4437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0045 41.4437)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0045"^^xsd:decimal ;
  geo-pos:long "41.4437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8304'^^xsd:integer;
  dwc:scientificName 'Hopperia indiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.4437'^^xsd:double;
  dwc:latitude '-2.0045'^^xsd:double;
  dwc:aphiaid '221271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.45)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '925'^^xsd:integer;
  dwc:scientificName 'Leptostylis azaniensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.45'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:aphiaid '182041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4"^^xsd:decimal ;
  dwc:decimalLongitude "41.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4 41.45)"^^geo:wktLiteral ;
  geo-pos:lat "-4"^^xsd:decimal ;
  geo-pos:long "41.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '156'^^xsd:integer;
  dwc:scientificName 'Leptostylis azaniensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.45'^^xsd:double;
  dwc:latitude '-4'^^xsd:integer;
  dwc:aphiaid '182041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:156'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.2333 41.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.2333"^^xsd:decimal ;
  dwc:decimalLongitude "41.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.2333 41.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-4.2333"^^xsd:decimal ;
  geo-pos:long "41.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6957'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes glaber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.4833'^^xsd:double;
  dwc:latitude '-4.2333'^^xsd:double;
  dwc:aphiaid '354906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6957'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9338 41.5257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9338"^^xsd:decimal ;
  dwc:decimalLongitude "41.5257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9338 41.5257)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9338"^^xsd:decimal ;
  geo-pos:long "41.5257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9099'^^xsd:integer;
  dwc:scientificName 'Rhips reginae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.5257'^^xsd:double;
  dwc:latitude '-1.9338'^^xsd:double;
  dwc:aphiaid '583451'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9338 41.5257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9338"^^xsd:decimal ;
  dwc:decimalLongitude "41.5257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9338 41.5257)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9338"^^xsd:decimal ;
  geo-pos:long "41.5257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8590'^^xsd:integer;
  dwc:scientificName 'Dichromadora longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.5257'^^xsd:double;
  dwc:latitude '-1.9338'^^xsd:double;
  dwc:aphiaid '161015'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161015'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9338 41.5257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9338"^^xsd:decimal ;
  dwc:decimalLongitude "41.5257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9338 41.5257)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9338"^^xsd:decimal ;
  geo-pos:long "41.5257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8289'^^xsd:integer;
  dwc:scientificName 'Sabatieria conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.5257'^^xsd:double;
  dwc:latitude '-1.9338'^^xsd:double;
  dwc:aphiaid '121361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121361'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.008 41.626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.008"^^xsd:decimal ;
  dwc:decimalLongitude "41.626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.008 41.626)"^^geo:wktLiteral ;
  geo-pos:lat "-2.008"^^xsd:decimal ;
  geo-pos:long "41.626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8731'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.626'^^xsd:double;
  dwc:latitude '-2.008'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.008 41.626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.008"^^xsd:decimal ;
  dwc:decimalLongitude "41.626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.008 41.626)"^^geo:wktLiteral ;
  geo-pos:lat "-2.008"^^xsd:decimal ;
  geo-pos:long "41.626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9127'^^xsd:integer;
  dwc:scientificName 'Microlaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.626'^^xsd:double;
  dwc:latitude '-2.008'^^xsd:double;
  dwc:aphiaid '231318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231318'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.008 41.626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.008"^^xsd:decimal ;
  dwc:decimalLongitude "41.626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.008 41.626)"^^geo:wktLiteral ;
  geo-pos:lat "-2.008"^^xsd:decimal ;
  geo-pos:long "41.626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8592'^^xsd:integer;
  dwc:scientificName 'Trochamus bulbosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.626'^^xsd:double;
  dwc:latitude '-2.008'^^xsd:double;
  dwc:aphiaid '231311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9337 41.626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9337"^^xsd:decimal ;
  dwc:decimalLongitude "41.626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9337 41.626)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9337"^^xsd:decimal ;
  geo-pos:long "41.626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8732'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.626'^^xsd:double;
  dwc:latitude '-1.9337'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9337 41.626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9337"^^xsd:decimal ;
  dwc:decimalLongitude "41.626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9337 41.626)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9337"^^xsd:decimal ;
  geo-pos:long "41.626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8589'^^xsd:integer;
  dwc:scientificName 'Dichromadora longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.626'^^xsd:double;
  dwc:latitude '-1.9337'^^xsd:double;
  dwc:aphiaid '161015'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161015'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.1833 41.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.1833"^^xsd:decimal ;
  dwc:decimalLongitude "41.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.1833 41.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-5.1833"^^xsd:decimal ;
  geo-pos:long "41.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6942'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes pubescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.6333'^^xsd:double;
  dwc:latitude '-5.1833'^^xsd:double;
  dwc:aphiaid '183363'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183363'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.1833 41.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.1833"^^xsd:decimal ;
  dwc:decimalLongitude "41.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.1833 41.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-5.1833"^^xsd:decimal ;
  geo-pos:long "41.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6950'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes alatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.6333'^^xsd:double;
  dwc:latitude '-5.1833'^^xsd:double;
  dwc:aphiaid '183362'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.1833 41.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.1833"^^xsd:decimal ;
  dwc:decimalLongitude "41.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.1833 41.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-5.1833"^^xsd:decimal ;
  geo-pos:long "41.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6949'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.6333'^^xsd:double;
  dwc:latitude '-5.1833'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0248"^^xsd:decimal ;
  dwc:decimalLongitude "41.7827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0248"^^xsd:decimal ;
  geo-pos:long "41.7827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8724'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7827'^^xsd:double;
  dwc:latitude '-2.0248'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0248"^^xsd:decimal ;
  dwc:decimalLongitude "41.7827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0248"^^xsd:decimal ;
  geo-pos:long "41.7827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8735'^^xsd:integer;
  dwc:scientificName 'Acantholaimus verscheldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7827'^^xsd:double;
  dwc:latitude '-2.0248'^^xsd:double;
  dwc:aphiaid '221262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0248"^^xsd:decimal ;
  dwc:decimalLongitude "41.7827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0248"^^xsd:decimal ;
  geo-pos:long "41.7827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8743'^^xsd:integer;
  dwc:scientificName 'Acantholaimus heipi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7827'^^xsd:double;
  dwc:latitude '-2.0248'^^xsd:double;
  dwc:aphiaid '221264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221264'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0248"^^xsd:decimal ;
  dwc:decimalLongitude "41.7827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0248"^^xsd:decimal ;
  geo-pos:long "41.7827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8747'^^xsd:integer;
  dwc:scientificName 'Acantholaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7827'^^xsd:double;
  dwc:latitude '-2.0248'^^xsd:double;
  dwc:aphiaid '221259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0248"^^xsd:decimal ;
  dwc:decimalLongitude "41.7827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0248"^^xsd:decimal ;
  geo-pos:long "41.7827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8760'^^xsd:integer;
  dwc:scientificName 'Acantholaimus invaginatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7827'^^xsd:double;
  dwc:latitude '-2.0248'^^xsd:double;
  dwc:aphiaid '221263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221263'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0248"^^xsd:decimal ;
  dwc:decimalLongitude "41.7827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0248"^^xsd:decimal ;
  geo-pos:long "41.7827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9123'^^xsd:integer;
  dwc:scientificName 'Microlaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7827'^^xsd:double;
  dwc:latitude '-2.0248'^^xsd:double;
  dwc:aphiaid '231318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231318'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0248"^^xsd:decimal ;
  dwc:decimalLongitude "41.7827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0248"^^xsd:decimal ;
  geo-pos:long "41.7827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9092'^^xsd:integer;
  dwc:scientificName 'Actinonema paraceltica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7827'^^xsd:double;
  dwc:latitude '-2.0248'^^xsd:double;
  dwc:aphiaid '583449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0248"^^xsd:decimal ;
  dwc:decimalLongitude "41.7827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0248"^^xsd:decimal ;
  geo-pos:long "41.7827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8290'^^xsd:integer;
  dwc:scientificName 'Sabatieria conicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7827'^^xsd:double;
  dwc:latitude '-2.0248'^^xsd:double;
  dwc:aphiaid '121361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '121361'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0248"^^xsd:decimal ;
  dwc:decimalLongitude "41.7827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0248 41.7827)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0248"^^xsd:decimal ;
  geo-pos:long "41.7827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8285'^^xsd:integer;
  dwc:scientificName 'Sabatieria lucia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7827'^^xsd:double;
  dwc:latitude '-2.0248'^^xsd:double;
  dwc:aphiaid '214440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '214440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0143"^^xsd:decimal ;
  dwc:decimalLongitude "41.7952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0143"^^xsd:decimal ;
  geo-pos:long "41.7952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8733'^^xsd:integer;
  dwc:scientificName 'Acantholaimus vermeuleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7952'^^xsd:double;
  dwc:latitude '-2.0143'^^xsd:double;
  dwc:aphiaid '221260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0143"^^xsd:decimal ;
  dwc:decimalLongitude "41.7952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0143"^^xsd:decimal ;
  geo-pos:long "41.7952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8757'^^xsd:integer;
  dwc:scientificName 'Acantholaimus geraerti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7952'^^xsd:double;
  dwc:latitude '-2.0143'^^xsd:double;
  dwc:aphiaid '221261'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221261'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0143"^^xsd:decimal ;
  dwc:decimalLongitude "41.7952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0143"^^xsd:decimal ;
  geo-pos:long "41.7952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8764'^^xsd:integer;
  dwc:scientificName 'Acantholaimus invaginatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7952'^^xsd:double;
  dwc:latitude '-2.0143'^^xsd:double;
  dwc:aphiaid '221263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221263'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0143"^^xsd:decimal ;
  dwc:decimalLongitude "41.7952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0143"^^xsd:decimal ;
  geo-pos:long "41.7952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9111'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus bahari'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7952'^^xsd:double;
  dwc:latitude '-2.0143'^^xsd:double;
  dwc:aphiaid '231315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231315'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0143"^^xsd:decimal ;
  dwc:decimalLongitude "41.7952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0143"^^xsd:decimal ;
  geo-pos:long "41.7952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9107'^^xsd:integer;
  dwc:scientificName 'Aponema decraemerae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7952'^^xsd:double;
  dwc:latitude '-2.0143'^^xsd:double;
  dwc:aphiaid '230148'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0143"^^xsd:decimal ;
  dwc:decimalLongitude "41.7952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0143"^^xsd:decimal ;
  geo-pos:long "41.7952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9116'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus jenseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7952'^^xsd:double;
  dwc:latitude '-2.0143'^^xsd:double;
  dwc:aphiaid '231316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231316'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.0143"^^xsd:decimal ;
  dwc:decimalLongitude "41.7952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.0143 41.7952)"^^geo:wktLiteral ;
  geo-pos:lat "-2.0143"^^xsd:decimal ;
  geo-pos:long "41.7952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8741'^^xsd:integer;
  dwc:scientificName 'Acantholaimus verscheldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '41.7952'^^xsd:double;
  dwc:latitude '-2.0143'^^xsd:double;
  dwc:aphiaid '221262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '221262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.1633 42.045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.1633"^^xsd:decimal ;
  dwc:decimalLongitude "42.045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.1633 42.045)"^^geo:wktLiteral ;
  geo-pos:lat "82.1633"^^xsd:decimal ;
  geo-pos:long "42.045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7333'^^xsd:integer;
  dwc:scientificName 'Polyascophorus martinezi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.045'^^xsd:double;
  dwc:latitude '82.1633'^^xsd:double;
  dwc:aphiaid '361402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.98333 42.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.98333"^^xsd:decimal ;
  dwc:decimalLongitude "42.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.98333 42.05)"^^geo:wktLiteral ;
  geo-pos:lat "-3.98333"^^xsd:decimal ;
  geo-pos:long "42.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10118'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.05'^^xsd:double;
  dwc:latitude '-3.98333'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A97> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9833 42.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9833"^^xsd:decimal ;
  dwc:decimalLongitude "42.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9833 42.05)"^^geo:wktLiteral ;
  geo-pos:lat "-3.9833"^^xsd:decimal ;
  geo-pos:long "42.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '97'^^xsd:integer;
  dwc:scientificName 'Cyclaspis subgrandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.05'^^xsd:double;
  dwc:latitude '-3.9833'^^xsd:double;
  dwc:aphiaid '181755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:97'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4"^^xsd:decimal ;
  dwc:decimalLongitude "42.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4"^^xsd:decimal ;
  geo-pos:long "42.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6938'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes horrida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.1833'^^xsd:double;
  dwc:latitude '-18.4'^^xsd:double;
  dwc:aphiaid '115754'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115754'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4"^^xsd:decimal ;
  dwc:decimalLongitude "42.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4"^^xsd:decimal ;
  geo-pos:long "42.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6941'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.1833'^^xsd:double;
  dwc:latitude '-18.4'^^xsd:double;
  dwc:aphiaid '354907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4"^^xsd:decimal ;
  dwc:decimalLongitude "42.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4"^^xsd:decimal ;
  geo-pos:long "42.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6943'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes sixtorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.1833'^^xsd:double;
  dwc:latitude '-18.4'^^xsd:double;
  dwc:aphiaid '354912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354912'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4"^^xsd:decimal ;
  dwc:decimalLongitude "42.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4"^^xsd:decimal ;
  geo-pos:long "42.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6946'^^xsd:integer;
  dwc:scientificName 'Cervinia tenuiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.1833'^^xsd:double;
  dwc:latitude '-18.4'^^xsd:double;
  dwc:aphiaid '357761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4"^^xsd:decimal ;
  dwc:decimalLongitude "42.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4"^^xsd:decimal ;
  geo-pos:long "42.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6951'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes glaber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.1833'^^xsd:double;
  dwc:latitude '-18.4'^^xsd:double;
  dwc:aphiaid '354906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4"^^xsd:decimal ;
  dwc:decimalLongitude "42.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4"^^xsd:decimal ;
  geo-pos:long "42.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6956'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes pubescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.1833'^^xsd:double;
  dwc:latitude '-18.4'^^xsd:double;
  dwc:aphiaid '183363'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6956'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183363'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.4"^^xsd:decimal ;
  dwc:decimalLongitude "42.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.4 42.1833)"^^geo:wktLiteral ;
  geo-pos:lat "-18.4"^^xsd:decimal ;
  geo-pos:long "42.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6027'^^xsd:integer;
  dwc:scientificName 'Megistocletodes translucens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.1833'^^xsd:double;
  dwc:latitude '-18.4'^^xsd:double;
  dwc:aphiaid '353270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.1167 42.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.1167"^^xsd:decimal ;
  dwc:decimalLongitude "42.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.1167 42.5333)"^^geo:wktLiteral ;
  geo-pos:lat "82.1167"^^xsd:decimal ;
  geo-pos:long "42.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7449'^^xsd:integer;
  dwc:scientificName 'Giselina sp. 7'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.5333'^^xsd:double;
  dwc:latitude '82.1167'^^xsd:double;
  dwc:aphiaid '346500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346500'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.1237 42.5392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.1237"^^xsd:decimal ;
  dwc:decimalLongitude "42.5392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.1237 42.5392)"^^geo:wktLiteral ;
  geo-pos:lat "82.1237"^^xsd:decimal ;
  geo-pos:long "42.5392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7690'^^xsd:integer;
  dwc:scientificName 'Atergopedia vetusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.5392'^^xsd:double;
  dwc:latitude '82.1237'^^xsd:double;
  dwc:aphiaid '116404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7690'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.1183 42.5567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.1183"^^xsd:decimal ;
  dwc:decimalLongitude "42.5567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.1183 42.5567)"^^geo:wktLiteral ;
  geo-pos:lat "82.1183"^^xsd:decimal ;
  geo-pos:long "42.5567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7336'^^xsd:integer;
  dwc:scientificName 'Polyascophorus martinezi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '42.5567'^^xsd:double;
  dwc:latitude '82.1183'^^xsd:double;
  dwc:aphiaid '361402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5333 43.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-17.5333"^^xsd:decimal ;
  dwc:decimalLongitude "43.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-17.5333 43.0833)"^^geo:wktLiteral ;
  geo-pos:lat "-17.5333"^^xsd:decimal ;
  geo-pos:long "43.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6025'^^xsd:integer;
  dwc:scientificName 'Mesocletodes opoteros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '43.0833'^^xsd:double;
  dwc:latitude '-17.5333'^^xsd:double;
  dwc:aphiaid '353314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.0233 43.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "82.0233"^^xsd:decimal ;
  dwc:decimalLongitude "43.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (82.0233 43.57)"^^geo:wktLiteral ;
  geo-pos:lat "82.0233"^^xsd:decimal ;
  geo-pos:long "43.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7335'^^xsd:integer;
  dwc:scientificName 'Polyascophorus martinezi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '43.57'^^xsd:double;
  dwc:latitude '82.0233'^^xsd:double;
  dwc:aphiaid '361402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9553'^^xsd:integer;
  dwc:scientificName 'Cladorhiza nematophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.0667'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:aphiaid '168242'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9553'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.38333"^^xsd:decimal ;
  dwc:decimalLongitude "44.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.38333 44.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-3.38333"^^xsd:decimal ;
  geo-pos:long "44.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9492'^^xsd:integer;
  dwc:scientificName 'Chondrocladia multichela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.0667'^^xsd:double;
  dwc:latitude '-3.38333'^^xsd:double;
  dwc:aphiaid '168220'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9492'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168220'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3833 44.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3833"^^xsd:decimal ;
  dwc:decimalLongitude "44.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3833 44.0667)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3833"^^xsd:decimal ;
  geo-pos:long "44.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4145'^^xsd:integer;
  dwc:scientificName 'Langapseudes tuberculatus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.0667'^^xsd:double;
  dwc:latitude '-3.3833'^^xsd:double;
  dwc:aphiaid '247777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247777'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.1167"^^xsd:decimal ;
  dwc:decimalLongitude "44.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  geo-pos:lat "-15.1167"^^xsd:decimal ;
  geo-pos:long "44.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6940'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes species inserta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.35'^^xsd:double;
  dwc:latitude '-15.1167'^^xsd:double;
  dwc:aphiaid '115260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115260'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.1167"^^xsd:decimal ;
  dwc:decimalLongitude "44.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  geo-pos:lat "-15.1167"^^xsd:decimal ;
  geo-pos:long "44.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6945'^^xsd:integer;
  dwc:scientificName 'Ameliotes malagassicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.35'^^xsd:double;
  dwc:latitude '-15.1167'^^xsd:double;
  dwc:aphiaid '364616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.1167"^^xsd:decimal ;
  dwc:decimalLongitude "44.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  geo-pos:lat "-15.1167"^^xsd:decimal ;
  geo-pos:long "44.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6947'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis obtusirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.35'^^xsd:double;
  dwc:latitude '-15.1167'^^xsd:double;
  dwc:aphiaid '357767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357767'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.1167"^^xsd:decimal ;
  dwc:decimalLongitude "44.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  geo-pos:lat "-15.1167"^^xsd:decimal ;
  geo-pos:long "44.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6952'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes scotti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.35'^^xsd:double;
  dwc:latitude '-15.1167'^^xsd:double;
  dwc:aphiaid '115757'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.1167"^^xsd:decimal ;
  dwc:decimalLongitude "44.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.1167 44.35)"^^geo:wktLiteral ;
  geo-pos:lat "-15.1167"^^xsd:decimal ;
  geo-pos:long "44.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6026'^^xsd:integer;
  dwc:scientificName 'Mesocletodes opoteros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.35'^^xsd:double;
  dwc:latitude '-15.1167'^^xsd:double;
  dwc:aphiaid '353314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.4667 44.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.4667"^^xsd:decimal ;
  dwc:decimalLongitude "44.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.4667 44.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-28.4667"^^xsd:decimal ;
  geo-pos:long "44.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '213'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus fagei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.3667'^^xsd:double;
  dwc:latitude '-28.4667'^^xsd:double;
  dwc:aphiaid '182079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A91> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.4667 44.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.4667"^^xsd:decimal ;
  dwc:decimalLongitude "44.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '91'^^xsd:integer;
  dwc:scientificName 'Cumellopsis estafricana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.3667'^^xsd:double;
  dwc:latitude '-28.4667'^^xsd:double;
  dwc:aphiaid '182565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:91'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.5433 44.7283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.5433"^^xsd:decimal ;
  dwc:decimalLongitude "44.7283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.5433 44.7283)"^^geo:wktLiteral ;
  geo-pos:lat "-30.5433"^^xsd:decimal ;
  geo-pos:long "44.7283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4826'^^xsd:integer;
  dwc:scientificName 'Paranarthrura bacescui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '44.7283'^^xsd:double;
  dwc:latitude '-30.5433'^^xsd:double;
  dwc:aphiaid '247413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.3333"^^xsd:decimal ;
  dwc:decimalLongitude "45.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.3333 45.15)"^^geo:wktLiteral ;
  geo-pos:lat "-14.3333"^^xsd:decimal ;
  geo-pos:long "45.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14619'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.15'^^xsd:double;
  dwc:latitude '-14.3333'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "45.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-46.7667"^^xsd:decimal ;
  geo-pos:long "45.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9900'^^xsd:integer;
  dwc:scientificName 'Malacosaccus vastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.5167'^^xsd:double;
  dwc:latitude '-46.7667'^^xsd:double;
  dwc:aphiaid '171931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "45.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-46.7667"^^xsd:decimal ;
  geo-pos:long "45.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9692'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.5167'^^xsd:double;
  dwc:latitude '-46.7667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "45.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-46.7667"^^xsd:decimal ;
  geo-pos:long "45.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9696'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.5167'^^xsd:double;
  dwc:latitude '-46.7667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9696'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "45.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-46.7667"^^xsd:decimal ;
  geo-pos:long "45.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9698'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.5167'^^xsd:double;
  dwc:latitude '-46.7667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9698'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "45.5292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5292)"^^geo:wktLiteral ;
  geo-pos:lat "-46.7667"^^xsd:decimal ;
  geo-pos:long "45.5292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9902'^^xsd:integer;
  dwc:scientificName 'Malacosaccus vastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.5292'^^xsd:double;
  dwc:latitude '-46.7667'^^xsd:double;
  dwc:aphiaid '171931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9902'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "45.5292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.7667 45.5292)"^^geo:wktLiteral ;
  geo-pos:lat "-46.7667"^^xsd:decimal ;
  geo-pos:long "45.5292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9697'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.5292'^^xsd:double;
  dwc:latitude '-46.7667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 45.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "45.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 45.65)"^^geo:wktLiteral ;
  geo-pos:lat "-12"^^xsd:decimal ;
  geo-pos:long "45.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2118'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.65'^^xsd:double;
  dwc:latitude '-12'^^xsd:integer;
  dwc:aphiaid '182606'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 45.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "45.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 45.65)"^^geo:wktLiteral ;
  geo-pos:lat "-12"^^xsd:decimal ;
  geo-pos:long "45.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '268'^^xsd:integer;
  dwc:scientificName 'Procampylaspis bispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.65'^^xsd:double;
  dwc:latitude '-12'^^xsd:integer;
  dwc:aphiaid '182606'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 45.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12"^^xsd:decimal ;
  dwc:decimalLongitude "45.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12 45.65)"^^geo:wktLiteral ;
  geo-pos:lat "-12"^^xsd:decimal ;
  geo-pos:long "45.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '159'^^xsd:integer;
  dwc:scientificName 'Leptostylis elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.65'^^xsd:double;
  dwc:latitude '-12'^^xsd:integer;
  dwc:aphiaid '182048'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:159'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182048'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.985 45.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.985"^^xsd:decimal ;
  dwc:decimalLongitude "45.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.985 45.7)"^^geo:wktLiteral ;
  geo-pos:lat "-11.985"^^xsd:decimal ;
  geo-pos:long "45.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4264'^^xsd:integer;
  dwc:scientificName 'Leviapseudes thomassini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.7'^^xsd:double;
  dwc:latitude '-11.985'^^xsd:double;
  dwc:aphiaid '819610'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.985 45.7014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.985"^^xsd:decimal ;
  dwc:decimalLongitude "45.7014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.985 45.7014)"^^geo:wktLiteral ;
  geo-pos:lat "-11.985"^^xsd:decimal ;
  geo-pos:long "45.7014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4123'^^xsd:integer;
  dwc:scientificName 'Apseudes galeroni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.7014'^^xsd:double;
  dwc:latitude '-11.985'^^xsd:double;
  dwc:aphiaid '819063'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.985 45.7014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.985"^^xsd:decimal ;
  dwc:decimalLongitude "45.7014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.985 45.7014)"^^geo:wktLiteral ;
  geo-pos:lat "-11.985"^^xsd:decimal ;
  geo-pos:long "45.7014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4188'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes romanae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.7014'^^xsd:double;
  dwc:latitude '-11.985'^^xsd:double;
  dwc:aphiaid '247129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247129'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.9967 45.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.9967"^^xsd:decimal ;
  dwc:decimalLongitude "45.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.9967 45.71)"^^geo:wktLiteral ;
  geo-pos:lat "-11.9967"^^xsd:decimal ;
  geo-pos:long "45.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16629'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.71'^^xsd:double;
  dwc:latitude '-11.9967'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.75 45.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.75"^^xsd:decimal ;
  dwc:decimalLongitude "45.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.75 45.9)"^^geo:wktLiteral ;
  geo-pos:lat "-4.75"^^xsd:decimal ;
  geo-pos:long "45.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10261'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '45.9'^^xsd:double;
  dwc:latitude '-4.75'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10261'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14628'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.3167'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14629'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.3167'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.78333"^^xsd:decimal ;
  dwc:decimalLongitude "46.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.78333 46.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-4.78333"^^xsd:decimal ;
  geo-pos:long "46.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14630'^^xsd:integer;
  dwc:scientificName 'Galatheavalva holothuriae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.3167'^^xsd:double;
  dwc:latitude '-4.78333'^^xsd:double;
  dwc:aphiaid '428649'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A89> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2 46.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2"^^xsd:decimal ;
  dwc:decimalLongitude "46.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2 46.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-12.2"^^xsd:decimal ;
  geo-pos:long "46.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '89'^^xsd:integer;
  dwc:scientificName 'Cumella enigmatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.6667'^^xsd:double;
  dwc:latitude '-12.2'^^xsd:double;
  dwc:aphiaid '182497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:89'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2333"^^xsd:decimal ;
  dwc:decimalLongitude "46.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.2333"^^xsd:decimal ;
  geo-pos:long "46.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2117'^^xsd:integer;
  dwc:scientificName 'Leptostylis azaniensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.6833'^^xsd:double;
  dwc:latitude '-12.2333'^^xsd:double;
  dwc:aphiaid '182041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A54> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2333"^^xsd:decimal ;
  dwc:decimalLongitude "46.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.2333"^^xsd:decimal ;
  geo-pos:long "46.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '54'^^xsd:integer;
  dwc:scientificName 'Campylaspis mozambica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.6833'^^xsd:double;
  dwc:latitude '-12.2333'^^xsd:double;
  dwc:aphiaid '182423'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:54'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A53> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2333"^^xsd:decimal ;
  dwc:decimalLongitude "46.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.2333"^^xsd:decimal ;
  geo-pos:long "46.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '53'^^xsd:integer;
  dwc:scientificName 'Campylaspis microdentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.6833'^^xsd:double;
  dwc:latitude '-12.2333'^^xsd:double;
  dwc:aphiaid '182420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:53'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2333"^^xsd:decimal ;
  dwc:decimalLongitude "46.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.2333"^^xsd:decimal ;
  geo-pos:long "46.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '273'^^xsd:integer;
  dwc:scientificName 'Procampylaspis dentifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.6833'^^xsd:double;
  dwc:latitude '-12.2333'^^xsd:double;
  dwc:aphiaid '182610'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182610'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2333"^^xsd:decimal ;
  dwc:decimalLongitude "46.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.2333"^^xsd:decimal ;
  geo-pos:long "46.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '144'^^xsd:integer;
  dwc:scientificName 'Hemilamprops bicarinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.6833'^^xsd:double;
  dwc:latitude '-12.2333'^^xsd:double;
  dwc:aphiaid '182207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2333"^^xsd:decimal ;
  dwc:decimalLongitude "46.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.2333"^^xsd:decimal ;
  geo-pos:long "46.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '142'^^xsd:integer;
  dwc:scientificName 'Geyserius leuconiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.6833'^^xsd:double;
  dwc:latitude '-12.2333'^^xsd:double;
  dwc:aphiaid '182037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A74> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.2333"^^xsd:decimal ;
  dwc:decimalLongitude "46.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.2333 46.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-12.2333"^^xsd:decimal ;
  geo-pos:long "46.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '74'^^xsd:integer;
  dwc:scientificName 'Ceratocuma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.6833'^^xsd:double;
  dwc:latitude '-12.2333'^^xsd:double;
  dwc:aphiaid '181905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:74'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8 46.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.8"^^xsd:decimal ;
  dwc:decimalLongitude "46.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8 46.7)"^^geo:wktLiteral ;
  geo-pos:lat "-66.8"^^xsd:decimal ;
  geo-pos:long "46.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10941'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '46.7'^^xsd:double;
  dwc:latitude '-66.8'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10941'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4167 47.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4167"^^xsd:decimal ;
  dwc:decimalLongitude "47.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4167 47.15)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4167"^^xsd:decimal ;
  geo-pos:long "47.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5748'^^xsd:integer;
  dwc:scientificName 'Tanaella paraforcifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.15'^^xsd:double;
  dwc:latitude '-5.4167'^^xsd:double;
  dwc:aphiaid '244588'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5748'^^xsd:anyURI;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41667"^^xsd:decimal ;
  dwc:decimalLongitude "47.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41667"^^xsd:decimal ;
  geo-pos:long "47.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14623'^^xsd:integer;
  dwc:scientificName 'Galatheavalva holothuriae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.15'^^xsd:double;
  dwc:latitude '-5.41667'^^xsd:double;
  dwc:aphiaid '428649'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41667"^^xsd:decimal ;
  dwc:decimalLongitude "47.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41667"^^xsd:decimal ;
  geo-pos:long "47.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14624'^^xsd:integer;
  dwc:scientificName 'Portlandia abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.15'^^xsd:double;
  dwc:latitude '-5.41667'^^xsd:double;
  dwc:aphiaid '428774'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41667"^^xsd:decimal ;
  dwc:decimalLongitude "47.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41667"^^xsd:decimal ;
  geo-pos:long "47.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14625'^^xsd:integer;
  dwc:scientificName 'Laevicordia galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.15'^^xsd:double;
  dwc:latitude '-5.41667'^^xsd:double;
  dwc:aphiaid '406007'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '505160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41667"^^xsd:decimal ;
  dwc:decimalLongitude "47.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41667"^^xsd:decimal ;
  geo-pos:long "47.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14626'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.15'^^xsd:double;
  dwc:latitude '-5.41667'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.41667"^^xsd:decimal ;
  dwc:decimalLongitude "47.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.41667 47.15)"^^geo:wktLiteral ;
  geo-pos:lat "-5.41667"^^xsd:decimal ;
  geo-pos:long "47.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14627'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.15'^^xsd:double;
  dwc:latitude '-5.41667'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16639'^^xsd:integer;
  dwc:scientificName 'Myonera angularis quadrostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '546393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408523'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16640'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16641'^^xsd:integer;
  dwc:scientificName 'Verticordia excoriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '544837'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '403940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16642'^^xsd:integer;
  dwc:scientificName 'Lyonsiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '406050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16643'^^xsd:integer;
  dwc:scientificName 'Cuspidaria benthedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '539216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16644'^^xsd:integer;
  dwc:scientificName 'Cetoconcha transversa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '408678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16645'^^xsd:integer;
  dwc:scientificName 'Lyonsiella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '505160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '505160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8624'^^xsd:integer;
  dwc:scientificName 'Desmoscolex spinirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '230333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8625'^^xsd:integer;
  dwc:scientificName 'Desmoscolex curvespiculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '230314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8626'^^xsd:integer;
  dwc:scientificName 'Desmoscolex asetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '183118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8627'^^xsd:integer;
  dwc:scientificName 'Desmoscolex macrophasmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '183119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583574'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8620'^^xsd:integer;
  dwc:scientificName 'Desmoscolex abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '230306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8621'^^xsd:integer;
  dwc:scientificName 'Protricoma inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8621'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8622'^^xsd:integer;
  dwc:scientificName 'Protricoma paralongicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8622'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8623'^^xsd:integer;
  dwc:scientificName 'Desmoscolex macramphis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '230322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8623'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8541'^^xsd:integer;
  dwc:scientificName 'Antarcticonema inaequalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '583570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '583570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8595'^^xsd:integer;
  dwc:scientificName 'Desmotricoma spinicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '229900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229900'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10978'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10978'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7'^^xsd:integer;
  dwc:scientificName 'Atlantocuma bidentatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '181603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A28> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '28'^^xsd:integer;
  dwc:scientificName 'Campylaspides echinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182368'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:28'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16634'^^xsd:integer;
  dwc:scientificName 'Myonera angularis quadrostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '546393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408523'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16630'^^xsd:integer;
  dwc:scientificName 'Lyonsiella curta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '406050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406050'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16631'^^xsd:integer;
  dwc:scientificName 'Cuspidaria bernardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '407523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16632'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16635'^^xsd:integer;
  dwc:scientificName 'Lyonsiella galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '505160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '505160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16636'^^xsd:integer;
  dwc:scientificName 'Cuspidaria benthedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '539216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16637'^^xsd:integer;
  dwc:scientificName 'Lyonsiella formosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '406051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2119'^^xsd:integer;
  dwc:scientificName 'Procampylaspis comorensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182608'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182608'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16633'^^xsd:integer;
  dwc:scientificName 'Cetoconcha transversa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '408678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '287'^^xsd:integer;
  dwc:scientificName 'Pseudodiastylis benthedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182268'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A51> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '51'^^xsd:integer;
  dwc:scientificName 'Campylaspis latipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182415'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:51'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A61> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '61'^^xsd:integer;
  dwc:scientificName 'Campylaspis pseudosquamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:61'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182439'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A45> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '45'^^xsd:integer;
  dwc:scientificName 'Campylaspis gloriosae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:45'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A38> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '38'^^xsd:integer;
  dwc:scientificName 'Campylaspis depressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182396'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:38'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '271'^^xsd:integer;
  dwc:scientificName 'Procampylaspis comorensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182608'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182608'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '172'^^xsd:integer;
  dwc:scientificName 'Leucon dayae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182315'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '193'^^xsd:integer;
  dwc:scientificName 'Leucon serrulirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '182323'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182323'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4209'^^xsd:integer;
  dwc:scientificName 'Leviapseudes desbruyeresi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '689481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '138'^^xsd:integer;
  dwc:scientificName 'Gaussicuma gloriosae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '181840'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '106'^^xsd:integer;
  dwc:scientificName 'Diastylis inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '181955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.7333"^^xsd:decimal ;
  dwc:decimalLongitude "47.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.7333 47.5833)"^^geo:wktLiteral ;
  geo-pos:lat "-11.7333"^^xsd:decimal ;
  geo-pos:long "47.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4144'^^xsd:integer;
  dwc:scientificName 'Langapseudes tuberculatus madagascariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.5833'^^xsd:double;
  dwc:latitude '-11.7333'^^xsd:double;
  dwc:aphiaid '247776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247776'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.5833 47.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.5833"^^xsd:decimal ;
  dwc:decimalLongitude "47.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.5833 47.6667)"^^geo:wktLiteral ;
  geo-pos:lat "-12.5833"^^xsd:decimal ;
  geo-pos:long "47.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8619'^^xsd:integer;
  dwc:scientificName 'Desmoscolex abyssorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '47.6667'^^xsd:double;
  dwc:latitude '-12.5833'^^xsd:double;
  dwc:aphiaid '230306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8017 48.1283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.8017"^^xsd:decimal ;
  dwc:decimalLongitude "48.1283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8017 48.1283)"^^geo:wktLiteral ;
  geo-pos:lat "-30.8017"^^xsd:decimal ;
  geo-pos:long "48.1283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4732'^^xsd:integer;
  dwc:scientificName 'Paragathotanais macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.1283'^^xsd:double;
  dwc:latitude '-30.8017'^^xsd:double;
  dwc:aphiaid '247409'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8017 48.1283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.8017"^^xsd:decimal ;
  dwc:decimalLongitude "48.1283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8017 48.1283)"^^geo:wktLiteral ;
  geo-pos:lat "-30.8017"^^xsd:decimal ;
  geo-pos:long "48.1283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5554'^^xsd:integer;
  dwc:scientificName 'Pseudotanais gaussi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.1283'^^xsd:double;
  dwc:latitude '-30.8017'^^xsd:double;
  dwc:aphiaid '244599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1292566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8017 48.1283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.8017"^^xsd:decimal ;
  dwc:decimalLongitude "48.1283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8017 48.1283)"^^geo:wktLiteral ;
  geo-pos:lat "-30.8017"^^xsd:decimal ;
  geo-pos:long "48.1283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5928'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.1283'^^xsd:double;
  dwc:latitude '-30.8017'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8017 48.1283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.8017"^^xsd:decimal ;
  dwc:decimalLongitude "48.1283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8017 48.1283)"^^geo:wktLiteral ;
  geo-pos:lat "-30.8017"^^xsd:decimal ;
  geo-pos:long "48.1283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5778'^^xsd:integer;
  dwc:scientificName 'Armatognathia birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.1283'^^xsd:double;
  dwc:latitude '-30.8017'^^xsd:double;
  dwc:aphiaid '247466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.665 48.2417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.665"^^xsd:decimal ;
  dwc:decimalLongitude "48.2417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.665 48.2417)"^^geo:wktLiteral ;
  geo-pos:lat "-30.665"^^xsd:decimal ;
  geo-pos:long "48.2417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16721'^^xsd:integer;
  dwc:scientificName 'Cuspidaria undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.2417'^^xsd:double;
  dwc:latitude '-30.665'^^xsd:double;
  dwc:aphiaid '156773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.78 48.295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.78"^^xsd:decimal ;
  dwc:decimalLongitude "48.295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.78 48.295)"^^geo:wktLiteral ;
  geo-pos:lat "-30.78"^^xsd:decimal ;
  geo-pos:long "48.295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5015'^^xsd:integer;
  dwc:scientificName 'Paranarthrura similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.295'^^xsd:double;
  dwc:latitude '-30.78'^^xsd:double;
  dwc:aphiaid '136384'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136384'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.7483 48.3233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.7483"^^xsd:decimal ;
  dwc:decimalLongitude "48.3233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.7483 48.3233)"^^geo:wktLiteral ;
  geo-pos:lat "-30.7483"^^xsd:decimal ;
  geo-pos:long "48.3233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5054'^^xsd:integer;
  dwc:scientificName 'Collettea antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.3233'^^xsd:double;
  dwc:latitude '-30.7483'^^xsd:double;
  dwc:aphiaid '237607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.7483 48.3233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.7483"^^xsd:decimal ;
  dwc:decimalLongitude "48.3233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.7483 48.3233)"^^geo:wktLiteral ;
  geo-pos:lat "-30.7483"^^xsd:decimal ;
  geo-pos:long "48.3233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5777'^^xsd:integer;
  dwc:scientificName 'Armatognathia birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.3233'^^xsd:double;
  dwc:latitude '-30.7483'^^xsd:double;
  dwc:aphiaid '247466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.725 48.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.725"^^xsd:decimal ;
  dwc:decimalLongitude "48.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.725 48.37)"^^geo:wktLiteral ;
  geo-pos:lat "-30.725"^^xsd:decimal ;
  geo-pos:long "48.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5051'^^xsd:integer;
  dwc:scientificName 'Collettea antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.37'^^xsd:double;
  dwc:latitude '-30.725'^^xsd:double;
  dwc:aphiaid '237607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.4)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14621'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.4'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.4)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14622'^^xsd:integer;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.4'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14622'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.4"^^xsd:decimal ;
  dwc:decimalLongitude "48.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.4 48.4)"^^geo:wktLiteral ;
  geo-pos:lat "-7.4"^^xsd:decimal ;
  geo-pos:long "48.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9552'^^xsd:integer;
  dwc:scientificName 'Cladorhiza nematophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.4'^^xsd:double;
  dwc:latitude '-7.4'^^xsd:double;
  dwc:aphiaid '168242'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.27 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.27"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.27 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.27"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3630'^^xsd:integer;
  dwc:scientificName 'Storthyngura fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.27'^^xsd:double;
  dwc:aphiaid '294756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3630'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.27 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.27"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.27 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.27"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4076'^^xsd:integer;
  dwc:scientificName 'Antarcturus brunneus brunneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.27'^^xsd:double;
  dwc:aphiaid '295814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4076'^^xsd:anyURI;
  dwc:aphiaIdAccepted '264339'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10034'^^xsd:integer;
  dwc:scientificName 'Thenea delicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '174367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9983'^^xsd:integer;
  dwc:scientificName 'Stylocordyla stipitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '185001'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9984'^^xsd:integer;
  dwc:scientificName 'Stylocordyla stipitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '185001'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9984'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10032'^^xsd:integer;
  dwc:scientificName 'Thenea delicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '174367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9333'^^xsd:integer;
  dwc:scientificName 'Aulocalyx irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '171609'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9757'^^xsd:integer;
  dwc:scientificName 'Hyalonema clavigerum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '191770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '396985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9758'^^xsd:integer;
  dwc:scientificName 'Hyalonema clavigerum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '191770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '396985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9759'^^xsd:integer;
  dwc:scientificName 'Hyalonema clavigerum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '191770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '396985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9706'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9699'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9703'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9695'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9360'^^xsd:integer;
  dwc:scientificName 'Bathydorus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '172033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9360'^^xsd:anyURI;
  dwc:aphiaIdAccepted '724698'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9358'^^xsd:integer;
  dwc:scientificName 'Bathydorus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '172033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9358'^^xsd:anyURI;
  dwc:aphiaIdAccepted '724698'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9411'^^xsd:integer;
  dwc:scientificName 'Caulophacus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '172058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9411'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9412'^^xsd:integer;
  dwc:scientificName 'Caulophacus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '172058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9410'^^xsd:integer;
  dwc:scientificName 'Caulophacus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '172058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9410'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9572'^^xsd:integer;
  dwc:scientificName 'Cladorhiza tridentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '168248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168248'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9573'^^xsd:integer;
  dwc:scientificName 'Cladorhiza tridentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '168248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168248'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9617'^^xsd:integer;
  dwc:scientificName 'Esperiopsis profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '168369'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9619'^^xsd:integer;
  dwc:scientificName 'Esperiopsis profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '168369'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9495'^^xsd:integer;
  dwc:scientificName 'Chondrocladia stipitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:aphiaid '168224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.2667"^^xsd:decimal ;
  dwc:decimalLongitude "48.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.2667 48.45)"^^geo:wktLiteral ;
  geo-pos:lat "-46.2667"^^xsd:decimal ;
  geo-pos:long "48.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9629'^^xsd:integer;
  dwc:scientificName 'Euplectella mammiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.45'^^xsd:double;
  dwc:latitude '-46.2667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9629'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.8667 48.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.8667"^^xsd:decimal ;
  dwc:decimalLongitude "48.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.8667 48.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-31.8667"^^xsd:decimal ;
  geo-pos:long "48.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10991'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.4833'^^xsd:double;
  dwc:latitude '-31.8667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10991'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.8667 48.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.8667"^^xsd:decimal ;
  dwc:decimalLongitude "48.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.8667 48.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-31.8667"^^xsd:decimal ;
  geo-pos:long "48.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10993'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.4833'^^xsd:double;
  dwc:latitude '-31.8667'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.8483 48.5917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.8483"^^xsd:decimal ;
  dwc:decimalLongitude "48.5917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.8483 48.5917)"^^geo:wktLiteral ;
  geo-pos:lat "-29.8483"^^xsd:decimal ;
  geo-pos:long "48.5917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5101'^^xsd:integer;
  dwc:scientificName 'Collettea longipedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '48.5917'^^xsd:double;
  dwc:latitude '-29.8483'^^xsd:double;
  dwc:aphiaid '247442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5101'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8233 49.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.8233"^^xsd:decimal ;
  dwc:decimalLongitude "49.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.8233 49.1367)"^^geo:wktLiteral ;
  geo-pos:lat "-30.8233"^^xsd:decimal ;
  geo-pos:long "49.1367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4125'^^xsd:integer;
  dwc:scientificName 'Apseudes levis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '49.1367'^^xsd:double;
  dwc:latitude '-30.8233'^^xsd:double;
  dwc:aphiaid '247053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.0333 49.1417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.0333"^^xsd:decimal ;
  dwc:decimalLongitude "49.1417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.0333 49.1417)"^^geo:wktLiteral ;
  geo-pos:lat "-46.0333"^^xsd:decimal ;
  geo-pos:long "49.1417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8092'^^xsd:integer;
  dwc:scientificName 'Trophomera hureaui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '49.1417'^^xsd:double;
  dwc:latitude '-46.0333'^^xsd:double;
  dwc:aphiaid '458920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.8017 49.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.8017"^^xsd:decimal ;
  dwc:decimalLongitude "49.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.8017 49.28)"^^geo:wktLiteral ;
  geo-pos:lat "13.8017"^^xsd:decimal ;
  geo-pos:long "49.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9942'^^xsd:integer;
  dwc:scientificName 'Polymastia murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '49.28'^^xsd:double;
  dwc:latitude '13.8017'^^xsd:double;
  dwc:aphiaid '170650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170650'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.8017 49.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.8017"^^xsd:decimal ;
  dwc:decimalLongitude "49.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.8017 49.28)"^^geo:wktLiteral ;
  geo-pos:lat "13.8017"^^xsd:decimal ;
  geo-pos:long "49.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9335'^^xsd:integer;
  dwc:scientificName 'Aulospongus involutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '49.28'^^xsd:double;
  dwc:latitude '13.8017'^^xsd:double;
  dwc:aphiaid '168011'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86667 49.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.86667"^^xsd:decimal ;
  dwc:decimalLongitude "49.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.86667 49.4167)"^^geo:wktLiteral ;
  geo-pos:lat "-8.86667"^^xsd:decimal ;
  geo-pos:long "49.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14620'^^xsd:integer;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '49.4167'^^xsd:double;
  dwc:latitude '-8.86667'^^xsd:double;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.84 50.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.84"^^xsd:decimal ;
  dwc:decimalLongitude "50.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.84 50.68)"^^geo:wktLiteral ;
  geo-pos:lat "13.84"^^xsd:decimal ;
  geo-pos:long "50.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3104'^^xsd:integer;
  dwc:scientificName 'Macrostylis carinifera carinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '50.68'^^xsd:double;
  dwc:latitude '13.84'^^xsd:double;
  dwc:aphiaid '264268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '264268'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.84 50.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.84"^^xsd:decimal ;
  dwc:decimalLongitude "50.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.84 50.68)"^^geo:wktLiteral ;
  geo-pos:lat "13.84"^^xsd:decimal ;
  geo-pos:long "50.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3105'^^xsd:integer;
  dwc:scientificName 'Macrostylis carinifera dilatata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '50.68'^^xsd:double;
  dwc:latitude '13.84'^^xsd:double;
  dwc:aphiaid '264269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '264269'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.6883 50.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.6883"^^xsd:decimal ;
  dwc:decimalLongitude "50.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.6883 50.7717)"^^geo:wktLiteral ;
  geo-pos:lat "-32.6883"^^xsd:decimal ;
  geo-pos:long "50.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5118'^^xsd:integer;
  dwc:scientificName 'Filitanais vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '50.7717'^^xsd:double;
  dwc:latitude '-32.6883'^^xsd:double;
  dwc:aphiaid '247450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.6883 50.7717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.6883"^^xsd:decimal ;
  dwc:decimalLongitude "50.7717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.6883 50.7717)"^^geo:wktLiteral ;
  geo-pos:lat "-32.6883"^^xsd:decimal ;
  geo-pos:long "50.7717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5190'^^xsd:integer;
  dwc:scientificName 'Leptognathia distincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '50.7717'^^xsd:double;
  dwc:latitude '-32.6883'^^xsd:double;
  dwc:aphiaid '247572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247572'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.6883 50.7783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.6883"^^xsd:decimal ;
  dwc:decimalLongitude "50.7783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.6883 50.7783)"^^geo:wktLiteral ;
  geo-pos:lat "-32.6883"^^xsd:decimal ;
  geo-pos:long "50.7783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5954'^^xsd:integer;
  dwc:scientificName 'Safaritanais macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '50.7783'^^xsd:double;
  dwc:latitude '-32.6883'^^xsd:double;
  dwc:aphiaid '247513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.6583 50.7783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.6583"^^xsd:decimal ;
  dwc:decimalLongitude "50.7783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.6583 50.7783)"^^geo:wktLiteral ;
  geo-pos:lat "-32.6583"^^xsd:decimal ;
  geo-pos:long "50.7783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5776'^^xsd:integer;
  dwc:scientificName 'Armatognathia birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '50.7783'^^xsd:double;
  dwc:latitude '-32.6583'^^xsd:double;
  dwc:aphiaid '247466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4917 50.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4917"^^xsd:decimal ;
  dwc:decimalLongitude "50.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4917 50.8583)"^^geo:wktLiteral ;
  geo-pos:lat "12.4917"^^xsd:decimal ;
  geo-pos:long "50.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16980'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '50.8583'^^xsd:double;
  dwc:latitude '12.4917'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4917 50.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4917"^^xsd:decimal ;
  dwc:decimalLongitude "50.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4917 50.8583)"^^geo:wktLiteral ;
  geo-pos:lat "12.4917"^^xsd:decimal ;
  geo-pos:long "50.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16993'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '50.8583'^^xsd:double;
  dwc:latitude '12.4917'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4917 50.8583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.4917"^^xsd:decimal ;
  dwc:decimalLongitude "50.8583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.4917 50.8583)"^^geo:wktLiteral ;
  geo-pos:lat "12.4917"^^xsd:decimal ;
  geo-pos:long "50.8583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16906'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '50.8583'^^xsd:double;
  dwc:latitude '12.4917'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.28 51.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.28"^^xsd:decimal ;
  dwc:decimalLongitude "51.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.28 51.93)"^^geo:wktLiteral ;
  geo-pos:lat "-38.28"^^xsd:decimal ;
  geo-pos:long "51.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3905'^^xsd:integer;
  dwc:scientificName 'Ilyarachna triangulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '51.93'^^xsd:double;
  dwc:latitude '-38.28'^^xsd:double;
  dwc:aphiaid '255872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.1167 52.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.1167"^^xsd:decimal ;
  dwc:decimalLongitude "52.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.1167 52.2167)"^^geo:wktLiteral ;
  geo-pos:lat "11.1167"^^xsd:decimal ;
  geo-pos:long "52.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3134'^^xsd:integer;
  dwc:scientificName 'Macrostylis wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '52.2167'^^xsd:double;
  dwc:latitude '11.1167'^^xsd:double;
  dwc:aphiaid '256135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.78333 52.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.78333"^^xsd:decimal ;
  dwc:decimalLongitude "52.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.78333 52.4)"^^geo:wktLiteral ;
  geo-pos:lat "-8.78333"^^xsd:decimal ;
  geo-pos:long "52.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10260'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '52.4'^^xsd:double;
  dwc:latitude '-8.78333'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10260'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.8 53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.8"^^xsd:decimal ;
  dwc:decimalLongitude "53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.8 53)"^^geo:wktLiteral ;
  geo-pos:lat "-3.8"^^xsd:decimal ;
  geo-pos:long "53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10262'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '53'^^xsd:integer;
  dwc:latitude '-3.8'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.8 53.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.8"^^xsd:decimal ;
  dwc:decimalLongitude "53.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.8 53.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-65.8"^^xsd:decimal ;
  geo-pos:long "53.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '785'^^xsd:integer;
  dwc:scientificName 'Campylaspis johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '53.2667'^^xsd:double;
  dwc:latitude '-65.8'^^xsd:double;
  dwc:aphiaid '182411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A49> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.8 53.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.8"^^xsd:decimal ;
  dwc:decimalLongitude "53.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.8 53.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-65.8"^^xsd:decimal ;
  geo-pos:long "53.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '49'^^xsd:integer;
  dwc:scientificName 'Campylaspis johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '53.2667'^^xsd:double;
  dwc:latitude '-65.8'^^xsd:double;
  dwc:aphiaid '182411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:49'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.16 53.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.16"^^xsd:decimal ;
  dwc:decimalLongitude "53.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.16 53.75)"^^geo:wktLiteral ;
  geo-pos:lat "3.16"^^xsd:decimal ;
  geo-pos:long "53.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4017'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '53.75'^^xsd:double;
  dwc:latitude '3.16'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.9167 53.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.9167"^^xsd:decimal ;
  dwc:decimalLongitude "53.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.9167 53.9233)"^^geo:wktLiteral ;
  geo-pos:lat "14.9167"^^xsd:decimal ;
  geo-pos:long "53.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8767'^^xsd:integer;
  dwc:scientificName 'Synonchus alisonae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '53.9233'^^xsd:double;
  dwc:latitude '14.9167'^^xsd:double;
  dwc:aphiaid '227867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '227867'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.1333 55.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.1333"^^xsd:decimal ;
  dwc:decimalLongitude "55.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.1333 55.1967)"^^geo:wktLiteral ;
  geo-pos:lat "-21.1333"^^xsd:decimal ;
  geo-pos:long "55.1967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8170'^^xsd:integer;
  dwc:scientificName 'Trophomera turpicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '55.1967'^^xsd:double;
  dwc:latitude '-21.1333'^^xsd:double;
  dwc:aphiaid '458940'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.3167 55.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.3167"^^xsd:decimal ;
  dwc:decimalLongitude "55.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.3167 55.26)"^^geo:wktLiteral ;
  geo-pos:lat "-21.3167"^^xsd:decimal ;
  geo-pos:long "55.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8160'^^xsd:integer;
  dwc:scientificName 'Trophomera hureaui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '55.26'^^xsd:double;
  dwc:latitude '-21.3167'^^xsd:double;
  dwc:aphiaid '458920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8160'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.85 56.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.85"^^xsd:decimal ;
  dwc:decimalLongitude "56.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.85 56.055)"^^geo:wktLiteral ;
  geo-pos:lat "-20.85"^^xsd:decimal ;
  geo-pos:long "56.055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8153'^^xsd:integer;
  dwc:scientificName 'Trophomera filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '56.055'^^xsd:double;
  dwc:latitude '-20.85'^^xsd:double;
  dwc:aphiaid '458917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8153'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.1667 56.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.1667"^^xsd:decimal ;
  dwc:decimalLongitude "56.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.1667 56.3833)"^^geo:wktLiteral ;
  geo-pos:lat "-20.1667"^^xsd:decimal ;
  geo-pos:long "56.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2342'^^xsd:integer;
  dwc:scientificName 'Procampylaspis armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '56.3833'^^xsd:double;
  dwc:latitude '-20.1667'^^xsd:double;
  dwc:aphiaid '110581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2342'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110581'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2667 57.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.2667"^^xsd:decimal ;
  dwc:decimalLongitude "57.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2667 57.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-63.2667"^^xsd:decimal ;
  geo-pos:long "57.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9440'^^xsd:integer;
  dwc:scientificName 'Caulophacus valdiviae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '57.8333'^^xsd:double;
  dwc:latitude '-63.2667'^^xsd:double;
  dwc:aphiaid '172047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172047'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2681 57.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.2681"^^xsd:decimal ;
  dwc:decimalLongitude "57.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2681 57.85)"^^geo:wktLiteral ;
  geo-pos:lat "-63.2681"^^xsd:decimal ;
  geo-pos:long "57.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9725'^^xsd:integer;
  dwc:scientificName 'Holascus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '57.85'^^xsd:double;
  dwc:latitude '-63.2681'^^xsd:double;
  dwc:aphiaid '171924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2681 57.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.2681"^^xsd:decimal ;
  dwc:decimalLongitude "57.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2681 57.85)"^^geo:wktLiteral ;
  geo-pos:lat "-63.2681"^^xsd:decimal ;
  geo-pos:long "57.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9726'^^xsd:integer;
  dwc:scientificName 'Holascus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '57.85'^^xsd:double;
  dwc:latitude '-63.2681'^^xsd:double;
  dwc:aphiaid '171924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2681 57.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.2681"^^xsd:decimal ;
  dwc:decimalLongitude "57.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2681 57.85)"^^geo:wktLiteral ;
  geo-pos:lat "-63.2681"^^xsd:decimal ;
  geo-pos:long "57.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9707'^^xsd:integer;
  dwc:scientificName 'Holascus obesus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '57.85'^^xsd:double;
  dwc:latitude '-63.2681'^^xsd:double;
  dwc:aphiaid '171916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2667 57.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.2667"^^xsd:decimal ;
  dwc:decimalLongitude "57.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.2667 57.85)"^^geo:wktLiteral ;
  geo-pos:lat "-63.2667"^^xsd:decimal ;
  geo-pos:long "57.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9441'^^xsd:integer;
  dwc:scientificName 'Caulophacus valdiviae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '57.85'^^xsd:double;
  dwc:latitude '-63.2667'^^xsd:double;
  dwc:aphiaid '172047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172047'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.425 58.3032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.425"^^xsd:decimal ;
  dwc:decimalLongitude "58.3032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.425 58.3032)"^^geo:wktLiteral ;
  geo-pos:lat "-24.425"^^xsd:decimal ;
  geo-pos:long "58.3032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5339'^^xsd:integer;
  dwc:scientificName 'Curtichelia expressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '58.3032'^^xsd:double;
  dwc:latitude '-24.425'^^xsd:double;
  dwc:aphiaid '247640'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247640'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.3167 58.305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.3167"^^xsd:decimal ;
  dwc:decimalLongitude "58.305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.3167 58.305)"^^geo:wktLiteral ;
  geo-pos:lat "-24.3167"^^xsd:decimal ;
  geo-pos:long "58.305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5052'^^xsd:integer;
  dwc:scientificName 'Collettea antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '58.305'^^xsd:double;
  dwc:latitude '-24.3167'^^xsd:double;
  dwc:aphiaid '237607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8333 58.305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.8333"^^xsd:decimal ;
  dwc:decimalLongitude "58.305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8333 58.305)"^^geo:wktLiteral ;
  geo-pos:lat "18.8333"^^xsd:decimal ;
  geo-pos:long "58.305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8769'^^xsd:integer;
  dwc:scientificName 'Sabatieria alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '58.305'^^xsd:double;
  dwc:latitude '18.8333'^^xsd:double;
  dwc:aphiaid '229112'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229112'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8333 58.305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.8333"^^xsd:decimal ;
  dwc:decimalLongitude "58.305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.8333 58.305)"^^geo:wktLiteral ;
  geo-pos:lat "18.8333"^^xsd:decimal ;
  geo-pos:long "58.305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8768'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '58.305'^^xsd:double;
  dwc:latitude '18.8333'^^xsd:double;
  dwc:aphiaid '230918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '230918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.3833 58.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.3833"^^xsd:decimal ;
  dwc:decimalLongitude "58.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.3833 58.35)"^^geo:wktLiteral ;
  geo-pos:lat "-24.3833"^^xsd:decimal ;
  geo-pos:long "58.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5947'^^xsd:integer;
  dwc:scientificName 'Robustochelia angusticephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '58.35'^^xsd:double;
  dwc:latitude '-24.3833'^^xsd:double;
  dwc:aphiaid '247510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.73 59.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.73"^^xsd:decimal ;
  dwc:decimalLongitude "59.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.73 59.35)"^^geo:wktLiteral ;
  geo-pos:lat "-6.73"^^xsd:decimal ;
  geo-pos:long "59.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4016'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '59.35'^^xsd:double;
  dwc:latitude '-6.73'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.84 60.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.84"^^xsd:decimal ;
  dwc:decimalLongitude "60.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.84 60.53)"^^geo:wktLiteral ;
  geo-pos:lat "-7.84"^^xsd:decimal ;
  geo-pos:long "60.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4015'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '60.53'^^xsd:double;
  dwc:latitude '-7.84'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.75 61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.75"^^xsd:decimal ;
  dwc:decimalLongitude "61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.75 61)"^^geo:wktLiteral ;
  geo-pos:lat "70.75"^^xsd:decimal ;
  geo-pos:long "61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2798'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '61'^^xsd:integer;
  dwc:latitude '70.75'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3 61.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3"^^xsd:decimal ;
  dwc:decimalLongitude "61.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3 61.2333)"^^geo:wktLiteral ;
  geo-pos:lat "12.3"^^xsd:decimal ;
  geo-pos:long "61.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15229'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '61.2333'^^xsd:double;
  dwc:latitude '12.3'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15229'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.95 61.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.95"^^xsd:decimal ;
  dwc:decimalLongitude "61.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.95 61.42)"^^geo:wktLiteral ;
  geo-pos:lat "-66.95"^^xsd:decimal ;
  geo-pos:long "61.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3412'^^xsd:integer;
  dwc:scientificName 'Haplomesus antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '61.42'^^xsd:double;
  dwc:latitude '-66.95'^^xsd:double;
  dwc:aphiaid '174943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3412'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.75 62.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.75"^^xsd:decimal ;
  dwc:decimalLongitude "62.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.75 62.05)"^^geo:wktLiteral ;
  geo-pos:lat "-66.75"^^xsd:decimal ;
  geo-pos:long "62.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '789'^^xsd:integer;
  dwc:scientificName 'Leucon assimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '62.05'^^xsd:double;
  dwc:latitude '-66.75'^^xsd:double;
  dwc:aphiaid '182339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.33333 62.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.33333"^^xsd:decimal ;
  dwc:decimalLongitude "62.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.33333 62.1667)"^^geo:wktLiteral ;
  geo-pos:lat "5.33333"^^xsd:decimal ;
  geo-pos:long "62.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11499'^^xsd:integer;
  dwc:scientificName 'Bathynanus rhizopodus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '62.1667'^^xsd:double;
  dwc:latitude '5.33333'^^xsd:double;
  dwc:aphiaid '235567'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11499'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.33 62.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.33"^^xsd:decimal ;
  dwc:decimalLongitude "62.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.33 62.83)"^^geo:wktLiteral ;
  geo-pos:lat "-12.33"^^xsd:decimal ;
  geo-pos:long "62.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4014'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '62.83'^^xsd:double;
  dwc:latitude '-12.33'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.16 63.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-19.16"^^xsd:decimal ;
  dwc:decimalLongitude "63.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-19.16 63.13)"^^geo:wktLiteral ;
  geo-pos:lat "-19.16"^^xsd:decimal ;
  geo-pos:long "63.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4013'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '63.13'^^xsd:double;
  dwc:latitude '-19.16'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.55 63.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.55"^^xsd:decimal ;
  dwc:decimalLongitude "63.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.55 63.2)"^^geo:wktLiteral ;
  geo-pos:lat "-4.55"^^xsd:decimal ;
  geo-pos:long "63.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15231'^^xsd:integer;
  dwc:scientificName 'Bathyneaera disa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '63.2'^^xsd:double;
  dwc:latitude '-4.55'^^xsd:double;
  dwc:aphiaid '408513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.55 63.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.55"^^xsd:decimal ;
  dwc:decimalLongitude "63.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.55 63.2)"^^geo:wktLiteral ;
  geo-pos:lat "-4.55"^^xsd:decimal ;
  geo-pos:long "63.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15232'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '63.2'^^xsd:double;
  dwc:latitude '-4.55'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8 63.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.8"^^xsd:decimal ;
  dwc:decimalLongitude "63.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8 63.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.8"^^xsd:decimal ;
  geo-pos:long "63.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2149'^^xsd:integer;
  dwc:scientificName 'Campylaspis quadriplicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '63.8333'^^xsd:double;
  dwc:latitude '-66.8'^^xsd:double;
  dwc:aphiaid '182444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A62> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8 63.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.8"^^xsd:decimal ;
  dwc:decimalLongitude "63.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8 63.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.8"^^xsd:decimal ;
  geo-pos:long "63.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '62'^^xsd:integer;
  dwc:scientificName 'Campylaspis quadriplicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '63.8333'^^xsd:double;
  dwc:latitude '-66.8'^^xsd:double;
  dwc:aphiaid '182444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:62'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2 64.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.2"^^xsd:decimal ;
  dwc:decimalLongitude "64.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2 64.2)"^^geo:wktLiteral ;
  geo-pos:lat "23.2"^^xsd:decimal ;
  geo-pos:long "64.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14782'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '64.2'^^xsd:double;
  dwc:latitude '23.2'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 64.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.05"^^xsd:decimal ;
  dwc:decimalLongitude "64.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.05 64.3167)"^^geo:wktLiteral ;
  geo-pos:lat "1.05"^^xsd:decimal ;
  geo-pos:long "64.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10263'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '64.3167'^^xsd:double;
  dwc:latitude '1.05'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.1833 65.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.1833"^^xsd:decimal ;
  dwc:decimalLongitude "65.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.1833 65.1667)"^^geo:wktLiteral ;
  geo-pos:lat "-66.1833"^^xsd:decimal ;
  geo-pos:long "65.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6979'^^xsd:integer;
  dwc:scientificName 'Paeonocanthus tricornutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '65.1667'^^xsd:double;
  dwc:latitude '-66.1833'^^xsd:double;
  dwc:aphiaid '359766'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359766'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.2167 65.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.2167"^^xsd:decimal ;
  dwc:decimalLongitude "65.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.2167 65.8333)"^^geo:wktLiteral ;
  geo-pos:lat "19.2167"^^xsd:decimal ;
  geo-pos:long "65.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14781'^^xsd:integer;
  dwc:scientificName 'Spinula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '65.8333'^^xsd:double;
  dwc:latitude '19.2167'^^xsd:double;
  dwc:aphiaid '543620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6274'^^xsd:integer;
  dwc:scientificName 'Paradanielssenia sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115293'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115293'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6302'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 11'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6171'^^xsd:integer;
  dwc:scientificName 'Amphiascoides subdebilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6218'^^xsd:integer;
  dwc:scientificName 'Schizopera sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115325'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6182'^^xsd:integer;
  dwc:scientificName 'Bulbamphiascus sp. 1'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115306'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6228'^^xsd:integer;
  dwc:scientificName 'Stylicletodes longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6141'^^xsd:integer;
  dwc:scientificName 'Cletodes sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115263'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6119'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 2'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6091'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 12'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.4833"^^xsd:decimal ;
  dwc:decimalLongitude "66.0733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.4833 66.0733)"^^geo:wktLiteral ;
  geo-pos:lat "-55.4833"^^xsd:decimal ;
  geo-pos:long "66.0733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6092'^^xsd:integer;
  dwc:scientificName 'Stenhelia (Delavalia) sp. 10'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '66.0733'^^xsd:double;
  dwc:latitude '-55.4833'^^xsd:double;
  dwc:aphiaid '115496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '347056'^^xsd:integer;
  dwc:taxonRank '190'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.16667 67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.16667"^^xsd:decimal ;
  dwc:decimalLongitude "67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.16667 67)"^^geo:wktLiteral ;
  geo-pos:lat "3.16667"^^xsd:decimal ;
  geo-pos:long "67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11501'^^xsd:integer;
  dwc:scientificName 'Bathynanus rhizopodus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '67'^^xsd:integer;
  dwc:latitude '3.16667'^^xsd:double;
  dwc:aphiaid '235567'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.9 67.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.9"^^xsd:decimal ;
  dwc:decimalLongitude "67.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.9 67.6167)"^^geo:wktLiteral ;
  geo-pos:lat "71.9"^^xsd:decimal ;
  geo-pos:long "67.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2796'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '67.6167'^^xsd:double;
  dwc:latitude '71.9'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.52 68.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.52"^^xsd:decimal ;
  dwc:decimalLongitude "68.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.52 68.12)"^^geo:wktLiteral ;
  geo-pos:lat "19.52"^^xsd:decimal ;
  geo-pos:long "68.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3669'^^xsd:integer;
  dwc:scientificName 'Storthyngura torbeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '68.12'^^xsd:double;
  dwc:latitude '19.52'^^xsd:double;
  dwc:aphiaid '294767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263986'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.05 68.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.05"^^xsd:decimal ;
  dwc:decimalLongitude "68.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.05 68.35)"^^geo:wktLiteral ;
  geo-pos:lat "-20.05"^^xsd:decimal ;
  geo-pos:long "68.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3527'^^xsd:integer;
  dwc:scientificName 'Janirella vemae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '68.35'^^xsd:double;
  dwc:latitude '-20.05'^^xsd:double;
  dwc:aphiaid '255958'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48.75 69.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-48.75"^^xsd:decimal ;
  dwc:decimalLongitude "69.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48.75 69.2333)"^^geo:wktLiteral ;
  geo-pos:lat "-48.75"^^xsd:decimal ;
  geo-pos:long "69.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5267'^^xsd:integer;
  dwc:scientificName 'Typhlotanais kerguelenensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '69.2333'^^xsd:double;
  dwc:latitude '-48.75'^^xsd:double;
  dwc:aphiaid '244621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48.75 69.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-48.75"^^xsd:decimal ;
  dwc:decimalLongitude "69.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48.75 69.2333)"^^geo:wktLiteral ;
  geo-pos:lat "-48.75"^^xsd:decimal ;
  geo-pos:long "69.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5236'^^xsd:integer;
  dwc:scientificName 'Typhlotanais brachyurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '69.2333'^^xsd:double;
  dwc:latitude '-48.75'^^xsd:double;
  dwc:aphiaid '247686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.35 69.2383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.35"^^xsd:decimal ;
  dwc:decimalLongitude "69.2383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.35 69.2383)"^^geo:wktLiteral ;
  geo-pos:lat "18.35"^^xsd:decimal ;
  geo-pos:long "69.2383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12507'^^xsd:integer;
  dwc:scientificName 'Terebratulina cailleti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '69.2383'^^xsd:double;
  dwc:latitude '18.35'^^xsd:double;
  dwc:aphiaid '235530'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235530'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.8333 69.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.8333"^^xsd:decimal ;
  dwc:decimalLongitude "69.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.8333 69.55)"^^geo:wktLiteral ;
  geo-pos:lat "-49.8333"^^xsd:decimal ;
  geo-pos:long "69.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '786'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '69.55'^^xsd:double;
  dwc:latitude '-49.8333'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.8333 69.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.8333"^^xsd:decimal ;
  dwc:decimalLongitude "69.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.8333 69.55)"^^geo:wktLiteral ;
  geo-pos:lat "-49.8333"^^xsd:decimal ;
  geo-pos:long "69.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '788'^^xsd:integer;
  dwc:scientificName 'Leucon assimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '69.55'^^xsd:double;
  dwc:latitude '-49.8333'^^xsd:double;
  dwc:aphiaid '182339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.5333 70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.5333"^^xsd:decimal ;
  dwc:decimalLongitude "70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.5333 70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "-49.5333"^^xsd:decimal ;
  geo-pos:long "70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2148'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '70.3667'^^xsd:double;
  dwc:latitude '-49.5333'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.2817 70.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.2817"^^xsd:decimal ;
  dwc:decimalLongitude "70.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.2817 70.9833)"^^geo:wktLiteral ;
  geo-pos:lat "11.2817"^^xsd:decimal ;
  geo-pos:long "70.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10264'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '70.9833'^^xsd:double;
  dwc:latitude '11.2817'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.4983 71.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.4983"^^xsd:decimal ;
  dwc:decimalLongitude "71.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.4983 71.26)"^^geo:wktLiteral ;
  geo-pos:lat "-39.4983"^^xsd:decimal ;
  geo-pos:long "71.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10265'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '71.26'^^xsd:double;
  dwc:latitude '-39.4983'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.4667 72.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.4667"^^xsd:decimal ;
  dwc:decimalLongitude "72.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.4667 72.6833)"^^geo:wktLiteral ;
  geo-pos:lat "-66.4667"^^xsd:decimal ;
  geo-pos:long "72.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8566'^^xsd:integer;
  dwc:scientificName 'Thoracostoma demani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '72.6833'^^xsd:double;
  dwc:latitude '-66.4667'^^xsd:double;
  dwc:aphiaid '229999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '161284'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.95 73.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.95"^^xsd:decimal ;
  dwc:decimalLongitude "73.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.95 73.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-1.95"^^xsd:decimal ;
  geo-pos:long "73.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9826'^^xsd:integer;
  dwc:scientificName 'Hyalonema urna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '73.3167'^^xsd:double;
  dwc:latitude '-1.95'^^xsd:double;
  dwc:aphiaid '171501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171501'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.95 73.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.95"^^xsd:decimal ;
  dwc:decimalLongitude "73.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.95 73.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-1.95"^^xsd:decimal ;
  geo-pos:long "73.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9760'^^xsd:integer;
  dwc:scientificName 'Hyalonema coniforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '73.3167'^^xsd:double;
  dwc:latitude '-1.95'^^xsd:double;
  dwc:aphiaid '171454'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171454'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.95 73.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.95"^^xsd:decimal ;
  dwc:decimalLongitude "73.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.95 73.3167)"^^geo:wktLiteral ;
  geo-pos:lat "-1.95"^^xsd:decimal ;
  geo-pos:long "73.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9813'^^xsd:integer;
  dwc:scientificName 'Hyalonema solutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '73.3167'^^xsd:double;
  dwc:latitude '-1.95'^^xsd:double;
  dwc:aphiaid '171499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171499'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.5 73.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.5"^^xsd:decimal ;
  dwc:decimalLongitude "73.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.5 73.4167)"^^geo:wktLiteral ;
  geo-pos:lat "74.5"^^xsd:decimal ;
  geo-pos:long "73.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2799'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '73.4167'^^xsd:double;
  dwc:latitude '74.5'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.0333 73.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.0333"^^xsd:decimal ;
  dwc:decimalLongitude "73.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.0333 73.7667)"^^geo:wktLiteral ;
  geo-pos:lat "12.0333"^^xsd:decimal ;
  geo-pos:long "73.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11211'^^xsd:integer;
  dwc:scientificName 'Sipunculus nudus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '73.7667'^^xsd:double;
  dwc:latitude '12.0333'^^xsd:double;
  dwc:aphiaid '424084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11211'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136084'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.73333 74.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.73333"^^xsd:decimal ;
  dwc:decimalLongitude "74.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.73333 74.0667)"^^geo:wktLiteral ;
  geo-pos:lat "4.73333"^^xsd:decimal ;
  geo-pos:long "74.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11500'^^xsd:integer;
  dwc:scientificName 'Bathynanus rhizopodus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '74.0667'^^xsd:double;
  dwc:latitude '4.73333'^^xsd:double;
  dwc:aphiaid '235567'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11500'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.4083 74.3917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.4083"^^xsd:decimal ;
  dwc:decimalLongitude "74.3917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.4083 74.3917)"^^geo:wktLiteral ;
  geo-pos:lat "-49.4083"^^xsd:decimal ;
  geo-pos:long "74.3917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9363'^^xsd:integer;
  dwc:scientificName 'Bathydorus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '74.3917'^^xsd:double;
  dwc:latitude '-49.4083'^^xsd:double;
  dwc:aphiaid '172037'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9363'^^xsd:anyURI;
  dwc:aphiaIdAccepted '367990'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.05 74.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.05"^^xsd:decimal ;
  dwc:decimalLongitude "74.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.05 74.4833)"^^geo:wktLiteral ;
  geo-pos:lat "-67.05"^^xsd:decimal ;
  geo-pos:long "74.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '787'^^xsd:integer;
  dwc:scientificName 'Campylaspis nodulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '74.4833'^^xsd:double;
  dwc:latitude '-67.05'^^xsd:double;
  dwc:aphiaid '182425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1306 74.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1306"^^xsd:decimal ;
  dwc:decimalLongitude "74.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1306 74.7083)"^^geo:wktLiteral ;
  geo-pos:lat "10.1306"^^xsd:decimal ;
  geo-pos:long "74.7083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9742'^^xsd:integer;
  dwc:scientificName 'Hyalonema alcocki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '74.7083'^^xsd:double;
  dwc:latitude '10.1306'^^xsd:double;
  dwc:aphiaid '171524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1306 74.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1306"^^xsd:decimal ;
  dwc:decimalLongitude "74.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1306 74.7083)"^^geo:wktLiteral ;
  geo-pos:lat "10.1306"^^xsd:decimal ;
  geo-pos:long "74.7083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9740'^^xsd:integer;
  dwc:scientificName 'Hyalonema alcocki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '74.7083'^^xsd:double;
  dwc:latitude '10.1306'^^xsd:double;
  dwc:aphiaid '171524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1306 74.7083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1306"^^xsd:decimal ;
  dwc:decimalLongitude "74.7083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1306 74.7083)"^^geo:wktLiteral ;
  geo-pos:lat "10.1306"^^xsd:decimal ;
  geo-pos:long "74.7083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9741'^^xsd:integer;
  dwc:scientificName 'Hyalonema alcocki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '74.7083'^^xsd:double;
  dwc:latitude '10.1306'^^xsd:double;
  dwc:aphiaid '171524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.7333 74.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.7333"^^xsd:decimal ;
  dwc:decimalLongitude "74.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.7333 74.9)"^^geo:wktLiteral ;
  geo-pos:lat "4.7333"^^xsd:decimal ;
  geo-pos:long "74.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8150'^^xsd:integer;
  dwc:scientificName 'Trophomera bathycola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '74.9'^^xsd:double;
  dwc:latitude '4.7333'^^xsd:double;
  dwc:aphiaid '458910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458910'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.7667 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.7667"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.7667 75)"^^geo:wktLiteral ;
  geo-pos:lat "-66.7667"^^xsd:decimal ;
  geo-pos:long "75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6980'^^xsd:integer;
  dwc:scientificName 'Eubrachiella gaini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.7667'^^xsd:double;
  dwc:aphiaid '367149'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '367149'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6367 75.9517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.6367"^^xsd:decimal ;
  dwc:decimalLongitude "75.9517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6367 75.9517)"^^geo:wktLiteral ;
  geo-pos:lat "-49.6367"^^xsd:decimal ;
  geo-pos:long "75.9517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4612'^^xsd:integer;
  dwc:scientificName 'Langitanais magnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '75.9517'^^xsd:double;
  dwc:latitude '-49.6367'^^xsd:double;
  dwc:aphiaid '247704'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247704'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.2833)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14631'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '76.2833'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.2833)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14632'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '76.2833'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1"^^xsd:decimal ;
  dwc:decimalLongitude "76.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1 76.2833)"^^geo:wktLiteral ;
  geo-pos:lat "1"^^xsd:decimal ;
  geo-pos:long "76.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14633'^^xsd:integer;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '76.2833'^^xsd:double;
  dwc:latitude '1'^^xsd:integer;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.75 76.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.75"^^xsd:decimal ;
  dwc:decimalLongitude "76.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.75 76.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-13.75"^^xsd:decimal ;
  geo-pos:long "76.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7326'^^xsd:integer;
  dwc:scientificName 'Abyssopontius altus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '76.9333'^^xsd:double;
  dwc:latitude '-13.75'^^xsd:double;
  dwc:aphiaid '346065'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7326'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.9717 77.0367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.9717"^^xsd:decimal ;
  dwc:decimalLongitude "77.0367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.9717 77.0367)"^^geo:wktLiteral ;
  geo-pos:lat "-65.9717"^^xsd:decimal ;
  geo-pos:long "77.0367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10935'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.0367'^^xsd:double;
  dwc:latitude '-65.9717'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10935'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.9333 77.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.9333"^^xsd:decimal ;
  dwc:decimalLongitude "77.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.9333 77.0833)"^^geo:wktLiteral ;
  geo-pos:lat "1.9333"^^xsd:decimal ;
  geo-pos:long "77.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5294'^^xsd:integer;
  dwc:scientificName 'Typhlotanais peculiaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.0833'^^xsd:double;
  dwc:latitude '1.9333'^^xsd:double;
  dwc:aphiaid '428829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14636'^^xsd:integer;
  dwc:scientificName 'Kelliella indica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.0833'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:aphiaid '428684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464358'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14637'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.0833'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14638'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.0833'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14634'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.0833'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14635'^^xsd:integer;
  dwc:scientificName 'Myonera undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.0833'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:aphiaid '156874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14635'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "77.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 77.0833)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "77.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9477'^^xsd:integer;
  dwc:scientificName 'Chondrocladia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.0833'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:aphiaid '168215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 77.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "77.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4333 77.45)"^^geo:wktLiteral ;
  geo-pos:lat "77.4333"^^xsd:decimal ;
  geo-pos:long "77.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9844'^^xsd:integer;
  dwc:scientificName 'Hymedesmia stylata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.45'^^xsd:double;
  dwc:latitude '77.4333'^^xsd:double;
  dwc:aphiaid '133652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.67 77.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.67"^^xsd:decimal ;
  dwc:decimalLongitude "77.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.67 77.5)"^^geo:wktLiteral ;
  geo-pos:lat "-37.67"^^xsd:decimal ;
  geo-pos:long "77.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2917'^^xsd:integer;
  dwc:scientificName 'Eugerda longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.5'^^xsd:double;
  dwc:latitude '-37.67'^^xsd:double;
  dwc:aphiaid '294704'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2917'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 77.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6667"^^xsd:decimal ;
  dwc:decimalLongitude "77.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 77.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6667"^^xsd:decimal ;
  geo-pos:long "77.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10986'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.5167'^^xsd:double;
  dwc:latitude '-37.6667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10986'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 77.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6667"^^xsd:decimal ;
  dwc:decimalLongitude "77.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 77.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6667"^^xsd:decimal ;
  geo-pos:long "77.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10992'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.5167'^^xsd:double;
  dwc:latitude '-37.6667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 77.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6667"^^xsd:decimal ;
  dwc:decimalLongitude "77.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 77.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6667"^^xsd:decimal ;
  geo-pos:long "77.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10995'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.5167'^^xsd:double;
  dwc:latitude '-37.6667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10995'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 77.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.6667"^^xsd:decimal ;
  dwc:decimalLongitude "77.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.6667 77.5167)"^^geo:wktLiteral ;
  geo-pos:lat "-37.6667"^^xsd:decimal ;
  geo-pos:long "77.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10997'^^xsd:integer;
  dwc:scientificName 'Aspidosiphon zinni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '77.5167'^^xsd:double;
  dwc:latitude '-37.6667'^^xsd:double;
  dwc:aphiaid '425155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10997'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5333 78.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5333"^^xsd:decimal ;
  dwc:decimalLongitude "78.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5333 78.0667)"^^geo:wktLiteral ;
  geo-pos:lat "5.5333"^^xsd:decimal ;
  geo-pos:long "78.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4453'^^xsd:integer;
  dwc:scientificName 'Neotanais bacescui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.0667'^^xsd:double;
  dwc:latitude '5.5333'^^xsd:double;
  dwc:aphiaid '247377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "-3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10119'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '-3.63333'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.6333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.6333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8573'^^xsd:integer;
  dwc:scientificName 'Corythostoma kreisi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.6333'^^xsd:double;
  dwc:aphiaid '229561'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229561'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14641'^^xsd:integer;
  dwc:scientificName 'Cetoconcha ceylonensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:aphiaid '408663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14642'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14640'^^xsd:integer;
  dwc:scientificName 'Poromya tornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:aphiaid '140845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '507999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14639'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.63333"^^xsd:decimal ;
  dwc:decimalLongitude "78.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.63333 78.25)"^^geo:wktLiteral ;
  geo-pos:lat "3.63333"^^xsd:decimal ;
  geo-pos:long "78.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9475'^^xsd:integer;
  dwc:scientificName 'Chondrocladia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.25'^^xsd:double;
  dwc:latitude '3.63333'^^xsd:double;
  dwc:aphiaid '168215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.05 78.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.05"^^xsd:decimal ;
  dwc:decimalLongitude "78.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.05 78.4)"^^geo:wktLiteral ;
  geo-pos:lat "-6.05"^^xsd:decimal ;
  geo-pos:long "78.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10989'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.4'^^xsd:double;
  dwc:latitude '-6.05'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10989'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.61667 78.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.61667"^^xsd:decimal ;
  dwc:decimalLongitude "78.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.61667 78.4)"^^geo:wktLiteral ;
  geo-pos:lat "-5.61667"^^xsd:decimal ;
  geo-pos:long "78.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10979'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.4'^^xsd:double;
  dwc:latitude '-5.61667'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.61667 78.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.61667"^^xsd:decimal ;
  dwc:decimalLongitude "78.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.61667 78.4)"^^geo:wktLiteral ;
  geo-pos:lat "-5.61667"^^xsd:decimal ;
  geo-pos:long "78.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10983'^^xsd:integer;
  dwc:scientificName 'Nephasoma cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.4'^^xsd:double;
  dwc:latitude '-5.61667'^^xsd:double;
  dwc:aphiaid '424375'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.61667 78.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.61667"^^xsd:decimal ;
  dwc:decimalLongitude "78.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.61667 78.4)"^^geo:wktLiteral ;
  geo-pos:lat "-5.61667"^^xsd:decimal ;
  geo-pos:long "78.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10987'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.4'^^xsd:double;
  dwc:latitude '-5.61667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6167 78.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.6167"^^xsd:decimal ;
  dwc:decimalLongitude "78.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6167 78.4)"^^geo:wktLiteral ;
  geo-pos:lat "5.6167"^^xsd:decimal ;
  geo-pos:long "78.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5162'^^xsd:integer;
  dwc:scientificName 'Subulella elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.4'^^xsd:double;
  dwc:latitude '5.6167'^^xsd:double;
  dwc:aphiaid '247461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5162'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247461'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6167 78.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.6167"^^xsd:decimal ;
  dwc:decimalLongitude "78.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6167 78.4)"^^geo:wktLiteral ;
  geo-pos:lat "5.6167"^^xsd:decimal ;
  geo-pos:long "78.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5223'^^xsd:integer;
  dwc:scientificName 'Peraeospinosus angusticheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.4'^^xsd:double;
  dwc:latitude '5.6167'^^xsd:double;
  dwc:aphiaid '247681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5223'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1613694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6167 78.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.6167"^^xsd:decimal ;
  dwc:decimalLongitude "78.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.6167 78.4)"^^geo:wktLiteral ;
  geo-pos:lat "5.6167"^^xsd:decimal ;
  geo-pos:long "78.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4189'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes rotundirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.4'^^xsd:double;
  dwc:latitude '5.6167'^^xsd:double;
  dwc:aphiaid '247130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.66667 78.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.66667"^^xsd:decimal ;
  dwc:decimalLongitude "78.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.66667 78.55)"^^geo:wktLiteral ;
  geo-pos:lat "-5.66667"^^xsd:decimal ;
  geo-pos:long "78.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10996'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.55'^^xsd:double;
  dwc:latitude '-5.66667'^^xsd:double;
  dwc:aphiaid '425289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10996'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5333 78.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5333"^^xsd:decimal ;
  dwc:decimalLongitude "78.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14'^^xsd:integer;
  dwc:scientificName 'Bathycuma magnum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.6833'^^xsd:double;
  dwc:latitude '5.5333'^^xsd:double;
  dwc:aphiaid '181831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.6833)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14643'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.6833'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53333"^^xsd:decimal ;
  dwc:decimalLongitude "78.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53333 78.6833)"^^geo:wktLiteral ;
  geo-pos:lat "5.53333"^^xsd:decimal ;
  geo-pos:long "78.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14644'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.6833'^^xsd:double;
  dwc:latitude '5.53333'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2333 78.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.2333"^^xsd:decimal ;
  dwc:decimalLongitude "78.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.2333 78.7667)"^^geo:wktLiteral ;
  geo-pos:lat "-36.2333"^^xsd:decimal ;
  geo-pos:long "78.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10030'^^xsd:integer;
  dwc:scientificName 'Thenea centrotyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.7667'^^xsd:double;
  dwc:latitude '-36.2333'^^xsd:double;
  dwc:aphiaid '170288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.98333 78.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.98333"^^xsd:decimal ;
  dwc:decimalLongitude "78.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.98333 78.8333)"^^geo:wktLiteral ;
  geo-pos:lat "-6.98333"^^xsd:decimal ;
  geo-pos:long "78.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10980'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '78.8333'^^xsd:double;
  dwc:latitude '-6.98333'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10980'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.11667 79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.11667"^^xsd:decimal ;
  dwc:decimalLongitude "79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.11667 79)"^^geo:wktLiteral ;
  geo-pos:lat "-7.11667"^^xsd:decimal ;
  geo-pos:long "79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10981'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '79'^^xsd:integer;
  dwc:latitude '-7.11667'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10981'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1833 79.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.1833"^^xsd:decimal ;
  dwc:decimalLongitude "79.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.1833 79.05)"^^geo:wktLiteral ;
  geo-pos:lat "8.1833"^^xsd:decimal ;
  geo-pos:long "79.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7327'^^xsd:integer;
  dwc:scientificName 'Solitaricola bipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '79.05'^^xsd:double;
  dwc:latitude '8.1833'^^xsd:double;
  dwc:aphiaid '355678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7327'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.61667 79.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.61667"^^xsd:decimal ;
  dwc:decimalLongitude "79.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.61667 79.55)"^^geo:wktLiteral ;
  geo-pos:lat "-5.61667"^^xsd:decimal ;
  geo-pos:long "79.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10988'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '79.55'^^xsd:double;
  dwc:latitude '-5.61667'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10988'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.5667 79.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.5667"^^xsd:decimal ;
  dwc:decimalLongitude "79.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.5667 79.75)"^^geo:wktLiteral ;
  geo-pos:lat "75.5667"^^xsd:decimal ;
  geo-pos:long "79.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2797'^^xsd:integer;
  dwc:scientificName 'Eudorella emarginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '79.75'^^xsd:double;
  dwc:latitude '75.5667'^^xsd:double;
  dwc:aphiaid '110524'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110524'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.7 79.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.7"^^xsd:decimal ;
  dwc:decimalLongitude "79.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.7 79.82)"^^geo:wktLiteral ;
  geo-pos:lat "-65.7"^^xsd:decimal ;
  geo-pos:long "79.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4090'^^xsd:integer;
  dwc:scientificName 'Arcturus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '79.82'^^xsd:double;
  dwc:latitude '-65.7'^^xsd:double;
  dwc:aphiaid '295571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174542'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 80)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "80"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 80)"^^geo:wktLiteral ;
  geo-pos:lat "-65"^^xsd:decimal ;
  geo-pos:long "80"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3914'^^xsd:integer;
  dwc:scientificName 'Ilyarachna antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '80'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:aphiaid '175184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.25 80.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.25"^^xsd:decimal ;
  dwc:decimalLongitude "80.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.25 80.2)"^^geo:wktLiteral ;
  geo-pos:lat "-65.25"^^xsd:decimal ;
  geo-pos:long "80.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '154'^^xsd:integer;
  dwc:scientificName 'Lamprops comatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '80.2'^^xsd:double;
  dwc:latitude '-65.25'^^xsd:double;
  dwc:aphiaid '182227'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:154'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1307565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.25 80.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.25"^^xsd:decimal ;
  dwc:decimalLongitude "80.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.25 80.32)"^^geo:wktLiteral ;
  geo-pos:lat "-65.25"^^xsd:decimal ;
  geo-pos:long "80.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3624'^^xsd:integer;
  dwc:scientificName 'Storthyngura elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '80.32'^^xsd:double;
  dwc:latitude '-65.25'^^xsd:double;
  dwc:aphiaid '175211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175211'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.87 80.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.87"^^xsd:decimal ;
  dwc:decimalLongitude "80.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.87 80.33)"^^geo:wktLiteral ;
  geo-pos:lat "-60.87"^^xsd:decimal ;
  geo-pos:long "80.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3617'^^xsd:integer;
  dwc:scientificName 'Storthyngura challengeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '80.33'^^xsd:double;
  dwc:latitude '-60.87'^^xsd:double;
  dwc:aphiaid '294753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.45 80.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.45"^^xsd:decimal ;
  dwc:decimalLongitude "80.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.45 80.55)"^^geo:wktLiteral ;
  geo-pos:lat "-65.45"^^xsd:decimal ;
  geo-pos:long "80.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3983'^^xsd:integer;
  dwc:scientificName 'Microprotus antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '80.55'^^xsd:double;
  dwc:latitude '-65.45'^^xsd:double;
  dwc:aphiaid '175195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3983'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.45 80.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.45"^^xsd:decimal ;
  dwc:decimalLongitude "80.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.45 80.55)"^^geo:wktLiteral ;
  geo-pos:lat "-65.45"^^xsd:decimal ;
  geo-pos:long "80.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3566'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia acanthonotus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '80.55'^^xsd:double;
  dwc:latitude '-65.45'^^xsd:double;
  dwc:aphiaid '174394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294617'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.25 80.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.25"^^xsd:decimal ;
  dwc:decimalLongitude "80.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.25 80.5667)"^^geo:wktLiteral ;
  geo-pos:lat "-65.25"^^xsd:decimal ;
  geo-pos:long "80.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '141'^^xsd:integer;
  dwc:scientificName 'Gaussicuma vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '80.5667'^^xsd:double;
  dwc:latitude '-65.25'^^xsd:double;
  dwc:aphiaid '181844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 80.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.77"^^xsd:decimal ;
  dwc:decimalLongitude "80.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.77 80.73)"^^geo:wktLiteral ;
  geo-pos:lat "-8.77"^^xsd:decimal ;
  geo-pos:long "80.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3185'^^xsd:integer;
  dwc:scientificName 'Haploniscus acutirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '80.73'^^xsd:double;
  dwc:latitude '-8.77'^^xsd:double;
  dwc:aphiaid '255801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.68333 82.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.68333"^^xsd:decimal ;
  dwc:decimalLongitude "82.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.68333 82.9833)"^^geo:wktLiteral ;
  geo-pos:lat "-5.68333"^^xsd:decimal ;
  geo-pos:long "82.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9434'^^xsd:integer;
  dwc:scientificName 'Caulophacus schulzei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '82.9833'^^xsd:double;
  dwc:latitude '-5.68333'^^xsd:double;
  dwc:aphiaid '172062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.8858 83.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.8858"^^xsd:decimal ;
  dwc:decimalLongitude "83.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.8858 83.0183)"^^geo:wktLiteral ;
  geo-pos:lat "-32.8858"^^xsd:decimal ;
  geo-pos:long "83.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10049'^^xsd:integer;
  dwc:scientificName 'Thenea multiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '83.0183'^^xsd:double;
  dwc:latitude '-32.8858'^^xsd:double;
  dwc:aphiaid '170308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170308'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.8858 83.0183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.8858"^^xsd:decimal ;
  dwc:decimalLongitude "83.0183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.8858 83.0183)"^^geo:wktLiteral ;
  geo-pos:lat "-32.8858"^^xsd:decimal ;
  geo-pos:long "83.0183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10048'^^xsd:integer;
  dwc:scientificName 'Thenea multiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '83.0183'^^xsd:double;
  dwc:latitude '-32.8858'^^xsd:double;
  dwc:aphiaid '170308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170308'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.91667 83.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.91667"^^xsd:decimal ;
  dwc:decimalLongitude "83.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.91667 83.085)"^^geo:wktLiteral ;
  geo-pos:lat "-1.91667"^^xsd:decimal ;
  geo-pos:long "83.085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14783'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '83.085'^^xsd:double;
  dwc:latitude '-1.91667'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.1667 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.1667"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.1667 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.1667"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14646'^^xsd:integer;
  dwc:scientificName 'Limopsis pelagica pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.1667'^^xsd:double;
  dwc:aphiaid '428870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14646'^^xsd:anyURI;
  dwc:aphiaIdAccepted '156787'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.1667 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.1667"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.1667 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.1667"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14647'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.1667'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14647'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.1667 84.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.1667"^^xsd:decimal ;
  dwc:decimalLongitude "84.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.1667 84.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.1667"^^xsd:decimal ;
  geo-pos:long "84.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14645'^^xsd:integer;
  dwc:scientificName 'Tindaria bengalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '84.5'^^xsd:double;
  dwc:latitude '17.1667'^^xsd:double;
  dwc:aphiaid '428821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3333"^^xsd:decimal ;
  dwc:decimalLongitude "85.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  geo-pos:lat "12.3333"^^xsd:decimal ;
  geo-pos:long "85.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9923'^^xsd:integer;
  dwc:scientificName 'Pheronema giganteum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.1333'^^xsd:double;
  dwc:latitude '12.3333'^^xsd:double;
  dwc:aphiaid '171562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171562'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3333"^^xsd:decimal ;
  dwc:decimalLongitude "85.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  geo-pos:lat "12.3333"^^xsd:decimal ;
  geo-pos:long "85.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9971'^^xsd:integer;
  dwc:scientificName 'Saccocalyx pedunculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.1333'^^xsd:double;
  dwc:latitude '12.3333'^^xsd:double;
  dwc:aphiaid '171845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3333"^^xsd:decimal ;
  dwc:decimalLongitude "85.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  geo-pos:lat "12.3333"^^xsd:decimal ;
  geo-pos:long "85.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9972'^^xsd:integer;
  dwc:scientificName 'Saccocalyx pedunculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.1333'^^xsd:double;
  dwc:latitude '12.3333'^^xsd:double;
  dwc:aphiaid '171845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3333"^^xsd:decimal ;
  dwc:decimalLongitude "85.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  geo-pos:lat "12.3333"^^xsd:decimal ;
  geo-pos:long "85.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9784'^^xsd:integer;
  dwc:scientificName 'Hyalonema investigatoris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.1333'^^xsd:double;
  dwc:latitude '12.3333'^^xsd:double;
  dwc:aphiaid '171525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3333"^^xsd:decimal ;
  dwc:decimalLongitude "85.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  geo-pos:lat "12.3333"^^xsd:decimal ;
  geo-pos:long "85.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9785'^^xsd:integer;
  dwc:scientificName 'Hyalonema investigatoris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.1333'^^xsd:double;
  dwc:latitude '12.3333'^^xsd:double;
  dwc:aphiaid '171525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3333"^^xsd:decimal ;
  dwc:decimalLongitude "85.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  geo-pos:lat "12.3333"^^xsd:decimal ;
  geo-pos:long "85.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9717'^^xsd:integer;
  dwc:scientificName 'Holascus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.1333'^^xsd:double;
  dwc:latitude '12.3333'^^xsd:double;
  dwc:aphiaid '171920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3333"^^xsd:decimal ;
  dwc:decimalLongitude "85.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3333 85.1333)"^^geo:wktLiteral ;
  geo-pos:lat "12.3333"^^xsd:decimal ;
  geo-pos:long "85.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9718'^^xsd:integer;
  dwc:scientificName 'Holascus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.1333'^^xsd:double;
  dwc:latitude '12.3333'^^xsd:double;
  dwc:aphiaid '171920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5167 85.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5167"^^xsd:decimal ;
  dwc:decimalLongitude "85.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5167 85.2333)"^^geo:wktLiteral ;
  geo-pos:lat "-65.5167"^^xsd:decimal ;
  geo-pos:long "85.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9447'^^xsd:integer;
  dwc:scientificName 'Chondrocladia antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.2333'^^xsd:double;
  dwc:latitude '-65.5167'^^xsd:double;
  dwc:aphiaid '168208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9447'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.52 85.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.52"^^xsd:decimal ;
  dwc:decimalLongitude "85.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.52 85.28)"^^geo:wktLiteral ;
  geo-pos:lat "-65.52"^^xsd:decimal ;
  geo-pos:long "85.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3459'^^xsd:integer;
  dwc:scientificName 'Stylomesus inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.28'^^xsd:double;
  dwc:latitude '-65.52'^^xsd:double;
  dwc:aphiaid '174955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '174955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56667 85.7208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.56667"^^xsd:decimal ;
  dwc:decimalLongitude "85.7208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56667 85.7208)"^^geo:wktLiteral ;
  geo-pos:lat "9.56667"^^xsd:decimal ;
  geo-pos:long "85.7208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9781'^^xsd:integer;
  dwc:scientificName 'Hyalonema heymonsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.7208'^^xsd:double;
  dwc:latitude '9.56667'^^xsd:double;
  dwc:aphiaid '191709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171434'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56667 85.7208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.56667"^^xsd:decimal ;
  dwc:decimalLongitude "85.7208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56667 85.7208)"^^geo:wktLiteral ;
  geo-pos:lat "9.56667"^^xsd:decimal ;
  geo-pos:long "85.7208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9783'^^xsd:integer;
  dwc:scientificName 'Hyalonema heymonsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.7208'^^xsd:double;
  dwc:latitude '9.56667'^^xsd:double;
  dwc:aphiaid '191709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171434'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56667 85.7208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.56667"^^xsd:decimal ;
  dwc:decimalLongitude "85.7208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56667 85.7208)"^^geo:wktLiteral ;
  geo-pos:lat "9.56667"^^xsd:decimal ;
  geo-pos:long "85.7208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9350'^^xsd:integer;
  dwc:scientificName 'Bathydorus laevis laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.7208'^^xsd:double;
  dwc:latitude '9.56667'^^xsd:double;
  dwc:aphiaid '172032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9350'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172032'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56667 85.7208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.56667"^^xsd:decimal ;
  dwc:decimalLongitude "85.7208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.56667 85.7208)"^^geo:wktLiteral ;
  geo-pos:lat "9.56667"^^xsd:decimal ;
  geo-pos:long "85.7208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9349'^^xsd:integer;
  dwc:scientificName 'Bathydorus laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.7208'^^xsd:double;
  dwc:latitude '9.56667'^^xsd:double;
  dwc:aphiaid '172032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9349'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172032'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 85.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "85.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 85.9333)"^^geo:wktLiteral ;
  geo-pos:lat "-65.5"^^xsd:decimal ;
  geo-pos:long "85.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2759'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '85.9333'^^xsd:double;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.05 86.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.05"^^xsd:decimal ;
  dwc:decimalLongitude "86.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.05 86.7167)"^^geo:wktLiteral ;
  geo-pos:lat "-2.05"^^xsd:decimal ;
  geo-pos:long "86.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14771'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '86.7167'^^xsd:double;
  dwc:latitude '-2.05'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.05167 86.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.05167"^^xsd:decimal ;
  dwc:decimalLongitude "86.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.05167 86.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-2.05167"^^xsd:decimal ;
  geo-pos:long "86.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14770'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '86.7333'^^xsd:double;
  dwc:latitude '-2.05167'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 86.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.93333"^^xsd:decimal ;
  dwc:decimalLongitude "86.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.93333 86.8)"^^geo:wktLiteral ;
  geo-pos:lat "1.93333"^^xsd:decimal ;
  geo-pos:long "86.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9482'^^xsd:integer;
  dwc:scientificName 'Chondrocladia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '86.8'^^xsd:double;
  dwc:latitude '1.93333'^^xsd:double;
  dwc:aphiaid '168217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9482'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168217'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.7 86.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.7"^^xsd:decimal ;
  dwc:decimalLongitude "86.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.7 86.8)"^^geo:wktLiteral ;
  geo-pos:lat "19.7"^^xsd:decimal ;
  geo-pos:long "86.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9987'^^xsd:integer;
  dwc:scientificName 'Suberites bengalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '86.8'^^xsd:double;
  dwc:latitude '19.7'^^xsd:double;
  dwc:aphiaid '170839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9987'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170839'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.68333 87.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.68333"^^xsd:decimal ;
  dwc:decimalLongitude "87.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.68333 87.1)"^^geo:wktLiteral ;
  geo-pos:lat "-1.68333"^^xsd:decimal ;
  geo-pos:long "87.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10990'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '87.1'^^xsd:double;
  dwc:latitude '-1.68333'^^xsd:double;
  dwc:aphiaid '156262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10990'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.68333 87.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.68333"^^xsd:decimal ;
  dwc:decimalLongitude "87.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.68333 87.1)"^^geo:wktLiteral ;
  geo-pos:lat "-1.68333"^^xsd:decimal ;
  geo-pos:long "87.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10994'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '87.1'^^xsd:double;
  dwc:latitude '-1.68333'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10994'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.71667 87.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.71667"^^xsd:decimal ;
  dwc:decimalLongitude "87.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.71667 87.1333)"^^geo:wktLiteral ;
  geo-pos:lat "-1.71667"^^xsd:decimal ;
  geo-pos:long "87.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10982'^^xsd:integer;
  dwc:scientificName 'Nephasoma constrictum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '87.1333'^^xsd:double;
  dwc:latitude '-1.71667'^^xsd:double;
  dwc:aphiaid '424371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.1019 87.8344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.1019"^^xsd:decimal ;
  dwc:decimalLongitude "87.8344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.1019 87.8344)"^^geo:wktLiteral ;
  geo-pos:lat "-30.1019"^^xsd:decimal ;
  geo-pos:long "87.8344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10046'^^xsd:integer;
  dwc:scientificName 'Thenea megaspina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '87.8344'^^xsd:double;
  dwc:latitude '-30.1019'^^xsd:double;
  dwc:aphiaid '170302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.1019 87.8344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.1019"^^xsd:decimal ;
  dwc:decimalLongitude "87.8344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.1019 87.8344)"^^geo:wktLiteral ;
  geo-pos:lat "-30.1019"^^xsd:decimal ;
  geo-pos:long "87.8344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10047'^^xsd:integer;
  dwc:scientificName 'Thenea megaspina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '87.8344'^^xsd:double;
  dwc:latitude '-30.1019'^^xsd:double;
  dwc:aphiaid '170302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.0667 88.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.0667"^^xsd:decimal ;
  dwc:decimalLongitude "88.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.0667 88.1)"^^geo:wktLiteral ;
  geo-pos:lat "19.0667"^^xsd:decimal ;
  geo-pos:long "88.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '169'^^xsd:integer;
  dwc:scientificName 'Leucon bengalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '88.1'^^xsd:double;
  dwc:latitude '19.0667'^^xsd:double;
  dwc:aphiaid '182340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.9667 88.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.9667"^^xsd:decimal ;
  dwc:decimalLongitude "88.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.9667 88.8667)"^^geo:wktLiteral ;
  geo-pos:lat "11.9667"^^xsd:decimal ;
  geo-pos:long "88.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9794'^^xsd:integer;
  dwc:scientificName 'Hyalonema masoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '88.8667'^^xsd:double;
  dwc:latitude '11.9667'^^xsd:double;
  dwc:aphiaid '171464'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.9667 88.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.9667"^^xsd:decimal ;
  dwc:decimalLongitude "88.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.9667 88.8667)"^^geo:wktLiteral ;
  geo-pos:lat "11.9667"^^xsd:decimal ;
  geo-pos:long "88.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9786'^^xsd:integer;
  dwc:scientificName 'Hyalonema investigatoris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '88.8667'^^xsd:double;
  dwc:latitude '11.9667'^^xsd:double;
  dwc:aphiaid '171525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.9667 88.8714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.9667"^^xsd:decimal ;
  dwc:decimalLongitude "88.8714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.9667 88.8714)"^^geo:wktLiteral ;
  geo-pos:lat "11.9667"^^xsd:decimal ;
  geo-pos:long "88.8714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9792'^^xsd:integer;
  dwc:scientificName 'Hyalonema masoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '88.8714'^^xsd:double;
  dwc:latitude '11.9667'^^xsd:double;
  dwc:aphiaid '171464'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.9667 88.8714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.9667"^^xsd:decimal ;
  dwc:decimalLongitude "88.8714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.9667 88.8714)"^^geo:wktLiteral ;
  geo-pos:lat "11.9667"^^xsd:decimal ;
  geo-pos:long "88.8714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9793'^^xsd:integer;
  dwc:scientificName 'Hyalonema masoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '88.8714'^^xsd:double;
  dwc:latitude '11.9667'^^xsd:double;
  dwc:aphiaid '171464'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.7833 88.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "88.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.7833 88.9)"^^geo:wktLiteral ;
  geo-pos:lat "-12.7833"^^xsd:decimal ;
  geo-pos:long "88.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11498'^^xsd:integer;
  dwc:scientificName 'Bathynanus inversus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '88.9'^^xsd:double;
  dwc:latitude '-12.7833'^^xsd:double;
  dwc:aphiaid '235566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11498'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.7783 88.9067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.7783"^^xsd:decimal ;
  dwc:decimalLongitude "88.9067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.7783 88.9067)"^^geo:wktLiteral ;
  geo-pos:lat "-12.7783"^^xsd:decimal ;
  geo-pos:long "88.9067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15877'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '88.9067'^^xsd:double;
  dwc:latitude '-12.7783'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.12 89.3733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.12"^^xsd:decimal ;
  dwc:decimalLongitude "89.3733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.12 89.3733)"^^geo:wktLiteral ;
  geo-pos:lat "-11.12"^^xsd:decimal ;
  geo-pos:long "89.3733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17075'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.3733'^^xsd:double;
  dwc:latitude '-11.12'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17075'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.05 89.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.05"^^xsd:decimal ;
  dwc:decimalLongitude "89.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.05 89.63)"^^geo:wktLiteral ;
  geo-pos:lat "-66.05"^^xsd:decimal ;
  geo-pos:long "89.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4058'^^xsd:integer;
  dwc:scientificName 'Serolis meridionalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.63'^^xsd:double;
  dwc:latitude '-66.05'^^xsd:double;
  dwc:aphiaid '295319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258112'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.0333"^^xsd:decimal ;
  dwc:decimalLongitude "89.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.0333"^^xsd:decimal ;
  geo-pos:long "89.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2760'^^xsd:integer;
  dwc:scientificName 'Leucon antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.6333'^^xsd:double;
  dwc:latitude '-66.0333'^^xsd:double;
  dwc:aphiaid '182314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.0333"^^xsd:decimal ;
  dwc:decimalLongitude "89.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.0333"^^xsd:decimal ;
  geo-pos:long "89.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2756'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.6333'^^xsd:double;
  dwc:latitude '-66.0333'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.0333"^^xsd:decimal ;
  dwc:decimalLongitude "89.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.0333"^^xsd:decimal ;
  geo-pos:long "89.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2752'^^xsd:integer;
  dwc:scientificName 'Platysympus typicus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.6333'^^xsd:double;
  dwc:latitude '-66.0333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2752'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.0333"^^xsd:decimal ;
  dwc:decimalLongitude "89.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.0333"^^xsd:decimal ;
  geo-pos:long "89.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2751'^^xsd:integer;
  dwc:scientificName 'Leucon antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.6333'^^xsd:double;
  dwc:latitude '-66.0333'^^xsd:double;
  dwc:aphiaid '182314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.0333"^^xsd:decimal ;
  dwc:decimalLongitude "89.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0333 89.6333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.0333"^^xsd:decimal ;
  geo-pos:long "89.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '166'^^xsd:integer;
  dwc:scientificName 'Leucon antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.6333'^^xsd:double;
  dwc:latitude '-66.0333'^^xsd:double;
  dwc:aphiaid '182314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:166'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0358 89.6347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.0358"^^xsd:decimal ;
  dwc:decimalLongitude "89.6347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.0358 89.6347)"^^geo:wktLiteral ;
  geo-pos:lat "-66.0358"^^xsd:decimal ;
  geo-pos:long "89.6347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5370'^^xsd:integer;
  dwc:scientificName 'Pseudotanais abyssi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.6347'^^xsd:double;
  dwc:latitude '-66.0358'^^xsd:double;
  dwc:aphiaid '136499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5370'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.05 89.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.05"^^xsd:decimal ;
  dwc:decimalLongitude "89.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.05 89.64)"^^geo:wktLiteral ;
  geo-pos:lat "-66.05"^^xsd:decimal ;
  geo-pos:long "89.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3869'^^xsd:integer;
  dwc:scientificName 'Eurycope vicarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.64'^^xsd:double;
  dwc:latitude '-66.05'^^xsd:double;
  dwc:aphiaid '175174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175174'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.05 89.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.05"^^xsd:decimal ;
  dwc:decimalLongitude "89.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.05 89.64)"^^geo:wktLiteral ;
  geo-pos:lat "-66.05"^^xsd:decimal ;
  geo-pos:long "89.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2916'^^xsd:integer;
  dwc:scientificName 'Eugerda longimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '89.64'^^xsd:double;
  dwc:latitude '-66.05'^^xsd:double;
  dwc:aphiaid '294704'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2916'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.9"^^xsd:decimal ;
  dwc:decimalLongitude "90.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.9 90.2833)"^^geo:wktLiteral ;
  geo-pos:lat "15.9"^^xsd:decimal ;
  geo-pos:long "90.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14648'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '90.2833'^^xsd:double;
  dwc:latitude '15.9'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14648'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.3"^^xsd:decimal ;
  dwc:decimalLongitude "90.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  geo-pos:lat "6.3"^^xsd:decimal ;
  geo-pos:long "90.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9963'^^xsd:integer;
  dwc:scientificName 'Rhabdodictyum delicatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '90.6667'^^xsd:double;
  dwc:latitude '6.3'^^xsd:double;
  dwc:aphiaid '134383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9963'^^xsd:anyURI;
  dwc:aphiaIdAccepted '134383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.3"^^xsd:decimal ;
  dwc:decimalLongitude "90.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  geo-pos:lat "6.3"^^xsd:decimal ;
  geo-pos:long "90.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9723'^^xsd:integer;
  dwc:scientificName 'Holascus tener'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '90.6667'^^xsd:double;
  dwc:latitude '6.3'^^xsd:double;
  dwc:aphiaid '171923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.3"^^xsd:decimal ;
  dwc:decimalLongitude "90.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  geo-pos:lat "6.3"^^xsd:decimal ;
  geo-pos:long "90.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9724'^^xsd:integer;
  dwc:scientificName 'Holascus tener'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '90.6667'^^xsd:double;
  dwc:latitude '6.3'^^xsd:double;
  dwc:aphiaid '171923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.3"^^xsd:decimal ;
  dwc:decimalLongitude "90.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  geo-pos:lat "6.3"^^xsd:decimal ;
  geo-pos:long "90.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9626'^^xsd:integer;
  dwc:scientificName 'Euplectella aspera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '90.6667'^^xsd:double;
  dwc:latitude '6.3'^^xsd:double;
  dwc:aphiaid '171896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.3"^^xsd:decimal ;
  dwc:decimalLongitude "90.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 90.6667)"^^geo:wktLiteral ;
  geo-pos:lat "6.3"^^xsd:decimal ;
  geo-pos:long "90.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9625'^^xsd:integer;
  dwc:scientificName 'Euplectella aspera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '90.6667'^^xsd:double;
  dwc:latitude '6.3'^^xsd:double;
  dwc:aphiaid '171896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8333 90.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8333"^^xsd:decimal ;
  dwc:decimalLongitude "90.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8333 90.8667)"^^geo:wktLiteral ;
  geo-pos:lat "12.8333"^^xsd:decimal ;
  geo-pos:long "90.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9927'^^xsd:integer;
  dwc:scientificName 'Placopegma solutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '90.8667'^^xsd:double;
  dwc:latitude '12.8333'^^xsd:double;
  dwc:aphiaid '171933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8333 90.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8333"^^xsd:decimal ;
  dwc:decimalLongitude "90.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8333 90.8667)"^^geo:wktLiteral ;
  geo-pos:lat "12.8333"^^xsd:decimal ;
  geo-pos:long "90.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9928'^^xsd:integer;
  dwc:scientificName 'Placopegma solutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '90.8667'^^xsd:double;
  dwc:latitude '12.8333'^^xsd:double;
  dwc:aphiaid '171933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9928'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8333 90.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8333"^^xsd:decimal ;
  dwc:decimalLongitude "90.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8333 90.8667)"^^geo:wktLiteral ;
  geo-pos:lat "12.8333"^^xsd:decimal ;
  geo-pos:long "90.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9782'^^xsd:integer;
  dwc:scientificName 'Hyalonema heymonsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '90.8667'^^xsd:double;
  dwc:latitude '12.8333'^^xsd:double;
  dwc:aphiaid '191709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171434'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.02 91.2583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.02"^^xsd:decimal ;
  dwc:decimalLongitude "91.2583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.02 91.2583)"^^geo:wktLiteral ;
  geo-pos:lat "-13.02"^^xsd:decimal ;
  geo-pos:long "91.2583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15876'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '91.2583'^^xsd:double;
  dwc:latitude '-13.02'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.02 91.2583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.02"^^xsd:decimal ;
  dwc:decimalLongitude "91.2583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.02 91.2583)"^^geo:wktLiteral ;
  geo-pos:lat "-13.02"^^xsd:decimal ;
  geo-pos:long "91.2583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15878'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '91.2583'^^xsd:double;
  dwc:latitude '-13.02'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.0167 91.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.0167"^^xsd:decimal ;
  dwc:decimalLongitude "91.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.0167 91.2667)"^^geo:wktLiteral ;
  geo-pos:lat "-13.0167"^^xsd:decimal ;
  geo-pos:long "91.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11503'^^xsd:integer;
  dwc:scientificName 'Bathynanus inversus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '91.2667'^^xsd:double;
  dwc:latitude '-13.0167'^^xsd:double;
  dwc:aphiaid '235566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.41 92.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.41"^^xsd:decimal ;
  dwc:decimalLongitude "92.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.41 92.75)"^^geo:wktLiteral ;
  geo-pos:lat "-64.41"^^xsd:decimal ;
  geo-pos:long "92.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10934'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '92.75'^^xsd:double;
  dwc:latitude '-64.41'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.25 94.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.25"^^xsd:decimal ;
  dwc:decimalLongitude "94.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.25 94.4333)"^^geo:wktLiteral ;
  geo-pos:lat "-66.25"^^xsd:decimal ;
  geo-pos:long "94.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A2147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:2147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '2147'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '94.4333'^^xsd:double;
  dwc:latitude '-66.25'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:2147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5483 94.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5483"^^xsd:decimal ;
  dwc:decimalLongitude "94.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5483 94.5)"^^geo:wktLiteral ;
  geo-pos:lat "-66.5483"^^xsd:decimal ;
  geo-pos:long "94.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12034'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '94.5'^^xsd:double;
  dwc:latitude '-66.5483'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12034'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5483 94.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5483"^^xsd:decimal ;
  dwc:decimalLongitude "94.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5483 94.5)"^^geo:wktLiteral ;
  geo-pos:lat "-66.5483"^^xsd:decimal ;
  geo-pos:long "94.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11835'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '94.5'^^xsd:double;
  dwc:latitude '-66.5483'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11835'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.4333 94.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.4333"^^xsd:decimal ;
  dwc:decimalLongitude "94.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.4333 94.9167)"^^geo:wktLiteral ;
  geo-pos:lat "-65.4333"^^xsd:decimal ;
  geo-pos:long "94.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4419'^^xsd:integer;
  dwc:scientificName 'Neotanais antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '94.9167'^^xsd:double;
  dwc:latitude '-65.4333'^^xsd:double;
  dwc:aphiaid '244642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.4333 95.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.4333"^^xsd:decimal ;
  dwc:decimalLongitude "95.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.4333 95.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-62.4333"^^xsd:decimal ;
  geo-pos:long "95.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9423'^^xsd:integer;
  dwc:scientificName 'Caulophacus oviformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '95.7333'^^xsd:double;
  dwc:latitude '-62.4333'^^xsd:double;
  dwc:aphiaid '172059'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.4333 95.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.4333"^^xsd:decimal ;
  dwc:decimalLongitude "95.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.4333 95.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-62.4333"^^xsd:decimal ;
  geo-pos:long "95.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9425'^^xsd:integer;
  dwc:scientificName 'Caulophacus pipetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '95.7333'^^xsd:double;
  dwc:latitude '-62.4333'^^xsd:double;
  dwc:aphiaid '172060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3333 95.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.3333"^^xsd:decimal ;
  dwc:decimalLongitude "95.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3333 95.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-62.3333"^^xsd:decimal ;
  geo-pos:long "95.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9422'^^xsd:integer;
  dwc:scientificName 'Caulophacus oviformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '95.7333'^^xsd:double;
  dwc:latitude '-62.3333'^^xsd:double;
  dwc:aphiaid '172059'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 95.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "95.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 95.7333)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "95.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10973'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '95.7333'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10973'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.1339 95.7347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.1339"^^xsd:decimal ;
  dwc:decimalLongitude "95.7347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.1339 95.7347)"^^geo:wktLiteral ;
  geo-pos:lat "-64.1339"^^xsd:decimal ;
  geo-pos:long "95.7347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11344'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea var. Trybomi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '95.7347'^^xsd:double;
  dwc:latitude '-64.1339'^^xsd:double;
  dwc:aphiaid '425320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11344'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.335 97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.335"^^xsd:decimal ;
  dwc:decimalLongitude "97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.335 97)"^^geo:wktLiteral ;
  geo-pos:lat "-39.335"^^xsd:decimal ;
  geo-pos:long "97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10938'^^xsd:integer;
  dwc:scientificName 'Golfingia depressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '97'^^xsd:integer;
  dwc:latitude '-39.335'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10938'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.0333 97.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.0333"^^xsd:decimal ;
  dwc:decimalLongitude "97.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.0333 97.0167)"^^geo:wktLiteral ;
  geo-pos:lat "-39.0333"^^xsd:decimal ;
  geo-pos:long "97.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11087'^^xsd:integer;
  dwc:scientificName 'Golfingia depressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '97.0167'^^xsd:double;
  dwc:latitude '-39.0333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11087'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.4833 97.1117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.4833"^^xsd:decimal ;
  dwc:decimalLongitude "97.1117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.4833 97.1117)"^^geo:wktLiteral ;
  geo-pos:lat "-59.4833"^^xsd:decimal ;
  geo-pos:long "97.1117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10937'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '97.1117'^^xsd:double;
  dwc:latitude '-59.4833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.4167 97.3867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.4167"^^xsd:decimal ;
  dwc:decimalLongitude "97.3867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.4167 97.3867)"^^geo:wktLiteral ;
  geo-pos:lat "-59.4167"^^xsd:decimal ;
  geo-pos:long "97.3867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11007'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '97.3867'^^xsd:double;
  dwc:latitude '-59.4167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.95 97.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.95"^^xsd:decimal ;
  dwc:decimalLongitude "97.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.95 97.5)"^^geo:wktLiteral ;
  geo-pos:lat "-63.95"^^xsd:decimal ;
  geo-pos:long "97.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11093'^^xsd:integer;
  dwc:scientificName 'Golfingia nordenskj÷ldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '97.5'^^xsd:double;
  dwc:latitude '-63.95'^^xsd:double;
  dwc:aphiaid '424272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.7767 99.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.7767"^^xsd:decimal ;
  dwc:decimalLongitude "99.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.7767 99.9083)"^^geo:wktLiteral ;
  geo-pos:lat "-15.7767"^^xsd:decimal ;
  geo-pos:long "99.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16787'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '99.9083'^^xsd:double;
  dwc:latitude '-15.7767'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0332 102.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.0332"^^xsd:decimal ;
  dwc:decimalLongitude "102.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0332 102.033)"^^geo:wktLiteral ;
  geo-pos:lat "78.0332"^^xsd:decimal ;
  geo-pos:long "102.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7692'^^xsd:integer;
  dwc:scientificName 'Nansennaster innupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '102.033'^^xsd:double;
  dwc:latitude '78.0332'^^xsd:double;
  dwc:aphiaid '361293'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.7 102.238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.7"^^xsd:decimal ;
  dwc:decimalLongitude "102.238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.7 102.238)"^^geo:wktLiteral ;
  geo-pos:lat "77.7"^^xsd:decimal ;
  geo-pos:long "102.238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7689'^^xsd:integer;
  dwc:scientificName 'Centobnaster severnicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '102.238'^^xsd:double;
  dwc:latitude '77.7'^^xsd:double;
  dwc:aphiaid '360865'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0167 102.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.0167"^^xsd:decimal ;
  dwc:decimalLongitude "102.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0167 102.3)"^^geo:wktLiteral ;
  geo-pos:lat "78.0167"^^xsd:decimal ;
  geo-pos:long "102.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7456'^^xsd:integer;
  dwc:scientificName 'Giselina sp. 6'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '102.3'^^xsd:double;
  dwc:latitude '78.0167'^^xsd:double;
  dwc:aphiaid '346500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346500'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0305 102.304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.0305"^^xsd:decimal ;
  dwc:decimalLongitude "102.304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0305 102.304)"^^geo:wktLiteral ;
  geo-pos:lat "78.0305"^^xsd:decimal ;
  geo-pos:long "102.304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7686'^^xsd:integer;
  dwc:scientificName 'Centobnaster severnicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '102.304'^^xsd:double;
  dwc:latitude '78.0305'^^xsd:double;
  dwc:aphiaid '360865'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7686'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6667 102.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.6667"^^xsd:decimal ;
  dwc:decimalLongitude "102.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.6667 102.917)"^^geo:wktLiteral ;
  geo-pos:lat "-11.6667"^^xsd:decimal ;
  geo-pos:long "102.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11502'^^xsd:integer;
  dwc:scientificName 'Bathynanus inversus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '102.917'^^xsd:double;
  dwc:latitude '-11.6667'^^xsd:double;
  dwc:aphiaid '235566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.68 105.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.68"^^xsd:decimal ;
  dwc:decimalLongitude "105.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.68 105.5)"^^geo:wktLiteral ;
  geo-pos:lat "8.68"^^xsd:decimal ;
  geo-pos:long "105.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3126'^^xsd:integer;
  dwc:scientificName 'Macrostylis porrecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '105.5'^^xsd:double;
  dwc:latitude '8.68'^^xsd:double;
  dwc:aphiaid '256119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.6858 105.502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.6858"^^xsd:decimal ;
  dwc:decimalLongitude "105.502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.6858 105.502)"^^geo:wktLiteral ;
  geo-pos:lat "-8.6858"^^xsd:decimal ;
  geo-pos:long "105.502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5938'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '105.502'^^xsd:double;
  dwc:latitude '-8.6858'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5333 105.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.5333"^^xsd:decimal ;
  dwc:decimalLongitude "105.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.5333 105.7)"^^geo:wktLiteral ;
  geo-pos:lat "-10.5333"^^xsd:decimal ;
  geo-pos:long "105.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10197'^^xsd:integer;
  dwc:scientificName 'Sipunculus lomonossovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '105.7'^^xsd:double;
  dwc:latitude '-10.5333'^^xsd:double;
  dwc:aphiaid '424074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.98667 107.942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.98667"^^xsd:decimal ;
  dwc:decimalLongitude "107.942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.98667 107.942)"^^geo:wktLiteral ;
  geo-pos:lat "-9.98667"^^xsd:decimal ;
  geo-pos:long "107.942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11012'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '107.942'^^xsd:double;
  dwc:latitude '-9.98667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.45 108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.45"^^xsd:decimal ;
  dwc:decimalLongitude "108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.45 108)"^^geo:wktLiteral ;
  geo-pos:lat "-61.45"^^xsd:decimal ;
  geo-pos:long "108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11276'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108'^^xsd:integer;
  dwc:latitude '-61.45'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.92 108.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.92"^^xsd:decimal ;
  dwc:decimalLongitude "108.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.92 108.58)"^^geo:wktLiteral ;
  geo-pos:lat "-53.92"^^xsd:decimal ;
  geo-pos:long "108.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3692'^^xsd:integer;
  dwc:scientificName 'Storthyngura spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.58'^^xsd:double;
  dwc:latitude '-53.92'^^xsd:double;
  dwc:aphiaid '255781'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3692'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255781'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "108.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "108.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9712'^^xsd:integer;
  dwc:scientificName 'Holascus polejaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '171917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "108.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "108.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9713'^^xsd:integer;
  dwc:scientificName 'Holascus polejaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '171917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "108.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "108.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9711'^^xsd:integer;
  dwc:scientificName 'Holascus polejaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '171917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "108.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "108.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9427'^^xsd:integer;
  dwc:scientificName 'Caulophacus pipetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '172060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "108.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "108.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9424'^^xsd:integer;
  dwc:scientificName 'Caulophacus pipetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '172060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "108.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "108.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9426'^^xsd:integer;
  dwc:scientificName 'Caulophacus pipetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '172060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "108.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "108.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9380'^^xsd:integer;
  dwc:scientificName 'Caulophacus pipetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '172060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "108.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 108.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "108.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9549'^^xsd:integer;
  dwc:scientificName 'Cladorhiza moruliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '168241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 108.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "108.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 108.583)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "108.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10974'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '108.583'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10974'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.255 109.243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.255"^^xsd:decimal ;
  dwc:decimalLongitude "109.243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.255 109.243)"^^geo:wktLiteral ;
  geo-pos:lat "78.255"^^xsd:decimal ;
  geo-pos:long "109.243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6520'^^xsd:integer;
  dwc:scientificName 'Metridia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '109.243'^^xsd:double;
  dwc:latitude '78.255'^^xsd:double;
  dwc:aphiaid '104632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1806771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.255 109.243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.255"^^xsd:decimal ;
  dwc:decimalLongitude "109.243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.255 109.243)"^^geo:wktLiteral ;
  geo-pos:lat "78.255"^^xsd:decimal ;
  geo-pos:long "109.243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6577'^^xsd:integer;
  dwc:scientificName 'Calanus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '109.243'^^xsd:double;
  dwc:latitude '78.255'^^xsd:double;
  dwc:aphiaid '104465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6577'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.255 109.243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.255"^^xsd:decimal ;
  dwc:decimalLongitude "109.243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.255 109.243)"^^geo:wktLiteral ;
  geo-pos:lat "78.255"^^xsd:decimal ;
  geo-pos:long "109.243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6554'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus acuspes?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '109.243'^^xsd:double;
  dwc:latitude '78.255'^^xsd:double;
  dwc:aphiaid '104514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "109.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.3333 109.917)"^^geo:wktLiteral ;
  geo-pos:lat "-10.3333"^^xsd:decimal ;
  geo-pos:long "109.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14652'^^xsd:integer;
  dwc:scientificName 'Kelliella sundaensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '109.917'^^xsd:double;
  dwc:latitude '-10.3333'^^xsd:double;
  dwc:aphiaid '428685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.35"^^xsd:decimal ;
  dwc:decimalLongitude "110.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.35 110.2)"^^geo:wktLiteral ;
  geo-pos:lat "-10.35"^^xsd:decimal ;
  geo-pos:long "110.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '214'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '110.2'^^xsd:double;
  dwc:latitude '-10.35'^^xsd:double;
  dwc:aphiaid '182082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.4733"^^xsd:decimal ;
  dwc:decimalLongitude "110.782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  geo-pos:lat "78.4733"^^xsd:decimal ;
  geo-pos:long "110.782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6603'^^xsd:integer;
  dwc:scientificName 'Bradyidius similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '110.782'^^xsd:double;
  dwc:latitude '78.4733'^^xsd:double;
  dwc:aphiaid '104283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6603'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.4733"^^xsd:decimal ;
  dwc:decimalLongitude "110.782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  geo-pos:lat "78.4733"^^xsd:decimal ;
  geo-pos:long "110.782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6521'^^xsd:integer;
  dwc:scientificName 'Metridia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '110.782'^^xsd:double;
  dwc:latitude '78.4733'^^xsd:double;
  dwc:aphiaid '104632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1806771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.4733"^^xsd:decimal ;
  dwc:decimalLongitude "110.782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  geo-pos:lat "78.4733"^^xsd:decimal ;
  geo-pos:long "110.782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6542'^^xsd:integer;
  dwc:scientificName 'Neoscolecithrix farrani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '110.782'^^xsd:double;
  dwc:latitude '78.4733'^^xsd:double;
  dwc:aphiaid '104884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.4733"^^xsd:decimal ;
  dwc:decimalLongitude "110.782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  geo-pos:lat "78.4733"^^xsd:decimal ;
  geo-pos:long "110.782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6545'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus acuspes?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '110.782'^^xsd:double;
  dwc:latitude '78.4733'^^xsd:double;
  dwc:aphiaid '104514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6545'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.4733"^^xsd:decimal ;
  dwc:decimalLongitude "110.782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.4733 110.782)"^^geo:wktLiteral ;
  geo-pos:lat "78.4733"^^xsd:decimal ;
  geo-pos:long "110.782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6609'^^xsd:integer;
  dwc:scientificName 'Calanus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '110.782'^^xsd:double;
  dwc:latitude '78.4733'^^xsd:double;
  dwc:aphiaid '104465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6609'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 114.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81667"^^xsd:decimal ;
  dwc:decimalLongitude "114.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 114.217)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81667"^^xsd:decimal ;
  geo-pos:long "114.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14654'^^xsd:integer;
  dwc:scientificName 'Ledella ultima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.217'^^xsd:double;
  dwc:latitude '-9.81667'^^xsd:double;
  dwc:aphiaid '428694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14654'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 114.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.81667"^^xsd:decimal ;
  dwc:decimalLongitude "114.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.81667 114.217)"^^geo:wktLiteral ;
  geo-pos:lat "-9.81667"^^xsd:decimal ;
  geo-pos:long "114.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14655'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.217'^^xsd:double;
  dwc:latitude '-9.81667'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14655'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10120'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4568'^^xsd:integer;
  dwc:scientificName 'Neotanais pfaffioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:aphiaid '247391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247391'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14653'^^xsd:integer;
  dwc:scientificName 'Tindaria sundaensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:aphiaid '428822'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428822'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.4333"^^xsd:decimal ;
  dwc:decimalLongitude "114.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.4333 114.25)"^^geo:wktLiteral ;
  geo-pos:lat "-10.4333"^^xsd:decimal ;
  geo-pos:long "114.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4124'^^xsd:integer;
  dwc:scientificName 'Apseudes lagenirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.25'^^xsd:double;
  dwc:latitude '-10.4333'^^xsd:double;
  dwc:aphiaid '247050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832092'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01667 114.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01667"^^xsd:decimal ;
  dwc:decimalLongitude "114.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01667 114.8)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01667"^^xsd:decimal ;
  geo-pos:long "114.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11701'^^xsd:integer;
  dwc:scientificName 'Grammetaria bartschi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.8'^^xsd:double;
  dwc:latitude '-9.01667'^^xsd:double;
  dwc:aphiaid '235421'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235421'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01667 114.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.01667"^^xsd:decimal ;
  dwc:decimalLongitude "114.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.01667 114.8)"^^geo:wktLiteral ;
  geo-pos:lat "-9.01667"^^xsd:decimal ;
  geo-pos:long "114.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11705'^^xsd:integer;
  dwc:scientificName 'Gryphus davidsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.8'^^xsd:double;
  dwc:latitude '-9.01667'^^xsd:double;
  dwc:aphiaid '428653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '821741'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.48333"^^xsd:decimal ;
  dwc:decimalLongitude "114.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  geo-pos:lat "-7.48333"^^xsd:decimal ;
  geo-pos:long "114.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12469'^^xsd:integer;
  dwc:scientificName 'Terebratulina reevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.817'^^xsd:double;
  dwc:latitude '-7.48333'^^xsd:double;
  dwc:aphiaid '235538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.48333"^^xsd:decimal ;
  dwc:decimalLongitude "114.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  geo-pos:lat "-7.48333"^^xsd:decimal ;
  geo-pos:long "114.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12247'^^xsd:integer;
  dwc:scientificName 'Novocrania indonesiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.817'^^xsd:double;
  dwc:latitude '-7.48333'^^xsd:double;
  dwc:aphiaid '235398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.48333"^^xsd:decimal ;
  dwc:decimalLongitude "114.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  geo-pos:lat "-7.48333"^^xsd:decimal ;
  geo-pos:long "114.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11432'^^xsd:integer;
  dwc:scientificName 'Acanthobasiliola doederleini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.817'^^xsd:double;
  dwc:latitude '-7.48333'^^xsd:double;
  dwc:aphiaid '235404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.48333"^^xsd:decimal ;
  dwc:decimalLongitude "114.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  geo-pos:lat "-7.48333"^^xsd:decimal ;
  geo-pos:long "114.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12387'^^xsd:integer;
  dwc:scientificName 'Septicollarina hemiechinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.817'^^xsd:double;
  dwc:latitude '-7.48333'^^xsd:double;
  dwc:aphiaid '235587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12387'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235587'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.48333"^^xsd:decimal ;
  dwc:decimalLongitude "114.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  geo-pos:lat "-7.48333"^^xsd:decimal ;
  geo-pos:long "114.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12388'^^xsd:integer;
  dwc:scientificName 'Sphenarina ezogremena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.817'^^xsd:double;
  dwc:latitude '-7.48333'^^xsd:double;
  dwc:aphiaid '235427'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12388'^^xsd:anyURI;
  dwc:aphiaIdAccepted '570462'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.48333"^^xsd:decimal ;
  dwc:decimalLongitude "114.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  geo-pos:lat "-7.48333"^^xsd:decimal ;
  geo-pos:long "114.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11704'^^xsd:integer;
  dwc:scientificName 'Gryphus borneoensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.817'^^xsd:double;
  dwc:latitude '-7.48333'^^xsd:double;
  dwc:aphiaid '869183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.48333"^^xsd:decimal ;
  dwc:decimalLongitude "114.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.48333 114.817)"^^geo:wktLiteral ;
  geo-pos:lat "-7.48333"^^xsd:decimal ;
  geo-pos:long "114.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11637'^^xsd:integer;
  dwc:scientificName 'Dallithyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '114.817'^^xsd:double;
  dwc:latitude '-7.48333'^^xsd:double;
  dwc:aphiaid '182836'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182836'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81667 115.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81667"^^xsd:decimal ;
  dwc:decimalLongitude "115.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81667 115.317)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81667"^^xsd:decimal ;
  geo-pos:long "115.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12467'^^xsd:integer;
  dwc:scientificName 'Terebratulina callinome'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '115.317'^^xsd:double;
  dwc:latitude '-8.81667'^^xsd:double;
  dwc:aphiaid '235537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235537'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81667 115.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81667"^^xsd:decimal ;
  dwc:decimalLongitude "115.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81667 115.317)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81667"^^xsd:decimal ;
  geo-pos:long "115.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12470'^^xsd:integer;
  dwc:scientificName 'Terebratulina reevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '115.317'^^xsd:double;
  dwc:latitude '-8.81667'^^xsd:double;
  dwc:aphiaid '235538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81667 115.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81667"^^xsd:decimal ;
  dwc:decimalLongitude "115.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81667 115.317)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81667"^^xsd:decimal ;
  geo-pos:long "115.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11738'^^xsd:integer;
  dwc:scientificName 'Jolonica hedleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '115.317'^^xsd:double;
  dwc:latitude '-8.81667'^^xsd:double;
  dwc:aphiaid '235607'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81667 115.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.81667"^^xsd:decimal ;
  dwc:decimalLongitude "115.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.81667 115.317)"^^geo:wktLiteral ;
  geo-pos:lat "-8.81667"^^xsd:decimal ;
  geo-pos:long "115.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11505'^^xsd:integer;
  dwc:scientificName 'Campages furcifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '115.317'^^xsd:double;
  dwc:latitude '-8.81667'^^xsd:double;
  dwc:aphiaid '235704'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11505'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235704'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.35"^^xsd:decimal ;
  dwc:decimalLongitude "116.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  geo-pos:lat "-64.35"^^xsd:decimal ;
  geo-pos:long "116.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9953'^^xsd:integer;
  dwc:scientificName 'Proteleia burtoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '116.033'^^xsd:double;
  dwc:latitude '-64.35'^^xsd:double;
  dwc:aphiaid '170666'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '877529'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.35"^^xsd:decimal ;
  dwc:decimalLongitude "116.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  geo-pos:lat "-64.35"^^xsd:decimal ;
  geo-pos:long "116.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9296'^^xsd:integer;
  dwc:scientificName 'Artemisina plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '116.033'^^xsd:double;
  dwc:latitude '-64.35'^^xsd:double;
  dwc:aphiaid '175138'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.35"^^xsd:decimal ;
  dwc:decimalLongitude "116.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  geo-pos:lat "-64.35"^^xsd:decimal ;
  geo-pos:long "116.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9853'^^xsd:integer;
  dwc:scientificName 'Iotroata somovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '116.033'^^xsd:double;
  dwc:latitude '-64.35'^^xsd:double;
  dwc:aphiaid '169372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '169372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.35"^^xsd:decimal ;
  dwc:decimalLongitude "116.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  geo-pos:lat "-64.35"^^xsd:decimal ;
  geo-pos:long "116.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9359'^^xsd:integer;
  dwc:scientificName 'Bathydorus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '116.033'^^xsd:double;
  dwc:latitude '-64.35'^^xsd:double;
  dwc:aphiaid '172033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9359'^^xsd:anyURI;
  dwc:aphiaIdAccepted '724698'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.35"^^xsd:decimal ;
  dwc:decimalLongitude "116.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  geo-pos:lat "-64.35"^^xsd:decimal ;
  geo-pos:long "116.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9673'^^xsd:integer;
  dwc:scientificName 'Haliclona dancoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '116.033'^^xsd:double;
  dwc:latitude '-64.35'^^xsd:double;
  dwc:aphiaid '196363'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '196363'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.35"^^xsd:decimal ;
  dwc:decimalLongitude "116.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.35 116.033)"^^geo:wktLiteral ;
  geo-pos:lat "-64.35"^^xsd:decimal ;
  geo-pos:long "116.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9585'^^xsd:integer;
  dwc:scientificName 'Craniella leptoderma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '116.033'^^xsd:double;
  dwc:latitude '-64.35'^^xsd:double;
  dwc:aphiaid '171343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '885825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.4)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10123'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '116.4'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.7833"^^xsd:decimal ;
  dwc:decimalLongitude "116.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.7833 116.4)"^^geo:wktLiteral ;
  geo-pos:lat "12.7833"^^xsd:decimal ;
  geo-pos:long "116.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9491'^^xsd:integer;
  dwc:scientificName 'Chondrocladia microchela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '116.4'^^xsd:double;
  dwc:latitude '12.7833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9491'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.3967 118.193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.3967"^^xsd:decimal ;
  dwc:decimalLongitude "118.193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.3967 118.193)"^^geo:wktLiteral ;
  geo-pos:lat "77.3967"^^xsd:decimal ;
  geo-pos:long "118.193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7688'^^xsd:integer;
  dwc:scientificName 'Centobnaster severnicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.193'^^xsd:double;
  dwc:latitude '77.3967'^^xsd:double;
  dwc:aphiaid '360865'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.93333"^^xsd:decimal ;
  dwc:decimalLongitude "118.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.93333 118.433)"^^geo:wktLiteral ;
  geo-pos:lat "-3.93333"^^xsd:decimal ;
  geo-pos:long "118.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10018'^^xsd:integer;
  dwc:scientificName 'Tetilla disigmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.433'^^xsd:double;
  dwc:latitude '-3.93333'^^xsd:double;
  dwc:aphiaid '171379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.245"^^xsd:decimal ;
  dwc:decimalLongitude "118.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  geo-pos:lat "77.245"^^xsd:decimal ;
  geo-pos:long "118.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6573'^^xsd:integer;
  dwc:scientificName 'Calanus hyperboreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.515'^^xsd:double;
  dwc:latitude '77.245'^^xsd:double;
  dwc:aphiaid '104467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6573'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.245"^^xsd:decimal ;
  dwc:decimalLongitude "118.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  geo-pos:lat "77.245"^^xsd:decimal ;
  geo-pos:long "118.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6578'^^xsd:integer;
  dwc:scientificName 'Calanus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.515'^^xsd:double;
  dwc:latitude '77.245'^^xsd:double;
  dwc:aphiaid '104465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.245"^^xsd:decimal ;
  dwc:decimalLongitude "118.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  geo-pos:lat "77.245"^^xsd:decimal ;
  geo-pos:long "118.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6587'^^xsd:integer;
  dwc:scientificName 'Chiridius obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.515'^^xsd:double;
  dwc:latitude '77.245'^^xsd:double;
  dwc:aphiaid '104292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.245"^^xsd:decimal ;
  dwc:decimalLongitude "118.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  geo-pos:lat "77.245"^^xsd:decimal ;
  geo-pos:long "118.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6588'^^xsd:integer;
  dwc:scientificName 'Gaetanus tenuispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.515'^^xsd:double;
  dwc:latitude '77.245'^^xsd:double;
  dwc:aphiaid '237965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.245"^^xsd:decimal ;
  dwc:decimalLongitude "118.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  geo-pos:lat "77.245"^^xsd:decimal ;
  geo-pos:long "118.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6538'^^xsd:integer;
  dwc:scientificName 'Metridia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.515'^^xsd:double;
  dwc:latitude '77.245'^^xsd:double;
  dwc:aphiaid '104632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6538'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1806771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.245"^^xsd:decimal ;
  dwc:decimalLongitude "118.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  geo-pos:lat "77.245"^^xsd:decimal ;
  geo-pos:long "118.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6537'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.515'^^xsd:double;
  dwc:latitude '77.245'^^xsd:double;
  dwc:aphiaid '104560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.245"^^xsd:decimal ;
  dwc:decimalLongitude "118.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  geo-pos:lat "77.245"^^xsd:decimal ;
  geo-pos:long "118.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6546'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.515'^^xsd:double;
  dwc:latitude '77.245'^^xsd:double;
  dwc:aphiaid '104517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6546'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.245"^^xsd:decimal ;
  dwc:decimalLongitude "118.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.245 118.515)"^^geo:wktLiteral ;
  geo-pos:lat "77.245"^^xsd:decimal ;
  geo-pos:long "118.515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6543'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.515'^^xsd:double;
  dwc:latitude '77.245'^^xsd:double;
  dwc:aphiaid '104516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104516'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.61667 118.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.61667"^^xsd:decimal ;
  dwc:decimalLongitude "118.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.61667 118.567)"^^geo:wktLiteral ;
  geo-pos:lat "-3.61667"^^xsd:decimal ;
  geo-pos:long "118.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10126'^^xsd:integer;
  dwc:scientificName 'Phascolion collare'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.567'^^xsd:double;
  dwc:latitude '-3.61667'^^xsd:double;
  dwc:aphiaid '266475'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266475'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.61667 118.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.61667"^^xsd:decimal ;
  dwc:decimalLongitude "118.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.61667 118.567)"^^geo:wktLiteral ;
  geo-pos:lat "-3.61667"^^xsd:decimal ;
  geo-pos:long "118.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10132'^^xsd:integer;
  dwc:scientificName 'Phascolosoma pelmum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.567'^^xsd:double;
  dwc:latitude '-3.61667'^^xsd:double;
  dwc:aphiaid '424955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136075'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.21667 118.854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.21667"^^xsd:decimal ;
  dwc:decimalLongitude "118.854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.21667 118.854)"^^geo:wktLiteral ;
  geo-pos:lat "9.21667"^^xsd:decimal ;
  geo-pos:long "118.854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10079'^^xsd:integer;
  dwc:scientificName 'Trichostemma straticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '118.854'^^xsd:double;
  dwc:latitude '9.21667'^^xsd:double;
  dwc:aphiaid '246110'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1874605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.83333"^^xsd:decimal ;
  dwc:decimalLongitude "119.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.83333 119.333)"^^geo:wktLiteral ;
  geo-pos:lat "1.83333"^^xsd:decimal ;
  geo-pos:long "119.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10124'^^xsd:integer;
  dwc:scientificName 'Golfingia flagrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.333'^^xsd:double;
  dwc:latitude '1.83333'^^xsd:double;
  dwc:aphiaid '424410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.085 119.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.085"^^xsd:decimal ;
  dwc:decimalLongitude "119.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.085 119.82)"^^geo:wktLiteral ;
  geo-pos:lat "14.085"^^xsd:decimal ;
  geo-pos:long "119.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10094'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.82'^^xsd:double;
  dwc:latitude '14.085'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6574'^^xsd:integer;
  dwc:scientificName 'Calanus hyperboreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6574'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6575'^^xsd:integer;
  dwc:scientificName 'Spinocalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6576'^^xsd:integer;
  dwc:scientificName 'Xanthocalanus polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '356401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6576'^^xsd:anyURI;
  dwc:aphiaIdAccepted '720272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6579'^^xsd:integer;
  dwc:scientificName 'Calanus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6579'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6591'^^xsd:integer;
  dwc:scientificName 'Metridia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1806771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6595'^^xsd:integer;
  dwc:scientificName 'Spinocalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6608'^^xsd:integer;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6534'^^xsd:integer;
  dwc:scientificName 'Hyalopontius typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '135900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6534'^^xsd:anyURI;
  dwc:aphiaIdAccepted '135900'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6523'^^xsd:integer;
  dwc:scientificName 'Scolecithricella minor var. occidentalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '363743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363743'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6526'^^xsd:integer;
  dwc:scientificName 'Microcalanus pygmaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '149713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6526'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6541'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6556'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6561'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta barbata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6561'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1507271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6559'^^xsd:integer;
  dwc:scientificName 'Scaphocalanus acrocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '254610'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6571'^^xsd:integer;
  dwc:scientificName 'Spinocalanus polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6571'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6617'^^xsd:integer;
  dwc:scientificName 'Chiridius obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6617'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.1883"^^xsd:decimal ;
  dwc:decimalLongitude "119.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.1883 119.94)"^^geo:wktLiteral ;
  geo-pos:lat "79.1883"^^xsd:decimal ;
  geo-pos:long "119.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6550'^^xsd:integer;
  dwc:scientificName 'Heterorhabdus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '119.94'^^xsd:double;
  dwc:latitude '79.1883'^^xsd:double;
  dwc:aphiaid '104579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6550'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.086 120.024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.086"^^xsd:decimal ;
  dwc:decimalLongitude "120.024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.086 120.024)"^^geo:wktLiteral ;
  geo-pos:lat "14.086"^^xsd:decimal ;
  geo-pos:long "120.024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10088'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '120.024'^^xsd:double;
  dwc:latitude '14.086'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.085 120.041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.085"^^xsd:decimal ;
  dwc:decimalLongitude "120.041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.085 120.041)"^^geo:wktLiteral ;
  geo-pos:lat "14.085"^^xsd:decimal ;
  geo-pos:long "120.041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10099'^^xsd:integer;
  dwc:scientificName 'Phascolion rectum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '120.041'^^xsd:double;
  dwc:latitude '14.085'^^xsd:double;
  dwc:aphiaid '266487'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10099'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.09 120.041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.09"^^xsd:decimal ;
  dwc:decimalLongitude "120.041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.09 120.041)"^^geo:wktLiteral ;
  geo-pos:lat "14.09"^^xsd:decimal ;
  geo-pos:long "120.041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11396'^^xsd:integer;
  dwc:scientificName 'Itoitantulus misophricola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '120.041'^^xsd:double;
  dwc:latitude '14.09'^^xsd:double;
  dwc:aphiaid '366587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11396'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366587'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0833 120.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0833"^^xsd:decimal ;
  dwc:decimalLongitude "120.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0833 120.49)"^^geo:wktLiteral ;
  geo-pos:lat "32.0833"^^xsd:decimal ;
  geo-pos:long "120.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12228'^^xsd:integer;
  dwc:scientificName 'Neorhynchia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '120.49'^^xsd:double;
  dwc:latitude '32.0833'^^xsd:double;
  dwc:aphiaid '235192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235192'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0833 120.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0833"^^xsd:decimal ;
  dwc:decimalLongitude "120.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0833 120.49)"^^geo:wktLiteral ;
  geo-pos:lat "32.0833"^^xsd:decimal ;
  geo-pos:long "120.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12242'^^xsd:integer;
  dwc:scientificName 'Macandrevia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '120.49'^^xsd:double;
  dwc:latitude '32.0833'^^xsd:double;
  dwc:aphiaid '104046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0833 120.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0833"^^xsd:decimal ;
  dwc:decimalLongitude "120.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0833 120.49)"^^geo:wktLiteral ;
  geo-pos:lat "32.0833"^^xsd:decimal ;
  geo-pos:long "120.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11423'^^xsd:integer;
  dwc:scientificName 'Abyssothyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '120.49'^^xsd:double;
  dwc:latitude '32.0833'^^xsd:double;
  dwc:aphiaid '235231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235231'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6667 120.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6667"^^xsd:decimal ;
  dwc:decimalLongitude "120.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6667 120.75)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6667"^^xsd:decimal ;
  geo-pos:long "120.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '208'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus cingulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '120.75'^^xsd:double;
  dwc:latitude '-5.6667'^^xsd:double;
  dwc:aphiaid '182105'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182105'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 121.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8"^^xsd:decimal ;
  dwc:decimalLongitude "121.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 121.7)"^^geo:wktLiteral ;
  geo-pos:lat "8"^^xsd:decimal ;
  geo-pos:long "121.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9715'^^xsd:integer;
  dwc:scientificName 'Holascus ridleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '121.7'^^xsd:double;
  dwc:latitude '8'^^xsd:integer;
  dwc:aphiaid '171919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.2273 122.855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.2273"^^xsd:decimal ;
  dwc:decimalLongitude "122.855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.2273 122.855)"^^geo:wktLiteral ;
  geo-pos:lat "79.2273"^^xsd:decimal ;
  geo-pos:long "122.855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7671'^^xsd:integer;
  dwc:scientificName 'Arcticomisophria bathylaptevensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '122.855'^^xsd:double;
  dwc:latitude '79.2273'^^xsd:double;
  dwc:aphiaid '346109'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.216 122.868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "79.216"^^xsd:decimal ;
  dwc:decimalLongitude "122.868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (79.216 122.868)"^^geo:wktLiteral ;
  geo-pos:lat "79.216"^^xsd:decimal ;
  geo-pos:long "122.868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7445'^^xsd:integer;
  dwc:scientificName 'Cyclopicina sirenkoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '122.868'^^xsd:double;
  dwc:latitude '79.216'^^xsd:double;
  dwc:aphiaid '360864'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360864'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.0167 123.067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.0167"^^xsd:decimal ;
  dwc:decimalLongitude "123.067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.0167 123.067)"^^geo:wktLiteral ;
  geo-pos:lat "-50.0167"^^xsd:decimal ;
  geo-pos:long "123.067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9762'^^xsd:integer;
  dwc:scientificName 'Hyalonema conus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '123.067'^^xsd:double;
  dwc:latitude '-50.0167'^^xsd:double;
  dwc:aphiaid '171431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.0167 123.067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.0167"^^xsd:decimal ;
  dwc:decimalLongitude "123.067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.0167 123.067)"^^geo:wktLiteral ;
  geo-pos:lat "-50.0167"^^xsd:decimal ;
  geo-pos:long "123.067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9763'^^xsd:integer;
  dwc:scientificName 'Hyalonema conus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '123.067'^^xsd:double;
  dwc:latitude '-50.0167'^^xsd:double;
  dwc:aphiaid '171431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.02 123.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.02"^^xsd:decimal ;
  dwc:decimalLongitude "123.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.02 123.07)"^^geo:wktLiteral ;
  geo-pos:lat "-52.02"^^xsd:decimal ;
  geo-pos:long "123.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3730'^^xsd:integer;
  dwc:scientificName 'Acanthocope spinicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '123.07'^^xsd:double;
  dwc:latitude '-52.02'^^xsd:double;
  dwc:aphiaid '255719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.02 123.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.02"^^xsd:decimal ;
  dwc:decimalLongitude "123.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.02 123.07)"^^geo:wktLiteral ;
  geo-pos:lat "-50.02"^^xsd:decimal ;
  geo-pos:long "123.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3495'^^xsd:integer;
  dwc:scientificName 'Ischnomesus bacillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '123.07'^^xsd:double;
  dwc:latitude '-50.02'^^xsd:double;
  dwc:aphiaid '255913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3495'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.02 123.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.02"^^xsd:decimal ;
  dwc:decimalLongitude "123.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.02 123.07)"^^geo:wktLiteral ;
  geo-pos:lat "-50.02"^^xsd:decimal ;
  geo-pos:long "123.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3729'^^xsd:integer;
  dwc:scientificName 'Acanthocope spincauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '123.07'^^xsd:double;
  dwc:latitude '-50.02'^^xsd:double;
  dwc:aphiaid '255719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.15)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10081'^^xsd:integer;
  dwc:scientificName 'Tylodesma microchela'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.15'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:aphiaid '428828'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10081'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.15)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10083'^^xsd:integer;
  dwc:scientificName 'Tylodesma vestibularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.15'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:aphiaid '194500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168312'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.15)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9860'^^xsd:integer;
  dwc:scientificName 'Latrunculia palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.15'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:aphiaid '233904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9860'^^xsd:anyURI;
  dwc:aphiaIdAccepted '233904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.8"^^xsd:decimal ;
  dwc:decimalLongitude "124.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.8 124.15)"^^geo:wktLiteral ;
  geo-pos:lat "8.8"^^xsd:decimal ;
  geo-pos:long "124.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14651'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.15'^^xsd:double;
  dwc:latitude '8.8'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.585 124.185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-10.585"^^xsd:decimal ;
  dwc:decimalLongitude "124.185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-10.585 124.185)"^^geo:wktLiteral ;
  geo-pos:lat "-10.585"^^xsd:decimal ;
  geo-pos:long "124.185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11201'^^xsd:integer;
  dwc:scientificName 'Phascolosoma anguineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.185'^^xsd:double;
  dwc:latitude '-10.585'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11201'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7766'^^xsd:integer;
  dwc:scientificName 'Corycaeus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '357928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7766'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7762'^^xsd:integer;
  dwc:scientificName 'Sapphirina opalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '129054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7762'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7745'^^xsd:integer;
  dwc:scientificName 'Lubbockia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '128893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7777'^^xsd:integer;
  dwc:scientificName 'Corycaeus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '346308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7777'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7795'^^xsd:integer;
  dwc:scientificName 'Conaea gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '128916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7792'^^xsd:integer;
  dwc:scientificName 'Corycaeus flaccus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '237976'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7799'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7798'^^xsd:integer;
  dwc:scientificName 'Corycaeus venustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '128801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7786'^^xsd:integer;
  dwc:scientificName 'Corycaeus speciosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '128800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7817'^^xsd:integer;
  dwc:scientificName 'Copilia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '129039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7879'^^xsd:integer;
  dwc:scientificName 'Sapphirina auronitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '129042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7882'^^xsd:integer;
  dwc:scientificName 'Corycaeus furcifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '237977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7885'^^xsd:integer;
  dwc:scientificName 'Sapphirina darwinii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '360445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7875'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7875'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7891'^^xsd:integer;
  dwc:scientificName 'Corycaeus carinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '350337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7891'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128811'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7822'^^xsd:integer;
  dwc:scientificName 'Mormonilla phasma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '119818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '119818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7856'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7856'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7847'^^xsd:integer;
  dwc:scientificName 'Copilia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '129038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7847'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7863'^^xsd:integer;
  dwc:scientificName 'Corycaeus gibbulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '350341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7863'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7864'^^xsd:integer;
  dwc:scientificName 'Oncaea media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '128938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7864'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1862287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.5417"^^xsd:decimal ;
  dwc:decimalLongitude "124.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.5417 124.258)"^^geo:wktLiteral ;
  geo-pos:lat "-3.5417"^^xsd:decimal ;
  geo-pos:long "124.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7865'^^xsd:integer;
  dwc:scientificName 'Aegisthus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.258'^^xsd:double;
  dwc:latitude '-3.5417'^^xsd:double;
  dwc:aphiaid '115509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7865'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.8167 124.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.8167"^^xsd:decimal ;
  dwc:decimalLongitude "124.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.8167 124.467)"^^geo:wktLiteral ;
  geo-pos:lat "-65.8167"^^xsd:decimal ;
  geo-pos:long "124.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4420'^^xsd:integer;
  dwc:scientificName 'Neotanais antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.467'^^xsd:double;
  dwc:latitude '-65.8167'^^xsd:double;
  dwc:aphiaid '244642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7768'^^xsd:integer;
  dwc:scientificName 'Corycaeus speciosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '128800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7760'^^xsd:integer;
  dwc:scientificName 'Sapphirina opalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '129054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7760'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7816'^^xsd:integer;
  dwc:scientificName 'Copilia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '129038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7870'^^xsd:integer;
  dwc:scientificName 'Corycaeus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '157741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7873'^^xsd:integer;
  dwc:scientificName 'Lubbockia squillimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '128894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7873'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7886'^^xsd:integer;
  dwc:scientificName 'Mormonilla phasma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '119818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '119818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7899'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7899'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7834'^^xsd:integer;
  dwc:scientificName 'Conaea gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '128916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7833'^^xsd:integer;
  dwc:scientificName 'Sapphirina sinuicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '363735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7833'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363735'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7844'^^xsd:integer;
  dwc:scientificName 'Lubbockia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '128893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7857'^^xsd:integer;
  dwc:scientificName 'Aegisthus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '115509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7857'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7859'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7859'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7862'^^xsd:integer;
  dwc:scientificName 'Macrosetella gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '116382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7862'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.6333"^^xsd:decimal ;
  dwc:decimalLongitude "124.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.6333 124.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.6333"^^xsd:decimal ;
  geo-pos:long "124.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7902'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.47'^^xsd:double;
  dwc:latitude '1.6333'^^xsd:double;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7902'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.3617 124.513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.3617"^^xsd:decimal ;
  dwc:decimalLongitude "124.513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.3617 124.513)"^^geo:wktLiteral ;
  geo-pos:lat "5.3617"^^xsd:decimal ;
  geo-pos:long "124.513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4808'^^xsd:integer;
  dwc:scientificName 'Paragathotanais typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.513'^^xsd:double;
  dwc:latitude '5.3617'^^xsd:double;
  dwc:aphiaid '136378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.3617 124.513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.3617"^^xsd:decimal ;
  dwc:decimalLongitude "124.513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.3617 124.513)"^^geo:wktLiteral ;
  geo-pos:lat "5.3617"^^xsd:decimal ;
  geo-pos:long "124.513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5587'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.513'^^xsd:double;
  dwc:latitude '5.3617'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4 124.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4"^^xsd:decimal ;
  dwc:decimalLongitude "124.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4 124.65)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4"^^xsd:decimal ;
  geo-pos:long "124.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9776'^^xsd:integer;
  dwc:scientificName 'Hyalonema flagelliferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.65'^^xsd:double;
  dwc:latitude '-6.4'^^xsd:double;
  dwc:aphiaid '171496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4 124.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.4"^^xsd:decimal ;
  dwc:decimalLongitude "124.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.4 124.65)"^^geo:wktLiteral ;
  geo-pos:lat "-6.4"^^xsd:decimal ;
  geo-pos:long "124.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9819'^^xsd:integer;
  dwc:scientificName 'Hyalonema thamnophorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '124.65'^^xsd:double;
  dwc:latitude '-6.4'^^xsd:double;
  dwc:aphiaid '191790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.45028 125.302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.45028"^^xsd:decimal ;
  dwc:decimalLongitude "125.302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.45028 125.302)"^^geo:wktLiteral ;
  geo-pos:lat "3.45028"^^xsd:decimal ;
  geo-pos:long "125.302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11200'^^xsd:integer;
  dwc:scientificName 'Phascolosoma subhamatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.302'^^xsd:double;
  dwc:latitude '3.45028'^^xsd:double;
  dwc:aphiaid '424460'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410736'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7769'^^xsd:integer;
  dwc:scientificName 'Corycaeus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '346309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '851951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7781'^^xsd:integer;
  dwc:scientificName 'Copilia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '129039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7781'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7793'^^xsd:integer;
  dwc:scientificName 'Corycaeus flaccus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '237976'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7789'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7806'^^xsd:integer;
  dwc:scientificName 'Corycaeus speciosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '128800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7806'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7814'^^xsd:integer;
  dwc:scientificName 'Corycaeus longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '346312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7814'^^xsd:anyURI;
  dwc:aphiaIdAccepted '765217'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7813'^^xsd:integer;
  dwc:scientificName 'Copilia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '129038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7868'^^xsd:integer;
  dwc:scientificName 'Conaea gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '128916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7868'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7871'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7871'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7883'^^xsd:integer;
  dwc:scientificName 'Corycaeus furcifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '237977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7888'^^xsd:integer;
  dwc:scientificName 'Corycaeus alatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '350335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7894'^^xsd:integer;
  dwc:scientificName 'Lubbockia squillimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '128894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7898'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7898'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7820'^^xsd:integer;
  dwc:scientificName 'Aegisthus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '115509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7852'^^xsd:integer;
  dwc:scientificName 'Aegisthus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '115508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7852'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.45"^^xsd:decimal ;
  dwc:decimalLongitude "125.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.45 125.428)"^^geo:wktLiteral ;
  geo-pos:lat "4.45"^^xsd:decimal ;
  geo-pos:long "125.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7860'^^xsd:integer;
  dwc:scientificName 'Macrosetella gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.428'^^xsd:double;
  dwc:latitude '4.45'^^xsd:double;
  dwc:aphiaid '116382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7860'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0833 125.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.0833"^^xsd:decimal ;
  dwc:decimalLongitude "125.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0833 125.567)"^^geo:wktLiteral ;
  geo-pos:lat "26.0833"^^xsd:decimal ;
  geo-pos:long "125.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15'^^xsd:integer;
  dwc:scientificName 'Bathycuma okinawaense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.567'^^xsd:double;
  dwc:latitude '26.0833'^^xsd:double;
  dwc:aphiaid '181833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181833'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0833 125.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.0833"^^xsd:decimal ;
  dwc:decimalLongitude "125.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0833 125.567)"^^geo:wktLiteral ;
  geo-pos:lat "26.0833"^^xsd:decimal ;
  geo-pos:long "125.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '288'^^xsd:integer;
  dwc:scientificName 'Pseudolamprops spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.567'^^xsd:double;
  dwc:latitude '26.0833'^^xsd:double;
  dwc:aphiaid '182271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0833 125.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.0833"^^xsd:decimal ;
  dwc:decimalLongitude "125.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0833 125.567)"^^geo:wktLiteral ;
  geo-pos:lat "26.0833"^^xsd:decimal ;
  geo-pos:long "125.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '285'^^xsd:integer;
  dwc:scientificName 'Procampylaspis ringens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.567'^^xsd:double;
  dwc:latitude '26.0833'^^xsd:double;
  dwc:aphiaid '182618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182618'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0833 125.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.0833"^^xsd:decimal ;
  dwc:decimalLongitude "125.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.0833 125.567)"^^geo:wktLiteral ;
  geo-pos:lat "26.0833"^^xsd:decimal ;
  geo-pos:long "125.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '286'^^xsd:integer;
  dwc:scientificName 'Procampylaspis tetrastachya'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.567'^^xsd:double;
  dwc:latitude '26.0833'^^xsd:double;
  dwc:aphiaid '182621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182621'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.08 125.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.08"^^xsd:decimal ;
  dwc:decimalLongitude "125.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.08 125.57)"^^geo:wktLiteral ;
  geo-pos:lat "26.08"^^xsd:decimal ;
  geo-pos:long "125.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3372'^^xsd:integer;
  dwc:scientificName 'Haploniscus microcephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.57'^^xsd:double;
  dwc:latitude '26.08'^^xsd:double;
  dwc:aphiaid '295706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3372'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6519'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta barbata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1507271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6583'^^xsd:integer;
  dwc:scientificName 'Spinocalanus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '254613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6583'^^xsd:anyURI;
  dwc:aphiaIdAccepted '254613'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6585'^^xsd:integer;
  dwc:scientificName 'Euaugaptilus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6585'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104139'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6589'^^xsd:integer;
  dwc:scientificName 'Gaetanus tenuispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '237965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6593'^^xsd:integer;
  dwc:scientificName 'Heterorhabdus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6596'^^xsd:integer;
  dwc:scientificName 'Oithona similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '106656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106656'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6598'^^xsd:integer;
  dwc:scientificName 'Chiridius obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6605'^^xsd:integer;
  dwc:scientificName 'Calanus finmarchicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104464'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6607'^^xsd:integer;
  dwc:scientificName 'Scaphocalanus acrocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '254610'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6532'^^xsd:integer;
  dwc:scientificName 'Spinocalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6533'^^xsd:integer;
  dwc:scientificName 'Metridia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1806771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6535'^^xsd:integer;
  dwc:scientificName 'Scolecithricella minor var. occidentalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '363743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6535'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363743'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6540'^^xsd:integer;
  dwc:scientificName 'Calanus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6547'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus acuspes?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6552'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6552'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6557'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6557'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6564'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6564'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6568'^^xsd:integer;
  dwc:scientificName 'Calanus hyperboreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '104467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6568'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6569'^^xsd:integer;
  dwc:scientificName 'Spinocalanus longispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '355761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104851'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6639'^^xsd:integer;
  dwc:scientificName 'Xanthocalanus laptevorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '348229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '720271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.69"^^xsd:decimal ;
  dwc:decimalLongitude "125.918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.69 125.918)"^^geo:wktLiteral ;
  geo-pos:lat "77.69"^^xsd:decimal ;
  geo-pos:long "125.918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6641'^^xsd:integer;
  dwc:scientificName 'Xanthocalanus spinodenticulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '125.918'^^xsd:double;
  dwc:latitude '77.69'^^xsd:double;
  dwc:aphiaid '423830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '423830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3 126.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.3"^^xsd:decimal ;
  dwc:decimalLongitude "126.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.3 126.167)"^^geo:wktLiteral ;
  geo-pos:lat "-65.3"^^xsd:decimal ;
  geo-pos:long "126.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4421'^^xsd:integer;
  dwc:scientificName 'Neotanais antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.167'^^xsd:double;
  dwc:latitude '-65.3'^^xsd:double;
  dwc:aphiaid '244642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6517'^^xsd:integer;
  dwc:scientificName 'Gaetanus tenuispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '237965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6602'^^xsd:integer;
  dwc:scientificName 'Calanus finmarchicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104464'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6600'^^xsd:integer;
  dwc:scientificName 'Calanus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6599'^^xsd:integer;
  dwc:scientificName 'Chiridius obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6522'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus acuspes?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6539'^^xsd:integer;
  dwc:scientificName 'Calanus hyperboreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6539'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6544'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104516'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6549'^^xsd:integer;
  dwc:scientificName 'Bradyidius similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6551'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6555'^^xsd:integer;
  dwc:scientificName 'Scolecithricella minor var. occidentalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '363743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6555'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363743'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6558'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6558'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6565'^^xsd:integer;
  dwc:scientificName 'Heterorhabdus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '104579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6565'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0783"^^xsd:decimal ;
  dwc:decimalLongitude "126.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0783 126.178)"^^geo:wktLiteral ;
  geo-pos:lat "77.0783"^^xsd:decimal ;
  geo-pos:long "126.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6643'^^xsd:integer;
  dwc:scientificName 'Xanthocalanus polarsternae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.178'^^xsd:double;
  dwc:latitude '77.0783'^^xsd:double;
  dwc:aphiaid '423829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '423829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.1875 126.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.1875"^^xsd:decimal ;
  dwc:decimalLongitude "126.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.1875 126.23)"^^geo:wktLiteral ;
  geo-pos:lat "77.1875"^^xsd:decimal ;
  geo-pos:long "126.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7685'^^xsd:integer;
  dwc:scientificName 'Centobnaster severnicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.23'^^xsd:double;
  dwc:latitude '77.1875'^^xsd:double;
  dwc:aphiaid '360865'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7685'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6580'^^xsd:integer;
  dwc:scientificName 'Calanus hyperboreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6584'^^xsd:integer;
  dwc:scientificName 'Gaetanus tenuispinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '237965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6584'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6586'^^xsd:integer;
  dwc:scientificName 'Spinocalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6586'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6594'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6597'^^xsd:integer;
  dwc:scientificName 'Spinocalanus antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '254612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6597'^^xsd:anyURI;
  dwc:aphiaIdAccepted '254612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6606'^^xsd:integer;
  dwc:scientificName 'Scolecithricella minor var. occidentalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '363743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363743'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6610'^^xsd:integer;
  dwc:scientificName 'Metridia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6610'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1806771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6611'^^xsd:integer;
  dwc:scientificName 'Bradyidius similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6611'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6529'^^xsd:integer;
  dwc:scientificName 'Scaphocalanus brevicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104790'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6531'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta polaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6531'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6536'^^xsd:integer;
  dwc:scientificName 'Xanthocalanus alvinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '356376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '356376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6524'^^xsd:integer;
  dwc:scientificName 'Neoscolecithrix farrani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6524'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6528'^^xsd:integer;
  dwc:scientificName 'Chiridius obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6548'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104517'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6567'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6567'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6563'^^xsd:integer;
  dwc:scientificName 'Scaphocalanus acrocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '254610'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6642'^^xsd:integer;
  dwc:scientificName 'Xanthocalanus polarsternae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '423829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '423829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6618'^^xsd:integer;
  dwc:scientificName 'Calanus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.195"^^xsd:decimal ;
  dwc:decimalLongitude "126.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.195 126.32)"^^geo:wktLiteral ;
  geo-pos:lat "77.195"^^xsd:decimal ;
  geo-pos:long "126.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6619'^^xsd:integer;
  dwc:scientificName 'Xanthocalanus profundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.32'^^xsd:double;
  dwc:latitude '77.195'^^xsd:double;
  dwc:aphiaid '104713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.2417 126.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.2417"^^xsd:decimal ;
  dwc:decimalLongitude "126.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.2417 126.333)"^^geo:wktLiteral ;
  geo-pos:lat "-33.2417"^^xsd:decimal ;
  geo-pos:long "126.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12465'^^xsd:integer;
  dwc:scientificName 'Terebratella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.333'^^xsd:double;
  dwc:latitude '-33.2417'^^xsd:double;
  dwc:aphiaid '235334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235334'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3667 126.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3667"^^xsd:decimal ;
  dwc:decimalLongitude "126.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3667 126.383)"^^geo:wktLiteral ;
  geo-pos:lat "10.3667"^^xsd:decimal ;
  geo-pos:long "126.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16430'^^xsd:integer;
  dwc:scientificName 'Bathyneaera disa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.383'^^xsd:double;
  dwc:latitude '10.3667'^^xsd:double;
  dwc:aphiaid '408513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3833 126.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3833"^^xsd:decimal ;
  dwc:decimalLongitude "126.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3833 126.39)"^^geo:wktLiteral ;
  geo-pos:lat "10.3833"^^xsd:decimal ;
  geo-pos:long "126.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4275'^^xsd:integer;
  dwc:scientificName 'Gigantapseudes adactylus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.39'^^xsd:double;
  dwc:latitude '10.3833'^^xsd:double;
  dwc:aphiaid '247151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6581'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '104566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6581'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6592'^^xsd:integer;
  dwc:scientificName 'Chiridius obtusifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '104292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6592'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6601'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '104560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6604'^^xsd:integer;
  dwc:scientificName 'Bradyidius similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '104283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6604'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6525'^^xsd:integer;
  dwc:scientificName 'Neoscolecithrix farrani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '104884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6525'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6527'^^xsd:integer;
  dwc:scientificName 'Xanthocalanus alvinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '356376'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6527'^^xsd:anyURI;
  dwc:aphiaIdAccepted '356376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6572'^^xsd:integer;
  dwc:scientificName 'Metridia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '104632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6572'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1806771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6640'^^xsd:integer;
  dwc:scientificName 'Xanthocalanus polarsternae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '423829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '423829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6614'^^xsd:integer;
  dwc:scientificName 'Heterorhabdus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '104579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6615'^^xsd:integer;
  dwc:scientificName 'Calanus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '104465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.13"^^xsd:decimal ;
  dwc:decimalLongitude "126.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.13 126.417)"^^geo:wktLiteral ;
  geo-pos:lat "77.13"^^xsd:decimal ;
  geo-pos:long "126.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6616'^^xsd:integer;
  dwc:scientificName 'Calanus hyperboreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.417'^^xsd:double;
  dwc:latitude '77.13'^^xsd:double;
  dwc:aphiaid '104467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.7353 126.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.7353"^^xsd:decimal ;
  dwc:decimalLongitude "126.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.7353 126.451)"^^geo:wktLiteral ;
  geo-pos:lat "-5.7353"^^xsd:decimal ;
  geo-pos:long "126.451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4259'^^xsd:integer;
  dwc:scientificName 'Leviapseudes sibogae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.451'^^xsd:double;
  dwc:latitude '-5.7353'^^xsd:double;
  dwc:aphiaid '244635'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247134'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.7353 126.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.7353"^^xsd:decimal ;
  dwc:decimalLongitude "126.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.7353 126.451)"^^geo:wktLiteral ;
  geo-pos:lat "-5.7353"^^xsd:decimal ;
  geo-pos:long "126.451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4265'^^xsd:integer;
  dwc:scientificName 'Leviapseudes weberi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.451'^^xsd:double;
  dwc:latitude '-5.7353'^^xsd:double;
  dwc:aphiaid '247145'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247145'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.73528 126.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.73528"^^xsd:decimal ;
  dwc:decimalLongitude "126.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.73528 126.451)"^^geo:wktLiteral ;
  geo-pos:lat "-5.73528"^^xsd:decimal ;
  geo-pos:long "126.451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11202'^^xsd:integer;
  dwc:scientificName 'Phascolosoma depressum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.451'^^xsd:double;
  dwc:latitude '-5.73528'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11202'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3367 126.492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3367"^^xsd:decimal ;
  dwc:decimalLongitude "126.492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3367 126.492)"^^geo:wktLiteral ;
  geo-pos:lat "10.3367"^^xsd:decimal ;
  geo-pos:long "126.492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5939'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.492'^^xsd:double;
  dwc:latitude '10.3367'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.33 126.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.33"^^xsd:decimal ;
  dwc:decimalLongitude "126.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.33 126.68)"^^geo:wktLiteral ;
  geo-pos:lat "10.33"^^xsd:decimal ;
  geo-pos:long "126.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3113'^^xsd:integer;
  dwc:scientificName 'Macrostylis galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.68'^^xsd:double;
  dwc:latitude '10.33'^^xsd:double;
  dwc:aphiaid '256104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.3333"^^xsd:decimal ;
  dwc:decimalLongitude "126.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.3333 126.683)"^^geo:wktLiteral ;
  geo-pos:lat "10.3333"^^xsd:decimal ;
  geo-pos:long "126.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14650'^^xsd:integer;
  dwc:scientificName 'Yoldia hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.683'^^xsd:double;
  dwc:latitude '10.3333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14650'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2167 126.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.2167"^^xsd:decimal ;
  dwc:decimalLongitude "126.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.2167 126.717)"^^geo:wktLiteral ;
  geo-pos:lat "10.2167"^^xsd:decimal ;
  geo-pos:long "126.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14649'^^xsd:integer;
  dwc:scientificName 'Sarepta hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.717'^^xsd:double;
  dwc:latitude '10.2167'^^xsd:double;
  dwc:aphiaid '428799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4008 126.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.4008"^^xsd:decimal ;
  dwc:decimalLongitude "126.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.4008 126.817)"^^geo:wktLiteral ;
  geo-pos:lat "-4.4008"^^xsd:decimal ;
  geo-pos:long "126.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4266'^^xsd:integer;
  dwc:scientificName 'Leviapseudes weberi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.817'^^xsd:double;
  dwc:latitude '-4.4008'^^xsd:double;
  dwc:aphiaid '247145'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247145'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4 126.828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.4"^^xsd:decimal ;
  dwc:decimalLongitude "126.828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.4 126.828)"^^geo:wktLiteral ;
  geo-pos:lat "10.4"^^xsd:decimal ;
  geo-pos:long "126.828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4274'^^xsd:integer;
  dwc:scientificName 'Gigantapseudes adactylus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.828'^^xsd:double;
  dwc:latitude '10.4'^^xsd:double;
  dwc:aphiaid '247151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2983 126.903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2983"^^xsd:decimal ;
  dwc:decimalLongitude "126.903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2983 126.903)"^^geo:wktLiteral ;
  geo-pos:lat "26.2983"^^xsd:decimal ;
  geo-pos:long "126.903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11394'^^xsd:integer;
  dwc:scientificName 'Itoitantulus misophricola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '126.903'^^xsd:double;
  dwc:latitude '26.2983'^^xsd:double;
  dwc:aphiaid '366587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11394'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366587'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7767'^^xsd:integer;
  dwc:scientificName 'Corycaeus venustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '128801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7758'^^xsd:integer;
  dwc:scientificName 'Sapphirina sinuicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '363735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7758'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363735'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7761'^^xsd:integer;
  dwc:scientificName 'Sapphirina stellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7761'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7749'^^xsd:integer;
  dwc:scientificName 'Sapphirina bicuspidata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7752'^^xsd:integer;
  dwc:scientificName 'Sapphirina darwinii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '360445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7752'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360445'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7779'^^xsd:integer;
  dwc:scientificName 'Sapphirina angusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7779'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7773'^^xsd:integer;
  dwc:scientificName 'Corycaeus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '357928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7796'^^xsd:integer;
  dwc:scientificName 'Sapphirina gastrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129045'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7796'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7790'^^xsd:integer;
  dwc:scientificName 'Copilia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7804'^^xsd:integer;
  dwc:scientificName 'Sapphirina auronitens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7804'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7815'^^xsd:integer;
  dwc:scientificName 'Sapphirina opalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7807'^^xsd:integer;
  dwc:scientificName 'Corycaeus speciosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '128800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7807'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7818'^^xsd:integer;
  dwc:scientificName 'Copilia quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7869'^^xsd:integer;
  dwc:scientificName 'Corycaeus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '157741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7876'^^xsd:integer;
  dwc:scientificName 'Sapphirina ovatolanceolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7876'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7889'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7893'^^xsd:integer;
  dwc:scientificName 'Sapphirina metallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7893'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7900'^^xsd:integer;
  dwc:scientificName 'Sapphirina nigromaculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '129053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7900'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7830'^^xsd:integer;
  dwc:scientificName 'Pachysoma punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '365879'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7839'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.3333"^^xsd:decimal ;
  dwc:decimalLongitude "127.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.3333 127.382)"^^geo:wktLiteral ;
  geo-pos:lat "-3.3333"^^xsd:decimal ;
  geo-pos:long "127.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7849'^^xsd:integer;
  dwc:scientificName 'Conaea gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.382'^^xsd:double;
  dwc:latitude '-3.3333'^^xsd:double;
  dwc:aphiaid '128916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7744'^^xsd:integer;
  dwc:scientificName 'Aegisthus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '115509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7743'^^xsd:integer;
  dwc:scientificName 'Sapphirina metallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '129052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7763'^^xsd:integer;
  dwc:scientificName 'Sapphirina stellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '129060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7763'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7759'^^xsd:integer;
  dwc:scientificName 'Sapphirina opalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '129054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7759'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7747'^^xsd:integer;
  dwc:scientificName 'Sapphirina intestinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '129048'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129048'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7750'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7751'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7753'^^xsd:integer;
  dwc:scientificName 'Sapphirina ovatolanceolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '129055'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7753'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7776'^^xsd:integer;
  dwc:scientificName 'Corycaeus venustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '128801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7776'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7783'^^xsd:integer;
  dwc:scientificName 'Corycaeus speciosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '128800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7775'^^xsd:integer;
  dwc:scientificName 'Corycaeus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '357928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7872'^^xsd:integer;
  dwc:scientificName 'Sapphirina nigromaculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '129053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7890'^^xsd:integer;
  dwc:scientificName 'Corycaeus concinnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '350338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7823'^^xsd:integer;
  dwc:scientificName 'Copilia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '129038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7824'^^xsd:integer;
  dwc:scientificName 'Corycaeus furcifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '237977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7826'^^xsd:integer;
  dwc:scientificName 'Oncaea conifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7826'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7838'^^xsd:integer;
  dwc:scientificName 'Sapphirina angusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '129041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7838'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7843'^^xsd:integer;
  dwc:scientificName 'Lubbockia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '128893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7843'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.0067"^^xsd:decimal ;
  dwc:decimalLongitude "127.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.0067 127.422)"^^geo:wktLiteral ;
  geo-pos:lat "-1.0067"^^xsd:decimal ;
  geo-pos:long "127.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7853'^^xsd:integer;
  dwc:scientificName 'Conaea gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.422'^^xsd:double;
  dwc:latitude '-1.0067'^^xsd:double;
  dwc:aphiaid '128916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7853'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.3197 127.426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.3197"^^xsd:decimal ;
  dwc:decimalLongitude "127.426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.3197 127.426)"^^geo:wktLiteral ;
  geo-pos:lat "26.3197"^^xsd:decimal ;
  geo-pos:long "127.426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7313'^^xsd:integer;
  dwc:scientificName 'Scutogerulus boettgerschnackae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.426'^^xsd:double;
  dwc:latitude '26.3197'^^xsd:double;
  dwc:aphiaid '362186'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7313'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362186'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.3197 127.426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.3197"^^xsd:decimal ;
  dwc:decimalLongitude "127.426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.3197 127.426)"^^geo:wktLiteral ;
  geo-pos:lat "26.3197"^^xsd:decimal ;
  geo-pos:long "127.426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7316'^^xsd:integer;
  dwc:scientificName 'Lutamator paradiseus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.426'^^xsd:double;
  dwc:latitude '26.3197'^^xsd:double;
  dwc:aphiaid '346642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7316'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346642'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8133 127.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8133"^^xsd:decimal ;
  dwc:decimalLongitude "127.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8133 127.45)"^^geo:wktLiteral ;
  geo-pos:lat "27.8133"^^xsd:decimal ;
  geo-pos:long "127.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15624'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.45'^^xsd:double;
  dwc:latitude '27.8133'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15624'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2333 127.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2333"^^xsd:decimal ;
  dwc:decimalLongitude "127.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2333 127.533)"^^geo:wktLiteral ;
  geo-pos:lat "26.2333"^^xsd:decimal ;
  geo-pos:long "127.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11400'^^xsd:integer;
  dwc:scientificName 'Nipponotantulus heteroxenus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.533'^^xsd:double;
  dwc:latitude '26.2333'^^xsd:double;
  dwc:aphiaid '366570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2267 127.543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.2267"^^xsd:decimal ;
  dwc:decimalLongitude "127.543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.2267 127.543)"^^geo:wktLiteral ;
  geo-pos:lat "26.2267"^^xsd:decimal ;
  geo-pos:long "127.543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11401'^^xsd:integer;
  dwc:scientificName 'Nipponotantulus heteroxenus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.543'^^xsd:double;
  dwc:latitude '26.2267'^^xsd:double;
  dwc:aphiaid '366570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7756'^^xsd:integer;
  dwc:scientificName 'Paralichomolgus curticaudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '365125'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7756'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7794'^^xsd:integer;
  dwc:scientificName 'Lichomolgus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '353090'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '353090'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7812'^^xsd:integer;
  dwc:scientificName 'Peltidium falcatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '354647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7812'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354647'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7895'^^xsd:integer;
  dwc:scientificName 'Laophonte cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '367222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116259'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7827'^^xsd:integer;
  dwc:scientificName 'Pseudanthessius weberi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '355048'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7827'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355048'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7821'^^xsd:integer;
  dwc:scientificName 'Lichomolgus anomalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '353058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359908'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7845'^^xsd:integer;
  dwc:scientificName 'Alteuthella spinicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '356931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '356931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7855'^^xsd:integer;
  dwc:scientificName 'Eupeltidium glabrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '351829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7855'^^xsd:anyURI;
  dwc:aphiaIdAccepted '351829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7848'^^xsd:integer;
  dwc:scientificName 'Alteuthella pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '356930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '356930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7861'^^xsd:integer;
  dwc:scientificName 'Laophonte hirsuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '352613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7861'^^xsd:anyURI;
  dwc:aphiaIdAccepted '220675'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.445"^^xsd:decimal ;
  dwc:decimalLongitude "127.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.445 127.608)"^^geo:wktLiteral ;
  geo-pos:lat "-5.445"^^xsd:decimal ;
  geo-pos:long "127.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7832'^^xsd:integer;
  dwc:scientificName 'Dactylopusia ceylonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.608'^^xsd:double;
  dwc:latitude '-5.445'^^xsd:double;
  dwc:aphiaid '350655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357009'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 127.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.4167"^^xsd:decimal ;
  dwc:decimalLongitude "127.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 127.617)"^^geo:wktLiteral ;
  geo-pos:lat "28.4167"^^xsd:decimal ;
  geo-pos:long "127.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7738'^^xsd:integer;
  dwc:scientificName 'Andromastax cephaloceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.617'^^xsd:double;
  dwc:latitude '28.4167'^^xsd:double;
  dwc:aphiaid '346099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 127.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.4167"^^xsd:decimal ;
  dwc:decimalLongitude "127.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 127.617)"^^geo:wktLiteral ;
  geo-pos:lat "28.4167"^^xsd:decimal ;
  geo-pos:long "127.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7740'^^xsd:integer;
  dwc:scientificName 'Scabrantenna yooi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.617'^^xsd:double;
  dwc:latitude '28.4167'^^xsd:double;
  dwc:aphiaid '361602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7740'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3833"^^xsd:decimal ;
  dwc:decimalLongitude "127.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  geo-pos:lat "28.3833"^^xsd:decimal ;
  geo-pos:long "127.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7736'^^xsd:integer;
  dwc:scientificName 'Andromastax cephaloceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.633'^^xsd:double;
  dwc:latitude '28.3833'^^xsd:double;
  dwc:aphiaid '346099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3833"^^xsd:decimal ;
  dwc:decimalLongitude "127.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  geo-pos:lat "28.3833"^^xsd:decimal ;
  geo-pos:long "127.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7734'^^xsd:integer;
  dwc:scientificName 'Andromastax cephaloceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.633'^^xsd:double;
  dwc:latitude '28.3833'^^xsd:double;
  dwc:aphiaid '346099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3833"^^xsd:decimal ;
  dwc:decimalLongitude "127.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  geo-pos:lat "28.3833"^^xsd:decimal ;
  geo-pos:long "127.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7735'^^xsd:integer;
  dwc:scientificName 'Scabrantenna yooi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.633'^^xsd:double;
  dwc:latitude '28.3833'^^xsd:double;
  dwc:aphiaid '361602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3833"^^xsd:decimal ;
  dwc:decimalLongitude "127.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  geo-pos:lat "28.3833"^^xsd:decimal ;
  geo-pos:long "127.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7737'^^xsd:integer;
  dwc:scientificName 'Jamstecia terazakii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.633'^^xsd:double;
  dwc:latitude '28.3833'^^xsd:double;
  dwc:aphiaid '346577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3833"^^xsd:decimal ;
  dwc:decimalLongitude "127.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  geo-pos:lat "28.3833"^^xsd:decimal ;
  geo-pos:long "127.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7731'^^xsd:integer;
  dwc:scientificName 'Andromastax cephaloceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.633'^^xsd:double;
  dwc:latitude '28.3833'^^xsd:double;
  dwc:aphiaid '346099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3833"^^xsd:decimal ;
  dwc:decimalLongitude "127.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  geo-pos:lat "28.3833"^^xsd:decimal ;
  geo-pos:long "127.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7729'^^xsd:integer;
  dwc:scientificName 'Andromastax cephaloceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.633'^^xsd:double;
  dwc:latitude '28.3833'^^xsd:double;
  dwc:aphiaid '346099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3833"^^xsd:decimal ;
  dwc:decimalLongitude "127.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3833 127.633)"^^geo:wktLiteral ;
  geo-pos:lat "28.3833"^^xsd:decimal ;
  geo-pos:long "127.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7730'^^xsd:integer;
  dwc:scientificName 'Andromastax cephaloceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.633'^^xsd:double;
  dwc:latitude '28.3833'^^xsd:double;
  dwc:aphiaid '346099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 127.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.4167"^^xsd:decimal ;
  dwc:decimalLongitude "127.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 127.633)"^^geo:wktLiteral ;
  geo-pos:lat "28.4167"^^xsd:decimal ;
  geo-pos:long "127.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7733'^^xsd:integer;
  dwc:scientificName 'Andromastax cephaloceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.633'^^xsd:double;
  dwc:latitude '28.4167'^^xsd:double;
  dwc:aphiaid '346099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 127.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.4167"^^xsd:decimal ;
  dwc:decimalLongitude "127.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.4167 127.633)"^^geo:wktLiteral ;
  geo-pos:lat "28.4167"^^xsd:decimal ;
  geo-pos:long "127.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7739'^^xsd:integer;
  dwc:scientificName 'Scabrantenna yooi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.633'^^xsd:double;
  dwc:latitude '28.4167'^^xsd:double;
  dwc:aphiaid '361602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.8 127.867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.8"^^xsd:decimal ;
  dwc:decimalLongitude "127.867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.8 127.867)"^^geo:wktLiteral ;
  geo-pos:lat "26.8"^^xsd:decimal ;
  geo-pos:long "127.867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7317'^^xsd:integer;
  dwc:scientificName 'Neoscolecithrix japonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.867'^^xsd:double;
  dwc:latitude '26.8'^^xsd:double;
  dwc:aphiaid '362008'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7317'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7782'^^xsd:integer;
  dwc:scientificName 'Corycaeus speciosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '128800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7782'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7797'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7787'^^xsd:integer;
  dwc:scientificName 'Corycaeus longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '346312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7787'^^xsd:anyURI;
  dwc:aphiaIdAccepted '765217'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7800'^^xsd:integer;
  dwc:scientificName 'Corycaeus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '357928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7801'^^xsd:integer;
  dwc:scientificName 'Mormonilla phasma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '119818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '119818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7802'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7802'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7803'^^xsd:integer;
  dwc:scientificName 'Corycaeus gracilicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '350342'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7808'^^xsd:integer;
  dwc:scientificName 'Lubbockia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '128893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7808'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7810'^^xsd:integer;
  dwc:scientificName 'Pachysoma punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '365879'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7811'^^xsd:integer;
  dwc:scientificName 'Lubbockia squillimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '128894'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7867'^^xsd:integer;
  dwc:scientificName 'Oncaea minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '149767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7867'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7896'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7829'^^xsd:integer;
  dwc:scientificName 'Oncaea conifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '149764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7825'^^xsd:integer;
  dwc:scientificName 'Corycaeus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '346308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7846'^^xsd:integer;
  dwc:scientificName 'Conaea gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '128916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7858'^^xsd:integer;
  dwc:scientificName 'Aegisthus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '115509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7858'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.075"^^xsd:decimal ;
  dwc:decimalLongitude "127.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.075 127.877)"^^geo:wktLiteral ;
  geo-pos:lat "-1.075"^^xsd:decimal ;
  geo-pos:long "127.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7866'^^xsd:integer;
  dwc:scientificName 'Oncaea tenuimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.877'^^xsd:double;
  dwc:latitude '-1.075'^^xsd:double;
  dwc:aphiaid '354035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7866'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9383 127.925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9383"^^xsd:decimal ;
  dwc:decimalLongitude "127.925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9383 127.925)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9383"^^xsd:decimal ;
  geo-pos:long "127.925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10195'^^xsd:integer;
  dwc:scientificName 'Sipunculus lomonossovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '127.925'^^xsd:double;
  dwc:latitude '-33.9383'^^xsd:double;
  dwc:aphiaid '424074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.66667 128.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.66667"^^xsd:decimal ;
  dwc:decimalLongitude "128.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.66667 128.033)"^^geo:wktLiteral ;
  geo-pos:lat "4.66667"^^xsd:decimal ;
  geo-pos:long "128.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15890'^^xsd:integer;
  dwc:scientificName 'Spinula bogorovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.033'^^xsd:double;
  dwc:latitude '4.66667'^^xsd:double;
  dwc:aphiaid '543619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.6483 128.208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.6483"^^xsd:decimal ;
  dwc:decimalLongitude "128.208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.6483 128.208)"^^geo:wktLiteral ;
  geo-pos:lat "28.6483"^^xsd:decimal ;
  geo-pos:long "128.208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15872'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.208'^^xsd:double;
  dwc:latitude '28.6483'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15872'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9667"^^xsd:decimal ;
  dwc:decimalLongitude "128.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.9667"^^xsd:decimal ;
  geo-pos:long "128.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7771'^^xsd:integer;
  dwc:scientificName 'Conaea gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.333'^^xsd:double;
  dwc:latitude '-3.9667'^^xsd:double;
  dwc:aphiaid '128916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7771'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9667"^^xsd:decimal ;
  dwc:decimalLongitude "128.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.9667"^^xsd:decimal ;
  geo-pos:long "128.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7809'^^xsd:integer;
  dwc:scientificName 'Hermannella concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.333'^^xsd:double;
  dwc:latitude '-3.9667'^^xsd:double;
  dwc:aphiaid '358780'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9667"^^xsd:decimal ;
  dwc:decimalLongitude "128.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.9667"^^xsd:decimal ;
  geo-pos:long "128.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7874'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.333'^^xsd:double;
  dwc:latitude '-3.9667'^^xsd:double;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7874'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9667"^^xsd:decimal ;
  dwc:decimalLongitude "128.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.9667"^^xsd:decimal ;
  geo-pos:long "128.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7877'^^xsd:integer;
  dwc:scientificName 'Oithona rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.333'^^xsd:double;
  dwc:latitude '-3.9667'^^xsd:double;
  dwc:aphiaid '220943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7877'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9667"^^xsd:decimal ;
  dwc:decimalLongitude "128.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.9667"^^xsd:decimal ;
  geo-pos:long "128.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7901'^^xsd:integer;
  dwc:scientificName 'Corycaeus concinnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.333'^^xsd:double;
  dwc:latitude '-3.9667'^^xsd:double;
  dwc:aphiaid '350338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7901'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.9667"^^xsd:decimal ;
  dwc:decimalLongitude "128.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.9667 128.333)"^^geo:wktLiteral ;
  geo-pos:lat "-3.9667"^^xsd:decimal ;
  geo-pos:long "128.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7842'^^xsd:integer;
  dwc:scientificName 'Corycaeus speciosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.333'^^xsd:double;
  dwc:latitude '-3.9667'^^xsd:double;
  dwc:aphiaid '128800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.2167 128.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.2167"^^xsd:decimal ;
  dwc:decimalLongitude "128.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.2167 128.517)"^^geo:wktLiteral ;
  geo-pos:lat "25.2167"^^xsd:decimal ;
  geo-pos:long "128.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16429'^^xsd:integer;
  dwc:scientificName 'Bathyneaera disa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.517'^^xsd:double;
  dwc:latitude '25.2167'^^xsd:double;
  dwc:aphiaid '408513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4333 128.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.4333"^^xsd:decimal ;
  dwc:decimalLongitude "128.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.4333 128.617)"^^geo:wktLiteral ;
  geo-pos:lat "32.4333"^^xsd:decimal ;
  geo-pos:long "128.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12468'^^xsd:integer;
  dwc:scientificName 'Terebratulina pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.617'^^xsd:double;
  dwc:latitude '32.4333'^^xsd:double;
  dwc:aphiaid '235540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235540'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7764'^^xsd:integer;
  dwc:scientificName 'Corycaeus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '357928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7764'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7746'^^xsd:integer;
  dwc:scientificName 'Sapphirina metallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '129052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7748'^^xsd:integer;
  dwc:scientificName 'Sapphirina gastrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '129045'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7780'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7785'^^xsd:integer;
  dwc:scientificName 'Conaea gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '128916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7772'^^xsd:integer;
  dwc:scientificName 'Corycaeus gibbulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '350341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7772'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7791'^^xsd:integer;
  dwc:scientificName 'Aegisthus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '115509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7819'^^xsd:integer;
  dwc:scientificName 'Copilia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '129038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7884'^^xsd:integer;
  dwc:scientificName 'Corycaeus flaccus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '237976'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7878'^^xsd:integer;
  dwc:scientificName 'Corycaeus furcifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '237977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7831'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7831'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7835'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7835'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7836'^^xsd:integer;
  dwc:scientificName 'Corycaeus longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '346312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7836'^^xsd:anyURI;
  dwc:aphiaIdAccepted '765217'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7754'^^xsd:integer;
  dwc:scientificName 'Sapphirina opalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '129054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7754'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7757'^^xsd:integer;
  dwc:scientificName 'Sapphirina sinuicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '363735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7757'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363735'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.7917"^^xsd:decimal ;
  dwc:decimalLongitude "128.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.7917 128.675)"^^geo:wktLiteral ;
  geo-pos:lat "-6.7917"^^xsd:decimal ;
  geo-pos:long "128.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7784'^^xsd:integer;
  dwc:scientificName 'Corycaeus speciosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.675'^^xsd:double;
  dwc:latitude '-6.7917'^^xsd:double;
  dwc:aphiaid '128800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7784'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.4233 128.713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.4233"^^xsd:decimal ;
  dwc:decimalLongitude "128.713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.4233 128.713)"^^geo:wktLiteral ;
  geo-pos:lat "-35.4233"^^xsd:decimal ;
  geo-pos:long "128.713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10194'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '128.713'^^xsd:double;
  dwc:latitude '-35.4233'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 129.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.35"^^xsd:decimal ;
  dwc:decimalLongitude "129.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.35 129.117)"^^geo:wktLiteral ;
  geo-pos:lat "-4.35"^^xsd:decimal ;
  geo-pos:long "129.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10975'^^xsd:integer;
  dwc:scientificName 'Phascolion botulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.117'^^xsd:double;
  dwc:latitude '-4.35'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10975'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7765'^^xsd:integer;
  dwc:scientificName 'Oncaea tenuimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '354035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7765'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7755'^^xsd:integer;
  dwc:scientificName 'Sapphirina opalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '129054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7755'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7778'^^xsd:integer;
  dwc:scientificName 'Corycaeus speciosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '128800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7774'^^xsd:integer;
  dwc:scientificName 'Corycaeus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '357928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7770'^^xsd:integer;
  dwc:scientificName 'Corycaeus longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '346312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '765217'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7788'^^xsd:integer;
  dwc:scientificName 'Macrosetella gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '116382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7788'^^xsd:anyURI;
  dwc:aphiaIdAccepted '116382'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7881'^^xsd:integer;
  dwc:scientificName 'Corycaeus gibbulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '350341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7887'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7897'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7828'^^xsd:integer;
  dwc:scientificName 'Sapphirina nigromaculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '129053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '129053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7840'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7841'^^xsd:integer;
  dwc:scientificName 'Oncaea media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '128938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1862287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7854'^^xsd:integer;
  dwc:scientificName 'Aegisthus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '115508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7854'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7850'^^xsd:integer;
  dwc:scientificName 'Corycaeus concinnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '350338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7850'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.2933"^^xsd:decimal ;
  dwc:decimalLongitude "129.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.2933 129.242)"^^geo:wktLiteral ;
  geo-pos:lat "-0.2933"^^xsd:decimal ;
  geo-pos:long "129.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7851'^^xsd:integer;
  dwc:scientificName 'Aegisthus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.242'^^xsd:double;
  dwc:latitude '-0.2933'^^xsd:double;
  dwc:aphiaid '115509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3667 129.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3667"^^xsd:decimal ;
  dwc:decimalLongitude "129.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3667 129.25)"^^geo:wktLiteral ;
  geo-pos:lat "28.3667"^^xsd:decimal ;
  geo-pos:long "129.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7314'^^xsd:integer;
  dwc:scientificName 'Paracomantenna goi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.25'^^xsd:double;
  dwc:latitude '28.3667'^^xsd:double;
  dwc:aphiaid '362160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7314'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3667 129.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3667"^^xsd:decimal ;
  dwc:decimalLongitude "129.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3667 129.25)"^^geo:wktLiteral ;
  geo-pos:lat "28.3667"^^xsd:decimal ;
  geo-pos:long "129.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7315'^^xsd:integer;
  dwc:scientificName 'Bradyetes pacificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.25'^^xsd:double;
  dwc:latitude '28.3667'^^xsd:double;
  dwc:aphiaid '346170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7315'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.9805 129.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.9805"^^xsd:decimal ;
  dwc:decimalLongitude "129.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.9805 129.28)"^^geo:wktLiteral ;
  geo-pos:lat "27.9805"^^xsd:decimal ;
  geo-pos:long "129.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11406'^^xsd:integer;
  dwc:scientificName 'Hypertantulus siphonicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.28'^^xsd:double;
  dwc:latitude '27.9805'^^xsd:double;
  dwc:aphiaid '366568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.5033 129.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.5033"^^xsd:decimal ;
  dwc:decimalLongitude "129.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.5033 129.417)"^^geo:wktLiteral ;
  geo-pos:lat "-4.5033"^^xsd:decimal ;
  geo-pos:long "129.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7805'^^xsd:integer;
  dwc:scientificName 'Oncaea venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.417'^^xsd:double;
  dwc:latitude '-4.5033'^^xsd:double;
  dwc:aphiaid '128954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7805'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1754274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.5033 129.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.5033"^^xsd:decimal ;
  dwc:decimalLongitude "129.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.5033 129.417)"^^geo:wktLiteral ;
  geo-pos:lat "-4.5033"^^xsd:decimal ;
  geo-pos:long "129.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7880'^^xsd:integer;
  dwc:scientificName 'Corycaeus obtusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.417'^^xsd:double;
  dwc:latitude '-4.5033'^^xsd:double;
  dwc:aphiaid '357928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.5033 129.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.5033"^^xsd:decimal ;
  dwc:decimalLongitude "129.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.5033 129.417)"^^geo:wktLiteral ;
  geo-pos:lat "-4.5033"^^xsd:decimal ;
  geo-pos:long "129.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7837'^^xsd:integer;
  dwc:scientificName 'Corycaeus danae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.417'^^xsd:double;
  dwc:latitude '-4.5033'^^xsd:double;
  dwc:aphiaid '350340'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.5033 129.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.5033"^^xsd:decimal ;
  dwc:decimalLongitude "129.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.5033 129.417)"^^geo:wktLiteral ;
  geo-pos:lat "-4.5033"^^xsd:decimal ;
  geo-pos:long "129.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7892'^^xsd:integer;
  dwc:scientificName 'Oithona plumifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '129.417'^^xsd:double;
  dwc:latitude '-4.5033'^^xsd:double;
  dwc:aphiaid '106652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7892'^^xsd:anyURI;
  dwc:aphiaIdAccepted '106652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53667 130.125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.53667"^^xsd:decimal ;
  dwc:decimalLongitude "130.125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.53667 130.125)"^^geo:wktLiteral ;
  geo-pos:lat "5.53667"^^xsd:decimal ;
  geo-pos:long "130.125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4276'^^xsd:integer;
  dwc:scientificName 'Gigantapseudes maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.125'^^xsd:double;
  dwc:latitude '5.53667'^^xsd:double;
  dwc:aphiaid '247152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247152'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.39 130.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.39"^^xsd:decimal ;
  dwc:decimalLongitude "130.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.39 130.13)"^^geo:wktLiteral ;
  geo-pos:lat "5.39"^^xsd:decimal ;
  geo-pos:long "130.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6705'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.13'^^xsd:double;
  dwc:latitude '5.39'^^xsd:double;
  dwc:aphiaid '115748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.51333 130.332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.51333"^^xsd:decimal ;
  dwc:decimalLongitude "130.332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.51333 130.332)"^^geo:wktLiteral ;
  geo-pos:lat "5.51333"^^xsd:decimal ;
  geo-pos:long "130.332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4278'^^xsd:integer;
  dwc:scientificName 'Gigantapseudes maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.332'^^xsd:double;
  dwc:latitude '5.51333'^^xsd:double;
  dwc:aphiaid '247152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247152'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.62333 130.332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.62333"^^xsd:decimal ;
  dwc:decimalLongitude "130.332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.62333 130.332)"^^geo:wktLiteral ;
  geo-pos:lat "5.62333"^^xsd:decimal ;
  geo-pos:long "130.332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4277'^^xsd:integer;
  dwc:scientificName 'Gigantapseudes maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.332'^^xsd:double;
  dwc:latitude '5.62333'^^xsd:double;
  dwc:aphiaid '247152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247152'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6715'^^xsd:integer;
  dwc:scientificName 'Cervinia langi (sp.aff.)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '115255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115255'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6716'^^xsd:integer;
  dwc:scientificName 'Cervinia langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '350003'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '350003'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6717'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis curviseta (sp. aff.)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '115257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115257'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6718'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius horikoshii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '359144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6719'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis muranoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '357766'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357766'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6699'^^xsd:integer;
  dwc:scientificName 'Stratiopontotes mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '115762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6699'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6700'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '354911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6701'^^xsd:integer;
  dwc:scientificName 'Tonpostratiotes tenuipedalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '356203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '356203'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6702'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes sixtorum mindanaoensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '363699'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363699'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6703'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes pacificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '354909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354909'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6704'^^xsd:integer;
  dwc:scientificName 'Pontostratiotes unisetosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '354913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '354913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6706'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '359145'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6706'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359145'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6707'^^xsd:integer;
  dwc:scientificName 'Malacopsyllus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '359257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6707'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6708'^^xsd:integer;
  dwc:scientificName 'Cervinia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '357759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6708'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6709'^^xsd:integer;
  dwc:scientificName 'Pseudotachidius bipartitus pacificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '363439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6709'^^xsd:anyURI;
  dwc:aphiaIdAccepted '363439'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6711'^^xsd:integer;
  dwc:scientificName 'Eucanuella longirostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '358514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6711'^^xsd:anyURI;
  dwc:aphiaIdAccepted '358514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6712'^^xsd:integer;
  dwc:scientificName 'Cerviniopsis minutiseta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '357765'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6712'^^xsd:anyURI;
  dwc:aphiaIdAccepted '357765'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6713'^^xsd:integer;
  dwc:scientificName 'Abyssameira reducta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '364577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6713'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.5133"^^xsd:decimal ;
  dwc:decimalLongitude "130.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.5133 130.337)"^^geo:wktLiteral ;
  geo-pos:lat "5.5133"^^xsd:decimal ;
  geo-pos:long "130.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6714'^^xsd:integer;
  dwc:scientificName 'Cervinia tenuiseta (sp. aff.)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.337'^^xsd:double;
  dwc:latitude '5.5133'^^xsd:double;
  dwc:aphiaid '115255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6714'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115255'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.405 130.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.405"^^xsd:decimal ;
  dwc:decimalLongitude "130.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.405 130.43)"^^geo:wktLiteral ;
  geo-pos:lat "5.405"^^xsd:decimal ;
  geo-pos:long "130.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4279'^^xsd:integer;
  dwc:scientificName 'Gigantapseudes maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.43'^^xsd:double;
  dwc:latitude '5.405'^^xsd:double;
  dwc:aphiaid '247152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247152'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.61833 130.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.61833"^^xsd:decimal ;
  dwc:decimalLongitude "130.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.61833 130.43)"^^geo:wktLiteral ;
  geo-pos:lat "5.61833"^^xsd:decimal ;
  geo-pos:long "130.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4280'^^xsd:integer;
  dwc:scientificName 'Gigantapseudes maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.43'^^xsd:double;
  dwc:latitude '5.61833'^^xsd:double;
  dwc:aphiaid '247152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247152'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.9667 130.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.9667"^^xsd:decimal ;
  dwc:decimalLongitude "130.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.9667 130.467)"^^geo:wktLiteral ;
  geo-pos:lat "77.9667"^^xsd:decimal ;
  geo-pos:long "130.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14738'^^xsd:integer;
  dwc:scientificName 'Spinula bogorovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.467'^^xsd:double;
  dwc:latitude '77.9667'^^xsd:double;
  dwc:aphiaid '543619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14738'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.9667 130.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.9667"^^xsd:decimal ;
  dwc:decimalLongitude "130.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.9667 130.467)"^^geo:wktLiteral ;
  geo-pos:lat "77.9667"^^xsd:decimal ;
  geo-pos:long "130.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14739'^^xsd:integer;
  dwc:scientificName 'Spinula bogorovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.467'^^xsd:double;
  dwc:latitude '77.9667'^^xsd:double;
  dwc:aphiaid '543619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14739'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4633 130.588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.4633"^^xsd:decimal ;
  dwc:decimalLongitude "130.588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.4633 130.588)"^^geo:wktLiteral ;
  geo-pos:lat "30.4633"^^xsd:decimal ;
  geo-pos:long "130.588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11407'^^xsd:integer;
  dwc:scientificName 'Hypertantulus siphonicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.588'^^xsd:double;
  dwc:latitude '30.4633'^^xsd:double;
  dwc:aphiaid '366568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11407'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4917 130.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.4917"^^xsd:decimal ;
  dwc:decimalLongitude "130.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.4917 130.817)"^^geo:wktLiteral ;
  geo-pos:lat "-5.4917"^^xsd:decimal ;
  geo-pos:long "130.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5588'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.817'^^xsd:double;
  dwc:latitude '-5.4917'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5588'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.48333 130.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.48333"^^xsd:decimal ;
  dwc:decimalLongitude "130.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.48333 130.817)"^^geo:wktLiteral ;
  geo-pos:lat "-5.48333"^^xsd:decimal ;
  geo-pos:long "130.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16431'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.817'^^xsd:double;
  dwc:latitude '-5.48333'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.967)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14656'^^xsd:integer;
  dwc:scientificName 'Uperotus clavus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.967'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:aphiaid '428830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14656'^^xsd:anyURI;
  dwc:aphiaIdAccepted '531230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.43333"^^xsd:decimal ;
  dwc:decimalLongitude "130.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.43333 130.967)"^^geo:wktLiteral ;
  geo-pos:lat "-5.43333"^^xsd:decimal ;
  geo-pos:long "130.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14657'^^xsd:integer;
  dwc:scientificName 'Bankia carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '130.967'^^xsd:double;
  dwc:latitude '-5.43333'^^xsd:double;
  dwc:aphiaid '141598'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14657'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141598'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.1)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3114'^^xsd:integer;
  dwc:scientificName 'Macrostylis hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '131.1'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:aphiaid '256107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256107'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.6"^^xsd:decimal ;
  dwc:decimalLongitude "131.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.6 131.1)"^^geo:wktLiteral ;
  geo-pos:lat "-5.6"^^xsd:decimal ;
  geo-pos:long "131.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14658'^^xsd:integer;
  dwc:scientificName 'Cuspidaria hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '131.1'^^xsd:double;
  dwc:latitude '-5.6'^^xsd:double;
  dwc:aphiaid '408519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14658'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.35"^^xsd:decimal ;
  dwc:decimalLongitude "131.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.35 131.283)"^^geo:wktLiteral ;
  geo-pos:lat "-5.35"^^xsd:decimal ;
  geo-pos:long "131.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14659'^^xsd:integer;
  dwc:scientificName 'Cuspidaria hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '131.283'^^xsd:double;
  dwc:latitude '-5.35'^^xsd:double;
  dwc:aphiaid '408519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14659'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56667 132.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56667"^^xsd:decimal ;
  dwc:decimalLongitude "132.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56667 132.733)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56667"^^xsd:decimal ;
  geo-pos:long "132.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12471'^^xsd:integer;
  dwc:scientificName 'Terebratulina reevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '132.733'^^xsd:double;
  dwc:latitude '-7.56667'^^xsd:double;
  dwc:aphiaid '235538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235538'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56667 132.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.56667"^^xsd:decimal ;
  dwc:decimalLongitude "132.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.56667 132.733)"^^geo:wktLiteral ;
  geo-pos:lat "-7.56667"^^xsd:decimal ;
  geo-pos:long "132.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11638'^^xsd:integer;
  dwc:scientificName 'Dallithyris sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '132.733'^^xsd:double;
  dwc:latitude '-7.56667'^^xsd:double;
  dwc:aphiaid '182836'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182836'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.63333 132.892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.63333"^^xsd:decimal ;
  dwc:decimalLongitude "132.892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.63333 132.892)"^^geo:wktLiteral ;
  geo-pos:lat "-5.63333"^^xsd:decimal ;
  geo-pos:long "132.892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14578'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '132.892'^^xsd:double;
  dwc:latitude '-5.63333'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8733"^^xsd:decimal ;
  dwc:decimalLongitude "133.103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  geo-pos:lat "29.8733"^^xsd:decimal ;
  geo-pos:long "133.103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15628'^^xsd:integer;
  dwc:scientificName 'Lamellinucula exodonta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.103'^^xsd:double;
  dwc:latitude '29.8733'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15628'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8733"^^xsd:decimal ;
  dwc:decimalLongitude "133.103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  geo-pos:lat "29.8733"^^xsd:decimal ;
  geo-pos:long "133.103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15625'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.103'^^xsd:double;
  dwc:latitude '29.8733'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15625'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8733"^^xsd:decimal ;
  dwc:decimalLongitude "133.103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  geo-pos:lat "29.8733"^^xsd:decimal ;
  geo-pos:long "133.103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15626'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.103'^^xsd:double;
  dwc:latitude '29.8733'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15626'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8733"^^xsd:decimal ;
  dwc:decimalLongitude "133.103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  geo-pos:lat "29.8733"^^xsd:decimal ;
  geo-pos:long "133.103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15629'^^xsd:integer;
  dwc:scientificName 'Spinula pelvisshikokuensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.103'^^xsd:double;
  dwc:latitude '29.8733'^^xsd:double;
  dwc:aphiaid '543622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15629'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8733"^^xsd:decimal ;
  dwc:decimalLongitude "133.103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8733 133.103)"^^geo:wktLiteral ;
  geo-pos:lat "29.8733"^^xsd:decimal ;
  geo-pos:long "133.103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15627'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.103'^^xsd:double;
  dwc:latitude '29.8733'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15627'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0992 133.505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.0992"^^xsd:decimal ;
  dwc:decimalLongitude "133.505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0992 133.505)"^^geo:wktLiteral ;
  geo-pos:lat "78.0992"^^xsd:decimal ;
  geo-pos:long "133.505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7687'^^xsd:integer;
  dwc:scientificName 'Centobnaster severnicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.505'^^xsd:double;
  dwc:latitude '78.0992'^^xsd:double;
  dwc:aphiaid '360865'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7687'^^xsd:anyURI;
  dwc:aphiaIdAccepted '360865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4083"^^xsd:decimal ;
  dwc:decimalLongitude "133.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  geo-pos:lat "77.4083"^^xsd:decimal ;
  geo-pos:long "133.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6518'^^xsd:integer;
  dwc:scientificName 'Metridia longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.55'^^xsd:double;
  dwc:latitude '77.4083'^^xsd:double;
  dwc:aphiaid '104632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1806771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4083"^^xsd:decimal ;
  dwc:decimalLongitude "133.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  geo-pos:lat "77.4083"^^xsd:decimal ;
  geo-pos:long "133.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6582'^^xsd:integer;
  dwc:scientificName 'Calanus hyperboreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.55'^^xsd:double;
  dwc:latitude '77.4083'^^xsd:double;
  dwc:aphiaid '104467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6582'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4083"^^xsd:decimal ;
  dwc:decimalLongitude "133.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  geo-pos:lat "77.4083"^^xsd:decimal ;
  geo-pos:long "133.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6590'^^xsd:integer;
  dwc:scientificName 'Calanus glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.55'^^xsd:double;
  dwc:latitude '77.4083'^^xsd:double;
  dwc:aphiaid '104465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4083"^^xsd:decimal ;
  dwc:decimalLongitude "133.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  geo-pos:lat "77.4083"^^xsd:decimal ;
  geo-pos:long "133.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6560'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus acuspes?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.55'^^xsd:double;
  dwc:latitude '77.4083'^^xsd:double;
  dwc:aphiaid '104514'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4083"^^xsd:decimal ;
  dwc:decimalLongitude "133.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  geo-pos:lat "77.4083"^^xsd:decimal ;
  geo-pos:long "133.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6562'^^xsd:integer;
  dwc:scientificName 'Paraeuchaeta glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.55'^^xsd:double;
  dwc:latitude '77.4083'^^xsd:double;
  dwc:aphiaid '104560'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4083"^^xsd:decimal ;
  dwc:decimalLongitude "133.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  geo-pos:lat "77.4083"^^xsd:decimal ;
  geo-pos:long "133.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6566'^^xsd:integer;
  dwc:scientificName 'Pseudocalanus major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.55'^^xsd:double;
  dwc:latitude '77.4083'^^xsd:double;
  dwc:aphiaid '104516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104516'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4083"^^xsd:decimal ;
  dwc:decimalLongitude "133.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  geo-pos:lat "77.4083"^^xsd:decimal ;
  geo-pos:long "133.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6570'^^xsd:integer;
  dwc:scientificName 'Jaschnovia tolli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.55'^^xsd:double;
  dwc:latitude '77.4083'^^xsd:double;
  dwc:aphiaid '247787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.4083"^^xsd:decimal ;
  dwc:decimalLongitude "133.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.4083 133.55)"^^geo:wktLiteral ;
  geo-pos:lat "77.4083"^^xsd:decimal ;
  geo-pos:long "133.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A6612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:6612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '6612'^^xsd:integer;
  dwc:scientificName 'Bradyidius similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.55'^^xsd:double;
  dwc:latitude '77.4083'^^xsd:double;
  dwc:aphiaid '104283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:6612'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0667 133.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0667"^^xsd:decimal ;
  dwc:decimalLongitude "133.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0667 133.6)"^^geo:wktLiteral ;
  geo-pos:lat "77.0667"^^xsd:decimal ;
  geo-pos:long "133.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7694'^^xsd:integer;
  dwc:scientificName 'Monchenkiella lamellopinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.6'^^xsd:double;
  dwc:latitude '77.0667'^^xsd:double;
  dwc:aphiaid '361948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0667 133.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.0667"^^xsd:decimal ;
  dwc:decimalLongitude "133.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.0667 133.6)"^^geo:wktLiteral ;
  geo-pos:lat "77.0667"^^xsd:decimal ;
  geo-pos:long "133.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7444'^^xsd:integer;
  dwc:scientificName 'Cyclopetta boetiusae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '133.6'^^xsd:double;
  dwc:latitude '77.0667'^^xsd:double;
  dwc:aphiaid '361779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '361779'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7 134.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.7"^^xsd:decimal ;
  dwc:decimalLongitude "134.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7 134.167)"^^geo:wktLiteral ;
  geo-pos:lat "-42.7"^^xsd:decimal ;
  geo-pos:long "134.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9704'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '134.167'^^xsd:double;
  dwc:latitude '-42.7'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7 134.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.7"^^xsd:decimal ;
  dwc:decimalLongitude "134.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7 134.167)"^^geo:wktLiteral ;
  geo-pos:lat "-42.7"^^xsd:decimal ;
  geo-pos:long "134.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9694'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '134.167'^^xsd:double;
  dwc:latitude '-42.7'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9694'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7 134.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.7"^^xsd:decimal ;
  dwc:decimalLongitude "134.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7 134.167)"^^geo:wktLiteral ;
  geo-pos:lat "-42.7"^^xsd:decimal ;
  geo-pos:long "134.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9691'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '134.167'^^xsd:double;
  dwc:latitude '-42.7'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7 134.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.7"^^xsd:decimal ;
  dwc:decimalLongitude "134.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.7 134.167)"^^geo:wktLiteral ;
  geo-pos:lat "-42.7"^^xsd:decimal ;
  geo-pos:long "134.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9700'^^xsd:integer;
  dwc:scientificName 'Holascus fibulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '134.167'^^xsd:double;
  dwc:latitude '-42.7'^^xsd:double;
  dwc:aphiaid '171915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.93333 134.183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.93333"^^xsd:decimal ;
  dwc:decimalLongitude "134.183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.93333 134.183)"^^geo:wktLiteral ;
  geo-pos:lat "2.93333"^^xsd:decimal ;
  geo-pos:long "134.183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9471'^^xsd:integer;
  dwc:scientificName 'Chondrocladia crinita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '134.183'^^xsd:double;
  dwc:latitude '2.93333'^^xsd:double;
  dwc:aphiaid '168214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4383 134.208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4383"^^xsd:decimal ;
  dwc:decimalLongitude "134.208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4383 134.208)"^^geo:wktLiteral ;
  geo-pos:lat "42.4383"^^xsd:decimal ;
  geo-pos:long "134.208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5221'^^xsd:integer;
  dwc:scientificName 'Paratyphlotanais japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '134.208'^^xsd:double;
  dwc:latitude '42.4383'^^xsd:double;
  dwc:aphiaid '247598'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5221'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247598'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.78333 134.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.78333"^^xsd:decimal ;
  dwc:decimalLongitude "134.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.78333 134.967)"^^geo:wktLiteral ;
  geo-pos:lat "7.78333"^^xsd:decimal ;
  geo-pos:long "134.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16432'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '134.967'^^xsd:double;
  dwc:latitude '7.78333'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.9733 135.057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.9733"^^xsd:decimal ;
  dwc:decimalLongitude "135.057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.9733 135.057)"^^geo:wktLiteral ;
  geo-pos:lat "-39.9733"^^xsd:decimal ;
  geo-pos:long "135.057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10193'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '135.057'^^xsd:double;
  dwc:latitude '-39.9733'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.8017 135.057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.8017"^^xsd:decimal ;
  dwc:decimalLongitude "135.057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.8017 135.057)"^^geo:wktLiteral ;
  geo-pos:lat "7.8017"^^xsd:decimal ;
  geo-pos:long "135.057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5200'^^xsd:integer;
  dwc:scientificName 'Leptognathia parabranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '135.057'^^xsd:double;
  dwc:latitude '7.8017'^^xsd:double;
  dwc:aphiaid '247586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.7003 136.615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.7003"^^xsd:decimal ;
  dwc:decimalLongitude "136.615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.7003 136.615)"^^geo:wktLiteral ;
  geo-pos:lat "33.7003"^^xsd:decimal ;
  geo-pos:long "136.615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11405'^^xsd:integer;
  dwc:scientificName 'Paradoryphallophora inusitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '136.615'^^xsd:double;
  dwc:latitude '33.7003'^^xsd:double;
  dwc:aphiaid '366829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11405'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12 137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12"^^xsd:decimal ;
  dwc:decimalLongitude "137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12 137)"^^geo:wktLiteral ;
  geo-pos:lat "12"^^xsd:decimal ;
  geo-pos:long "137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9811'^^xsd:integer;
  dwc:scientificName 'Hyalonema sieboldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137'^^xsd:integer;
  dwc:latitude '12'^^xsd:integer;
  dwc:aphiaid '171488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9811'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12 137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12"^^xsd:decimal ;
  dwc:decimalLongitude "137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12 137)"^^geo:wktLiteral ;
  geo-pos:lat "12"^^xsd:decimal ;
  geo-pos:long "137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9812'^^xsd:integer;
  dwc:scientificName 'Hyalonema sieboldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137'^^xsd:integer;
  dwc:latitude '12'^^xsd:integer;
  dwc:aphiaid '171488'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9812'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.17 137.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "81.17"^^xsd:decimal ;
  dwc:decimalLongitude "137.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (81.17 137.28)"^^geo:wktLiteral ;
  geo-pos:lat "81.17"^^xsd:decimal ;
  geo-pos:long "137.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3917'^^xsd:integer;
  dwc:scientificName 'Ilyarachna derjugini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137.28'^^xsd:double;
  dwc:latitude '81.17'^^xsd:double;
  dwc:aphiaid '118674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.88 137.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.88"^^xsd:decimal ;
  dwc:decimalLongitude "137.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.88 137.35)"^^geo:wktLiteral ;
  geo-pos:lat "28.88"^^xsd:decimal ;
  geo-pos:long "137.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3172'^^xsd:integer;
  dwc:scientificName 'Mesosignum elegantulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137.35'^^xsd:double;
  dwc:latitude '28.88'^^xsd:double;
  dwc:aphiaid '258080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.88 137.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.88"^^xsd:decimal ;
  dwc:decimalLongitude "137.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.88 137.35)"^^geo:wktLiteral ;
  geo-pos:lat "28.88"^^xsd:decimal ;
  geo-pos:long "137.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3435'^^xsd:integer;
  dwc:scientificName 'Haplomesus insignis orientalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137.35'^^xsd:double;
  dwc:latitude '28.88'^^xsd:double;
  dwc:aphiaid '255893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579425'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.88 137.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.88"^^xsd:decimal ;
  dwc:decimalLongitude "137.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.88 137.35)"^^geo:wktLiteral ;
  geo-pos:lat "28.88"^^xsd:decimal ;
  geo-pos:long "137.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3445'^^xsd:integer;
  dwc:scientificName 'Ischnomesus andriashevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137.35'^^xsd:double;
  dwc:latitude '28.88'^^xsd:double;
  dwc:aphiaid '255910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3445'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255910'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.88 137.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.88"^^xsd:decimal ;
  dwc:decimalLongitude "137.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.88 137.35)"^^geo:wktLiteral ;
  geo-pos:lat "28.88"^^xsd:decimal ;
  geo-pos:long "137.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3454'^^xsd:integer;
  dwc:scientificName 'Stylomesus wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137.35'^^xsd:double;
  dwc:latitude '28.88'^^xsd:double;
  dwc:aphiaid '258045'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.8847 137.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.8847"^^xsd:decimal ;
  dwc:decimalLongitude "137.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.8847 137.35)"^^geo:wktLiteral ;
  geo-pos:lat "28.8847"^^xsd:decimal ;
  geo-pos:long "137.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11095'^^xsd:integer;
  dwc:scientificName 'Golfingia vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137.35'^^xsd:double;
  dwc:latitude '28.8847'^^xsd:double;
  dwc:aphiaid '424473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266468'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.8917 137.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.8917"^^xsd:decimal ;
  dwc:decimalLongitude "137.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.8917 137.35)"^^geo:wktLiteral ;
  geo-pos:lat "28.8917"^^xsd:decimal ;
  geo-pos:long "137.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5652'^^xsd:integer;
  dwc:scientificName 'Arthrura andriashevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137.35'^^xsd:double;
  dwc:latitude '28.8917'^^xsd:double;
  dwc:aphiaid '247671'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5652'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.95 137.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.95"^^xsd:decimal ;
  dwc:decimalLongitude "137.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.95 137.55)"^^geo:wktLiteral ;
  geo-pos:lat "-36.95"^^xsd:decimal ;
  geo-pos:long "137.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12102'^^xsd:integer;
  dwc:scientificName 'Magellania sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '137.55'^^xsd:double;
  dwc:latitude '-36.95'^^xsd:double;
  dwc:aphiaid '182921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12102'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182921'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 138.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "138.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 138.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "138.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9547'^^xsd:integer;
  dwc:scientificName 'Cladorhiza moruliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '138.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '168241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9547'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 138.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9167"^^xsd:decimal ;
  dwc:decimalLongitude "138.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9167 138.583)"^^geo:wktLiteral ;
  geo-pos:lat "-53.9167"^^xsd:decimal ;
  geo-pos:long "138.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9548'^^xsd:integer;
  dwc:scientificName 'Cladorhiza moruliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '138.583'^^xsd:double;
  dwc:latitude '-53.9167'^^xsd:double;
  dwc:aphiaid '168241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4667 138.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.4667"^^xsd:decimal ;
  dwc:decimalLongitude "138.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4667 138.917)"^^geo:wktLiteral ;
  geo-pos:lat "-37.4667"^^xsd:decimal ;
  geo-pos:long "138.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '923'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '138.917'^^xsd:double;
  dwc:latitude '-37.4667'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4667 138.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.4667"^^xsd:decimal ;
  dwc:decimalLongitude "138.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4667 138.917)"^^geo:wktLiteral ;
  geo-pos:lat "-37.4667"^^xsd:decimal ;
  geo-pos:long "138.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '924'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '138.917'^^xsd:double;
  dwc:latitude '-37.4667'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4667 138.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.4667"^^xsd:decimal ;
  dwc:decimalLongitude "138.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.4667 138.917)"^^geo:wktLiteral ;
  geo-pos:lat "-37.4667"^^xsd:decimal ;
  geo-pos:long "138.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4257'^^xsd:integer;
  dwc:scientificName 'Leviapseudes shiinoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '138.917'^^xsd:double;
  dwc:latitude '-37.4667'^^xsd:double;
  dwc:aphiaid '247144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4257'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "139.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.217)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "139.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7724'^^xsd:integer;
  dwc:scientificName 'Neocervinia itoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.217'^^xsd:double;
  dwc:latitude '35'^^xsd:integer;
  dwc:aphiaid '366046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364482'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1667 139.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1667"^^xsd:decimal ;
  dwc:decimalLongitude "139.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1667 139.217)"^^geo:wktLiteral ;
  geo-pos:lat "56.1667"^^xsd:decimal ;
  geo-pos:long "139.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5063'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.217'^^xsd:double;
  dwc:latitude '56.1667'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1667 139.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1667"^^xsd:decimal ;
  dwc:decimalLongitude "139.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1667 139.217)"^^geo:wktLiteral ;
  geo-pos:lat "56.1667"^^xsd:decimal ;
  geo-pos:long "139.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5218'^^xsd:integer;
  dwc:scientificName 'Leptognathia zezinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.217'^^xsd:double;
  dwc:latitude '56.1667'^^xsd:double;
  dwc:aphiaid '136454'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5218'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136454'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1 139.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.1"^^xsd:decimal ;
  dwc:decimalLongitude "139.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.1 139.283)"^^geo:wktLiteral ;
  geo-pos:lat "35.1"^^xsd:decimal ;
  geo-pos:long "139.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '773'^^xsd:integer;
  dwc:scientificName 'Bathycuma longicaudatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.283'^^xsd:double;
  dwc:latitude '35.1'^^xsd:double;
  dwc:aphiaid '181829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:773'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "139.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "139.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7920'^^xsd:integer;
  dwc:scientificName 'Bradya sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.375'^^xsd:double;
  dwc:latitude '35'^^xsd:integer;
  dwc:aphiaid '115331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115331'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "139.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "139.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7921'^^xsd:integer;
  dwc:scientificName 'Ameira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.375'^^xsd:double;
  dwc:latitude '35'^^xsd:integer;
  dwc:aphiaid '115188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "139.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "139.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7922'^^xsd:integer;
  dwc:scientificName 'Stenhelia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.375'^^xsd:double;
  dwc:latitude '35'^^xsd:integer;
  dwc:aphiaid '115327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115327'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "139.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "139.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7923'^^xsd:integer;
  dwc:scientificName 'Idyellopsis sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.375'^^xsd:double;
  dwc:latitude '35'^^xsd:integer;
  dwc:aphiaid '115478'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115478'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "139.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "139.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7924'^^xsd:integer;
  dwc:scientificName 'Schizopera sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.375'^^xsd:double;
  dwc:latitude '35'^^xsd:integer;
  dwc:aphiaid '115325'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115325'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35"^^xsd:decimal ;
  dwc:decimalLongitude "139.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35 139.375)"^^geo:wktLiteral ;
  geo-pos:lat "35"^^xsd:decimal ;
  geo-pos:long "139.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7925'^^xsd:integer;
  dwc:scientificName 'Sarsameira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.375'^^xsd:double;
  dwc:latitude '35'^^xsd:integer;
  dwc:aphiaid '115209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7925'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115209'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 139.698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "139.698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 139.698)"^^geo:wktLiteral ;
  geo-pos:lat "34.37"^^xsd:decimal ;
  geo-pos:long "139.698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15298'^^xsd:integer;
  dwc:scientificName 'Dacrydium nipponicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.698'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:aphiaid '506018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2167 139.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2167"^^xsd:decimal ;
  dwc:decimalLongitude "139.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2167 139.717)"^^geo:wktLiteral ;
  geo-pos:lat "56.2167"^^xsd:decimal ;
  geo-pos:long "139.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4608'^^xsd:integer;
  dwc:scientificName 'Neotanais zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.717'^^xsd:double;
  dwc:latitude '56.2167'^^xsd:double;
  dwc:aphiaid '247397'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247397'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2333 139.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2333"^^xsd:decimal ;
  dwc:decimalLongitude "139.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2333 139.733)"^^geo:wktLiteral ;
  geo-pos:lat "56.2333"^^xsd:decimal ;
  geo-pos:long "139.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5111'^^xsd:integer;
  dwc:scientificName 'Filitanais moskalevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.733'^^xsd:double;
  dwc:latitude '56.2333'^^xsd:double;
  dwc:aphiaid '247449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2333 139.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2333"^^xsd:decimal ;
  dwc:decimalLongitude "139.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2333 139.733)"^^geo:wktLiteral ;
  geo-pos:lat "56.2333"^^xsd:decimal ;
  geo-pos:long "139.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5290'^^xsd:integer;
  dwc:scientificName 'Typhlotanais mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.733'^^xsd:double;
  dwc:latitude '56.2333'^^xsd:double;
  dwc:aphiaid '136569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2333 139.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2333"^^xsd:decimal ;
  dwc:decimalLongitude "139.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2333 139.733)"^^geo:wktLiteral ;
  geo-pos:lat "56.2333"^^xsd:decimal ;
  geo-pos:long "139.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5653'^^xsd:integer;
  dwc:scientificName 'Arthrura shiinoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.733'^^xsd:double;
  dwc:latitude '56.2333'^^xsd:double;
  dwc:aphiaid '247672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5653'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1387687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.6667 139.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.6667"^^xsd:decimal ;
  dwc:decimalLongitude "139.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.6667 139.85)"^^geo:wktLiteral ;
  geo-pos:lat "-66.6667"^^xsd:decimal ;
  geo-pos:long "139.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12056'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.85'^^xsd:double;
  dwc:latitude '-66.6667'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12056'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.6667 139.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.6667"^^xsd:decimal ;
  dwc:decimalLongitude "139.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.6667 139.85)"^^geo:wktLiteral ;
  geo-pos:lat "-66.6667"^^xsd:decimal ;
  geo-pos:long "139.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12057'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.85'^^xsd:double;
  dwc:latitude '-66.6667'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12057'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.6667 139.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.6667"^^xsd:decimal ;
  dwc:decimalLongitude "139.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.6667 139.85)"^^geo:wktLiteral ;
  geo-pos:lat "-66.6667"^^xsd:decimal ;
  geo-pos:long "139.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12058'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.85'^^xsd:double;
  dwc:latitude '-66.6667'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.65 139.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.65"^^xsd:decimal ;
  dwc:decimalLongitude "139.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.65 139.917)"^^geo:wktLiteral ;
  geo-pos:lat "-66.65"^^xsd:decimal ;
  geo-pos:long "139.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12055'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.917'^^xsd:double;
  dwc:latitude '-66.65'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1333 139.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1333"^^xsd:decimal ;
  dwc:decimalLongitude "139.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1333 139.967)"^^geo:wktLiteral ;
  geo-pos:lat "34.1333"^^xsd:decimal ;
  geo-pos:long "139.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15614'^^xsd:integer;
  dwc:scientificName 'Dacrydium nipponicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '139.967'^^xsd:double;
  dwc:latitude '34.1333'^^xsd:double;
  dwc:aphiaid '506018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9667 140.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9667"^^xsd:decimal ;
  dwc:decimalLongitude "140.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9667 140.033)"^^geo:wktLiteral ;
  geo-pos:lat "32.9667"^^xsd:decimal ;
  geo-pos:long "140.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10382'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.033'^^xsd:double;
  dwc:latitude '32.9667'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10382'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.245 140.058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.245"^^xsd:decimal ;
  dwc:decimalLongitude "140.058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.245 140.058)"^^geo:wktLiteral ;
  geo-pos:lat "32.245"^^xsd:decimal ;
  geo-pos:long "140.058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14993'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.058'^^xsd:double;
  dwc:latitude '32.245'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9917 140.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9917"^^xsd:decimal ;
  dwc:decimalLongitude "140.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9917 140.258)"^^geo:wktLiteral ;
  geo-pos:lat "31.9917"^^xsd:decimal ;
  geo-pos:long "140.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15235'^^xsd:integer;
  dwc:scientificName 'Abra profundorum japonicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.258'^^xsd:double;
  dwc:latitude '31.9917'^^xsd:double;
  dwc:aphiaid '546053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0667 140.358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.0667"^^xsd:decimal ;
  dwc:decimalLongitude "140.358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.0667 140.358)"^^geo:wktLiteral ;
  geo-pos:lat "32.0667"^^xsd:decimal ;
  geo-pos:long "140.358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14972'^^xsd:integer;
  dwc:scientificName 'Lamellinucula izushotoensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.358'^^xsd:double;
  dwc:latitude '32.0667'^^xsd:double;
  dwc:aphiaid '539956'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14972'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8692 140.369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.8692"^^xsd:decimal ;
  dwc:decimalLongitude "140.369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.8692 140.369)"^^geo:wktLiteral ;
  geo-pos:lat "27.8692"^^xsd:decimal ;
  geo-pos:long "140.369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11085'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.369'^^xsd:double;
  dwc:latitude '27.8692'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 140.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32"^^xsd:decimal ;
  dwc:decimalLongitude "140.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 140.383)"^^geo:wktLiteral ;
  geo-pos:lat "32"^^xsd:decimal ;
  geo-pos:long "140.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10381'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.383'^^xsd:double;
  dwc:latitude '32'^^xsd:integer;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10381'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 140.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32"^^xsd:decimal ;
  dwc:decimalLongitude "140.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 140.483)"^^geo:wktLiteral ;
  geo-pos:lat "32"^^xsd:decimal ;
  geo-pos:long "140.483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10380'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.483'^^xsd:double;
  dwc:latitude '32'^^xsd:integer;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10380'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.625 140.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.625"^^xsd:decimal ;
  dwc:decimalLongitude "140.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.625 140.517)"^^geo:wktLiteral ;
  geo-pos:lat "30.625"^^xsd:decimal ;
  geo-pos:long "140.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15297'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.517'^^xsd:double;
  dwc:latitude '30.625'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.62 140.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.62"^^xsd:decimal ;
  dwc:decimalLongitude "140.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.62 140.53)"^^geo:wktLiteral ;
  geo-pos:lat "34.62"^^xsd:decimal ;
  geo-pos:long "140.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3631'^^xsd:integer;
  dwc:scientificName 'Storthyngura fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.53'^^xsd:double;
  dwc:latitude '34.62'^^xsd:double;
  dwc:aphiaid '294756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3631'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.62 140.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.62"^^xsd:decimal ;
  dwc:decimalLongitude "140.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.62 140.53)"^^geo:wktLiteral ;
  geo-pos:lat "34.62"^^xsd:decimal ;
  geo-pos:long "140.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3735'^^xsd:integer;
  dwc:scientificName 'Eurycope fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.53'^^xsd:double;
  dwc:latitude '34.62'^^xsd:double;
  dwc:aphiaid '882356'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6167 140.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6167"^^xsd:decimal ;
  dwc:decimalLongitude "140.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6167 140.533)"^^geo:wktLiteral ;
  geo-pos:lat "34.6167"^^xsd:decimal ;
  geo-pos:long "140.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11497'^^xsd:integer;
  dwc:scientificName 'Bathynanus dalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.533'^^xsd:double;
  dwc:latitude '34.6167'^^xsd:double;
  dwc:aphiaid '235568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11497'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235568'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8083 140.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.8083"^^xsd:decimal ;
  dwc:decimalLongitude "140.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8083 140.64)"^^geo:wktLiteral ;
  geo-pos:lat "30.8083"^^xsd:decimal ;
  geo-pos:long "140.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14780'^^xsd:integer;
  dwc:scientificName 'Abra profundorum japonicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.64'^^xsd:double;
  dwc:latitude '30.8083'^^xsd:double;
  dwc:aphiaid '546053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14780'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.6167 140.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.6167"^^xsd:decimal ;
  dwc:decimalLongitude "140.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.6167 140.675)"^^geo:wktLiteral ;
  geo-pos:lat "30.6167"^^xsd:decimal ;
  geo-pos:long "140.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15476'^^xsd:integer;
  dwc:scientificName 'Limatula filatovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.675'^^xsd:double;
  dwc:latitude '30.6167'^^xsd:double;
  dwc:aphiaid '505564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '505564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.6167 140.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.6167"^^xsd:decimal ;
  dwc:decimalLongitude "140.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.6167 140.675)"^^geo:wktLiteral ;
  geo-pos:lat "30.6167"^^xsd:decimal ;
  geo-pos:long "140.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15477'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.675'^^xsd:double;
  dwc:latitude '30.6167'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9867 140.687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.9867"^^xsd:decimal ;
  dwc:decimalLongitude "140.687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.9867 140.687)"^^geo:wktLiteral ;
  geo-pos:lat "32.9867"^^xsd:decimal ;
  geo-pos:long "140.687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16428'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.687'^^xsd:double;
  dwc:latitude '32.9867'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.9833 140.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.9833"^^xsd:decimal ;
  dwc:decimalLongitude "140.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.9833 140.717)"^^geo:wktLiteral ;
  geo-pos:lat "30.9833"^^xsd:decimal ;
  geo-pos:long "140.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10383'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.717'^^xsd:double;
  dwc:latitude '30.9833'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10383'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.85 140.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.85"^^xsd:decimal ;
  dwc:decimalLongitude "140.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.85 140.733)"^^geo:wktLiteral ;
  geo-pos:lat "30.85"^^xsd:decimal ;
  geo-pos:long "140.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10384'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.733'^^xsd:double;
  dwc:latitude '30.85'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10384'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0917 140.742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.0917"^^xsd:decimal ;
  dwc:decimalLongitude "140.742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.0917 140.742)"^^geo:wktLiteral ;
  geo-pos:lat "33.0917"^^xsd:decimal ;
  geo-pos:long "140.742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16248'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.742'^^xsd:double;
  dwc:latitude '33.0917'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5833 140.758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5833"^^xsd:decimal ;
  dwc:decimalLongitude "140.758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5833 140.758)"^^geo:wktLiteral ;
  geo-pos:lat "31.5833"^^xsd:decimal ;
  geo-pos:long "140.758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15615'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.758'^^xsd:double;
  dwc:latitude '31.5833'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9833 140.758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9833"^^xsd:decimal ;
  dwc:decimalLongitude "140.758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9833 140.758)"^^geo:wktLiteral ;
  geo-pos:lat "31.9833"^^xsd:decimal ;
  geo-pos:long "140.758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15621'^^xsd:integer;
  dwc:scientificName 'Lamellinucula izushotoensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.758'^^xsd:double;
  dwc:latitude '31.9833'^^xsd:double;
  dwc:aphiaid '539956'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9833 140.758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9833"^^xsd:decimal ;
  dwc:decimalLongitude "140.758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9833 140.758)"^^geo:wktLiteral ;
  geo-pos:lat "31.9833"^^xsd:decimal ;
  geo-pos:long "140.758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15617'^^xsd:integer;
  dwc:scientificName 'Bathoxiphus colami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.758'^^xsd:double;
  dwc:latitude '31.9833'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15617'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.65 140.783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.65"^^xsd:decimal ;
  dwc:decimalLongitude "140.783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.65 140.783)"^^geo:wktLiteral ;
  geo-pos:lat "30.65"^^xsd:decimal ;
  geo-pos:long "140.783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10385'^^xsd:integer;
  dwc:scientificName 'Sipunculus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.783'^^xsd:double;
  dwc:latitude '30.65'^^xsd:double;
  dwc:aphiaid '424077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10385'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6317 140.787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.6317"^^xsd:decimal ;
  dwc:decimalLongitude "140.787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.6317 140.787)"^^geo:wktLiteral ;
  geo-pos:lat "31.6317"^^xsd:decimal ;
  geo-pos:long "140.787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16045'^^xsd:integer;
  dwc:scientificName 'Lamellinucula izushotoensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '140.787'^^xsd:double;
  dwc:latitude '31.6317'^^xsd:double;
  dwc:aphiaid '539956'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1417 141.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1417"^^xsd:decimal ;
  dwc:decimalLongitude "141.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1417 141.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.1417"^^xsd:decimal ;
  geo-pos:long "141.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16251'^^xsd:integer;
  dwc:scientificName 'Cuspidaria abyssopacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.09'^^xsd:double;
  dwc:latitude '32.1417'^^xsd:double;
  dwc:aphiaid '407259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1417 141.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1417"^^xsd:decimal ;
  dwc:decimalLongitude "141.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1417 141.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.1417"^^xsd:decimal ;
  geo-pos:long "141.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16249'^^xsd:integer;
  dwc:scientificName 'Bentharca asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.09'^^xsd:double;
  dwc:latitude '32.1417'^^xsd:double;
  dwc:aphiaid '138801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1417 141.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1417"^^xsd:decimal ;
  dwc:decimalLongitude "141.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1417 141.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.1417"^^xsd:decimal ;
  geo-pos:long "141.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16250'^^xsd:integer;
  dwc:scientificName 'Bathoxiphus colami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.09'^^xsd:double;
  dwc:latitude '32.1417'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16250'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.775 141.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.775"^^xsd:decimal ;
  dwc:decimalLongitude "141.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.775 141.403)"^^geo:wktLiteral ;
  geo-pos:lat "30.775"^^xsd:decimal ;
  geo-pos:long "141.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15870'^^xsd:integer;
  dwc:scientificName 'Modiolus abyssicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.403'^^xsd:double;
  dwc:latitude '30.775'^^xsd:double;
  dwc:aphiaid '428722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15870'^^xsd:anyURI;
  dwc:aphiaIdAccepted '505974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.03 141.487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.03"^^xsd:decimal ;
  dwc:decimalLongitude "141.487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.03 141.487)"^^geo:wktLiteral ;
  geo-pos:lat "31.03"^^xsd:decimal ;
  geo-pos:long "141.487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15620'^^xsd:integer;
  dwc:scientificName 'Tindaria antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.487'^^xsd:double;
  dwc:latitude '31.03'^^xsd:double;
  dwc:aphiaid '197471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.03 141.487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.03"^^xsd:decimal ;
  dwc:decimalLongitude "141.487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.03 141.487)"^^geo:wktLiteral ;
  geo-pos:lat "31.03"^^xsd:decimal ;
  geo-pos:long "141.487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15616'^^xsd:integer;
  dwc:scientificName 'Tindaria murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.487'^^xsd:double;
  dwc:latitude '31.03'^^xsd:double;
  dwc:aphiaid '506459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.03 141.487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.03"^^xsd:decimal ;
  dwc:decimalLongitude "141.487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.03 141.487)"^^geo:wktLiteral ;
  geo-pos:lat "31.03"^^xsd:decimal ;
  geo-pos:long "141.487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15618'^^xsd:integer;
  dwc:scientificName 'Delectopecten profundicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.487'^^xsd:double;
  dwc:latitude '31.03'^^xsd:double;
  dwc:aphiaid '391808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '391809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1967"^^xsd:decimal ;
  dwc:decimalLongitude "141.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  geo-pos:lat "31.1967"^^xsd:decimal ;
  geo-pos:long "141.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16046'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.683'^^xsd:double;
  dwc:latitude '31.1967'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1967"^^xsd:decimal ;
  dwc:decimalLongitude "141.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  geo-pos:lat "31.1967"^^xsd:decimal ;
  geo-pos:long "141.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16047'^^xsd:integer;
  dwc:scientificName 'Abra profundorum japonicum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.683'^^xsd:double;
  dwc:latitude '31.1967'^^xsd:double;
  dwc:aphiaid '546053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1967"^^xsd:decimal ;
  dwc:decimalLongitude "141.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  geo-pos:lat "31.1967"^^xsd:decimal ;
  geo-pos:long "141.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16048'^^xsd:integer;
  dwc:scientificName 'Tindaria similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.683'^^xsd:double;
  dwc:latitude '31.1967'^^xsd:double;
  dwc:aphiaid '544080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1967"^^xsd:decimal ;
  dwc:decimalLongitude "141.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  geo-pos:lat "31.1967"^^xsd:decimal ;
  geo-pos:long "141.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16049'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.683'^^xsd:double;
  dwc:latitude '31.1967'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1967"^^xsd:decimal ;
  dwc:decimalLongitude "141.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1967 141.683)"^^geo:wktLiteral ;
  geo-pos:lat "31.1967"^^xsd:decimal ;
  geo-pos:long "141.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16050'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.683'^^xsd:double;
  dwc:latitude '31.1967'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 141.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9"^^xsd:decimal ;
  dwc:decimalLongitude "141.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 141.72)"^^geo:wktLiteral ;
  geo-pos:lat "37.9"^^xsd:decimal ;
  geo-pos:long "141.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3453'^^xsd:integer;
  dwc:scientificName 'Stylomesus pacificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.72'^^xsd:double;
  dwc:latitude '37.9'^^xsd:double;
  dwc:aphiaid '264240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258038'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.91 141.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.91"^^xsd:decimal ;
  dwc:decimalLongitude "141.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.91 141.73)"^^geo:wktLiteral ;
  geo-pos:lat "37.91"^^xsd:decimal ;
  geo-pos:long "141.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3010'^^xsd:integer;
  dwc:scientificName 'Austroniscus karamani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.73'^^xsd:double;
  dwc:latitude '37.91'^^xsd:double;
  dwc:aphiaid '256283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1733 141.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1733"^^xsd:decimal ;
  dwc:decimalLongitude "141.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1733 141.733)"^^geo:wktLiteral ;
  geo-pos:lat "31.1733"^^xsd:decimal ;
  geo-pos:long "141.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15894'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.733'^^xsd:double;
  dwc:latitude '31.1733'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15894'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1733 141.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1733"^^xsd:decimal ;
  dwc:decimalLongitude "141.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1733 141.733)"^^geo:wktLiteral ;
  geo-pos:lat "31.1733"^^xsd:decimal ;
  geo-pos:long "141.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15895'^^xsd:integer;
  dwc:scientificName 'Tindaria antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.733'^^xsd:double;
  dwc:latitude '31.1733'^^xsd:double;
  dwc:aphiaid '197471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15895'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1733 141.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1733"^^xsd:decimal ;
  dwc:decimalLongitude "141.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1733 141.733)"^^geo:wktLiteral ;
  geo-pos:lat "31.1733"^^xsd:decimal ;
  geo-pos:long "141.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15896'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.733'^^xsd:double;
  dwc:latitude '31.1733'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15896'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1733 141.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.1733"^^xsd:decimal ;
  dwc:decimalLongitude "141.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.1733 141.733)"^^geo:wktLiteral ;
  geo-pos:lat "31.1733"^^xsd:decimal ;
  geo-pos:long "141.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15897'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.733'^^xsd:double;
  dwc:latitude '31.1733'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15897'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8567 141.897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.8567"^^xsd:decimal ;
  dwc:decimalLongitude "141.897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8567 141.897)"^^geo:wktLiteral ;
  geo-pos:lat "30.8567"^^xsd:decimal ;
  geo-pos:long "141.897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15702'^^xsd:integer;
  dwc:scientificName 'Cuspidaria abyssopacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.897'^^xsd:double;
  dwc:latitude '30.8567'^^xsd:double;
  dwc:aphiaid '407259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8567 141.897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.8567"^^xsd:decimal ;
  dwc:decimalLongitude "141.897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8567 141.897)"^^geo:wktLiteral ;
  geo-pos:lat "30.8567"^^xsd:decimal ;
  geo-pos:long "141.897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15703'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.897'^^xsd:double;
  dwc:latitude '30.8567'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8567 141.897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.8567"^^xsd:decimal ;
  dwc:decimalLongitude "141.897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8567 141.897)"^^geo:wktLiteral ;
  geo-pos:lat "30.8567"^^xsd:decimal ;
  geo-pos:long "141.897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15705'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '141.897'^^xsd:double;
  dwc:latitude '30.8567'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15705'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9167 142.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9167"^^xsd:decimal ;
  dwc:decimalLongitude "142.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9167 142.05)"^^geo:wktLiteral ;
  geo-pos:lat "58.9167"^^xsd:decimal ;
  geo-pos:long "142.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4830'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.05'^^xsd:double;
  dwc:latitude '58.9167'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4830'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9167 142.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9167"^^xsd:decimal ;
  dwc:decimalLongitude "142.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9167 142.05)"^^geo:wktLiteral ;
  geo-pos:lat "58.9167"^^xsd:decimal ;
  geo-pos:long "142.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4456'^^xsd:integer;
  dwc:scientificName 'Neotanais barfoerdi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.05'^^xsd:double;
  dwc:latitude '58.9167'^^xsd:double;
  dwc:aphiaid '247378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4456'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9167 142.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9167"^^xsd:decimal ;
  dwc:decimalLongitude "142.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9167 142.05)"^^geo:wktLiteral ;
  geo-pos:lat "58.9167"^^xsd:decimal ;
  geo-pos:long "142.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4194'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.05'^^xsd:double;
  dwc:latitude '58.9167'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4194'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 142.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "142.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 142.1)"^^geo:wktLiteral ;
  geo-pos:lat "34.42"^^xsd:decimal ;
  geo-pos:long "142.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3489'^^xsd:integer;
  dwc:scientificName 'Haplomesus consanguesis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.1'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:aphiaid '255884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0917 142.177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0917"^^xsd:decimal ;
  dwc:decimalLongitude "142.177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0917 142.177)"^^geo:wktLiteral ;
  geo-pos:lat "30.0917"^^xsd:decimal ;
  geo-pos:long "142.177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15606'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.177'^^xsd:double;
  dwc:latitude '30.0917'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0917 142.177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0917"^^xsd:decimal ;
  dwc:decimalLongitude "142.177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0917 142.177)"^^geo:wktLiteral ;
  geo-pos:lat "30.0917"^^xsd:decimal ;
  geo-pos:long "142.177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15607'^^xsd:integer;
  dwc:scientificName 'Bathoxiphus colami'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.177'^^xsd:double;
  dwc:latitude '30.0917'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15607'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0883 142.212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.0883"^^xsd:decimal ;
  dwc:decimalLongitude "142.212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.0883 142.212)"^^geo:wktLiteral ;
  geo-pos:lat "30.0883"^^xsd:decimal ;
  geo-pos:long "142.212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15619'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.212'^^xsd:double;
  dwc:latitude '30.0883'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.2417"^^xsd:decimal ;
  dwc:decimalLongitude "142.508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  geo-pos:lat "29.2417"^^xsd:decimal ;
  geo-pos:long "142.508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4809'^^xsd:integer;
  dwc:scientificName 'Paragathotanais typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.508'^^xsd:double;
  dwc:latitude '29.2417'^^xsd:double;
  dwc:aphiaid '136378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.2417"^^xsd:decimal ;
  dwc:decimalLongitude "142.508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  geo-pos:lat "29.2417"^^xsd:decimal ;
  geo-pos:long "142.508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5150'^^xsd:integer;
  dwc:scientificName 'Libanius longicephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.508'^^xsd:double;
  dwc:latitude '29.2417'^^xsd:double;
  dwc:aphiaid '247457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5150'^^xsd:anyURI;
  dwc:aphiaIdAccepted '607931'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.2417"^^xsd:decimal ;
  dwc:decimalLongitude "142.508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  geo-pos:lat "29.2417"^^xsd:decimal ;
  geo-pos:long "142.508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5104'^^xsd:integer;
  dwc:scientificName 'Collettea minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.508'^^xsd:double;
  dwc:latitude '29.2417'^^xsd:double;
  dwc:aphiaid '136349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.2417"^^xsd:decimal ;
  dwc:decimalLongitude "142.508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  geo-pos:lat "29.2417"^^xsd:decimal ;
  geo-pos:long "142.508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5335'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.508'^^xsd:double;
  dwc:latitude '29.2417'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5335'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.2417"^^xsd:decimal ;
  dwc:decimalLongitude "142.508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  geo-pos:lat "29.2417"^^xsd:decimal ;
  geo-pos:long "142.508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5386'^^xsd:integer;
  dwc:scientificName 'Pseudotanais affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.508'^^xsd:double;
  dwc:latitude '29.2417'^^xsd:double;
  dwc:aphiaid '136500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5386'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.2417"^^xsd:decimal ;
  dwc:decimalLongitude "142.508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  geo-pos:lat "29.2417"^^xsd:decimal ;
  geo-pos:long "142.508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5951'^^xsd:integer;
  dwc:scientificName 'Robustochelia robusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.508'^^xsd:double;
  dwc:latitude '29.2417'^^xsd:double;
  dwc:aphiaid '183393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.2417"^^xsd:decimal ;
  dwc:decimalLongitude "142.508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  geo-pos:lat "29.2417"^^xsd:decimal ;
  geo-pos:long "142.508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5940'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.508'^^xsd:double;
  dwc:latitude '29.2417'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.2417"^^xsd:decimal ;
  dwc:decimalLongitude "142.508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.2417 142.508)"^^geo:wktLiteral ;
  geo-pos:lat "29.2417"^^xsd:decimal ;
  geo-pos:long "142.508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5589'^^xsd:integer;
  dwc:scientificName 'Pseudotanais nordenskioldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.508'^^xsd:double;
  dwc:latitude '29.2417'^^xsd:double;
  dwc:aphiaid '244602'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5589'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1296693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2667"^^xsd:decimal ;
  dwc:decimalLongitude "142.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  geo-pos:lat "58.2667"^^xsd:decimal ;
  geo-pos:long "142.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5032'^^xsd:integer;
  dwc:scientificName 'Paranarthrura zevinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.567'^^xsd:double;
  dwc:latitude '58.2667'^^xsd:double;
  dwc:aphiaid '247419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2667"^^xsd:decimal ;
  dwc:decimalLongitude "142.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  geo-pos:lat "58.2667"^^xsd:decimal ;
  geo-pos:long "142.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5279'^^xsd:integer;
  dwc:scientificName 'Typhlotanais magnificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.567'^^xsd:double;
  dwc:latitude '58.2667'^^xsd:double;
  dwc:aphiaid '244623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237599'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2667"^^xsd:decimal ;
  dwc:decimalLongitude "142.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  geo-pos:lat "58.2667"^^xsd:decimal ;
  geo-pos:long "142.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5302'^^xsd:integer;
  dwc:scientificName 'Typhlotanais rectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.567'^^xsd:double;
  dwc:latitude '58.2667'^^xsd:double;
  dwc:aphiaid '244653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2667"^^xsd:decimal ;
  dwc:decimalLongitude "142.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  geo-pos:lat "58.2667"^^xsd:decimal ;
  geo-pos:long "142.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5556'^^xsd:integer;
  dwc:scientificName 'Pseudotanais inflatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.567'^^xsd:double;
  dwc:latitude '58.2667'^^xsd:double;
  dwc:aphiaid '247643'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2667"^^xsd:decimal ;
  dwc:decimalLongitude "142.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2667 142.567)"^^geo:wktLiteral ;
  geo-pos:lat "58.2667"^^xsd:decimal ;
  geo-pos:long "142.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4195'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.567'^^xsd:double;
  dwc:latitude '58.2667'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.57 142.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.57"^^xsd:decimal ;
  dwc:decimalLongitude "142.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.57 142.68)"^^geo:wktLiteral ;
  geo-pos:lat "30.57"^^xsd:decimal ;
  geo-pos:long "142.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3606'^^xsd:integer;
  dwc:scientificName 'Storthyngura bicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.68'^^xsd:double;
  dwc:latitude '30.57'^^xsd:double;
  dwc:aphiaid '294750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263959'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.57 142.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.57"^^xsd:decimal ;
  dwc:decimalLongitude "142.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.57 142.68)"^^geo:wktLiteral ;
  geo-pos:lat "30.57"^^xsd:decimal ;
  geo-pos:long "142.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3678'^^xsd:integer;
  dwc:scientificName 'Storthyngura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.68'^^xsd:double;
  dwc:latitude '30.57'^^xsd:double;
  dwc:aphiaid '294770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 142.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "142.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 142.988)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "142.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15704'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '142.988'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15704'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.18"^^xsd:decimal ;
  dwc:decimalLongitude "143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143)"^^geo:wktLiteral ;
  geo-pos:lat "32.18"^^xsd:decimal ;
  geo-pos:long "143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3419'^^xsd:integer;
  dwc:scientificName 'Stylomesus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143'^^xsd:integer;
  dwc:latitude '32.18'^^xsd:double;
  dwc:aphiaid '258031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3419'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.18"^^xsd:decimal ;
  dwc:decimalLongitude "143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143)"^^geo:wktLiteral ;
  geo-pos:lat "32.18"^^xsd:decimal ;
  geo-pos:long "143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3314'^^xsd:integer;
  dwc:scientificName 'Hydroniscus vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143'^^xsd:integer;
  dwc:latitude '32.18'^^xsd:double;
  dwc:aphiaid '255850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3314'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.95"^^xsd:decimal ;
  dwc:decimalLongitude "143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.95 143)"^^geo:wktLiteral ;
  geo-pos:lat "38.95"^^xsd:decimal ;
  geo-pos:long "143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3943'^^xsd:integer;
  dwc:scientificName 'Eurycope acuticoxalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143'^^xsd:integer;
  dwc:latitude '38.95'^^xsd:double;
  dwc:aphiaid '294726'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258021'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.15)"^^geo:wktLiteral ;
  geo-pos:lat "32.18"^^xsd:decimal ;
  geo-pos:long "143.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3109'^^xsd:integer;
  dwc:scientificName 'Macrostylis curticornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.15'^^xsd:double;
  dwc:latitude '32.18'^^xsd:double;
  dwc:aphiaid '256099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.15)"^^geo:wktLiteral ;
  geo-pos:lat "32.18"^^xsd:decimal ;
  geo-pos:long "143.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3147'^^xsd:integer;
  dwc:scientificName 'Macrostylis zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.15'^^xsd:double;
  dwc:latitude '32.18'^^xsd:double;
  dwc:aphiaid '256136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.15)"^^geo:wktLiteral ;
  geo-pos:lat "32.18"^^xsd:decimal ;
  geo-pos:long "143.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3284'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.15'^^xsd:double;
  dwc:latitude '32.18'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3284'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.18 143.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.18 143.16)"^^geo:wktLiteral ;
  geo-pos:lat "31.18"^^xsd:decimal ;
  geo-pos:long "143.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3452'^^xsd:integer;
  dwc:scientificName 'Stylomesus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.16'^^xsd:double;
  dwc:latitude '31.18'^^xsd:double;
  dwc:aphiaid '258036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258036'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.16)"^^geo:wktLiteral ;
  geo-pos:lat "32.18"^^xsd:decimal ;
  geo-pos:long "143.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3296'^^xsd:integer;
  dwc:scientificName 'Haploniscus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.16'^^xsd:double;
  dwc:latitude '32.18'^^xsd:double;
  dwc:aphiaid '255819'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3296'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255819'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.16)"^^geo:wktLiteral ;
  geo-pos:lat "32.18"^^xsd:decimal ;
  geo-pos:long "143.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3064'^^xsd:integer;
  dwc:scientificName 'Nannoniscus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.16'^^xsd:double;
  dwc:latitude '32.18'^^xsd:double;
  dwc:aphiaid '256313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.18 143.16)"^^geo:wktLiteral ;
  geo-pos:lat "32.18"^^xsd:decimal ;
  geo-pos:long "143.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3424'^^xsd:integer;
  dwc:scientificName 'Haplomesus brevispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.16'^^xsd:double;
  dwc:latitude '32.18'^^xsd:double;
  dwc:aphiaid '255881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3424'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1587730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1833 143.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1833"^^xsd:decimal ;
  dwc:decimalLongitude "143.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1833 143.167)"^^geo:wktLiteral ;
  geo-pos:lat "32.1833"^^xsd:decimal ;
  geo-pos:long "143.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9542'^^xsd:integer;
  dwc:scientificName 'Cladorhiza longipinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.167'^^xsd:double;
  dwc:latitude '32.1833'^^xsd:double;
  dwc:aphiaid '168235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 143.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6333"^^xsd:decimal ;
  dwc:decimalLongitude "143.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 143.2)"^^geo:wktLiteral ;
  geo-pos:lat "57.6333"^^xsd:decimal ;
  geo-pos:long "143.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5251'^^xsd:integer;
  dwc:scientificName 'Typhlotanais grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.2'^^xsd:double;
  dwc:latitude '57.6333'^^xsd:double;
  dwc:aphiaid '136559'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3 143.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.3"^^xsd:decimal ;
  dwc:decimalLongitude "143.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.3 143.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.3"^^xsd:decimal ;
  geo-pos:long "143.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16433'^^xsd:integer;
  dwc:scientificName 'Bathyneaera disa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.25'^^xsd:double;
  dwc:latitude '29.3'^^xsd:double;
  dwc:aphiaid '408513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.305 143.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.305"^^xsd:decimal ;
  dwc:decimalLongitude "143.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.305 143.253)"^^geo:wktLiteral ;
  geo-pos:lat "29.305"^^xsd:decimal ;
  geo-pos:long "143.253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4810'^^xsd:integer;
  dwc:scientificName 'Paragathotanais typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.253'^^xsd:double;
  dwc:latitude '29.305'^^xsd:double;
  dwc:aphiaid '136378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4810'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.305 143.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.305"^^xsd:decimal ;
  dwc:decimalLongitude "143.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.305 143.253)"^^geo:wktLiteral ;
  geo-pos:lat "29.305"^^xsd:decimal ;
  geo-pos:long "143.253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4416'^^xsd:integer;
  dwc:scientificName 'Neotanais americanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.253'^^xsd:double;
  dwc:latitude '29.305'^^xsd:double;
  dwc:aphiaid '136330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4416'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3083 143.258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.3083"^^xsd:decimal ;
  dwc:decimalLongitude "143.258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.3083 143.258)"^^geo:wktLiteral ;
  geo-pos:lat "28.3083"^^xsd:decimal ;
  geo-pos:long "143.258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9203'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus quadricornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.258'^^xsd:double;
  dwc:latitude '28.3083'^^xsd:double;
  dwc:aphiaid '406639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.45 143.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.45"^^xsd:decimal ;
  dwc:decimalLongitude "143.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.45 143.367)"^^geo:wktLiteral ;
  geo-pos:lat "25.45"^^xsd:decimal ;
  geo-pos:long "143.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9566'^^xsd:integer;
  dwc:scientificName 'Cladorhiza septemdentalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.367'^^xsd:double;
  dwc:latitude '25.45'^^xsd:double;
  dwc:aphiaid '168245'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9566'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466640'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.5333 143.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.5333"^^xsd:decimal ;
  dwc:decimalLongitude "143.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.5333 143.367)"^^geo:wktLiteral ;
  geo-pos:lat "37.5333"^^xsd:decimal ;
  geo-pos:long "143.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16437'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.367'^^xsd:double;
  dwc:latitude '37.5333'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.75 143.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.75"^^xsd:decimal ;
  dwc:decimalLongitude "143.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.75 143.37)"^^geo:wktLiteral ;
  geo-pos:lat "39.75"^^xsd:decimal ;
  geo-pos:long "143.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3310'^^xsd:integer;
  dwc:scientificName 'Hydroniscus vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.37'^^xsd:double;
  dwc:latitude '39.75'^^xsd:double;
  dwc:aphiaid '255850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3310'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 143.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "143.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 143.38)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "143.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3108'^^xsd:integer;
  dwc:scientificName 'Macrostylis curticornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.38'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '256099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 143.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "143.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 143.38)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "143.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3434'^^xsd:integer;
  dwc:scientificName 'Haplomesus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.38'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '255889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3434'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 143.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "143.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 143.38)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "143.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3672'^^xsd:integer;
  dwc:scientificName 'Storthyngura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.38'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '294770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 143.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "143.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 143.383)"^^geo:wktLiteral ;
  geo-pos:lat "37"^^xsd:decimal ;
  geo-pos:long "143.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15234'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.383'^^xsd:double;
  dwc:latitude '37'^^xsd:integer;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.5833 143.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.5833"^^xsd:decimal ;
  dwc:decimalLongitude "143.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.5833 143.417)"^^geo:wktLiteral ;
  geo-pos:lat "37.5833"^^xsd:decimal ;
  geo-pos:long "143.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '217'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus jedsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.417'^^xsd:double;
  dwc:latitude '37.5833'^^xsd:double;
  dwc:aphiaid '182088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3967 143.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.3967"^^xsd:decimal ;
  dwc:decimalLongitude "143.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.3967 143.452)"^^geo:wktLiteral ;
  geo-pos:lat "11.3967"^^xsd:decimal ;
  geo-pos:long "143.452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4503'^^xsd:integer;
  dwc:scientificName 'Neotanais insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.452'^^xsd:double;
  dwc:latitude '11.3967'^^xsd:double;
  dwc:aphiaid '247385'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4503'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.67 143.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.67"^^xsd:decimal ;
  dwc:decimalLongitude "143.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.67 143.49)"^^geo:wktLiteral ;
  geo-pos:lat "38.67"^^xsd:decimal ;
  geo-pos:long "143.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3569'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.49'^^xsd:double;
  dwc:latitude '38.67'^^xsd:double;
  dwc:aphiaid '255624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1133 143.785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.1133"^^xsd:decimal ;
  dwc:decimalLongitude "143.785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1133 143.785)"^^geo:wktLiteral ;
  geo-pos:lat "24.1133"^^xsd:decimal ;
  geo-pos:long "143.785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5198'^^xsd:integer;
  dwc:scientificName 'Leptognathia microcephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.785'^^xsd:double;
  dwc:latitude '24.1133'^^xsd:double;
  dwc:aphiaid '247584'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1133 143.785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.1133"^^xsd:decimal ;
  dwc:decimalLongitude "143.785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1133 143.785)"^^geo:wktLiteral ;
  geo-pos:lat "24.1133"^^xsd:decimal ;
  geo-pos:long "143.785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5244'^^xsd:integer;
  dwc:scientificName 'Typhlotanais elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.785'^^xsd:double;
  dwc:latitude '24.1133'^^xsd:double;
  dwc:aphiaid '247689'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1133 143.785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.1133"^^xsd:decimal ;
  dwc:decimalLongitude "143.785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.1133 143.785)"^^geo:wktLiteral ;
  geo-pos:lat "24.1133"^^xsd:decimal ;
  geo-pos:long "143.785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5305'^^xsd:integer;
  dwc:scientificName 'Typhlotanais rectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.785'^^xsd:double;
  dwc:latitude '24.1133'^^xsd:double;
  dwc:aphiaid '244653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5305'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 143.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.68"^^xsd:decimal ;
  dwc:decimalLongitude "143.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 143.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.68"^^xsd:decimal ;
  geo-pos:long "143.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3520'^^xsd:integer;
  dwc:scientificName 'Janirella spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.9'^^xsd:double;
  dwc:latitude '37.68'^^xsd:double;
  dwc:aphiaid '255955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 143.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.68"^^xsd:decimal ;
  dwc:decimalLongitude "143.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 143.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.68"^^xsd:decimal ;
  geo-pos:long "143.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3823'^^xsd:integer;
  dwc:scientificName 'Eurycope ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.9'^^xsd:double;
  dwc:latitude '37.68'^^xsd:double;
  dwc:aphiaid '255753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3823'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477186'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 143.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.68"^^xsd:decimal ;
  dwc:decimalLongitude "143.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 143.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.68"^^xsd:decimal ;
  geo-pos:long "143.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3884'^^xsd:integer;
  dwc:scientificName 'Ilyarachna kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.9'^^xsd:double;
  dwc:latitude '37.68'^^xsd:double;
  dwc:aphiaid '255863'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255863'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 143.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.68"^^xsd:decimal ;
  dwc:decimalLongitude "143.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 143.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.68"^^xsd:decimal ;
  geo-pos:long "143.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3813'^^xsd:integer;
  dwc:scientificName 'Eurycope curtirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.9'^^xsd:double;
  dwc:latitude '37.68'^^xsd:double;
  dwc:aphiaid '255736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3813'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255736'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6833 143.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.6833"^^xsd:decimal ;
  dwc:decimalLongitude "143.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.6833 143.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.6833"^^xsd:decimal ;
  geo-pos:long "143.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15475'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.9'^^xsd:double;
  dwc:latitude '37.6833'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 143.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7"^^xsd:decimal ;
  dwc:decimalLongitude "143.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 143.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.7"^^xsd:decimal ;
  geo-pos:long "143.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5219'^^xsd:integer;
  dwc:scientificName 'Heterotanoides ornatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.9'^^xsd:double;
  dwc:latitude '37.7'^^xsd:double;
  dwc:aphiaid '247534'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5219'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247534'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 143.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7"^^xsd:decimal ;
  dwc:decimalLongitude "143.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 143.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.7"^^xsd:decimal ;
  geo-pos:long "143.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5304'^^xsd:integer;
  dwc:scientificName 'Typhlotanais rectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.9'^^xsd:double;
  dwc:latitude '37.7'^^xsd:double;
  dwc:aphiaid '244653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 143.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7"^^xsd:decimal ;
  dwc:decimalLongitude "143.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 143.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.7"^^xsd:decimal ;
  geo-pos:long "143.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5927'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.9'^^xsd:double;
  dwc:latitude '37.7'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5927'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17 143.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.17"^^xsd:decimal ;
  dwc:decimalLongitude "143.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17 143.93)"^^geo:wktLiteral ;
  geo-pos:lat "38.17"^^xsd:decimal ;
  geo-pos:long "143.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3427'^^xsd:integer;
  dwc:scientificName 'Haplomesus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.93'^^xsd:double;
  dwc:latitude '38.17'^^xsd:double;
  dwc:aphiaid '255889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3427'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17 143.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.17"^^xsd:decimal ;
  dwc:decimalLongitude "143.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17 143.93)"^^geo:wktLiteral ;
  geo-pos:lat "38.17"^^xsd:decimal ;
  geo-pos:long "143.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3509'^^xsd:integer;
  dwc:scientificName 'Janirella fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.93'^^xsd:double;
  dwc:latitude '38.17'^^xsd:double;
  dwc:aphiaid '255942'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3509'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 143.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 143.93)"^^geo:wktLiteral ;
  geo-pos:lat "38.18"^^xsd:decimal ;
  geo-pos:long "143.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3309'^^xsd:integer;
  dwc:scientificName 'Hydroniscus vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.93'^^xsd:double;
  dwc:latitude '38.18'^^xsd:double;
  dwc:aphiaid '255850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3309'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 143.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 143.93)"^^geo:wktLiteral ;
  geo-pos:lat "38.18"^^xsd:decimal ;
  geo-pos:long "143.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3608'^^xsd:integer;
  dwc:scientificName 'Storthyngura bicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.93'^^xsd:double;
  dwc:latitude '38.18'^^xsd:double;
  dwc:aphiaid '294750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3608'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263959'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1833 143.933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1833"^^xsd:decimal ;
  dwc:decimalLongitude "143.933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1833 143.933)"^^geo:wktLiteral ;
  geo-pos:lat "38.1833"^^xsd:decimal ;
  geo-pos:long "143.933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4606'^^xsd:integer;
  dwc:scientificName 'Neotanais wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.933'^^xsd:double;
  dwc:latitude '38.1833'^^xsd:double;
  dwc:aphiaid '247396'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4606'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1833 143.933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1833"^^xsd:decimal ;
  dwc:decimalLongitude "143.933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1833 143.933)"^^geo:wktLiteral ;
  geo-pos:lat "38.1833"^^xsd:decimal ;
  geo-pos:long "143.933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17070'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.933'^^xsd:double;
  dwc:latitude '38.1833'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17070'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1833 143.933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1833"^^xsd:decimal ;
  dwc:decimalLongitude "143.933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1833 143.933)"^^geo:wktLiteral ;
  geo-pos:lat "38.1833"^^xsd:decimal ;
  geo-pos:long "143.933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16869'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.933'^^xsd:double;
  dwc:latitude '38.1833'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16869'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1692 143.934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1692"^^xsd:decimal ;
  dwc:decimalLongitude "143.934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1692 143.934)"^^geo:wktLiteral ;
  geo-pos:lat "38.1692"^^xsd:decimal ;
  geo-pos:long "143.934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11071'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.934'^^xsd:double;
  dwc:latitude '38.1692'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11071'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1692 143.934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1692"^^xsd:decimal ;
  dwc:decimalLongitude "143.934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1692 143.934)"^^geo:wktLiteral ;
  geo-pos:lat "38.1692"^^xsd:decimal ;
  geo-pos:long "143.934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11091'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.934'^^xsd:double;
  dwc:latitude '38.1692'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1692 143.934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.1692"^^xsd:decimal ;
  dwc:decimalLongitude "143.934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.1692 143.934)"^^geo:wktLiteral ;
  geo-pos:lat "38.1692"^^xsd:decimal ;
  geo-pos:long "143.934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11081'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.934'^^xsd:double;
  dwc:latitude '38.1692'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17 143.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.17"^^xsd:decimal ;
  dwc:decimalLongitude "143.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.17 143.94)"^^geo:wktLiteral ;
  geo-pos:lat "38.17"^^xsd:decimal ;
  geo-pos:long "143.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3446'^^xsd:integer;
  dwc:scientificName 'Ischnomesus andriashevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.94'^^xsd:double;
  dwc:latitude '38.17'^^xsd:double;
  dwc:aphiaid '255910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3446'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255910'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 143.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 143.94)"^^geo:wktLiteral ;
  geo-pos:lat "38.18"^^xsd:decimal ;
  geo-pos:long "143.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3886'^^xsd:integer;
  dwc:scientificName 'Ilyarachna kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.94'^^xsd:double;
  dwc:latitude '38.18'^^xsd:double;
  dwc:aphiaid '255863'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255863'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 143.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.18"^^xsd:decimal ;
  dwc:decimalLongitude "143.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 143.94)"^^geo:wktLiteral ;
  geo-pos:lat "38.18"^^xsd:decimal ;
  geo-pos:long "143.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3942'^^xsd:integer;
  dwc:scientificName 'Eurycope acuticoxalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.94'^^xsd:double;
  dwc:latitude '38.18'^^xsd:double;
  dwc:aphiaid '294726'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3942'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258021'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.03 143.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.03"^^xsd:decimal ;
  dwc:decimalLongitude "143.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.03 143.95)"^^geo:wktLiteral ;
  geo-pos:lat "38.03"^^xsd:decimal ;
  geo-pos:long "143.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3643'^^xsd:integer;
  dwc:scientificName 'Storthyngura herculea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.95'^^xsd:double;
  dwc:latitude '38.03'^^xsd:double;
  dwc:aphiaid '294758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3643'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9333 143.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9333"^^xsd:decimal ;
  dwc:decimalLongitude "143.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9333 143.95)"^^geo:wktLiteral ;
  geo-pos:lat "38.9333"^^xsd:decimal ;
  geo-pos:long "143.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14742'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.95'^^xsd:double;
  dwc:latitude '38.9333'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9333 143.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9333"^^xsd:decimal ;
  dwc:decimalLongitude "143.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9333 143.95)"^^geo:wktLiteral ;
  geo-pos:lat "38.9333"^^xsd:decimal ;
  geo-pos:long "143.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14743'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '143.95'^^xsd:double;
  dwc:latitude '38.9333'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14743'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6083 144.065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.6083"^^xsd:decimal ;
  dwc:decimalLongitude "144.065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6083 144.065)"^^geo:wktLiteral ;
  geo-pos:lat "-43.6083"^^xsd:decimal ;
  geo-pos:long "144.065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10190'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.065'^^xsd:double;
  dwc:latitude '-43.6083'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10190'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6083 144.065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.6083"^^xsd:decimal ;
  dwc:decimalLongitude "144.065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6083 144.065)"^^geo:wktLiteral ;
  geo-pos:lat "-43.6083"^^xsd:decimal ;
  geo-pos:long "144.065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10191'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.065'^^xsd:double;
  dwc:latitude '-43.6083'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6083 144.065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.6083"^^xsd:decimal ;
  dwc:decimalLongitude "144.065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6083 144.065)"^^geo:wktLiteral ;
  geo-pos:lat "-43.6083"^^xsd:decimal ;
  geo-pos:long "144.065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10192'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.065'^^xsd:double;
  dwc:latitude '-43.6083'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8967 144.067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.8967"^^xsd:decimal ;
  dwc:decimalLongitude "144.067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.8967 144.067)"^^geo:wktLiteral ;
  geo-pos:lat "39.8967"^^xsd:decimal ;
  geo-pos:long "144.067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4135'^^xsd:integer;
  dwc:scientificName 'Apseudes vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.067'^^xsd:double;
  dwc:latitude '39.8967'^^xsd:double;
  dwc:aphiaid '247065'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 144.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "144.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 144.083)"^^geo:wktLiteral ;
  geo-pos:lat "38"^^xsd:decimal ;
  geo-pos:long "144.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14791'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.083'^^xsd:double;
  dwc:latitude '38'^^xsd:integer;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 144.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "144.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 144.083)"^^geo:wktLiteral ;
  geo-pos:lat "38"^^xsd:decimal ;
  geo-pos:long "144.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14559'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.083'^^xsd:double;
  dwc:latitude '38'^^xsd:integer;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.0833 144.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.0833"^^xsd:decimal ;
  dwc:decimalLongitude "144.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.0833 144.15)"^^geo:wktLiteral ;
  geo-pos:lat "-39.0833"^^xsd:decimal ;
  geo-pos:long "144.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12001'^^xsd:integer;
  dwc:scientificName 'Magadina cumingi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.15'^^xsd:double;
  dwc:latitude '-39.0833'^^xsd:double;
  dwc:aphiaid '869360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12001'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235683'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.85 144.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.85"^^xsd:decimal ;
  dwc:decimalLongitude "144.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.85 144.217)"^^geo:wktLiteral ;
  geo-pos:lat "37.85"^^xsd:decimal ;
  geo-pos:long "144.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9453'^^xsd:integer;
  dwc:scientificName 'Chondrocladia clavata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.217'^^xsd:double;
  dwc:latitude '37.85'^^xsd:double;
  dwc:aphiaid '168212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9453'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8506 144.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8506"^^xsd:decimal ;
  dwc:decimalLongitude "144.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8506 144.217)"^^geo:wktLiteral ;
  geo-pos:lat "37.8506"^^xsd:decimal ;
  geo-pos:long "144.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11072'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.217'^^xsd:double;
  dwc:latitude '37.8506'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11072'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8506 144.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.8506"^^xsd:decimal ;
  dwc:decimalLongitude "144.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.8506 144.217)"^^geo:wktLiteral ;
  geo-pos:lat "37.8506"^^xsd:decimal ;
  geo-pos:long "144.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11082'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.217'^^xsd:double;
  dwc:latitude '37.8506'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.85 144.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.85"^^xsd:decimal ;
  dwc:decimalLongitude "144.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.85 144.22)"^^geo:wktLiteral ;
  geo-pos:lat "37.85"^^xsd:decimal ;
  geo-pos:long "144.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3515'^^xsd:integer;
  dwc:scientificName 'Janirella quadrituberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.22'^^xsd:double;
  dwc:latitude '37.85'^^xsd:double;
  dwc:aphiaid '255952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3515'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 144.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9"^^xsd:decimal ;
  dwc:decimalLongitude "144.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 144.22)"^^geo:wktLiteral ;
  geo-pos:lat "37.9"^^xsd:decimal ;
  geo-pos:long "144.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3621'^^xsd:integer;
  dwc:scientificName 'Storthyngura chelata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.22'^^xsd:double;
  dwc:latitude '37.9'^^xsd:double;
  dwc:aphiaid '294754'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3621'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 144.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "144.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 144.317)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "144.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '216'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.317'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '182085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9167 144.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9167"^^xsd:decimal ;
  dwc:decimalLongitude "144.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9167 144.8)"^^geo:wktLiteral ;
  geo-pos:lat "40.9167"^^xsd:decimal ;
  geo-pos:long "144.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9460'^^xsd:integer;
  dwc:scientificName 'Chondrocladia concrescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.8'^^xsd:double;
  dwc:latitude '40.9167'^^xsd:double;
  dwc:aphiaid '168213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9167 144.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9167"^^xsd:decimal ;
  dwc:decimalLongitude "144.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9167 144.8)"^^geo:wktLiteral ;
  geo-pos:lat "40.9167"^^xsd:decimal ;
  geo-pos:long "144.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9452'^^xsd:integer;
  dwc:scientificName 'Chondrocladia clavata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.8'^^xsd:double;
  dwc:latitude '40.9167'^^xsd:double;
  dwc:aphiaid '168212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9452'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9 144.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9"^^xsd:decimal ;
  dwc:decimalLongitude "144.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9 144.88)"^^geo:wktLiteral ;
  geo-pos:lat "40.9"^^xsd:decimal ;
  geo-pos:long "144.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3465'^^xsd:integer;
  dwc:scientificName 'Ischnomesus vinogradovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.88'^^xsd:double;
  dwc:latitude '40.9'^^xsd:double;
  dwc:aphiaid '255932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3465'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9 144.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9"^^xsd:decimal ;
  dwc:decimalLongitude "144.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9 144.88)"^^geo:wktLiteral ;
  geo-pos:lat "40.9"^^xsd:decimal ;
  geo-pos:long "144.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3491'^^xsd:integer;
  dwc:scientificName 'Haplomesus thomsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.88'^^xsd:double;
  dwc:latitude '40.9'^^xsd:double;
  dwc:aphiaid '255898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3491'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9 144.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9"^^xsd:decimal ;
  dwc:decimalLongitude "144.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9 144.88)"^^geo:wktLiteral ;
  geo-pos:lat "40.9"^^xsd:decimal ;
  geo-pos:long "144.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3514'^^xsd:integer;
  dwc:scientificName 'Janirella polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.88'^^xsd:double;
  dwc:latitude '40.9'^^xsd:double;
  dwc:aphiaid '255951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3514'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A23> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.5 144.933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.5"^^xsd:decimal ;
  dwc:decimalLongitude "144.933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.5 144.933)"^^geo:wktLiteral ;
  geo-pos:lat "30.5"^^xsd:decimal ;
  geo-pos:long "144.933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '23'^^xsd:integer;
  dwc:scientificName 'Bytholeucon ultraabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.933'^^xsd:double;
  dwc:latitude '30.5'^^xsd:double;
  dwc:aphiaid '182280'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:23'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182280'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5 144.933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5"^^xsd:decimal ;
  dwc:decimalLongitude "144.933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5 144.933)"^^geo:wktLiteral ;
  geo-pos:lat "38.5"^^xsd:decimal ;
  geo-pos:long "144.933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7339'^^xsd:integer;
  dwc:scientificName 'Aegisthus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.933'^^xsd:double;
  dwc:latitude '38.5'^^xsd:double;
  dwc:aphiaid '115509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '115509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.86 144.977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.86"^^xsd:decimal ;
  dwc:decimalLongitude "144.977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.86 144.977)"^^geo:wktLiteral ;
  geo-pos:lat "-43.86"^^xsd:decimal ;
  geo-pos:long "144.977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10188'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.977'^^xsd:double;
  dwc:latitude '-43.86'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.86 144.977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.86"^^xsd:decimal ;
  dwc:decimalLongitude "144.977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.86 144.977)"^^geo:wktLiteral ;
  geo-pos:lat "-43.86"^^xsd:decimal ;
  geo-pos:long "144.977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10186'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.977'^^xsd:double;
  dwc:latitude '-43.86'^^xsd:double;
  dwc:aphiaid '136048'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.86 144.977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.86"^^xsd:decimal ;
  dwc:decimalLongitude "144.977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.86 144.977)"^^geo:wktLiteral ;
  geo-pos:lat "-43.86"^^xsd:decimal ;
  geo-pos:long "144.977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10187'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.977'^^xsd:double;
  dwc:latitude '-43.86'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.86 144.977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.86"^^xsd:decimal ;
  dwc:decimalLongitude "144.977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.86 144.977)"^^geo:wktLiteral ;
  geo-pos:lat "-43.86"^^xsd:decimal ;
  geo-pos:long "144.977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10189'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '144.977'^^xsd:double;
  dwc:latitude '-43.86'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.28 145.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.28"^^xsd:decimal ;
  dwc:decimalLongitude "145.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.28 145.08)"^^geo:wktLiteral ;
  geo-pos:lat "41.28"^^xsd:decimal ;
  geo-pos:long "145.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3425'^^xsd:integer;
  dwc:scientificName 'Haplomesus cornutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.08'^^xsd:double;
  dwc:latitude '41.28'^^xsd:double;
  dwc:aphiaid '255886'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3425'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579414'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1333 145.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.1333"^^xsd:decimal ;
  dwc:decimalLongitude "145.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1333 145.167)"^^geo:wktLiteral ;
  geo-pos:lat "-12.1333"^^xsd:decimal ;
  geo-pos:long "145.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10072'^^xsd:integer;
  dwc:scientificName 'Trichostemma sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.167'^^xsd:double;
  dwc:latitude '-12.1333'^^xsd:double;
  dwc:aphiaid '134228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10072'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1874602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1333 145.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.1333"^^xsd:decimal ;
  dwc:decimalLongitude "145.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1333 145.167)"^^geo:wktLiteral ;
  geo-pos:lat "-12.1333"^^xsd:decimal ;
  geo-pos:long "145.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10073'^^xsd:integer;
  dwc:scientificName 'Trichostemma sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.167'^^xsd:double;
  dwc:latitude '-12.1333'^^xsd:double;
  dwc:aphiaid '134228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1874602'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 145.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "145.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 145.25)"^^geo:wktLiteral ;
  geo-pos:lat "38.55"^^xsd:decimal ;
  geo-pos:long "145.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '198'^^xsd:integer;
  dwc:scientificName 'Leucon stenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.25'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:aphiaid '182354'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182354'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.38 145.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.38"^^xsd:decimal ;
  dwc:decimalLongitude "145.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.38 145.26)"^^geo:wktLiteral ;
  geo-pos:lat "41.38"^^xsd:decimal ;
  geo-pos:long "145.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3642'^^xsd:integer;
  dwc:scientificName 'Storthyngura herculea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.26'^^xsd:double;
  dwc:latitude '41.38'^^xsd:double;
  dwc:aphiaid '294758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3642'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.38 145.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.38"^^xsd:decimal ;
  dwc:decimalLongitude "145.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.38 145.26)"^^geo:wktLiteral ;
  geo-pos:lat "41.38"^^xsd:decimal ;
  geo-pos:long "145.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3619'^^xsd:integer;
  dwc:scientificName 'Storthyngura chelata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.26'^^xsd:double;
  dwc:latitude '41.38'^^xsd:double;
  dwc:aphiaid '294754'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3619'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2833 145.334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2833"^^xsd:decimal ;
  dwc:decimalLongitude "145.334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2833 145.334)"^^geo:wktLiteral ;
  geo-pos:lat "41.2833"^^xsd:decimal ;
  geo-pos:long "145.334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11092'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.334'^^xsd:double;
  dwc:latitude '41.2833'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 145.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "145.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 145.533)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "145.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4601'^^xsd:integer;
  dwc:scientificName 'Neotanais tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.533'^^xsd:double;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '247394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4601'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2833 145.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2833"^^xsd:decimal ;
  dwc:decimalLongitude "145.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2833 145.833)"^^geo:wktLiteral ;
  geo-pos:lat "41.2833"^^xsd:decimal ;
  geo-pos:long "145.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14736'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.833'^^xsd:double;
  dwc:latitude '41.2833'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2833 145.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2833"^^xsd:decimal ;
  dwc:decimalLongitude "145.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2833 145.833)"^^geo:wktLiteral ;
  geo-pos:lat "41.2833"^^xsd:decimal ;
  geo-pos:long "145.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14737'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.833'^^xsd:double;
  dwc:latitude '41.2833'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.29 145.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.29"^^xsd:decimal ;
  dwc:decimalLongitude "145.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.29 145.84)"^^geo:wktLiteral ;
  geo-pos:lat "41.29"^^xsd:decimal ;
  geo-pos:long "145.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3887'^^xsd:integer;
  dwc:scientificName 'Ilyarachna kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.84'^^xsd:double;
  dwc:latitude '41.29'^^xsd:double;
  dwc:aphiaid '255863'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255863'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.28 145.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.28"^^xsd:decimal ;
  dwc:decimalLongitude "145.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.28 145.98)"^^geo:wktLiteral ;
  geo-pos:lat "41.28"^^xsd:decimal ;
  geo-pos:long "145.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3312'^^xsd:integer;
  dwc:scientificName 'Hydroniscus vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '145.98'^^xsd:double;
  dwc:latitude '41.28'^^xsd:double;
  dwc:aphiaid '255850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3312'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.75 146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.75"^^xsd:decimal ;
  dwc:decimalLongitude "146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.75 146)"^^geo:wktLiteral ;
  geo-pos:lat "-40.75"^^xsd:decimal ;
  geo-pos:long "146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3455'^^xsd:integer;
  dwc:scientificName 'Stylomesus sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146'^^xsd:integer;
  dwc:latitude '-40.75'^^xsd:double;
  dwc:aphiaid '258041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.83 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.83"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.83 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.83"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3313'^^xsd:integer;
  dwc:scientificName 'Hydroniscus vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.83'^^xsd:double;
  dwc:aphiaid '255850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3313'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.9"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.9 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.9"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3442'^^xsd:integer;
  dwc:scientificName 'Haplomesus scabriusculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.9'^^xsd:double;
  dwc:aphiaid '255897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3442'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3148'^^xsd:integer;
  dwc:scientificName 'Macrostylis zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '256136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3267'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3283'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3283'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3009'^^xsd:integer;
  dwc:scientificName 'Austroniscus karamani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '256283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3009'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3023'^^xsd:integer;
  dwc:scientificName 'Nannoniscus acanthurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '256300'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3023'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256300'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3080'^^xsd:integer;
  dwc:scientificName 'Macrostylis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '256088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3615'^^xsd:integer;
  dwc:scientificName 'Storthyngura brachychephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '294752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3949'^^xsd:integer;
  dwc:scientificName 'Ilyarachna carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '294678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3888'^^xsd:integer;
  dwc:scientificName 'Ilyarachna kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '255863'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255863'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "146.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 146.4)"^^geo:wktLiteral ;
  geo-pos:lat "37.93"^^xsd:decimal ;
  geo-pos:long "146.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3439'^^xsd:integer;
  dwc:scientificName 'Haplomesus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.4'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:aphiaid '255896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.03 146.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.03"^^xsd:decimal ;
  dwc:decimalLongitude "146.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.03 146.55)"^^geo:wktLiteral ;
  geo-pos:lat "38.03"^^xsd:decimal ;
  geo-pos:long "146.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3268'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.55'^^xsd:double;
  dwc:latitude '38.03'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0333"^^xsd:decimal ;
  dwc:decimalLongitude "146.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  geo-pos:lat "38.0333"^^xsd:decimal ;
  geo-pos:long "146.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9748'^^xsd:integer;
  dwc:scientificName 'Hyalonema apertum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.55'^^xsd:double;
  dwc:latitude '38.0333'^^xsd:double;
  dwc:aphiaid '194728'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9748'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0333"^^xsd:decimal ;
  dwc:decimalLongitude "146.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  geo-pos:lat "38.0333"^^xsd:decimal ;
  geo-pos:long "146.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9310'^^xsd:integer;
  dwc:scientificName 'Asbestopluma infundibulum orientalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.55'^^xsd:double;
  dwc:latitude '38.0333'^^xsd:double;
  dwc:aphiaid '168200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9310'^^xsd:anyURI;
  dwc:aphiaIdAccepted '863535'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0333"^^xsd:decimal ;
  dwc:decimalLongitude "146.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  geo-pos:lat "38.0333"^^xsd:decimal ;
  geo-pos:long "146.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9314'^^xsd:integer;
  dwc:scientificName 'Asbestopluma occidentalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.55'^^xsd:double;
  dwc:latitude '38.0333'^^xsd:double;
  dwc:aphiaid '168202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9314'^^xsd:anyURI;
  dwc:aphiaIdAccepted '863532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0333"^^xsd:decimal ;
  dwc:decimalLongitude "146.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  geo-pos:lat "38.0333"^^xsd:decimal ;
  geo-pos:long "146.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9688'^^xsd:integer;
  dwc:scientificName 'Holascus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.55'^^xsd:double;
  dwc:latitude '38.0333'^^xsd:double;
  dwc:aphiaid '171912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9688'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171912'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0333"^^xsd:decimal ;
  dwc:decimalLongitude "146.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  geo-pos:lat "38.0333"^^xsd:decimal ;
  geo-pos:long "146.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9419'^^xsd:integer;
  dwc:scientificName 'Caulophacus latus lotifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.55'^^xsd:double;
  dwc:latitude '38.0333'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9419'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0333"^^xsd:decimal ;
  dwc:decimalLongitude "146.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.55)"^^geo:wktLiteral ;
  geo-pos:lat "38.0333"^^xsd:decimal ;
  geo-pos:long "146.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9562'^^xsd:integer;
  dwc:scientificName 'Cladorhiza rectangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.55'^^xsd:double;
  dwc:latitude '38.0333'^^xsd:double;
  dwc:aphiaid '168243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.0333"^^xsd:decimal ;
  dwc:decimalLongitude "146.552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.0333 146.552)"^^geo:wktLiteral ;
  geo-pos:lat "38.0333"^^xsd:decimal ;
  geo-pos:long "146.552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11008'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.552'^^xsd:double;
  dwc:latitude '38.0333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9567 146.685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9567"^^xsd:decimal ;
  dwc:decimalLongitude "146.685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9567 146.685)"^^geo:wktLiteral ;
  geo-pos:lat "29.9567"^^xsd:decimal ;
  geo-pos:long "146.685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15888'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.685'^^xsd:double;
  dwc:latitude '29.9567'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15888'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9567 146.685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9567"^^xsd:decimal ;
  dwc:decimalLongitude "146.685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9567 146.685)"^^geo:wktLiteral ;
  geo-pos:lat "29.9567"^^xsd:decimal ;
  geo-pos:long "146.685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15889'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '146.685'^^xsd:double;
  dwc:latitude '29.9567'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 147)"^^geo:wktLiteral ;
  geo-pos:lat "-44"^^xsd:decimal ;
  geo-pos:long "147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10946'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '147'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8167 147.165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8167"^^xsd:decimal ;
  dwc:decimalLongitude "147.165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8167 147.165)"^^geo:wktLiteral ;
  geo-pos:lat "29.8167"^^xsd:decimal ;
  geo-pos:long "147.165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16235'^^xsd:integer;
  dwc:scientificName 'Polyschides kaiyomaruae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '147.165'^^xsd:double;
  dwc:latitude '29.8167'^^xsd:double;
  dwc:aphiaid '344470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '344470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8167 147.165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8167"^^xsd:decimal ;
  dwc:decimalLongitude "147.165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8167 147.165)"^^geo:wktLiteral ;
  geo-pos:lat "29.8167"^^xsd:decimal ;
  geo-pos:long "147.165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16236'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '147.165'^^xsd:double;
  dwc:latitude '29.8167'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.27 147.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.27"^^xsd:decimal ;
  dwc:decimalLongitude "147.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.27 147.45)"^^geo:wktLiteral ;
  geo-pos:lat "41.27"^^xsd:decimal ;
  geo-pos:long "147.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3265'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '147.45'^^xsd:double;
  dwc:latitude '41.27'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3265'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 147.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "147.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 147.45)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "147.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3570'^^xsd:integer;
  dwc:scientificName 'Acanthaspidia hanseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '147.45'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:aphiaid '255624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3570'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1308011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2667 147.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2667"^^xsd:decimal ;
  dwc:decimalLongitude "147.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2667 147.467)"^^geo:wktLiteral ;
  geo-pos:lat "41.2667"^^xsd:decimal ;
  geo-pos:long "147.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5273'^^xsd:integer;
  dwc:scientificName 'Typhlotanais longicephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '147.467'^^xsd:double;
  dwc:latitude '41.2667'^^xsd:double;
  dwc:aphiaid '247691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478758'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 147.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "147.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 147.68)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "147.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4032'^^xsd:integer;
  dwc:scientificName 'Munnopsoides tattersalli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '147.68'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:aphiaid '258144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4032'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 147.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "147.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 147.68)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "147.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3264'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '147.68'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3264'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 147.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.42"^^xsd:decimal ;
  dwc:decimalLongitude "147.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.42 147.69)"^^geo:wktLiteral ;
  geo-pos:lat "43.42"^^xsd:decimal ;
  geo-pos:long "147.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3890'^^xsd:integer;
  dwc:scientificName 'Ilyarachna longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '147.69'^^xsd:double;
  dwc:latitude '43.42'^^xsd:double;
  dwc:aphiaid '255864'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3890'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 148.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6333"^^xsd:decimal ;
  dwc:decimalLongitude "148.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 148.583)"^^geo:wktLiteral ;
  geo-pos:lat "57.6333"^^xsd:decimal ;
  geo-pos:long "148.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4833'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '148.583'^^xsd:double;
  dwc:latitude '57.6333'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4833'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 148.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6333"^^xsd:decimal ;
  dwc:decimalLongitude "148.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 148.583)"^^geo:wktLiteral ;
  geo-pos:lat "57.6333"^^xsd:decimal ;
  geo-pos:long "148.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4457'^^xsd:integer;
  dwc:scientificName 'Neotanais barfoerdi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '148.583'^^xsd:double;
  dwc:latitude '57.6333'^^xsd:double;
  dwc:aphiaid '247378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4457'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 148.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6333"^^xsd:decimal ;
  dwc:decimalLongitude "148.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6333 148.583)"^^geo:wktLiteral ;
  geo-pos:lat "57.6333"^^xsd:decimal ;
  geo-pos:long "148.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5926'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '148.583'^^xsd:double;
  dwc:latitude '57.6333'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5926'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 148.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "148.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 148.63)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "148.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4085'^^xsd:integer;
  dwc:scientificName 'Arcturus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '148.63'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:aphiaid '295572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 148.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.68"^^xsd:decimal ;
  dwc:decimalLongitude "148.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.68 148.9)"^^geo:wktLiteral ;
  geo-pos:lat "37.68"^^xsd:decimal ;
  geo-pos:long "148.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3302'^^xsd:integer;
  dwc:scientificName 'Haploniscus profundicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '148.9'^^xsd:double;
  dwc:latitude '37.68'^^xsd:double;
  dwc:aphiaid '255826'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255826'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.85 148.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.85"^^xsd:decimal ;
  dwc:decimalLongitude "148.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.85 148.95)"^^geo:wktLiteral ;
  geo-pos:lat "57.85"^^xsd:decimal ;
  geo-pos:long "148.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5924'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '148.95'^^xsd:double;
  dwc:latitude '57.85'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5924'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.9273 149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.9273"^^xsd:decimal ;
  dwc:decimalLongitude "149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.9273 149)"^^geo:wktLiteral ;
  geo-pos:lat "-61.9273"^^xsd:decimal ;
  geo-pos:long "149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4250'^^xsd:integer;
  dwc:scientificName 'Leviapseudes pleonudus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149'^^xsd:integer;
  dwc:latitude '-61.9273'^^xsd:double;
  dwc:aphiaid '244633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.42 149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.42"^^xsd:decimal ;
  dwc:decimalLongitude "149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.42 149)"^^geo:wktLiteral ;
  geo-pos:lat "-38.42"^^xsd:decimal ;
  geo-pos:long "149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3554'^^xsd:integer;
  dwc:scientificName 'Dendrotion peradorcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149'^^xsd:integer;
  dwc:latitude '-38.42'^^xsd:double;
  dwc:aphiaid '255663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8833 149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8833"^^xsd:decimal ;
  dwc:decimalLongitude "149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8833 149)"^^geo:wktLiteral ;
  geo-pos:lat "57.8833"^^xsd:decimal ;
  geo-pos:long "149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4197'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149'^^xsd:integer;
  dwc:latitude '57.8833'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3593 149.065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.3593"^^xsd:decimal ;
  dwc:decimalLongitude "149.065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3593 149.065)"^^geo:wktLiteral ;
  geo-pos:lat "-57.3593"^^xsd:decimal ;
  geo-pos:long "149.065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4121'^^xsd:integer;
  dwc:scientificName 'Apseudes abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.065'^^xsd:double;
  dwc:latitude '-57.3593'^^xsd:double;
  dwc:aphiaid '242588'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832091'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.9273 149.074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.9273"^^xsd:decimal ;
  dwc:decimalLongitude "149.074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.9273 149.074)"^^geo:wktLiteral ;
  geo-pos:lat "-61.9273"^^xsd:decimal ;
  geo-pos:long "149.074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4251'^^xsd:integer;
  dwc:scientificName 'Leviapseudes pleonudus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.074'^^xsd:double;
  dwc:latitude '-61.9273'^^xsd:double;
  dwc:aphiaid '244633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 149.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "149.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 149.083)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "149.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11125'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.083'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 149.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "149.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 149.083)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "149.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11127'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea (Sars) ssp. trybomi (ThTel,'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.083'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:aphiaid '425189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 149.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "149.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 149.083)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "149.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11137'^^xsd:integer;
  dwc:scientificName 'Golfingia vulgare'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.083'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:aphiaid '424333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410724'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 149.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "149.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 149.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "149.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3881'^^xsd:integer;
  dwc:scientificName 'Ilyarachna tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.1'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:aphiaid '255873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3881'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 149.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "149.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 149.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "149.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3883'^^xsd:integer;
  dwc:scientificName 'Ilyarachna propinqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.1'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:aphiaid '255869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3883'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 149.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "149.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 149.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "149.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11110'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.1'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11110'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 149.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "149.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 149.167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "149.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11136'^^xsd:integer;
  dwc:scientificName 'Golfingia vulgare'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.167'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:aphiaid '424333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410724'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 149.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "149.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 149.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "149.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3146'^^xsd:integer;
  dwc:scientificName 'Macrostylis zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.55'^^xsd:double;
  dwc:latitude '44.28'^^xsd:double;
  dwc:aphiaid '256136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 149.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "149.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 149.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "149.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3084'^^xsd:integer;
  dwc:scientificName 'Macrostylis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.55'^^xsd:double;
  dwc:latitude '44.28'^^xsd:double;
  dwc:aphiaid '256088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 149.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "149.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 149.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "149.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3474'^^xsd:integer;
  dwc:scientificName 'Haplomesus concinnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.55'^^xsd:double;
  dwc:latitude '44.28'^^xsd:double;
  dwc:aphiaid '255883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 149.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "149.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 149.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "149.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3731'^^xsd:integer;
  dwc:scientificName 'Acanthocope curticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.55'^^xsd:double;
  dwc:latitude '44.28'^^xsd:double;
  dwc:aphiaid '1299710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1299710'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "149.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "149.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11109'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.55'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11109'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "149.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "149.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11143'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.55'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "149.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "149.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11124'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.55'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4615'^^xsd:integer;
  dwc:scientificName 'Protanais birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '247738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11103'^^xsd:integer;
  dwc:scientificName 'Golfingia anderssoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '175025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11103'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11108'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11141'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11149'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11149'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11122'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11122'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5249'^^xsd:integer;
  dwc:scientificName 'Typhlotanais grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '136559'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5268'^^xsd:integer;
  dwc:scientificName 'Typhlotanais kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '247690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5268'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5241'^^xsd:integer;
  dwc:scientificName 'Typhlotanais compactus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '247687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5241'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.567)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17063'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.567'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3145'^^xsd:integer;
  dwc:scientificName 'Macrostylis zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '256136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3173'^^xsd:integer;
  dwc:scientificName 'Mesosignum latum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '258082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1347472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3307'^^xsd:integer;
  dwc:scientificName 'Hydroniscus vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '255850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3307'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3295'^^xsd:integer;
  dwc:scientificName 'Haploniscus intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '255814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3295'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255814'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3004'^^xsd:integer;
  dwc:scientificName 'Austroniscus acutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '256281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256281'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3063'^^xsd:integer;
  dwc:scientificName 'Nannoniscus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '256313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3301'^^xsd:integer;
  dwc:scientificName 'Haploniscus profundicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '255826'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255826'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3299'^^xsd:integer;
  dwc:scientificName 'Haploniscus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '255819'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3299'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255819'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3422'^^xsd:integer;
  dwc:scientificName 'Haplomesus brevispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '255881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3422'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1587730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3450'^^xsd:integer;
  dwc:scientificName 'Stylomesus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '258036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3450'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258036'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3461'^^xsd:integer;
  dwc:scientificName 'Stylomesus hexatuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '258035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3475'^^xsd:integer;
  dwc:scientificName 'Haplomesus concinnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '255883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3620'^^xsd:integer;
  dwc:scientificName 'Storthyngura chelata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '294754'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3885'^^xsd:integer;
  dwc:scientificName 'Ilyarachna kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '255863'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3885'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255863'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "149.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 149.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "149.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4073'^^xsd:integer;
  dwc:scientificName 'Antarcturus ultraabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.57'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:aphiaid '295603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3593 149.615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.3593"^^xsd:decimal ;
  dwc:decimalLongitude "149.615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3593 149.615)"^^geo:wktLiteral ;
  geo-pos:lat "-57.3593"^^xsd:decimal ;
  geo-pos:long "149.615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4120'^^xsd:integer;
  dwc:scientificName 'Apseudes abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.615'^^xsd:double;
  dwc:latitude '-57.3593'^^xsd:double;
  dwc:aphiaid '242588'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832091'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3593 149.615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.3593"^^xsd:decimal ;
  dwc:decimalLongitude "149.615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3593 149.615)"^^geo:wktLiteral ;
  geo-pos:lat "-57.3593"^^xsd:decimal ;
  geo-pos:long "149.615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4262'^^xsd:integer;
  dwc:scientificName 'Leviapseudes tenuimanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.615'^^xsd:double;
  dwc:latitude '-57.3593'^^xsd:double;
  dwc:aphiaid '244634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4262'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3667 149.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.3667"^^xsd:decimal ;
  dwc:decimalLongitude "149.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.3667 149.617)"^^geo:wktLiteral ;
  geo-pos:lat "-57.3667"^^xsd:decimal ;
  geo-pos:long "149.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11235'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.617'^^xsd:double;
  dwc:latitude '-57.3667'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "149.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.617)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "149.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4599'^^xsd:integer;
  dwc:scientificName 'Neotanais tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.617'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '247394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4599'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "149.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.617)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "149.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11142'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.617'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "149.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.617)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "149.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11123'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.617'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "149.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 149.617)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "149.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5289'^^xsd:integer;
  dwc:scientificName 'Typhlotanais mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.617'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:aphiaid '136569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.99 149.638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.99"^^xsd:decimal ;
  dwc:decimalLongitude "149.638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.99 149.638)"^^geo:wktLiteral ;
  geo-pos:lat "34.99"^^xsd:decimal ;
  geo-pos:long "149.638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16193'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.638'^^xsd:double;
  dwc:latitude '34.99'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.99 149.638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.99"^^xsd:decimal ;
  dwc:decimalLongitude "149.638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.99 149.638)"^^geo:wktLiteral ;
  geo-pos:lat "34.99"^^xsd:decimal ;
  geo-pos:long "149.638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16195'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.638'^^xsd:double;
  dwc:latitude '34.99'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16195'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.99 149.638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.99"^^xsd:decimal ;
  dwc:decimalLongitude "149.638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.99 149.638)"^^geo:wktLiteral ;
  geo-pos:lat "34.99"^^xsd:decimal ;
  geo-pos:long "149.638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16196'^^xsd:integer;
  dwc:scientificName 'Tindaria antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.638'^^xsd:double;
  dwc:latitude '34.99'^^xsd:double;
  dwc:aphiaid '197471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "149.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "149.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3106'^^xsd:integer;
  dwc:scientificName 'Macrostylis ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.65'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:aphiaid '256118'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "149.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "149.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3201'^^xsd:integer;
  dwc:scientificName 'Haploniscus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.65'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:aphiaid '255818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '817133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "149.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "149.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3277'^^xsd:integer;
  dwc:scientificName 'Haploniscus gibbernastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.65'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:aphiaid '255808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3277'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "149.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "149.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3490'^^xsd:integer;
  dwc:scientificName 'Haplomesus thomsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.65'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:aphiaid '255898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3490'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "149.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "149.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3519'^^xsd:integer;
  dwc:scientificName 'Janirella spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.65'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:aphiaid '255955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3519'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "149.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 149.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "149.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3676'^^xsd:integer;
  dwc:scientificName 'Storthyngura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.65'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:aphiaid '294770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 149.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9833"^^xsd:decimal ;
  dwc:decimalLongitude "149.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 149.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.9833"^^xsd:decimal ;
  geo-pos:long "149.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5061'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.65'^^xsd:double;
  dwc:latitude '43.9833'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9833 149.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9833"^^xsd:decimal ;
  dwc:decimalLongitude "149.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9833 149.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.9833"^^xsd:decimal ;
  geo-pos:long "149.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15095'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.65'^^xsd:double;
  dwc:latitude '45.9833'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2 149.667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.2"^^xsd:decimal ;
  dwc:decimalLongitude "149.667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.2 149.667)"^^geo:wktLiteral ;
  geo-pos:lat "-38.2"^^xsd:decimal ;
  geo-pos:long "149.667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11667'^^xsd:integer;
  dwc:scientificName 'Eohemithyris colurnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.667'^^xsd:double;
  dwc:latitude '-38.2'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11667'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "149.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 149.717)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "149.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5058'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.717'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5058'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 149.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "149.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 149.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "149.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3140'^^xsd:integer;
  dwc:scientificName 'Macrostylis profundissma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.72'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:aphiaid '816879'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3140'^^xsd:anyURI;
  dwc:aphiaIdAccepted '816879'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 149.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "149.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 149.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "149.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3640'^^xsd:integer;
  dwc:scientificName 'Storthyngura herculea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.72'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:aphiaid '294758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "149.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "149.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3292'^^xsd:integer;
  dwc:scientificName 'Haploniscus inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.72'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:aphiaid '255813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3292'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "149.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "149.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3518'^^xsd:integer;
  dwc:scientificName 'Janirella spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.72'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:aphiaid '255955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3518'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "149.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "149.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3639'^^xsd:integer;
  dwc:scientificName 'Storthyngura herculea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.72'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:aphiaid '294758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "149.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "149.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3817'^^xsd:integer;
  dwc:scientificName 'Eurycope magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.72'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:aphiaid '255750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3817'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1644930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "149.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "149.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3986'^^xsd:integer;
  dwc:scientificName 'Munneurycope acuticoxalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.72'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3986'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 149.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3"^^xsd:decimal ;
  dwc:decimalLongitude "149.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 149.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.3"^^xsd:decimal ;
  geo-pos:long "149.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16886'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.75'^^xsd:double;
  dwc:latitude '33.3'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16886'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1833 149.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.1833"^^xsd:decimal ;
  dwc:decimalLongitude "149.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.1833 149.767)"^^geo:wktLiteral ;
  geo-pos:lat "33.1833"^^xsd:decimal ;
  geo-pos:long "149.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4607'^^xsd:integer;
  dwc:scientificName 'Neotanais wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.767'^^xsd:double;
  dwc:latitude '33.1833'^^xsd:double;
  dwc:aphiaid '247396'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 149.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3"^^xsd:decimal ;
  dwc:decimalLongitude "149.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 149.767)"^^geo:wktLiteral ;
  geo-pos:lat "33.3"^^xsd:decimal ;
  geo-pos:long "149.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9278'^^xsd:integer;
  dwc:scientificName 'Abyssocladia claviformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.767'^^xsd:double;
  dwc:latitude '33.3'^^xsd:double;
  dwc:aphiaid '189799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '189799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 149.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.3"^^xsd:decimal ;
  dwc:decimalLongitude "149.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.3 149.767)"^^geo:wktLiteral ;
  geo-pos:lat "33.3"^^xsd:decimal ;
  geo-pos:long "149.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9537'^^xsd:integer;
  dwc:scientificName 'Cladorhiza longipinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.767'^^xsd:double;
  dwc:latitude '33.3'^^xsd:double;
  dwc:aphiaid '168235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9537'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 149.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.73"^^xsd:decimal ;
  dwc:decimalLongitude "149.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 149.87)"^^geo:wktLiteral ;
  geo-pos:lat "43.73"^^xsd:decimal ;
  geo-pos:long "149.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3141'^^xsd:integer;
  dwc:scientificName 'Macrostylis profundissma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.87'^^xsd:double;
  dwc:latitude '43.73'^^xsd:double;
  dwc:aphiaid '816879'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3141'^^xsd:anyURI;
  dwc:aphiaIdAccepted '816879'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 149.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.73"^^xsd:decimal ;
  dwc:decimalLongitude "149.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 149.87)"^^geo:wktLiteral ;
  geo-pos:lat "43.73"^^xsd:decimal ;
  geo-pos:long "149.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3202'^^xsd:integer;
  dwc:scientificName 'Haploniscus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.87'^^xsd:double;
  dwc:latitude '43.73'^^xsd:double;
  dwc:aphiaid '255818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '817133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 149.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.73"^^xsd:decimal ;
  dwc:decimalLongitude "149.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 149.87)"^^geo:wktLiteral ;
  geo-pos:lat "43.73"^^xsd:decimal ;
  geo-pos:long "149.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3432'^^xsd:integer;
  dwc:scientificName 'Haplomesus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.87'^^xsd:double;
  dwc:latitude '43.73'^^xsd:double;
  dwc:aphiaid '255889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3432'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 149.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.73"^^xsd:decimal ;
  dwc:decimalLongitude "149.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 149.87)"^^geo:wktLiteral ;
  geo-pos:lat "43.73"^^xsd:decimal ;
  geo-pos:long "149.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3818'^^xsd:integer;
  dwc:scientificName 'Eurycope magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.87'^^xsd:double;
  dwc:latitude '43.73'^^xsd:double;
  dwc:aphiaid '255750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3818'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1644930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "149.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 149.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "149.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3139'^^xsd:integer;
  dwc:scientificName 'Macrostylis profundissma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '149.95'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:aphiaid '816879'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '816879'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.1483 150.148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.1483"^^xsd:decimal ;
  dwc:decimalLongitude "150.148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.1483 150.148)"^^geo:wktLiteral ;
  geo-pos:lat "26.1483"^^xsd:decimal ;
  geo-pos:long "150.148"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16226'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.148'^^xsd:double;
  dwc:latitude '26.1483'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16226'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 150.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "150.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 150.367)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "150.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9319'^^xsd:integer;
  dwc:scientificName 'Asbestopluma occidentalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.367'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:aphiaid '168202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9319'^^xsd:anyURI;
  dwc:aphiaIdAccepted '863532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 150.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "150.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 150.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "150.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3136'^^xsd:integer;
  dwc:scientificName 'Macrostylis sensitiva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '256123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256123'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 150.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "150.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 150.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "150.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3508'^^xsd:integer;
  dwc:scientificName 'Janirella extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3508'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5333 150.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5333"^^xsd:decimal ;
  dwc:decimalLongitude "150.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5333 150.683)"^^geo:wktLiteral ;
  geo-pos:lat "42.5333"^^xsd:decimal ;
  geo-pos:long "150.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14720'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.683'^^xsd:double;
  dwc:latitude '42.5333'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 150.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "150.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 150.767)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "150.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15094'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.767'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 150.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "150.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 150.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "150.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3138'^^xsd:integer;
  dwc:scientificName 'Macrostylis profundissma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.77'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:aphiaid '816879'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '816879'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.35 150.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.35"^^xsd:decimal ;
  dwc:decimalLongitude "150.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.35 150.885)"^^geo:wktLiteral ;
  geo-pos:lat "31.35"^^xsd:decimal ;
  geo-pos:long "150.885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14746'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.885'^^xsd:double;
  dwc:latitude '31.35'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14746'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3633 150.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.3633"^^xsd:decimal ;
  dwc:decimalLongitude "150.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3633 150.89)"^^geo:wktLiteral ;
  geo-pos:lat "31.3633"^^xsd:decimal ;
  geo-pos:long "150.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14744'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.89'^^xsd:double;
  dwc:latitude '31.3633'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14744'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.35 150.893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.35"^^xsd:decimal ;
  dwc:decimalLongitude "150.893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.35 150.893)"^^geo:wktLiteral ;
  geo-pos:lat "31.35"^^xsd:decimal ;
  geo-pos:long "150.893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14745'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '150.893'^^xsd:double;
  dwc:latitude '31.35'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14745'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.68 151.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.68"^^xsd:decimal ;
  dwc:decimalLongitude "151.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.68 151.44)"^^geo:wktLiteral ;
  geo-pos:lat "46.68"^^xsd:decimal ;
  geo-pos:long "151.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3563'^^xsd:integer;
  dwc:scientificName 'Janiralata rhacuraeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '151.44'^^xsd:double;
  dwc:latitude '46.68'^^xsd:double;
  dwc:aphiaid '256024'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.68 151.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.68"^^xsd:decimal ;
  dwc:decimalLongitude "151.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.68 151.6)"^^geo:wktLiteral ;
  geo-pos:lat "-46.68"^^xsd:decimal ;
  geo-pos:long "151.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4084'^^xsd:integer;
  dwc:scientificName 'Antarcturus kamtschaticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '151.6'^^xsd:double;
  dwc:latitude '-46.68'^^xsd:double;
  dwc:aphiaid '257929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4084'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6833 151.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6833"^^xsd:decimal ;
  dwc:decimalLongitude "151.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6833 151.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.6833"^^xsd:decimal ;
  geo-pos:long "151.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9312'^^xsd:integer;
  dwc:scientificName 'Asbestopluma occidentalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '151.6'^^xsd:double;
  dwc:latitude '46.6833'^^xsd:double;
  dwc:aphiaid '168202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9312'^^xsd:anyURI;
  dwc:aphiaIdAccepted '863532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.03 151.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.03"^^xsd:decimal ;
  dwc:decimalLongitude "151.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.03 151.83)"^^geo:wktLiteral ;
  geo-pos:lat "39.03"^^xsd:decimal ;
  geo-pos:long "151.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3522'^^xsd:integer;
  dwc:scientificName 'Janirella tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '151.83'^^xsd:double;
  dwc:latitude '39.03'^^xsd:double;
  dwc:aphiaid '255957'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0358 151.835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0358"^^xsd:decimal ;
  dwc:decimalLongitude "151.835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0358 151.835)"^^geo:wktLiteral ;
  geo-pos:lat "39.0358"^^xsd:decimal ;
  geo-pos:long "151.835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11080'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '151.835'^^xsd:double;
  dwc:latitude '39.0358'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11080'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 151.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.05"^^xsd:decimal ;
  dwc:decimalLongitude "151.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 151.84)"^^geo:wktLiteral ;
  geo-pos:lat "39.05"^^xsd:decimal ;
  geo-pos:long "151.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3440'^^xsd:integer;
  dwc:scientificName 'Haplomesus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '151.84'^^xsd:double;
  dwc:latitude '39.05'^^xsd:double;
  dwc:aphiaid '255896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 151.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.05"^^xsd:decimal ;
  dwc:decimalLongitude "151.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 151.85)"^^geo:wktLiteral ;
  geo-pos:lat "39.05"^^xsd:decimal ;
  geo-pos:long "151.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9317'^^xsd:integer;
  dwc:scientificName 'Asbestopluma occidentalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '151.85'^^xsd:double;
  dwc:latitude '39.05'^^xsd:double;
  dwc:aphiaid '168202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9317'^^xsd:anyURI;
  dwc:aphiaIdAccepted '863532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 151.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.05"^^xsd:decimal ;
  dwc:decimalLongitude "151.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.05 151.85)"^^geo:wktLiteral ;
  geo-pos:lat "39.05"^^xsd:decimal ;
  geo-pos:long "151.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9417'^^xsd:integer;
  dwc:scientificName 'Caulophacus latus lotifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '151.85'^^xsd:double;
  dwc:latitude '39.05'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9417'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 151.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.45"^^xsd:decimal ;
  dwc:decimalLongitude "151.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.45 151.98)"^^geo:wktLiteral ;
  geo-pos:lat "46.45"^^xsd:decimal ;
  geo-pos:long "151.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3269'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '151.98'^^xsd:double;
  dwc:latitude '46.45'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5"^^xsd:decimal ;
  dwc:decimalLongitude "152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5 152)"^^geo:wktLiteral ;
  geo-pos:lat "5"^^xsd:decimal ;
  geo-pos:long "152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3304'^^xsd:integer;
  dwc:scientificName 'Haploniscus ultraabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152'^^xsd:integer;
  dwc:latitude '5'^^xsd:integer;
  dwc:aphiaid '255843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3304'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 152.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "152.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 152.05)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "152.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3641'^^xsd:integer;
  dwc:scientificName 'Storthyngura herculea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.05'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:aphiaid '294758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.007 152.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.007"^^xsd:decimal ;
  dwc:decimalLongitude "152.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.007 152.1)"^^geo:wktLiteral ;
  geo-pos:lat "-40.007"^^xsd:decimal ;
  geo-pos:long "152.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5108'^^xsd:integer;
  dwc:scientificName 'Collettea subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.1'^^xsd:double;
  dwc:latitude '-40.007'^^xsd:double;
  dwc:aphiaid '247444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5108'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43"^^xsd:decimal ;
  dwc:decimalLongitude "152.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  geo-pos:lat "46.43"^^xsd:decimal ;
  geo-pos:long "152.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3560'^^xsd:integer;
  dwc:scientificName 'Janiralata hexadentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.12'^^xsd:double;
  dwc:latitude '46.43'^^xsd:double;
  dwc:aphiaid '256012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3560'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43"^^xsd:decimal ;
  dwc:decimalLongitude "152.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  geo-pos:lat "46.43"^^xsd:decimal ;
  geo-pos:long "152.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3502'^^xsd:integer;
  dwc:scientificName 'Janirella diplospinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.12'^^xsd:double;
  dwc:latitude '46.43'^^xsd:double;
  dwc:aphiaid '264190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3502'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1885189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43"^^xsd:decimal ;
  dwc:decimalLongitude "152.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  geo-pos:lat "46.43"^^xsd:decimal ;
  geo-pos:long "152.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3961'^^xsd:integer;
  dwc:scientificName 'Storthyngura paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.12'^^xsd:double;
  dwc:latitude '46.43'^^xsd:double;
  dwc:aphiaid '294836'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3961'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43"^^xsd:decimal ;
  dwc:decimalLongitude "152.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  geo-pos:lat "46.43"^^xsd:decimal ;
  geo-pos:long "152.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3880'^^xsd:integer;
  dwc:scientificName 'Ilyarachna venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.12'^^xsd:double;
  dwc:latitude '46.43'^^xsd:double;
  dwc:aphiaid '255876'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3880'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259245'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43"^^xsd:decimal ;
  dwc:decimalLongitude "152.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  geo-pos:lat "46.43"^^xsd:decimal ;
  geo-pos:long "152.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3982'^^xsd:integer;
  dwc:scientificName 'Ilyarachna perarmarta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.12'^^xsd:double;
  dwc:latitude '46.43'^^xsd:double;
  dwc:aphiaid '294782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3982'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43"^^xsd:decimal ;
  dwc:decimalLongitude "152.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.12)"^^geo:wktLiteral ;
  geo-pos:lat "46.43"^^xsd:decimal ;
  geo-pos:long "152.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4082'^^xsd:integer;
  dwc:scientificName 'Antarcturus pacificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.12'^^xsd:double;
  dwc:latitude '46.43'^^xsd:double;
  dwc:aphiaid '257934'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4082'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43"^^xsd:decimal ;
  dwc:decimalLongitude "152.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.13)"^^geo:wktLiteral ;
  geo-pos:lat "46.43"^^xsd:decimal ;
  geo-pos:long "152.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3878'^^xsd:integer;
  dwc:scientificName 'Ilyarachna glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.13'^^xsd:double;
  dwc:latitude '46.43'^^xsd:double;
  dwc:aphiaid '294680'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3878'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257620'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.43"^^xsd:decimal ;
  dwc:decimalLongitude "152.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.43 152.13)"^^geo:wktLiteral ;
  geo-pos:lat "46.43"^^xsd:decimal ;
  geo-pos:long "152.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3882'^^xsd:integer;
  dwc:scientificName 'Ilyarachna scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.13'^^xsd:double;
  dwc:latitude '46.43'^^xsd:double;
  dwc:aphiaid '255870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3882'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4333 152.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4333"^^xsd:decimal ;
  dwc:decimalLongitude "152.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4333 152.133)"^^geo:wktLiteral ;
  geo-pos:lat "46.4333"^^xsd:decimal ;
  geo-pos:long "152.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11104'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.133'^^xsd:double;
  dwc:latitude '46.4333'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11104'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4333 152.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4333"^^xsd:decimal ;
  dwc:decimalLongitude "152.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4333 152.133)"^^geo:wktLiteral ;
  geo-pos:lat "46.4333"^^xsd:decimal ;
  geo-pos:long "152.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11126'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.133'^^xsd:double;
  dwc:latitude '46.4333'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11126'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4333 152.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4333"^^xsd:decimal ;
  dwc:decimalLongitude "152.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4333 152.133)"^^geo:wktLiteral ;
  geo-pos:lat "46.4333"^^xsd:decimal ;
  geo-pos:long "152.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11130'^^xsd:integer;
  dwc:scientificName 'Golfingia schnttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.133'^^xsd:double;
  dwc:latitude '46.4333'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.92 152.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.92"^^xsd:decimal ;
  dwc:decimalLongitude "152.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.92 152.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.92"^^xsd:decimal ;
  geo-pos:long "152.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3820'^^xsd:integer;
  dwc:scientificName 'Eurycope magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.4'^^xsd:double;
  dwc:latitude '44.92'^^xsd:double;
  dwc:aphiaid '255750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1644930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.68 152.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.68"^^xsd:decimal ;
  dwc:decimalLongitude "152.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.68 152.61)"^^geo:wktLiteral ;
  geo-pos:lat "45.68"^^xsd:decimal ;
  geo-pos:long "152.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3516'^^xsd:integer;
  dwc:scientificName 'Janirella quadrituberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.61'^^xsd:double;
  dwc:latitude '45.68'^^xsd:double;
  dwc:aphiaid '255952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3516'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 152.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2"^^xsd:decimal ;
  dwc:decimalLongitude "152.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 152.817)"^^geo:wktLiteral ;
  geo-pos:lat "46.2"^^xsd:decimal ;
  geo-pos:long "152.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11105'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.817'^^xsd:double;
  dwc:latitude '46.2'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11105'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 152.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2"^^xsd:decimal ;
  dwc:decimalLongitude "152.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 152.817)"^^geo:wktLiteral ;
  geo-pos:lat "46.2"^^xsd:decimal ;
  geo-pos:long "152.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11133'^^xsd:integer;
  dwc:scientificName 'Golfingia vulgare'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.817'^^xsd:double;
  dwc:latitude '46.2'^^xsd:double;
  dwc:aphiaid '424333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410724'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 152.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2"^^xsd:decimal ;
  dwc:decimalLongitude "152.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 152.82)"^^geo:wktLiteral ;
  geo-pos:lat "46.2"^^xsd:decimal ;
  geo-pos:long "152.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3559'^^xsd:integer;
  dwc:scientificName 'Janiralata hexadentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.82'^^xsd:double;
  dwc:latitude '46.2'^^xsd:double;
  dwc:aphiaid '256012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3559'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.57 152.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.57"^^xsd:decimal ;
  dwc:decimalLongitude "152.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.57 152.88)"^^geo:wktLiteral ;
  geo-pos:lat "6.57"^^xsd:decimal ;
  geo-pos:long "152.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3107'^^xsd:integer;
  dwc:scientificName 'Macrostylis compactus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.88'^^xsd:double;
  dwc:latitude '6.57'^^xsd:double;
  dwc:aphiaid '256098'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256098'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.57 152.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.57"^^xsd:decimal ;
  dwc:decimalLongitude "152.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.57 152.88)"^^geo:wktLiteral ;
  geo-pos:lat "6.57"^^xsd:decimal ;
  geo-pos:long "152.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3133'^^xsd:integer;
  dwc:scientificName 'Macrostylis vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.88'^^xsd:double;
  dwc:latitude '6.57'^^xsd:double;
  dwc:aphiaid '256134'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256134'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.57 152.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.57"^^xsd:decimal ;
  dwc:decimalLongitude "152.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.57 152.88)"^^geo:wktLiteral ;
  geo-pos:lat "6.57"^^xsd:decimal ;
  geo-pos:long "152.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3178'^^xsd:integer;
  dwc:scientificName 'Mesosignum vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.88'^^xsd:double;
  dwc:latitude '6.57'^^xsd:double;
  dwc:aphiaid '258088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.8233 152.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.8233"^^xsd:decimal ;
  dwc:decimalLongitude "152.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.8233 152.89)"^^geo:wktLiteral ;
  geo-pos:lat "-5.8233"^^xsd:decimal ;
  geo-pos:long "152.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4593'^^xsd:integer;
  dwc:scientificName 'Neotanais serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.89'^^xsd:double;
  dwc:latitude '-5.8233'^^xsd:double;
  dwc:aphiaid '136339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4593'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.8233 152.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.8233"^^xsd:decimal ;
  dwc:decimalLongitude "152.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.8233 152.89)"^^geo:wktLiteral ;
  geo-pos:lat "-5.8233"^^xsd:decimal ;
  geo-pos:long "152.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5170'^^xsd:integer;
  dwc:scientificName 'Leptognathia birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.89'^^xsd:double;
  dwc:latitude '-5.8233'^^xsd:double;
  dwc:aphiaid '247570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.8233 152.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.8233"^^xsd:decimal ;
  dwc:decimalLongitude "152.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.8233 152.89)"^^geo:wktLiteral ;
  geo-pos:lat "-5.8233"^^xsd:decimal ;
  geo-pos:long "152.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4481'^^xsd:integer;
  dwc:scientificName 'Neotanais hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '152.89'^^xsd:double;
  dwc:latitude '-5.8233'^^xsd:double;
  dwc:aphiaid '136333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4481'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "153.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "153.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3428'^^xsd:integer;
  dwc:scientificName 'Haplomesus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.03'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:aphiaid '255889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3428'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.37 153.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.37"^^xsd:decimal ;
  dwc:decimalLongitude "153.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.37 153.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.37"^^xsd:decimal ;
  geo-pos:long "153.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3501'^^xsd:integer;
  dwc:scientificName 'Janirella diplospinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.05'^^xsd:double;
  dwc:latitude '46.37'^^xsd:double;
  dwc:aphiaid '264190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3501'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1885189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4167 153.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4167"^^xsd:decimal ;
  dwc:decimalLongitude "153.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4167 153.117)"^^geo:wktLiteral ;
  geo-pos:lat "45.4167"^^xsd:decimal ;
  geo-pos:long "153.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5192'^^xsd:integer;
  dwc:scientificName 'Leptognathia greveae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.117'^^xsd:double;
  dwc:latitude '45.4167'^^xsd:double;
  dwc:aphiaid '247575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247575'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4167 153.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4167"^^xsd:decimal ;
  dwc:decimalLongitude "153.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4167 153.117)"^^geo:wktLiteral ;
  geo-pos:lat "45.4167"^^xsd:decimal ;
  geo-pos:long "153.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15015'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.117'^^xsd:double;
  dwc:latitude '45.4167'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15015'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4167 153.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4167"^^xsd:decimal ;
  dwc:decimalLongitude "153.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4167 153.117)"^^geo:wktLiteral ;
  geo-pos:lat "45.4167"^^xsd:decimal ;
  geo-pos:long "153.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15014'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.117'^^xsd:double;
  dwc:latitude '45.4167'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 153.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "153.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 153.12)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "153.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3142'^^xsd:integer;
  dwc:scientificName 'Macrostylis profundissma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.12'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:aphiaid '816879'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3142'^^xsd:anyURI;
  dwc:aphiaIdAccepted '816879'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.42 153.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.42"^^xsd:decimal ;
  dwc:decimalLongitude "153.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.42 153.12)"^^geo:wktLiteral ;
  geo-pos:lat "45.42"^^xsd:decimal ;
  geo-pos:long "153.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3197'^^xsd:integer;
  dwc:scientificName 'Haploniscus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.12'^^xsd:double;
  dwc:latitude '45.42'^^xsd:double;
  dwc:aphiaid '255818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3197'^^xsd:anyURI;
  dwc:aphiaIdAccepted '817133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.42 153.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.42"^^xsd:decimal ;
  dwc:decimalLongitude "153.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.42 153.12)"^^geo:wktLiteral ;
  geo-pos:lat "45.42"^^xsd:decimal ;
  geo-pos:long "153.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3429'^^xsd:integer;
  dwc:scientificName 'Haplomesus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.12'^^xsd:double;
  dwc:latitude '45.42'^^xsd:double;
  dwc:aphiaid '255889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.42 153.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.42"^^xsd:decimal ;
  dwc:decimalLongitude "153.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.42 153.12)"^^geo:wktLiteral ;
  geo-pos:lat "45.42"^^xsd:decimal ;
  geo-pos:long "153.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3984'^^xsd:integer;
  dwc:scientificName 'Munneurycope pellucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.12'^^xsd:double;
  dwc:latitude '45.42'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3984'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.42 153.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.42"^^xsd:decimal ;
  dwc:decimalLongitude "153.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.42 153.12)"^^geo:wktLiteral ;
  geo-pos:lat "45.42"^^xsd:decimal ;
  geo-pos:long "153.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3987'^^xsd:integer;
  dwc:scientificName 'Munneurycope acuticoxalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.12'^^xsd:double;
  dwc:latitude '45.42'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3987'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8833 153.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.8833"^^xsd:decimal ;
  dwc:decimalLongitude "153.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8833 153.15)"^^geo:wktLiteral ;
  geo-pos:lat "30.8833"^^xsd:decimal ;
  geo-pos:long "153.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9474'^^xsd:integer;
  dwc:scientificName 'Chondrocladia crinita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.15'^^xsd:double;
  dwc:latitude '30.8833'^^xsd:double;
  dwc:aphiaid '168214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9474'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8833 153.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.8833"^^xsd:decimal ;
  dwc:decimalLongitude "153.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.8833 153.15)"^^geo:wktLiteral ;
  geo-pos:lat "30.8833"^^xsd:decimal ;
  geo-pos:long "153.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9470'^^xsd:integer;
  dwc:scientificName 'Chondrocladia crinita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.15'^^xsd:double;
  dwc:latitude '30.8833'^^xsd:double;
  dwc:aphiaid '168214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 153.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2"^^xsd:decimal ;
  dwc:decimalLongitude "153.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 153.217)"^^geo:wktLiteral ;
  geo-pos:lat "46.2"^^xsd:decimal ;
  geo-pos:long "153.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11113'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.217'^^xsd:double;
  dwc:latitude '46.2'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11113'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 153.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2"^^xsd:decimal ;
  dwc:decimalLongitude "153.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 153.217)"^^geo:wktLiteral ;
  geo-pos:lat "46.2"^^xsd:decimal ;
  geo-pos:long "153.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5184'^^xsd:integer;
  dwc:scientificName 'Leptognathia dentifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.217'^^xsd:double;
  dwc:latitude '46.2'^^xsd:double;
  dwc:aphiaid '156198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 153.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2"^^xsd:decimal ;
  dwc:decimalLongitude "153.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 153.217)"^^geo:wktLiteral ;
  geo-pos:lat "46.2"^^xsd:decimal ;
  geo-pos:long "153.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4133'^^xsd:integer;
  dwc:scientificName 'Apseudes vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.217'^^xsd:double;
  dwc:latitude '46.2'^^xsd:double;
  dwc:aphiaid '247065'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 153.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2"^^xsd:decimal ;
  dwc:decimalLongitude "153.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2 153.22)"^^geo:wktLiteral ;
  geo-pos:lat "46.2"^^xsd:decimal ;
  geo-pos:long "153.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3270'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.22'^^xsd:double;
  dwc:latitude '46.2'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3270'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3333 153.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.3333"^^xsd:decimal ;
  dwc:decimalLongitude "153.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.3333 153.25)"^^geo:wktLiteral ;
  geo-pos:lat "46.3333"^^xsd:decimal ;
  geo-pos:long "153.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11111'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.25'^^xsd:double;
  dwc:latitude '46.3333'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11111'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2167 153.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2167"^^xsd:decimal ;
  dwc:decimalLongitude "153.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2167 153.267)"^^geo:wktLiteral ;
  geo-pos:lat "46.2167"^^xsd:decimal ;
  geo-pos:long "153.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11112'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.267'^^xsd:double;
  dwc:latitude '46.2167'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11112'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2167 153.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2167"^^xsd:decimal ;
  dwc:decimalLongitude "153.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2167 153.267)"^^geo:wktLiteral ;
  geo-pos:lat "46.2167"^^xsd:decimal ;
  geo-pos:long "153.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11134'^^xsd:integer;
  dwc:scientificName 'Golfingia vulgare'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.267'^^xsd:double;
  dwc:latitude '46.2167'^^xsd:double;
  dwc:aphiaid '424333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410724'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2167 153.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2167"^^xsd:decimal ;
  dwc:decimalLongitude "153.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2167 153.267)"^^geo:wktLiteral ;
  geo-pos:lat "46.2167"^^xsd:decimal ;
  geo-pos:long "153.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5240'^^xsd:integer;
  dwc:scientificName 'Typhlotanais compactus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.267'^^xsd:double;
  dwc:latitude '46.2167'^^xsd:double;
  dwc:aphiaid '247687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5240'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2167 153.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2167"^^xsd:decimal ;
  dwc:decimalLongitude "153.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2167 153.267)"^^geo:wktLiteral ;
  geo-pos:lat "46.2167"^^xsd:decimal ;
  geo-pos:long "153.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5637'^^xsd:integer;
  dwc:scientificName 'Pseudotanais vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.267'^^xsd:double;
  dwc:latitude '46.2167'^^xsd:double;
  dwc:aphiaid '247657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5637'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1"^^xsd:decimal ;
  dwc:decimalLongitude "153.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.1"^^xsd:decimal ;
  geo-pos:long "153.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11114'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.3'^^xsd:double;
  dwc:latitude '46.1'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1"^^xsd:decimal ;
  dwc:decimalLongitude "153.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.1"^^xsd:decimal ;
  geo-pos:long "153.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11145'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.3'^^xsd:double;
  dwc:latitude '46.1'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11145'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1"^^xsd:decimal ;
  dwc:decimalLongitude "153.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.1"^^xsd:decimal ;
  geo-pos:long "153.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11128'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.3'^^xsd:double;
  dwc:latitude '46.1'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1"^^xsd:decimal ;
  dwc:decimalLongitude "153.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.1"^^xsd:decimal ;
  geo-pos:long "153.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11131'^^xsd:integer;
  dwc:scientificName 'Golfingia schnttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.3'^^xsd:double;
  dwc:latitude '46.1'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1"^^xsd:decimal ;
  dwc:decimalLongitude "153.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.1"^^xsd:decimal ;
  geo-pos:long "153.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11138'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.3'^^xsd:double;
  dwc:latitude '46.1'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1"^^xsd:decimal ;
  dwc:decimalLongitude "153.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1 153.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.1"^^xsd:decimal ;
  geo-pos:long "153.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16884'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.3'^^xsd:double;
  dwc:latitude '46.1'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16884'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "153.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "153.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3196'^^xsd:integer;
  dwc:scientificName 'Haploniscus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.35'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:aphiaid '255818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3196'^^xsd:anyURI;
  dwc:aphiaIdAccepted '817133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "153.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "153.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3300'^^xsd:integer;
  dwc:scientificName 'Haploniscus profundicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.35'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:aphiaid '255826'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255826'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "153.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "153.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3673'^^xsd:integer;
  dwc:scientificName 'Storthyngura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.35'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:aphiaid '294770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "153.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "153.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3819'^^xsd:integer;
  dwc:scientificName 'Eurycope magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.35'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:aphiaid '255750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1644930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "153.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "153.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15013'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.35'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "153.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 153.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "153.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3988'^^xsd:integer;
  dwc:scientificName 'Munneurycope acuticoxalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.35'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3988'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.95 153.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.95"^^xsd:decimal ;
  dwc:decimalLongitude "153.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.95 153.367)"^^geo:wktLiteral ;
  geo-pos:lat "-29.95"^^xsd:decimal ;
  geo-pos:long "153.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5313'^^xsd:integer;
  dwc:scientificName 'Bathytanais bathybrotes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.367'^^xsd:double;
  dwc:latitude '-29.95'^^xsd:double;
  dwc:aphiaid '247612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5313'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6833 153.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6833"^^xsd:decimal ;
  dwc:decimalLongitude "153.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6833 153.4)"^^geo:wktLiteral ;
  geo-pos:lat "45.6833"^^xsd:decimal ;
  geo-pos:long "153.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9467'^^xsd:integer;
  dwc:scientificName 'Chondrocladia concrescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.4'^^xsd:double;
  dwc:latitude '45.6833'^^xsd:double;
  dwc:aphiaid '168213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 153.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "153.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 153.45)"^^geo:wktLiteral ;
  geo-pos:lat "40"^^xsd:decimal ;
  geo-pos:long "153.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3137'^^xsd:integer;
  dwc:scientificName 'Macrostylis grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.45'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:aphiaid '256106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3137'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "153.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "153.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4602'^^xsd:integer;
  dwc:scientificName 'Neotanais tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.45'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:aphiaid '247394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4602'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "153.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "153.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3477'^^xsd:integer;
  dwc:scientificName 'Haplomesus profundicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.45'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:aphiaid '255895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3477'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "153.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "153.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3517'^^xsd:integer;
  dwc:scientificName 'Janirella spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.45'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:aphiaid '255955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3517'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "153.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "153.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3638'^^xsd:integer;
  dwc:scientificName 'Storthyngura herculea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.45'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:aphiaid '294758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "153.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "153.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5175'^^xsd:integer;
  dwc:scientificName 'Leptognathia breviremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.45'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:aphiaid '136431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "153.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 153.45)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "153.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15012'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.45'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.93 153.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.93"^^xsd:decimal ;
  dwc:decimalLongitude "153.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.93 153.47)"^^geo:wktLiteral ;
  geo-pos:lat "45.93"^^xsd:decimal ;
  geo-pos:long "153.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3430'^^xsd:integer;
  dwc:scientificName 'Haplomesus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.47'^^xsd:double;
  dwc:latitude '45.93'^^xsd:double;
  dwc:aphiaid '255889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3430'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.93 153.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.93"^^xsd:decimal ;
  dwc:decimalLongitude "153.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.93 153.47)"^^geo:wktLiteral ;
  geo-pos:lat "45.93"^^xsd:decimal ;
  geo-pos:long "153.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3674'^^xsd:integer;
  dwc:scientificName 'Storthyngura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.47'^^xsd:double;
  dwc:latitude '45.93'^^xsd:double;
  dwc:aphiaid '294770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.93 153.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.93"^^xsd:decimal ;
  dwc:decimalLongitude "153.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.93 153.47)"^^geo:wktLiteral ;
  geo-pos:lat "45.93"^^xsd:decimal ;
  geo-pos:long "153.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3815'^^xsd:integer;
  dwc:scientificName 'Eurycope magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.47'^^xsd:double;
  dwc:latitude '45.93'^^xsd:double;
  dwc:aphiaid '255750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3815'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1644930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.45 153.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.45"^^xsd:decimal ;
  dwc:decimalLongitude "153.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.45 153.55)"^^geo:wktLiteral ;
  geo-pos:lat "-31.45"^^xsd:decimal ;
  geo-pos:long "153.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14661'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.55'^^xsd:double;
  dwc:latitude '-31.45'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14661'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.45 153.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.45"^^xsd:decimal ;
  dwc:decimalLongitude "153.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.45 153.55)"^^geo:wktLiteral ;
  geo-pos:lat "-31.45"^^xsd:decimal ;
  geo-pos:long "153.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14660'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.55'^^xsd:double;
  dwc:latitude '-31.45'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14660'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 153.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "153.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 153.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "153.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3448'^^xsd:integer;
  dwc:scientificName 'Stylomesus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '258036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3448'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258036'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 153.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6667"^^xsd:decimal ;
  dwc:decimalLongitude "153.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 153.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.6667"^^xsd:decimal ;
  geo-pos:long "153.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15016'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.55'^^xsd:double;
  dwc:latitude '45.6667'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15016'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 153.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6667"^^xsd:decimal ;
  dwc:decimalLongitude "153.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 153.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.6667"^^xsd:decimal ;
  geo-pos:long "153.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5775'^^xsd:integer;
  dwc:scientificName 'Anarthruropsis langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.55'^^xsd:double;
  dwc:latitude '45.6667'^^xsd:double;
  dwc:aphiaid '247425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5775'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67 153.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67"^^xsd:decimal ;
  dwc:decimalLongitude "153.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67 153.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.67"^^xsd:decimal ;
  geo-pos:long "153.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3675'^^xsd:integer;
  dwc:scientificName 'Storthyngura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.55'^^xsd:double;
  dwc:latitude '45.67'^^xsd:double;
  dwc:aphiaid '294770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 153.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "153.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 153.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "153.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3816'^^xsd:integer;
  dwc:scientificName 'Eurycope magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.55'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:aphiaid '255750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3816'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1644930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "153.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.67)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "153.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3437'^^xsd:integer;
  dwc:scientificName 'Haplomesus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.67'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:aphiaid '255896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.5833 153.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.5833"^^xsd:decimal ;
  dwc:decimalLongitude "153.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.5833 153.717)"^^geo:wktLiteral ;
  geo-pos:lat "-39.5833"^^xsd:decimal ;
  geo-pos:long "153.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10939'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.717'^^xsd:double;
  dwc:latitude '-39.5833'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2233 153.728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.2233"^^xsd:decimal ;
  dwc:decimalLongitude "153.728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2233 153.728)"^^geo:wktLiteral ;
  geo-pos:lat "-6.2233"^^xsd:decimal ;
  geo-pos:long "153.728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5033'^^xsd:integer;
  dwc:scientificName 'Paranarthrurella caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.728'^^xsd:double;
  dwc:latitude '-6.2233'^^xsd:double;
  dwc:aphiaid '247420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2233 153.728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.2233"^^xsd:decimal ;
  dwc:decimalLongitude "153.728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2233 153.728)"^^geo:wktLiteral ;
  geo-pos:lat "-6.2233"^^xsd:decimal ;
  geo-pos:long "153.728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5191'^^xsd:integer;
  dwc:scientificName 'Leptognathia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.728'^^xsd:double;
  dwc:latitude '-6.2233'^^xsd:double;
  dwc:aphiaid '247573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5191'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2233 153.728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.2233"^^xsd:decimal ;
  dwc:decimalLongitude "153.728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.2233 153.728)"^^geo:wktLiteral ;
  geo-pos:lat "-6.2233"^^xsd:decimal ;
  geo-pos:long "153.728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5180'^^xsd:integer;
  dwc:scientificName 'Leptognathia caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.728'^^xsd:double;
  dwc:latitude '-6.2233'^^xsd:double;
  dwc:aphiaid '820822'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.22 153.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.22"^^xsd:decimal ;
  dwc:decimalLongitude "153.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.22 153.73)"^^geo:wktLiteral ;
  geo-pos:lat "6.22"^^xsd:decimal ;
  geo-pos:long "153.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3468'^^xsd:integer;
  dwc:scientificName 'Ischnomesus elongatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.73'^^xsd:double;
  dwc:latitude '6.22'^^xsd:double;
  dwc:aphiaid '255920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3468'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.26667 153.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.26667"^^xsd:decimal ;
  dwc:decimalLongitude "153.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.26667 153.733)"^^geo:wktLiteral ;
  geo-pos:lat "-6.26667"^^xsd:decimal ;
  geo-pos:long "153.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14747'^^xsd:integer;
  dwc:scientificName 'Bathyneaera bernardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.733'^^xsd:double;
  dwc:latitude '-6.26667'^^xsd:double;
  dwc:aphiaid '408512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14747'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5333 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5333"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5333 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "43.5333"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11115'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '43.5333'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11115'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5333 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5333"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5333 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "43.5333"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11139'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '43.5333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5333 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5333"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5333 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "43.5333"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11129'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '43.5333'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4667 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4667"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4667 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "45.4667"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11148'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '45.4667'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4667 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4667"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4667 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "45.4667"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11121'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '45.4667'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4667 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4667"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4667 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "45.4667"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17055'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '45.4667'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4667 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4667"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4667 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "45.4667"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11140'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '45.4667'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11140'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5333"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "45.5333"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5193'^^xsd:integer;
  dwc:scientificName 'Leptognathia langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '45.5333'^^xsd:double;
  dwc:aphiaid '247578'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478716'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5333"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "45.5333"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5287'^^xsd:integer;
  dwc:scientificName 'Typhlotanais mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '45.5333'^^xsd:double;
  dwc:aphiaid '136569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5333"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "45.5333"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15017'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '45.5333'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5333"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "45.5333"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16837'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '45.5333'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16837'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5333"^^xsd:decimal ;
  dwc:decimalLongitude "153.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5333 153.767)"^^geo:wktLiteral ;
  geo-pos:lat "45.5333"^^xsd:decimal ;
  geo-pos:long "153.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5918'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.767'^^xsd:double;
  dwc:latitude '45.5333'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3286'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3286'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.38 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.38"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.38 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.38"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3198'^^xsd:integer;
  dwc:scientificName 'Haploniscus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '45.38'^^xsd:double;
  dwc:aphiaid '255818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3198'^^xsd:anyURI;
  dwc:aphiaIdAccepted '817133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.47 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.47"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.47 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.47"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3523'^^xsd:integer;
  dwc:scientificName 'Janirella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '45.47'^^xsd:double;
  dwc:aphiaid '264192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3523'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255959'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.47 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.47"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.47 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.47"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3665'^^xsd:integer;
  dwc:scientificName 'Storthyngura tenuispinis distincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '45.47'^^xsd:double;
  dwc:aphiaid '819323'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263965'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3285'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3285'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3060'^^xsd:integer;
  dwc:scientificName 'Nannoniscus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:aphiaid '256313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3049'^^xsd:integer;
  dwc:scientificName 'Austroniscus tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3049'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3044'^^xsd:integer;
  dwc:scientificName 'Nannoniscus tellenus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3044'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3431'^^xsd:integer;
  dwc:scientificName 'Haplomesus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:aphiaid '255889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3431'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "153.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 153.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "153.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3985'^^xsd:integer;
  dwc:scientificName 'Munneurycope curticephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.77'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3985'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7025 153.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7025"^^xsd:decimal ;
  dwc:decimalLongitude "153.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7025 153.817)"^^geo:wktLiteral ;
  geo-pos:lat "44.7025"^^xsd:decimal ;
  geo-pos:long "153.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11079'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.817'^^xsd:double;
  dwc:latitude '44.7025'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7167 153.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7167"^^xsd:decimal ;
  dwc:decimalLongitude "153.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7167 153.817)"^^geo:wktLiteral ;
  geo-pos:lat "44.7167"^^xsd:decimal ;
  geo-pos:long "153.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4596'^^xsd:integer;
  dwc:scientificName 'Neotanais serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '153.817'^^xsd:double;
  dwc:latitude '44.7167'^^xsd:double;
  dwc:aphiaid '136339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4596'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45 154)"^^geo:wktLiteral ;
  geo-pos:lat "-45"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10947'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '-45'^^xsd:integer;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10947'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4633'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4594'^^xsd:integer;
  dwc:scientificName 'Neotanais serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '136339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4594'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5025'^^xsd:integer;
  dwc:scientificName 'Paranarthrura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11132'^^xsd:integer;
  dwc:scientificName 'Golfingia schnttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5030'^^xsd:integer;
  dwc:scientificName 'Paranarthrura zevinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5214'^^xsd:integer;
  dwc:scientificName 'Leptognathia vinogradovae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247591'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5201'^^xsd:integer;
  dwc:scientificName 'Leptognathia parelegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247587'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5247'^^xsd:integer;
  dwc:scientificName 'Typhlotanais grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '136559'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5269'^^xsd:integer;
  dwc:scientificName 'Typhlotanais kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5272'^^xsd:integer;
  dwc:scientificName 'Typhlotanais longicephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478758'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5288'^^xsd:integer;
  dwc:scientificName 'Typhlotanais mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '136569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5288'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5332'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5332'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5950'^^xsd:integer;
  dwc:scientificName 'Robustochelia robusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '183393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5916'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 154)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5639'^^xsd:integer;
  dwc:scientificName 'Pseudotanais vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154'^^xsd:integer;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5639'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 154.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6667"^^xsd:decimal ;
  dwc:decimalLongitude "154.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 154.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.6667"^^xsd:decimal ;
  geo-pos:long "154.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11107'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.15'^^xsd:double;
  dwc:latitude '45.6667'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11107'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 154.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6667"^^xsd:decimal ;
  dwc:decimalLongitude "154.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 154.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.6667"^^xsd:decimal ;
  geo-pos:long "154.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11120'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.15'^^xsd:double;
  dwc:latitude '45.6667'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11120'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 154.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6667"^^xsd:decimal ;
  dwc:decimalLongitude "154.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6667 154.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.6667"^^xsd:decimal ;
  geo-pos:long "154.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11135'^^xsd:integer;
  dwc:scientificName 'Golfingia vulgare'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.15'^^xsd:double;
  dwc:latitude '45.6667'^^xsd:double;
  dwc:aphiaid '424333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410724'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.22 154.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.22"^^xsd:decimal ;
  dwc:decimalLongitude "154.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.22 154.18)"^^geo:wktLiteral ;
  geo-pos:lat "46.22"^^xsd:decimal ;
  geo-pos:long "154.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3521'^^xsd:integer;
  dwc:scientificName 'Janirella spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.18'^^xsd:double;
  dwc:latitude '46.22'^^xsd:double;
  dwc:aphiaid '255955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.22 154.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.22"^^xsd:decimal ;
  dwc:decimalLongitude "154.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.22 154.18)"^^geo:wktLiteral ;
  geo-pos:lat "46.22"^^xsd:decimal ;
  geo-pos:long "154.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3433'^^xsd:integer;
  dwc:scientificName 'Haplomesus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.18'^^xsd:double;
  dwc:latitude '46.22'^^xsd:double;
  dwc:aphiaid '255889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3433'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2333 154.183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2333"^^xsd:decimal ;
  dwc:decimalLongitude "154.183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2333 154.183)"^^geo:wktLiteral ;
  geo-pos:lat "46.2333"^^xsd:decimal ;
  geo-pos:long "154.183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14726'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.183'^^xsd:double;
  dwc:latitude '46.2333'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14726'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2333 154.183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.2333"^^xsd:decimal ;
  dwc:decimalLongitude "154.183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.2333 154.183)"^^geo:wktLiteral ;
  geo-pos:lat "46.2333"^^xsd:decimal ;
  geo-pos:long "154.183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14725'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.183'^^xsd:double;
  dwc:latitude '46.2333'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3170'^^xsd:integer;
  dwc:scientificName 'Mesosignum elegantulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '258080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3174'^^xsd:integer;
  dwc:scientificName 'Mesosignum latum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '258082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1347472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3273'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3276'^^xsd:integer;
  dwc:scientificName 'Haploniscus gibbernastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '255808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3276'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3287'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3287'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3291'^^xsd:integer;
  dwc:scientificName 'Haploniscus inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '255813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3008'^^xsd:integer;
  dwc:scientificName 'Austroniscus karamani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '256283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3008'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3083'^^xsd:integer;
  dwc:scientificName 'Macrostylis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '256088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3441'^^xsd:integer;
  dwc:scientificName 'Haplomesus scabriusculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '255897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3449'^^xsd:integer;
  dwc:scientificName 'Stylomesus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '258036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258036'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3506'^^xsd:integer;
  dwc:scientificName 'Janirella extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '255941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3506'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3824'^^xsd:integer;
  dwc:scientificName 'Eurycope ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '255753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3824'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477186'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.43"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.43 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.43"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3938'^^xsd:integer;
  dwc:scientificName 'Eurycope affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.43'^^xsd:double;
  dwc:aphiaid '255729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3938'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4333"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.4333"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11106'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.4333'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4333"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.4333"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11119'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.4333'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11119'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4333"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.4333"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11147'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.4333'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4333"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.4333"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16848'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.4333'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4333"^^xsd:decimal ;
  dwc:decimalLongitude "154.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.2)"^^geo:wktLiteral ;
  geo-pos:lat "45.4333"^^xsd:decimal ;
  geo-pos:long "154.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9202'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus quadricornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.2'^^xsd:double;
  dwc:latitude '45.4333'^^xsd:double;
  dwc:aphiaid '406639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9202'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 154.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "154.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 154.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "154.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3607'^^xsd:integer;
  dwc:scientificName 'Storthyngura bicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.37'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '294750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3607'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263959'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 154.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "154.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 154.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "154.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3677'^^xsd:integer;
  dwc:scientificName 'Storthyngura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.37'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '294770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.8167 154.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.8167"^^xsd:decimal ;
  dwc:decimalLongitude "154.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.8167 154.9)"^^geo:wktLiteral ;
  geo-pos:lat "4.8167"^^xsd:decimal ;
  geo-pos:long "154.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5199'^^xsd:integer;
  dwc:scientificName 'Leptognathia mironovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.9'^^xsd:double;
  dwc:latitude '4.8167'^^xsd:double;
  dwc:aphiaid '247585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.8167 154.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.8167"^^xsd:decimal ;
  dwc:decimalLongitude "154.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.8167 154.9)"^^geo:wktLiteral ;
  geo-pos:lat "4.8167"^^xsd:decimal ;
  geo-pos:long "154.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5955'^^xsd:integer;
  dwc:scientificName 'Siphonolabrum langi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.9'^^xsd:double;
  dwc:latitude '4.8167'^^xsd:double;
  dwc:aphiaid '247432'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5955'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247432'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.4333"^^xsd:decimal ;
  dwc:decimalLongitude "154.983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.4333 154.983)"^^geo:wktLiteral ;
  geo-pos:lat "45.4333"^^xsd:decimal ;
  geo-pos:long "154.983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16849'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '154.983'^^xsd:double;
  dwc:latitude '45.4333'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46 155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46"^^xsd:decimal ;
  dwc:decimalLongitude "155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46 155)"^^geo:wktLiteral ;
  geo-pos:lat "-46"^^xsd:decimal ;
  geo-pos:long "155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10948'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155'^^xsd:integer;
  dwc:latitude '-46'^^xsd:integer;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10948'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2667 155.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2667"^^xsd:decimal ;
  dwc:decimalLongitude "155.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2667 155.217)"^^geo:wktLiteral ;
  geo-pos:lat "45.2667"^^xsd:decimal ;
  geo-pos:long "155.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9730'^^xsd:integer;
  dwc:scientificName 'Holascus undulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.217'^^xsd:double;
  dwc:latitude '45.2667'^^xsd:double;
  dwc:aphiaid '171925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3135'^^xsd:integer;
  dwc:scientificName 'Macrostylis sensitiva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '256123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256123'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3144'^^xsd:integer;
  dwc:scientificName 'Macrostylis zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '256136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3171'^^xsd:integer;
  dwc:scientificName 'Mesosignum elegantulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '258080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3175'^^xsd:integer;
  dwc:scientificName 'Mesosignum latum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '258082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1347472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3272'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3290'^^xsd:integer;
  dwc:scientificName 'Haploniscus inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '255813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3298'^^xsd:integer;
  dwc:scientificName 'Haploniscus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '255819'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3298'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255819'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3007'^^xsd:integer;
  dwc:scientificName 'Austroniscus karamani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '256283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3046'^^xsd:integer;
  dwc:scientificName 'Nannoniscus tellenus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3046'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3062'^^xsd:integer;
  dwc:scientificName 'Nannoniscus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '256313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3460'^^xsd:integer;
  dwc:scientificName 'Stylomesus hexatuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '258035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3460'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3507'^^xsd:integer;
  dwc:scientificName 'Janirella extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '255941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3507'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3939'^^xsd:integer;
  dwc:scientificName 'Eurycope affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '255729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3939'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3082'^^xsd:integer;
  dwc:scientificName 'Macrostylis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '256088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3082'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3275'^^xsd:integer;
  dwc:scientificName 'Haploniscus gibbernastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:aphiaid '255808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2333 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2333"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2333 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.2333"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17059'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.2333'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2333 155.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2333"^^xsd:decimal ;
  dwc:decimalLongitude "155.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2333 155.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.2333"^^xsd:decimal ;
  geo-pos:long "155.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9201'^^xsd:integer;
  dwc:scientificName 'Bathyhalacarus quadricornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.25'^^xsd:double;
  dwc:latitude '45.2333'^^xsd:double;
  dwc:aphiaid '406639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9201'^^xsd:anyURI;
  dwc:aphiaIdAccepted '406639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 155.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1167"^^xsd:decimal ;
  dwc:decimalLongitude "155.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1167 155.267)"^^geo:wktLiteral ;
  geo-pos:lat "46.1167"^^xsd:decimal ;
  geo-pos:long "155.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14724'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.267'^^xsd:double;
  dwc:latitude '46.1167'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14724'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1189 155.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1189"^^xsd:decimal ;
  dwc:decimalLongitude "155.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1189 155.267)"^^geo:wktLiteral ;
  geo-pos:lat "46.1189"^^xsd:decimal ;
  geo-pos:long "155.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11076'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.267'^^xsd:double;
  dwc:latitude '46.1189'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11076'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1333 155.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1333"^^xsd:decimal ;
  dwc:decimalLongitude "155.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1333 155.267)"^^geo:wktLiteral ;
  geo-pos:lat "46.1333"^^xsd:decimal ;
  geo-pos:long "155.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9729'^^xsd:integer;
  dwc:scientificName 'Holascus undulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.267'^^xsd:double;
  dwc:latitude '46.1333'^^xsd:double;
  dwc:aphiaid '171925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171925'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1333 155.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1333"^^xsd:decimal ;
  dwc:decimalLongitude "155.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1333 155.267)"^^geo:wktLiteral ;
  geo-pos:lat "46.1333"^^xsd:decimal ;
  geo-pos:long "155.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9751'^^xsd:integer;
  dwc:scientificName 'Hyalonema apertum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.267'^^xsd:double;
  dwc:latitude '46.1333'^^xsd:double;
  dwc:aphiaid '194728'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9751'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1333 155.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1333"^^xsd:decimal ;
  dwc:decimalLongitude "155.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1333 155.267)"^^geo:wktLiteral ;
  geo-pos:lat "46.1333"^^xsd:decimal ;
  geo-pos:long "155.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9479'^^xsd:integer;
  dwc:scientificName 'Chondrocladia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.267'^^xsd:double;
  dwc:latitude '46.1333'^^xsd:double;
  dwc:aphiaid '168215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9479'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.12 155.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.12"^^xsd:decimal ;
  dwc:decimalLongitude "155.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.12 155.27)"^^geo:wktLiteral ;
  geo-pos:lat "47.12"^^xsd:decimal ;
  geo-pos:long "155.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3263'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.27'^^xsd:double;
  dwc:latitude '47.12'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3263'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.12 155.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.12"^^xsd:decimal ;
  dwc:decimalLongitude "155.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.12 155.27)"^^geo:wktLiteral ;
  geo-pos:lat "47.12"^^xsd:decimal ;
  geo-pos:long "155.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4020'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.27'^^xsd:double;
  dwc:latitude '47.12'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2833"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.2833"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5215'^^xsd:integer;
  dwc:scientificName 'Leptognathia zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.2833'^^xsd:double;
  dwc:aphiaid '247593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5215'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2833"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.2833"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5203'^^xsd:integer;
  dwc:scientificName 'Leptognathia rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.2833'^^xsd:double;
  dwc:aphiaid '247589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247589'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2833"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.2833"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5173'^^xsd:integer;
  dwc:scientificName 'Leptognathia birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.2833'^^xsd:double;
  dwc:aphiaid '247570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2833"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.2833"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5248'^^xsd:integer;
  dwc:scientificName 'Typhlotanais grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.2833'^^xsd:double;
  dwc:aphiaid '136559'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2833"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.2833"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11118'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.2833'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11118'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2833"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.2833"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5949'^^xsd:integer;
  dwc:scientificName 'Robustochelia robusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.2833'^^xsd:double;
  dwc:aphiaid '183393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '183393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2833"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.2833"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5920'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.2833'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5920'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2833"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2833 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.2833"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5638'^^xsd:integer;
  dwc:scientificName 'Pseudotanais vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.2833'^^xsd:double;
  dwc:aphiaid '247657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5638'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5060'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5026'^^xsd:integer;
  dwc:scientificName 'Paranarthrura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5026'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 155.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3667"^^xsd:decimal ;
  dwc:decimalLongitude "155.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3667 155.383)"^^geo:wktLiteral ;
  geo-pos:lat "45.3667"^^xsd:decimal ;
  geo-pos:long "155.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5028'^^xsd:integer;
  dwc:scientificName 'Paranarthrura zevinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.383'^^xsd:double;
  dwc:latitude '45.3667'^^xsd:double;
  dwc:aphiaid '247419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.45 155.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.45"^^xsd:decimal ;
  dwc:decimalLongitude "155.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.45 155.55)"^^geo:wktLiteral ;
  geo-pos:lat "-31.45"^^xsd:decimal ;
  geo-pos:long "155.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10121'^^xsd:integer;
  dwc:scientificName 'Golfingia murinae murinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.55'^^xsd:double;
  dwc:latitude '-31.45'^^xsd:double;
  dwc:aphiaid '425286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10121'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6833 155.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.6833"^^xsd:decimal ;
  dwc:decimalLongitude "155.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.6833 155.6)"^^geo:wktLiteral ;
  geo-pos:lat "45.6833"^^xsd:decimal ;
  geo-pos:long "155.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14723'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.6'^^xsd:double;
  dwc:latitude '45.6833'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14723'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 155.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "155.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 155.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "155.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3279'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.71'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3279'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4634'^^xsd:integer;
  dwc:scientificName 'Agathotanais ingolfi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '136373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4595'^^xsd:integer;
  dwc:scientificName 'Neotanais serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '136339'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5059'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5059'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5029'^^xsd:integer;
  dwc:scientificName 'Paranarthrura zevinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '247419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5208'^^xsd:integer;
  dwc:scientificName 'Leptognathia tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '247590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5183'^^xsd:integer;
  dwc:scientificName 'Leptognathia dentifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '156198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5172'^^xsd:integer;
  dwc:scientificName 'Leptognathia birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '247570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5176'^^xsd:integer;
  dwc:scientificName 'Leptognathia breviremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '136431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5250'^^xsd:integer;
  dwc:scientificName 'Typhlotanais grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '136559'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5271'^^xsd:integer;
  dwc:scientificName 'Typhlotanais longicephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '247691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478758'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5278'^^xsd:integer;
  dwc:scientificName 'Typhlotanais magnificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '244623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237599'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5238'^^xsd:integer;
  dwc:scientificName 'Typhlotanais compactus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '247687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5238'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5333'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5333'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5301'^^xsd:integer;
  dwc:scientificName 'Typhlotanais rectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '244653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5301'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5309'^^xsd:integer;
  dwc:scientificName 'Typhlotanais setosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '247694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5309'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819879'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5640'^^xsd:integer;
  dwc:scientificName 'Pseudotanais vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '247657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5640'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5917'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "45.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5331'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '45.1'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5331'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "45.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5239'^^xsd:integer;
  dwc:scientificName 'Typhlotanais compactus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '45.1'^^xsd:double;
  dwc:aphiaid '247687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5239'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1 155.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.1"^^xsd:decimal ;
  dwc:decimalLongitude "155.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.1 155.9)"^^geo:wktLiteral ;
  geo-pos:lat "45.1"^^xsd:decimal ;
  geo-pos:long "155.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5919'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '155.9'^^xsd:double;
  dwc:latitude '45.1'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3"^^xsd:decimal ;
  dwc:decimalLongitude "156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  geo-pos:lat "45.3"^^xsd:decimal ;
  geo-pos:long "156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3200'^^xsd:integer;
  dwc:scientificName 'Haploniscus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156'^^xsd:integer;
  dwc:latitude '45.3'^^xsd:double;
  dwc:aphiaid '255818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '817133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3"^^xsd:decimal ;
  dwc:decimalLongitude "156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  geo-pos:lat "45.3"^^xsd:decimal ;
  geo-pos:long "156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3297'^^xsd:integer;
  dwc:scientificName 'Haploniscus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156'^^xsd:integer;
  dwc:latitude '45.3'^^xsd:double;
  dwc:aphiaid '255819'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3297'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255819'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3"^^xsd:decimal ;
  dwc:decimalLongitude "156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  geo-pos:lat "45.3"^^xsd:decimal ;
  geo-pos:long "156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9945'^^xsd:integer;
  dwc:scientificName 'Polymastia pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156'^^xsd:integer;
  dwc:latitude '45.3'^^xsd:double;
  dwc:aphiaid '246099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1424192'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3"^^xsd:decimal ;
  dwc:decimalLongitude "156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  geo-pos:lat "45.3"^^xsd:decimal ;
  geo-pos:long "156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11117'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156'^^xsd:integer;
  dwc:latitude '45.3'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11117'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3"^^xsd:decimal ;
  dwc:decimalLongitude "156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 156)"^^geo:wktLiteral ;
  geo-pos:lat "45.3"^^xsd:decimal ;
  geo-pos:long "156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16839'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156'^^xsd:integer;
  dwc:latitude '45.3'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16839'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2667 156.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2667"^^xsd:decimal ;
  dwc:decimalLongitude "156.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2667 156.217)"^^geo:wktLiteral ;
  geo-pos:lat "45.2667"^^xsd:decimal ;
  geo-pos:long "156.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14721'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.217'^^xsd:double;
  dwc:latitude '45.2667'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14721'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2667 156.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.2667"^^xsd:decimal ;
  dwc:decimalLongitude "156.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.2667 156.217)"^^geo:wktLiteral ;
  geo-pos:lat "45.2667"^^xsd:decimal ;
  geo-pos:long "156.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14722'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.217'^^xsd:double;
  dwc:latitude '45.2667'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14722'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.15 156.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.15"^^xsd:decimal ;
  dwc:decimalLongitude "156.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.15 156.233)"^^geo:wktLiteral ;
  geo-pos:lat "49.15"^^xsd:decimal ;
  geo-pos:long "156.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9461'^^xsd:integer;
  dwc:scientificName 'Chondrocladia concrescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.233'^^xsd:double;
  dwc:latitude '49.15'^^xsd:double;
  dwc:aphiaid '168213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9461'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.47 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.47"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.47 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.47"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3289'^^xsd:integer;
  dwc:scientificName 'Haploniscus inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.47'^^xsd:double;
  dwc:aphiaid '255813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3289'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3125'^^xsd:integer;
  dwc:scientificName 'Macrostylis longula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '256115'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3125'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3199'^^xsd:integer;
  dwc:scientificName 'Haploniscus latus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3199'^^xsd:anyURI;
  dwc:aphiaIdAccepted '817133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3271'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3271'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3274'^^xsd:integer;
  dwc:scientificName 'Haploniscus gibbernastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3274'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3294'^^xsd:integer;
  dwc:scientificName 'Haploniscus intermedius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3294'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255814'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3006'^^xsd:integer;
  dwc:scientificName 'Austroniscus karamani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '256283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3005'^^xsd:integer;
  dwc:scientificName 'Austroniscus acutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '256281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256281'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3061'^^xsd:integer;
  dwc:scientificName 'Nannoniscus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '256313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3061'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3045'^^xsd:integer;
  dwc:scientificName 'Nannoniscus tellenus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3045'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9944'^^xsd:integer;
  dwc:scientificName 'Polymastia pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '246099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1424192'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3081'^^xsd:integer;
  dwc:scientificName 'Macrostylis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '256088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3315'^^xsd:integer;
  dwc:scientificName 'Abyssoniscus ovalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '258637'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3315'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3306'^^xsd:integer;
  dwc:scientificName 'Hydroniscus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3306'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3421'^^xsd:integer;
  dwc:scientificName 'Haplomesus brevispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3421'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1587730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3438'^^xsd:integer;
  dwc:scientificName 'Haplomesus robustus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3444'^^xsd:integer;
  dwc:scientificName 'Ischnomesus andriashevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3444'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255910'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11116'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11146'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3476'^^xsd:integer;
  dwc:scientificName 'Haplomesus concinnus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3462'^^xsd:integer;
  dwc:scientificName 'Stylomesus hexatuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '258035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3466'^^xsd:integer;
  dwc:scientificName 'Ischnomesus latimanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3466'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3467'^^xsd:integer;
  dwc:scientificName 'Ischnomesus fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3467'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3825'^^xsd:integer;
  dwc:scientificName 'Eurycope ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3825'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477186'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3940'^^xsd:integer;
  dwc:scientificName 'Eurycope affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '255729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16836'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16836'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3879'^^xsd:integer;
  dwc:scientificName 'Ilyarachna distincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '294679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3879'^^xsd:anyURI;
  dwc:aphiaIdAccepted '294679'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3143'^^xsd:integer;
  dwc:scientificName 'Macrostylis zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:aphiaid '256136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 156.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8"^^xsd:decimal ;
  dwc:decimalLongitude "156.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 156.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.8"^^xsd:decimal ;
  geo-pos:long "156.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3176'^^xsd:integer;
  dwc:scientificName 'Mesosignum latum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.55'^^xsd:double;
  dwc:latitude '47.8'^^xsd:double;
  dwc:aphiaid '258082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1347472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 156.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7667"^^xsd:decimal ;
  dwc:decimalLongitude "156.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7667 156.567)"^^geo:wktLiteral ;
  geo-pos:lat "43.7667"^^xsd:decimal ;
  geo-pos:long "156.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4715'^^xsd:integer;
  dwc:scientificName 'Agathotanais splendidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.567'^^xsd:double;
  dwc:latitude '43.7667'^^xsd:double;
  dwc:aphiaid '247406'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4715'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3667 156.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3667"^^xsd:decimal ;
  dwc:decimalLongitude "156.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3667 156.567)"^^geo:wktLiteral ;
  geo-pos:lat "48.3667"^^xsd:decimal ;
  geo-pos:long "156.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14727'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.567'^^xsd:double;
  dwc:latitude '48.3667'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14727'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3667 156.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3667"^^xsd:decimal ;
  dwc:decimalLongitude "156.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3667 156.567)"^^geo:wktLiteral ;
  geo-pos:lat "48.3667"^^xsd:decimal ;
  geo-pos:long "156.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14728'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.567'^^xsd:double;
  dwc:latitude '48.3667'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14728'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3667 156.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3667"^^xsd:decimal ;
  dwc:decimalLongitude "156.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3667 156.567)"^^geo:wktLiteral ;
  geo-pos:lat "48.3667"^^xsd:decimal ;
  geo-pos:long "156.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14729'^^xsd:integer;
  dwc:scientificName 'Spinula knudseni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.567'^^xsd:double;
  dwc:latitude '48.3667'^^xsd:double;
  dwc:aphiaid '543621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14729'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4167 156.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4167"^^xsd:decimal ;
  dwc:decimalLongitude "156.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4167 156.567)"^^geo:wktLiteral ;
  geo-pos:lat "48.4167"^^xsd:decimal ;
  geo-pos:long "156.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9615'^^xsd:integer;
  dwc:scientificName 'Esperiopsis plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.567'^^xsd:double;
  dwc:latitude '48.4167'^^xsd:double;
  dwc:aphiaid '168368'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9615'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4172 156.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4172"^^xsd:decimal ;
  dwc:decimalLongitude "156.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4172 156.567)"^^geo:wktLiteral ;
  geo-pos:lat "48.4172"^^xsd:decimal ;
  geo-pos:long "156.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11070'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.567'^^xsd:double;
  dwc:latitude '48.4172'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11070'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4172 156.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4172"^^xsd:decimal ;
  dwc:decimalLongitude "156.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4172 156.567)"^^geo:wktLiteral ;
  geo-pos:lat "48.4172"^^xsd:decimal ;
  geo-pos:long "156.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11077'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.567'^^xsd:double;
  dwc:latitude '48.4172'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11077'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4172 156.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4172"^^xsd:decimal ;
  dwc:decimalLongitude "156.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4172 156.567)"^^geo:wktLiteral ;
  geo-pos:lat "48.4172"^^xsd:decimal ;
  geo-pos:long "156.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11090'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.567'^^xsd:double;
  dwc:latitude '48.4172'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 156.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "156.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 156.57)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "156.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3052'^^xsd:integer;
  dwc:scientificName 'Pseudomesus similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.57'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:aphiaid '256349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.76 156.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.76"^^xsd:decimal ;
  dwc:decimalLongitude "156.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.76 156.57)"^^geo:wktLiteral ;
  geo-pos:lat "43.76"^^xsd:decimal ;
  geo-pos:long "156.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3079'^^xsd:integer;
  dwc:scientificName 'Macrostylis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.57'^^xsd:double;
  dwc:latitude '43.76'^^xsd:double;
  dwc:aphiaid '256088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3079'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.42 156.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.42"^^xsd:decimal ;
  dwc:decimalLongitude "156.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.42 156.57)"^^geo:wktLiteral ;
  geo-pos:lat "48.42"^^xsd:decimal ;
  geo-pos:long "156.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3618'^^xsd:integer;
  dwc:scientificName 'Storthyngura chelata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '156.57'^^xsd:double;
  dwc:latitude '48.42'^^xsd:double;
  dwc:aphiaid '294754'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3618'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50 157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50"^^xsd:decimal ;
  dwc:decimalLongitude "157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50 157)"^^geo:wktLiteral ;
  geo-pos:lat "-50"^^xsd:decimal ;
  geo-pos:long "157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10954'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157'^^xsd:integer;
  dwc:latitude '-50'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10954'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.5 157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.5"^^xsd:decimal ;
  dwc:decimalLongitude "157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.5 157)"^^geo:wktLiteral ;
  geo-pos:lat "-49.5"^^xsd:decimal ;
  geo-pos:long "157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10953'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157'^^xsd:integer;
  dwc:latitude '-49.5'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10953'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48 157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-48"^^xsd:decimal ;
  dwc:decimalLongitude "157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48 157)"^^geo:wktLiteral ;
  geo-pos:lat "-48"^^xsd:decimal ;
  geo-pos:long "157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10949'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157'^^xsd:integer;
  dwc:latitude '-48'^^xsd:integer;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10949'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47 157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47"^^xsd:decimal ;
  dwc:decimalLongitude "157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47 157)"^^geo:wktLiteral ;
  geo-pos:lat "-47"^^xsd:decimal ;
  geo-pos:long "157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10950'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157'^^xsd:integer;
  dwc:latitude '-47'^^xsd:integer;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10950'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.4667 157.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.4667"^^xsd:decimal ;
  dwc:decimalLongitude "157.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.4667 157.2)"^^geo:wktLiteral ;
  geo-pos:lat "-41.4667"^^xsd:decimal ;
  geo-pos:long "157.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10940'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.2'^^xsd:double;
  dwc:latitude '-41.4667'^^xsd:double;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10940'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 157.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "157.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 157.333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "157.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14734'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.333'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14734'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 157.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "157.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 157.333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "157.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14735'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.333'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14735'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 157.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.52"^^xsd:decimal ;
  dwc:decimalLongitude "157.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.52 157.53)"^^geo:wktLiteral ;
  geo-pos:lat "46.52"^^xsd:decimal ;
  geo-pos:long "157.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3451'^^xsd:integer;
  dwc:scientificName 'Stylomesus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.53'^^xsd:double;
  dwc:latitude '46.52'^^xsd:double;
  dwc:aphiaid '258036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3451'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258036'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03 157.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.03"^^xsd:decimal ;
  dwc:decimalLongitude "157.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03 157.65)"^^geo:wktLiteral ;
  geo-pos:lat "50.03"^^xsd:decimal ;
  geo-pos:long "157.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4087'^^xsd:integer;
  dwc:scientificName 'Arcturus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.65'^^xsd:double;
  dwc:latitude '50.03'^^xsd:double;
  dwc:aphiaid '295572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4087'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0333 157.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0333"^^xsd:decimal ;
  dwc:decimalLongitude "157.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0333 157.65)"^^geo:wktLiteral ;
  geo-pos:lat "50.0333"^^xsd:decimal ;
  geo-pos:long "157.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9459'^^xsd:integer;
  dwc:scientificName 'Chondrocladia concrescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.65'^^xsd:double;
  dwc:latitude '50.0333'^^xsd:double;
  dwc:aphiaid '168213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9459'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6833"^^xsd:decimal ;
  dwc:decimalLongitude "157.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  geo-pos:lat "35.6833"^^xsd:decimal ;
  geo-pos:long "157.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10971'^^xsd:integer;
  dwc:scientificName 'Phascolosoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.7'^^xsd:double;
  dwc:latitude '35.6833'^^xsd:double;
  dwc:aphiaid '424408'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10971'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6833"^^xsd:decimal ;
  dwc:decimalLongitude "157.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  geo-pos:lat "35.6833"^^xsd:decimal ;
  geo-pos:long "157.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9809'^^xsd:integer;
  dwc:scientificName 'Hyalonema robustum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.7'^^xsd:double;
  dwc:latitude '35.6833'^^xsd:double;
  dwc:aphiaid '191753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9809'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171519'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6833"^^xsd:decimal ;
  dwc:decimalLongitude "157.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  geo-pos:lat "35.6833"^^xsd:decimal ;
  geo-pos:long "157.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9337'^^xsd:integer;
  dwc:scientificName 'Axinella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.7'^^xsd:double;
  dwc:latitude '35.6833'^^xsd:double;
  dwc:aphiaid '165503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9337'^^xsd:anyURI;
  dwc:aphiaIdAccepted '165503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6833"^^xsd:decimal ;
  dwc:decimalLongitude "157.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  geo-pos:lat "35.6833"^^xsd:decimal ;
  geo-pos:long "157.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9339'^^xsd:integer;
  dwc:scientificName 'Axinella profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.7'^^xsd:double;
  dwc:latitude '35.6833'^^xsd:double;
  dwc:aphiaid '165503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9339'^^xsd:anyURI;
  dwc:aphiaIdAccepted '165503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6833"^^xsd:decimal ;
  dwc:decimalLongitude "157.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  geo-pos:lat "35.6833"^^xsd:decimal ;
  geo-pos:long "157.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9345'^^xsd:integer;
  dwc:scientificName 'Bathydorus fimbriatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.7'^^xsd:double;
  dwc:latitude '35.6833'^^xsd:double;
  dwc:aphiaid '172029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9345'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6833"^^xsd:decimal ;
  dwc:decimalLongitude "157.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  geo-pos:lat "35.6833"^^xsd:decimal ;
  geo-pos:long "157.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9400'^^xsd:integer;
  dwc:scientificName 'Caulophacus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.7'^^xsd:double;
  dwc:latitude '35.6833'^^xsd:double;
  dwc:aphiaid '172054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9400'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6833"^^xsd:decimal ;
  dwc:decimalLongitude "157.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  geo-pos:lat "35.6833"^^xsd:decimal ;
  geo-pos:long "157.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9401'^^xsd:integer;
  dwc:scientificName 'Caulophacus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.7'^^xsd:double;
  dwc:latitude '35.6833'^^xsd:double;
  dwc:aphiaid '172054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6833"^^xsd:decimal ;
  dwc:decimalLongitude "157.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6833 157.7)"^^geo:wktLiteral ;
  geo-pos:lat "35.6833"^^xsd:decimal ;
  geo-pos:long "157.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9402'^^xsd:integer;
  dwc:scientificName 'Caulophacus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.7'^^xsd:double;
  dwc:latitude '35.6833'^^xsd:double;
  dwc:aphiaid '172054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 157.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.25"^^xsd:decimal ;
  dwc:decimalLongitude "157.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 157.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.25"^^xsd:decimal ;
  geo-pos:long "157.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3128'^^xsd:integer;
  dwc:scientificName 'Macrostylis reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.8'^^xsd:double;
  dwc:latitude '43.25'^^xsd:double;
  dwc:aphiaid '256122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 157.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.25"^^xsd:decimal ;
  dwc:decimalLongitude "157.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 157.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.25"^^xsd:decimal ;
  geo-pos:long "157.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14733'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.8'^^xsd:double;
  dwc:latitude '43.25'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14733'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 157.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.25"^^xsd:decimal ;
  dwc:decimalLongitude "157.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.25 157.8)"^^geo:wktLiteral ;
  geo-pos:lat "43.25"^^xsd:decimal ;
  geo-pos:long "157.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3085'^^xsd:integer;
  dwc:scientificName 'Macrostylis affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.8'^^xsd:double;
  dwc:latitude '43.25'^^xsd:double;
  dwc:aphiaid '256088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3085'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7667 157.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7667"^^xsd:decimal ;
  dwc:decimalLongitude "157.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7667 157.8)"^^geo:wktLiteral ;
  geo-pos:lat "49.7667"^^xsd:decimal ;
  geo-pos:long "157.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14769'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.8'^^xsd:double;
  dwc:latitude '49.7667'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14769'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.77 157.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.77"^^xsd:decimal ;
  dwc:decimalLongitude "157.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.77 157.8)"^^geo:wktLiteral ;
  geo-pos:lat "49.77"^^xsd:decimal ;
  geo-pos:long "157.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3510'^^xsd:integer;
  dwc:scientificName 'Janirella hirsuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.8'^^xsd:double;
  dwc:latitude '49.77'^^xsd:double;
  dwc:aphiaid '255945'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255945'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.77 157.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.77"^^xsd:decimal ;
  dwc:decimalLongitude "157.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.77 157.8)"^^geo:wktLiteral ;
  geo-pos:lat "49.77"^^xsd:decimal ;
  geo-pos:long "157.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4078'^^xsd:integer;
  dwc:scientificName 'Antarcturus bathybialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.8'^^xsd:double;
  dwc:latitude '49.77'^^xsd:double;
  dwc:aphiaid '295596'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.77 157.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.77"^^xsd:decimal ;
  dwc:decimalLongitude "157.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.77 157.8)"^^geo:wktLiteral ;
  geo-pos:lat "49.77"^^xsd:decimal ;
  geo-pos:long "157.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4086'^^xsd:integer;
  dwc:scientificName 'Arcturus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.8'^^xsd:double;
  dwc:latitude '49.77'^^xsd:double;
  dwc:aphiaid '295572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7667 157.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7667"^^xsd:decimal ;
  dwc:decimalLongitude "157.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7667 157.817)"^^geo:wktLiteral ;
  geo-pos:lat "49.7667"^^xsd:decimal ;
  geo-pos:long "157.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9556'^^xsd:integer;
  dwc:scientificName 'Cladorhiza rectangularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.817'^^xsd:double;
  dwc:latitude '49.7667'^^xsd:double;
  dwc:aphiaid '168243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9556'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7667 157.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7667"^^xsd:decimal ;
  dwc:decimalLongitude "157.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7667 157.817)"^^geo:wktLiteral ;
  geo-pos:lat "49.7667"^^xsd:decimal ;
  geo-pos:long "157.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9510'^^xsd:integer;
  dwc:scientificName 'Cladorhiza bathycrinoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.817'^^xsd:double;
  dwc:latitude '49.7667'^^xsd:double;
  dwc:aphiaid '133190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9510'^^xsd:anyURI;
  dwc:aphiaIdAccepted '133190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7667 157.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7667"^^xsd:decimal ;
  dwc:decimalLongitude "157.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7667 157.817)"^^geo:wktLiteral ;
  geo-pos:lat "49.7667"^^xsd:decimal ;
  geo-pos:long "157.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9458'^^xsd:integer;
  dwc:scientificName 'Chondrocladia concrescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.817'^^xsd:double;
  dwc:latitude '49.7667'^^xsd:double;
  dwc:aphiaid '168213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9458'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.0283 157.977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.0283"^^xsd:decimal ;
  dwc:decimalLongitude "157.977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.0283 157.977)"^^geo:wktLiteral ;
  geo-pos:lat "-59.0283"^^xsd:decimal ;
  geo-pos:long "157.977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10179'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.977'^^xsd:double;
  dwc:latitude '-59.0283'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.0283 157.977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.0283"^^xsd:decimal ;
  dwc:decimalLongitude "157.977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.0283 157.977)"^^geo:wktLiteral ;
  geo-pos:lat "-59.0283"^^xsd:decimal ;
  geo-pos:long "157.977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10180'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '157.977'^^xsd:double;
  dwc:latitude '-59.0283'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1667 158.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.1667"^^xsd:decimal ;
  dwc:decimalLongitude "158.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.1667 158.117)"^^geo:wktLiteral ;
  geo-pos:lat "46.1667"^^xsd:decimal ;
  geo-pos:long "158.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11144'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.117'^^xsd:double;
  dwc:latitude '46.1667'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11144'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60"^^xsd:decimal ;
  dwc:decimalLongitude "158.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  geo-pos:lat "-60"^^xsd:decimal ;
  geo-pos:long "158.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10184'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.133'^^xsd:double;
  dwc:latitude '-60'^^xsd:integer;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60"^^xsd:decimal ;
  dwc:decimalLongitude "158.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  geo-pos:lat "-60"^^xsd:decimal ;
  geo-pos:long "158.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10185'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.133'^^xsd:double;
  dwc:latitude '-60'^^xsd:integer;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60"^^xsd:decimal ;
  dwc:decimalLongitude "158.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  geo-pos:lat "-60"^^xsd:decimal ;
  geo-pos:long "158.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10181'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.133'^^xsd:double;
  dwc:latitude '-60'^^xsd:integer;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10181'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60"^^xsd:decimal ;
  dwc:decimalLongitude "158.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  geo-pos:lat "-60"^^xsd:decimal ;
  geo-pos:long "158.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10182'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.133'^^xsd:double;
  dwc:latitude '-60'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60"^^xsd:decimal ;
  dwc:decimalLongitude "158.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 158.133)"^^geo:wktLiteral ;
  geo-pos:lat "-60"^^xsd:decimal ;
  geo-pos:long "158.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10183'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.133'^^xsd:double;
  dwc:latitude '-60'^^xsd:integer;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.8 158.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.8"^^xsd:decimal ;
  dwc:decimalLongitude "158.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.8 158.2)"^^geo:wktLiteral ;
  geo-pos:lat "-67.8"^^xsd:decimal ;
  geo-pos:long "158.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11291'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.2'^^xsd:double;
  dwc:latitude '-67.8'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11291'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.7833 158.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.7833"^^xsd:decimal ;
  dwc:decimalLongitude "158.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.7833 158.2)"^^geo:wktLiteral ;
  geo-pos:lat "-62.7833"^^xsd:decimal ;
  geo-pos:long "158.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12252'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.2'^^xsd:double;
  dwc:latitude '-62.7833'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.7833 158.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.7833"^^xsd:decimal ;
  dwc:decimalLongitude "158.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.7833 158.2)"^^geo:wktLiteral ;
  geo-pos:lat "-62.7833"^^xsd:decimal ;
  geo-pos:long "158.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11689'^^xsd:integer;
  dwc:scientificName 'Eucalathis murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.2'^^xsd:double;
  dwc:latitude '-62.7833'^^xsd:double;
  dwc:aphiaid '235551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235551'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.7833 158.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.7833"^^xsd:decimal ;
  dwc:decimalLongitude "158.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.7833 158.2)"^^geo:wktLiteral ;
  geo-pos:lat "-62.7833"^^xsd:decimal ;
  geo-pos:long "158.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11695'^^xsd:integer;
  dwc:scientificName 'Fallax antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.2'^^xsd:double;
  dwc:latitude '-62.7833'^^xsd:double;
  dwc:aphiaid '235586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.7833 158.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.7833"^^xsd:decimal ;
  dwc:decimalLongitude "158.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.7833 158.2)"^^geo:wktLiteral ;
  geo-pos:lat "-62.7833"^^xsd:decimal ;
  geo-pos:long "158.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11697'^^xsd:integer;
  dwc:scientificName 'Fallax antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.2'^^xsd:double;
  dwc:latitude '-62.7833'^^xsd:double;
  dwc:aphiaid '235586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62 158.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.62"^^xsd:decimal ;
  dwc:decimalLongitude "158.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62 158.44)"^^geo:wktLiteral ;
  geo-pos:lat "48.62"^^xsd:decimal ;
  geo-pos:long "158.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3278'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.44'^^xsd:double;
  dwc:latitude '48.62'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3278'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.48"^^xsd:decimal ;
  dwc:decimalLongitude "158.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  geo-pos:lat "49.48"^^xsd:decimal ;
  geo-pos:long "158.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3426'^^xsd:integer;
  dwc:scientificName 'Haplomesus gigas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.68'^^xsd:double;
  dwc:latitude '49.48'^^xsd:double;
  dwc:aphiaid '255889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3426'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579416'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.48"^^xsd:decimal ;
  dwc:decimalLongitude "158.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  geo-pos:lat "49.48"^^xsd:decimal ;
  geo-pos:long "158.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3666'^^xsd:integer;
  dwc:scientificName 'Storthyngura tenuispinis kurilica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.68'^^xsd:double;
  dwc:latitude '49.48'^^xsd:double;
  dwc:aphiaid '294765'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263974'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.48"^^xsd:decimal ;
  dwc:decimalLongitude "158.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  geo-pos:lat "49.48"^^xsd:decimal ;
  geo-pos:long "158.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3645'^^xsd:integer;
  dwc:scientificName 'Storthyngura herculea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.68'^^xsd:double;
  dwc:latitude '49.48'^^xsd:double;
  dwc:aphiaid '294758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3645'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.48"^^xsd:decimal ;
  dwc:decimalLongitude "158.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  geo-pos:lat "49.48"^^xsd:decimal ;
  geo-pos:long "158.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3812'^^xsd:integer;
  dwc:scientificName 'Eurycope curticephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.68'^^xsd:double;
  dwc:latitude '49.48'^^xsd:double;
  dwc:aphiaid '255735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3812'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255735'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.48"^^xsd:decimal ;
  dwc:decimalLongitude "158.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 158.68)"^^geo:wktLiteral ;
  geo-pos:lat "49.48"^^xsd:decimal ;
  geo-pos:long "158.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4021'^^xsd:integer;
  dwc:scientificName 'Munneurycope murrayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.68'^^xsd:double;
  dwc:latitude '49.48'^^xsd:double;
  dwc:aphiaid '118632'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '118632'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 158.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "158.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 158.68)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "158.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3511'^^xsd:integer;
  dwc:scientificName 'Janirella macrura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.68'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:aphiaid '255948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 158.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "158.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 158.68)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "158.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3822'^^xsd:integer;
  dwc:scientificName 'Eurycope magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.68'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:aphiaid '255750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3822'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1644930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 158.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "158.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 158.68)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "158.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3945'^^xsd:integer;
  dwc:scientificName 'Eurycope acuticoxalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.68'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:aphiaid '294726'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3945'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258021'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 158.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "158.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 158.68)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "158.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3889'^^xsd:integer;
  dwc:scientificName 'Ilyarachna kussakini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.68'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:aphiaid '255863'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3889'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255863'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4833 158.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4833"^^xsd:decimal ;
  dwc:decimalLongitude "158.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4833 158.683)"^^geo:wktLiteral ;
  geo-pos:lat "49.4833"^^xsd:decimal ;
  geo-pos:long "158.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14730'^^xsd:integer;
  dwc:scientificName 'Spinula (Bathyspinula) vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.683'^^xsd:double;
  dwc:latitude '49.4833'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14730'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4833 158.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4833"^^xsd:decimal ;
  dwc:decimalLongitude "158.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4833 158.683)"^^geo:wktLiteral ;
  geo-pos:lat "49.4833"^^xsd:decimal ;
  geo-pos:long "158.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14731'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.683'^^xsd:double;
  dwc:latitude '49.4833'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01 158.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01"^^xsd:decimal ;
  dwc:decimalLongitude "158.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01 158.92)"^^geo:wktLiteral ;
  geo-pos:lat "51.01"^^xsd:decimal ;
  geo-pos:long "158.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3266'^^xsd:integer;
  dwc:scientificName 'Haploniscus belyaevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.92'^^xsd:double;
  dwc:latitude '51.01'^^xsd:double;
  dwc:aphiaid '255803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5 158.983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.5"^^xsd:decimal ;
  dwc:decimalLongitude "158.983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5 158.983)"^^geo:wktLiteral ;
  geo-pos:lat "-54.5"^^xsd:decimal ;
  geo-pos:long "158.983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12066'^^xsd:integer;
  dwc:scientificName 'Magellania macquariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.983'^^xsd:double;
  dwc:latitude '-54.5'^^xsd:double;
  dwc:aphiaid '869732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12066'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5 158.983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.5"^^xsd:decimal ;
  dwc:decimalLongitude "158.983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5 158.983)"^^geo:wktLiteral ;
  geo-pos:lat "-54.5"^^xsd:decimal ;
  geo-pos:long "158.983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11722'^^xsd:integer;
  dwc:scientificName 'Gyrothyris mawsoni mawsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '158.983'^^xsd:double;
  dwc:latitude '-54.5'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11722'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 159.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.4"^^xsd:decimal ;
  dwc:decimalLongitude "159.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 159.017)"^^geo:wktLiteral ;
  geo-pos:lat "-54.4"^^xsd:decimal ;
  geo-pos:long "159.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12063'^^xsd:integer;
  dwc:scientificName 'Magellania macquariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.017'^^xsd:double;
  dwc:latitude '-54.4'^^xsd:double;
  dwc:aphiaid '869732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12063'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 159.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.4"^^xsd:decimal ;
  dwc:decimalLongitude "159.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.4 159.017)"^^geo:wktLiteral ;
  geo-pos:lat "-54.4"^^xsd:decimal ;
  geo-pos:long "159.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11721'^^xsd:integer;
  dwc:scientificName 'Gyrothyris mawsoni mawsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.017'^^xsd:double;
  dwc:latitude '-54.4'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11721'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5333 159.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.5333"^^xsd:decimal ;
  dwc:decimalLongitude "159.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5333 159.033)"^^geo:wktLiteral ;
  geo-pos:lat "-54.5333"^^xsd:decimal ;
  geo-pos:long "159.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12064'^^xsd:integer;
  dwc:scientificName 'Magellania macquariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.033'^^xsd:double;
  dwc:latitude '-54.5333'^^xsd:double;
  dwc:aphiaid '869732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12064'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5333 159.033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.5333"^^xsd:decimal ;
  dwc:decimalLongitude "159.033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5333 159.033)"^^geo:wktLiteral ;
  geo-pos:lat "-54.5333"^^xsd:decimal ;
  geo-pos:long "159.033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12025'^^xsd:integer;
  dwc:scientificName 'Magellania macquariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.033'^^xsd:double;
  dwc:latitude '-54.5333'^^xsd:double;
  dwc:aphiaid '869732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12025'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 159.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8167"^^xsd:decimal ;
  dwc:decimalLongitude "159.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 159.267)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8167"^^xsd:decimal ;
  geo-pos:long "159.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10173'^^xsd:integer;
  dwc:scientificName 'Golfingia appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.267'^^xsd:double;
  dwc:latitude '-54.8167'^^xsd:double;
  dwc:aphiaid '424288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10173'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 159.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8167"^^xsd:decimal ;
  dwc:decimalLongitude "159.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 159.267)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8167"^^xsd:decimal ;
  geo-pos:long "159.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10174'^^xsd:integer;
  dwc:scientificName 'Golfingia muricaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.267'^^xsd:double;
  dwc:latitude '-54.8167'^^xsd:double;
  dwc:aphiaid '136047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10174'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 159.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8167"^^xsd:decimal ;
  dwc:decimalLongitude "159.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 159.267)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8167"^^xsd:decimal ;
  geo-pos:long "159.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10175'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.267'^^xsd:double;
  dwc:latitude '-54.8167'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10175'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 159.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.8167"^^xsd:decimal ;
  dwc:decimalLongitude "159.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.8167 159.267)"^^geo:wktLiteral ;
  geo-pos:lat "-54.8167"^^xsd:decimal ;
  geo-pos:long "159.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10176'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.267'^^xsd:double;
  dwc:latitude '-54.8167'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10176'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5767 159.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.5767"^^xsd:decimal ;
  dwc:decimalLongitude "159.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5767 159.408)"^^geo:wktLiteral ;
  geo-pos:lat "-54.5767"^^xsd:decimal ;
  geo-pos:long "159.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10170'^^xsd:integer;
  dwc:scientificName 'Golfingia appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.408'^^xsd:double;
  dwc:latitude '-54.5767'^^xsd:double;
  dwc:aphiaid '424288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10170'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5767 159.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.5767"^^xsd:decimal ;
  dwc:decimalLongitude "159.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5767 159.408)"^^geo:wktLiteral ;
  geo-pos:lat "-54.5767"^^xsd:decimal ;
  geo-pos:long "159.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10171'^^xsd:integer;
  dwc:scientificName 'Phascolion pacificum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.408'^^xsd:double;
  dwc:latitude '-54.5767'^^xsd:double;
  dwc:aphiaid '136072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5767 159.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.5767"^^xsd:decimal ;
  dwc:decimalLongitude "159.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.5767 159.408)"^^geo:wktLiteral ;
  geo-pos:lat "-54.5767"^^xsd:decimal ;
  geo-pos:long "159.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10172'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.408'^^xsd:double;
  dwc:latitude '-54.5767'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10172'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14662'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.65'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14662'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14663'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.65'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14663'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10133'^^xsd:integer;
  dwc:scientificName 'Phascolosoma pectinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.65'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:aphiaid '424990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14667'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.65'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14667'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14665'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.65'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14665'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14666'^^xsd:integer;
  dwc:scientificName 'Nuculana pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.65'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:aphiaid '428736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14666'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.75 159.65)"^^geo:wktLiteral ;
  geo-pos:lat "-39.75"^^xsd:decimal ;
  geo-pos:long "159.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14664'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.65'^^xsd:double;
  dwc:latitude '-39.75'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14664'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.72 159.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.72"^^xsd:decimal ;
  dwc:decimalLongitude "159.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.72 159.8)"^^geo:wktLiteral ;
  geo-pos:lat "39.72"^^xsd:decimal ;
  geo-pos:long "159.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3282'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.8'^^xsd:double;
  dwc:latitude '39.72'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3282'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.73 159.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.73"^^xsd:decimal ;
  dwc:decimalLongitude "159.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.73 159.8)"^^geo:wktLiteral ;
  geo-pos:lat "39.73"^^xsd:decimal ;
  geo-pos:long "159.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17030'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.8'^^xsd:double;
  dwc:latitude '39.73'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.65 159.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.65"^^xsd:decimal ;
  dwc:decimalLongitude "159.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.65 159.85)"^^geo:wktLiteral ;
  geo-pos:lat "-62.65"^^xsd:decimal ;
  geo-pos:long "159.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4258'^^xsd:integer;
  dwc:scientificName 'Leviapseudes shiinoi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.85'^^xsd:double;
  dwc:latitude '-62.65'^^xsd:double;
  dwc:aphiaid '247144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4258'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.65 159.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.65"^^xsd:decimal ;
  dwc:decimalLongitude "159.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.65 159.85)"^^geo:wktLiteral ;
  geo-pos:lat "-62.65"^^xsd:decimal ;
  geo-pos:long "159.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4214'^^xsd:integer;
  dwc:scientificName 'Leviapseudes galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '159.85'^^xsd:double;
  dwc:latitude '-62.65'^^xsd:double;
  dwc:aphiaid '247141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4214'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46 160)"^^geo:wktLiteral ;
  geo-pos:lat "-46"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10951'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '-46'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10951'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7595'^^xsd:integer;
  dwc:scientificName 'Calanus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '356625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7595'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7630'^^xsd:integer;
  dwc:scientificName 'Hemicalanus longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7630'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7616'^^xsd:integer;
  dwc:scientificName 'Euchaeta marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '104552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7632'^^xsd:integer;
  dwc:scientificName 'Euchaeta media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '104553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7632'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7641'^^xsd:integer;
  dwc:scientificName 'Euchaeta grandiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '351678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '359857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7494'^^xsd:integer;
  dwc:scientificName 'Pleuromma gracile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '365861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7532'^^xsd:integer;
  dwc:scientificName 'Pleuromma abdominale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '596241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7532'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7542'^^xsd:integer;
  dwc:scientificName 'Pleuromma xiphias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '365857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7542'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7554'^^xsd:integer;
  dwc:scientificName 'Heterochaeta spinifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '366031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7554'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14"^^xsd:decimal ;
  dwc:decimalLongitude "160"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14 160)"^^geo:wktLiteral ;
  geo-pos:lat "14"^^xsd:decimal ;
  geo-pos:long "160"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7489'^^xsd:integer;
  dwc:scientificName 'Hemicalanus plumosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160'^^xsd:integer;
  dwc:latitude '14'^^xsd:integer;
  dwc:aphiaid '365710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7489'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.85 160.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.85"^^xsd:decimal ;
  dwc:decimalLongitude "160.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.85 160.017)"^^geo:wktLiteral ;
  geo-pos:lat "48.85"^^xsd:decimal ;
  geo-pos:long "160.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9750'^^xsd:integer;
  dwc:scientificName 'Hyalonema apertum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.017'^^xsd:double;
  dwc:latitude '48.85'^^xsd:double;
  dwc:aphiaid '194728'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.85 160.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.85"^^xsd:decimal ;
  dwc:decimalLongitude "160.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.85 160.017)"^^geo:wktLiteral ;
  geo-pos:lat "48.85"^^xsd:decimal ;
  geo-pos:long "160.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9540'^^xsd:integer;
  dwc:scientificName 'Cladorhiza longipinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.017'^^xsd:double;
  dwc:latitude '48.85'^^xsd:double;
  dwc:aphiaid '168235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9540'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.85 160.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.85"^^xsd:decimal ;
  dwc:decimalLongitude "160.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.85 160.017)"^^geo:wktLiteral ;
  geo-pos:lat "48.85"^^xsd:decimal ;
  geo-pos:long "160.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9462'^^xsd:integer;
  dwc:scientificName 'Chondrocladia concrescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.017'^^xsd:double;
  dwc:latitude '48.85'^^xsd:double;
  dwc:aphiaid '168213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 160.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.83"^^xsd:decimal ;
  dwc:decimalLongitude "160.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 160.02)"^^geo:wktLiteral ;
  geo-pos:lat "48.83"^^xsd:decimal ;
  geo-pos:long "160.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3168'^^xsd:integer;
  dwc:scientificName 'Mesosignum brevispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.02'^^xsd:double;
  dwc:latitude '48.83'^^xsd:double;
  dwc:aphiaid '258079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3168'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 160.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.83"^^xsd:decimal ;
  dwc:decimalLongitude "160.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 160.02)"^^geo:wktLiteral ;
  geo-pos:lat "48.83"^^xsd:decimal ;
  geo-pos:long "160.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3280'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.02'^^xsd:double;
  dwc:latitude '48.83'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3280'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 160.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.83"^^xsd:decimal ;
  dwc:decimalLongitude "160.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 160.02)"^^geo:wktLiteral ;
  geo-pos:lat "48.83"^^xsd:decimal ;
  geo-pos:long "160.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3614'^^xsd:integer;
  dwc:scientificName 'Storthyngura brachychephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.02'^^xsd:double;
  dwc:latitude '48.83'^^xsd:double;
  dwc:aphiaid '294752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3614'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 160.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.83"^^xsd:decimal ;
  dwc:decimalLongitude "160.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 160.02)"^^geo:wktLiteral ;
  geo-pos:lat "48.83"^^xsd:decimal ;
  geo-pos:long "160.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4075'^^xsd:integer;
  dwc:scientificName 'Antarcturus ultraabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.02'^^xsd:double;
  dwc:latitude '48.83'^^xsd:double;
  dwc:aphiaid '295603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4075'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55 160.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55"^^xsd:decimal ;
  dwc:decimalLongitude "160.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55 160.17)"^^geo:wktLiteral ;
  geo-pos:lat "-55"^^xsd:decimal ;
  geo-pos:long "160.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4081'^^xsd:integer;
  dwc:scientificName 'Antarcturus princeps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.17'^^xsd:double;
  dwc:latitude '-55'^^xsd:integer;
  dwc:aphiaid '257935'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4081'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1548668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55 160.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55"^^xsd:decimal ;
  dwc:decimalLongitude "160.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55 160.175)"^^geo:wktLiteral ;
  geo-pos:lat "-55"^^xsd:decimal ;
  geo-pos:long "160.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10177'^^xsd:integer;
  dwc:scientificName 'Golfingia appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.175'^^xsd:double;
  dwc:latitude '-55'^^xsd:integer;
  dwc:aphiaid '424288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55 160.175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55"^^xsd:decimal ;
  dwc:decimalLongitude "160.175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55 160.175)"^^geo:wktLiteral ;
  geo-pos:lat "-55"^^xsd:decimal ;
  geo-pos:long "160.175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10178'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.175'^^xsd:double;
  dwc:latitude '-55'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10178'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.87 160.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.87"^^xsd:decimal ;
  dwc:decimalLongitude "160.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.87 160.28)"^^geo:wktLiteral ;
  geo-pos:lat "37.87"^^xsd:decimal ;
  geo-pos:long "160.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3736'^^xsd:integer;
  dwc:scientificName 'Eurycope intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.28'^^xsd:double;
  dwc:latitude '37.87'^^xsd:double;
  dwc:aphiaid '882358'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3736'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255774'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.08 160.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.08"^^xsd:decimal ;
  dwc:decimalLongitude "160.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.08 160.77)"^^geo:wktLiteral ;
  geo-pos:lat "24.08"^^xsd:decimal ;
  geo-pos:long "160.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3022'^^xsd:integer;
  dwc:scientificName 'Nannoniscus acanthurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.77'^^xsd:double;
  dwc:latitude '24.08'^^xsd:double;
  dwc:aphiaid '256300'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256300'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72 160.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72"^^xsd:decimal ;
  dwc:decimalLongitude "160.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72 160.93)"^^geo:wktLiteral ;
  geo-pos:lat "48.72"^^xsd:decimal ;
  geo-pos:long "160.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3616'^^xsd:integer;
  dwc:scientificName 'Storthyngura brachychephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '160.93'^^xsd:double;
  dwc:latitude '48.72'^^xsd:double;
  dwc:aphiaid '294752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3616'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8836 161.818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.8836"^^xsd:decimal ;
  dwc:decimalLongitude "161.818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8836 161.818)"^^geo:wktLiteral ;
  geo-pos:lat "51.8836"^^xsd:decimal ;
  geo-pos:long "161.818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11078'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '161.818'^^xsd:double;
  dwc:latitude '51.8836'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11078'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.89 161.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.89"^^xsd:decimal ;
  dwc:decimalLongitude "161.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.89 161.82)"^^geo:wktLiteral ;
  geo-pos:lat "51.89"^^xsd:decimal ;
  geo-pos:long "161.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3308'^^xsd:integer;
  dwc:scientificName 'Hydroniscus vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '161.82'^^xsd:double;
  dwc:latitude '51.89'^^xsd:double;
  dwc:aphiaid '255850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.89 161.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.89"^^xsd:decimal ;
  dwc:decimalLongitude "161.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.89 161.83)"^^geo:wktLiteral ;
  geo-pos:lat "51.89"^^xsd:decimal ;
  geo-pos:long "161.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4074'^^xsd:integer;
  dwc:scientificName 'Antarcturus ultraabyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '161.83'^^xsd:double;
  dwc:latitude '51.89'^^xsd:double;
  dwc:aphiaid '295603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8833 161.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.8833"^^xsd:decimal ;
  dwc:decimalLongitude "161.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8833 161.833)"^^geo:wktLiteral ;
  geo-pos:lat "51.8833"^^xsd:decimal ;
  geo-pos:long "161.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17074'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '161.833'^^xsd:double;
  dwc:latitude '51.8833'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.05 161.983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.05"^^xsd:decimal ;
  dwc:decimalLongitude "161.983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.05 161.983)"^^geo:wktLiteral ;
  geo-pos:lat "-64.05"^^xsd:decimal ;
  geo-pos:long "161.983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '206'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus baceskei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '161.983'^^xsd:double;
  dwc:latitude '-64.05'^^xsd:double;
  dwc:aphiaid '182075'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182075'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.05 161.984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.05"^^xsd:decimal ;
  dwc:decimalLongitude "161.984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.05 161.984)"^^geo:wktLiteral ;
  geo-pos:lat "-64.05"^^xsd:decimal ;
  geo-pos:long "161.984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11343'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '161.984'^^xsd:double;
  dwc:latitude '-64.05'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11343'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.05 161.987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.05"^^xsd:decimal ;
  dwc:decimalLongitude "161.987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.05 161.987)"^^geo:wktLiteral ;
  geo-pos:lat "-64.05"^^xsd:decimal ;
  geo-pos:long "161.987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10933'^^xsd:integer;
  dwc:scientificName 'Golfingia minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '161.987'^^xsd:double;
  dwc:latitude '-64.05'^^xsd:double;
  dwc:aphiaid '136046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.05 162.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.05"^^xsd:decimal ;
  dwc:decimalLongitude "162.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.05 162.017)"^^geo:wktLiteral ;
  geo-pos:lat "-51.05"^^xsd:decimal ;
  geo-pos:long "162.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12062'^^xsd:integer;
  dwc:scientificName 'Magellania macquariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '162.017'^^xsd:double;
  dwc:latitude '-51.05'^^xsd:double;
  dwc:aphiaid '869732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.05 162.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.05"^^xsd:decimal ;
  dwc:decimalLongitude "162.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.05 162.017)"^^geo:wktLiteral ;
  geo-pos:lat "-51.05"^^xsd:decimal ;
  geo-pos:long "162.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11715'^^xsd:integer;
  dwc:scientificName 'Gyrothyris mawsoni antipodensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '162.017'^^xsd:double;
  dwc:latitude '-51.05'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11715'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7575'^^xsd:integer;
  dwc:scientificName 'Augaptilus bullifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '357374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7563'^^xsd:integer;
  dwc:scientificName 'Acartia negligens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '346030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7563'^^xsd:anyURI;
  dwc:aphiaIdAccepted '346030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7605'^^xsd:integer;
  dwc:scientificName 'Pleuromma gracile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '365861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '364413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7628'^^xsd:integer;
  dwc:scientificName 'Euchaeta marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '104552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7628'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7620'^^xsd:integer;
  dwc:scientificName 'Augaptilus squamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '357378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7620'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7634'^^xsd:integer;
  dwc:scientificName 'Euchaeta media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '104553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7634'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7533'^^xsd:integer;
  dwc:scientificName 'Pleuromma abdominale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '596241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7549'^^xsd:integer;
  dwc:scientificName 'Pleuromma xiphias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '365857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7475'^^xsd:integer;
  dwc:scientificName 'Leuckartia flavicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '364997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7475'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 163)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7470'^^xsd:integer;
  dwc:scientificName 'Gaetanus armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '104306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7470'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6667 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6667"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6667 163)"^^geo:wktLiteral ;
  geo-pos:lat "51.6667"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5062'^^xsd:integer;
  dwc:scientificName 'Collettea cylindrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '51.6667'^^xsd:double;
  dwc:aphiaid '136348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5062'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67"^^xsd:decimal ;
  dwc:decimalLongitude "163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 163)"^^geo:wktLiteral ;
  geo-pos:lat "54.67"^^xsd:decimal ;
  geo-pos:long "163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3033'^^xsd:integer;
  dwc:scientificName 'Nannoniscus menziesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163'^^xsd:integer;
  dwc:latitude '54.67'^^xsd:double;
  dwc:aphiaid '256309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5667 163.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5667"^^xsd:decimal ;
  dwc:decimalLongitude "163.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5667 163.017)"^^geo:wktLiteral ;
  geo-pos:lat "-66.5667"^^xsd:decimal ;
  geo-pos:long "163.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12180'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.017'^^xsd:double;
  dwc:latitude '-66.5667'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12180'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1333 163.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1333"^^xsd:decimal ;
  dwc:decimalLongitude "163.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1333 163.117)"^^geo:wktLiteral ;
  geo-pos:lat "53.1333"^^xsd:decimal ;
  geo-pos:long "163.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5937'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia longiremis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.117'^^xsd:double;
  dwc:latitude '53.1333'^^xsd:double;
  dwc:aphiaid '247500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1833 163.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1833 163.2)"^^geo:wktLiteral ;
  geo-pos:lat "53.1833"^^xsd:decimal ;
  geo-pos:long "163.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4134'^^xsd:integer;
  dwc:scientificName 'Apseudes vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.2'^^xsd:double;
  dwc:latitude '53.1833'^^xsd:double;
  dwc:aphiaid '247065'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '832097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.48 163.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.48"^^xsd:decimal ;
  dwc:decimalLongitude "163.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.48 163.35)"^^geo:wktLiteral ;
  geo-pos:lat "53.48"^^xsd:decimal ;
  geo-pos:long "163.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3028'^^xsd:integer;
  dwc:scientificName 'Nannoniscus cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.35'^^xsd:double;
  dwc:latitude '53.48'^^xsd:double;
  dwc:aphiaid '256304'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 163.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5"^^xsd:decimal ;
  dwc:decimalLongitude "163.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 163.367)"^^geo:wktLiteral ;
  geo-pos:lat "53.5"^^xsd:decimal ;
  geo-pos:long "163.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4832'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.367'^^xsd:double;
  dwc:latitude '53.5'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 163.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5"^^xsd:decimal ;
  dwc:decimalLongitude "163.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 163.367)"^^geo:wktLiteral ;
  geo-pos:lat "53.5"^^xsd:decimal ;
  geo-pos:long "163.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5027'^^xsd:integer;
  dwc:scientificName 'Paranarthrura vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.367'^^xsd:double;
  dwc:latitude '53.5'^^xsd:double;
  dwc:aphiaid '247418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5027'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 163.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5"^^xsd:decimal ;
  dwc:decimalLongitude "163.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 163.367)"^^geo:wktLiteral ;
  geo-pos:lat "53.5"^^xsd:decimal ;
  geo-pos:long "163.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5217'^^xsd:integer;
  dwc:scientificName 'Leptognathia zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.367'^^xsd:double;
  dwc:latitude '53.5'^^xsd:double;
  dwc:aphiaid '247593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5217'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 163.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5"^^xsd:decimal ;
  dwc:decimalLongitude "163.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5 163.367)"^^geo:wktLiteral ;
  geo-pos:lat "53.5"^^xsd:decimal ;
  geo-pos:long "163.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5923'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.367'^^xsd:double;
  dwc:latitude '53.5'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5923'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "163.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "163.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4598'^^xsd:integer;
  dwc:scientificName 'Neotanais triangulocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.467'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:aphiaid '247393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "163.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "163.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4829'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.467'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4829'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "163.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "163.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5242'^^xsd:integer;
  dwc:scientificName 'Typhlotanais compactus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.467'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:aphiaid '247687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "163.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "163.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5031'^^xsd:integer;
  dwc:scientificName 'Paranarthrura zevinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.467'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:aphiaid '247419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5031'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "163.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "163.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5641'^^xsd:integer;
  dwc:scientificName 'Pseudotanais vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.467'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:aphiaid '247657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5641'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "163.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 163.467)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "163.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5921'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.467'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5921'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 163.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8"^^xsd:decimal ;
  dwc:decimalLongitude "163.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 163.483)"^^geo:wktLiteral ;
  geo-pos:lat "55.8"^^xsd:decimal ;
  geo-pos:long "163.483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5243'^^xsd:integer;
  dwc:scientificName 'Typhlotanais compactus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.483'^^xsd:double;
  dwc:latitude '55.8'^^xsd:double;
  dwc:aphiaid '247687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8167 163.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.8167"^^xsd:decimal ;
  dwc:decimalLongitude "163.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8167 163.5)"^^geo:wktLiteral ;
  geo-pos:lat "53.8167"^^xsd:decimal ;
  geo-pos:long "163.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4193'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.5'^^xsd:double;
  dwc:latitude '53.8167'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4193'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 163.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "163.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 163.55)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "163.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5334'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.55'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5334'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2667 163.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.2667"^^xsd:decimal ;
  dwc:decimalLongitude "163.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2667 163.567)"^^geo:wktLiteral ;
  geo-pos:lat "52.2667"^^xsd:decimal ;
  geo-pos:long "163.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4828'^^xsd:integer;
  dwc:scientificName 'Paranarthrura insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.567'^^xsd:double;
  dwc:latitude '52.2667'^^xsd:double;
  dwc:aphiaid '136381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4828'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2667 163.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.2667"^^xsd:decimal ;
  dwc:decimalLongitude "163.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2667 163.567)"^^geo:wktLiteral ;
  geo-pos:lat "52.2667"^^xsd:decimal ;
  geo-pos:long "163.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5100'^^xsd:integer;
  dwc:scientificName 'Collettea larviformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.567'^^xsd:double;
  dwc:latitude '52.2667'^^xsd:double;
  dwc:aphiaid '247441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2667 163.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.2667"^^xsd:decimal ;
  dwc:decimalLongitude "163.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.2667 163.567)"^^geo:wktLiteral ;
  geo-pos:lat "52.2667"^^xsd:decimal ;
  geo-pos:long "163.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5185'^^xsd:integer;
  dwc:scientificName 'Leptognathia dentifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.567'^^xsd:double;
  dwc:latitude '52.2667'^^xsd:double;
  dwc:aphiaid '156198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5185'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.18 163.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.18"^^xsd:decimal ;
  dwc:decimalLongitude "163.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.18 163.58)"^^geo:wktLiteral ;
  geo-pos:lat "-40.18"^^xsd:decimal ;
  geo-pos:long "163.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3494'^^xsd:integer;
  dwc:scientificName 'Ischnomesus anacanthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.58'^^xsd:double;
  dwc:latitude '-40.18'^^xsd:double;
  dwc:aphiaid '255909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255909'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.583)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10127'^^xsd:integer;
  dwc:scientificName 'Phascolion denticolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.583'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:aphiaid '428767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.583)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4476'^^xsd:integer;
  dwc:scientificName 'Neotanais giganteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.583'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:aphiaid '247383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4476'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.583)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4462'^^xsd:integer;
  dwc:scientificName 'Neotanais deflexirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.583'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:aphiaid '428730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4462'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.1833"^^xsd:decimal ;
  dwc:decimalLongitude "163.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.1833 163.583)"^^geo:wktLiteral ;
  geo-pos:lat "-40.1833"^^xsd:decimal ;
  geo-pos:long "163.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4206'^^xsd:integer;
  dwc:scientificName 'Leviapseudes conspicuus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.583'^^xsd:double;
  dwc:latitude '-40.1833'^^xsd:double;
  dwc:aphiaid '247138'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7167 163.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.7167"^^xsd:decimal ;
  dwc:decimalLongitude "163.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7167 163.6)"^^geo:wktLiteral ;
  geo-pos:lat "53.7167"^^xsd:decimal ;
  geo-pos:long "163.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4192'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes serratispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.6'^^xsd:double;
  dwc:latitude '53.7167'^^xsd:double;
  dwc:aphiaid '136297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4192'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7667 163.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.7667"^^xsd:decimal ;
  dwc:decimalLongitude "163.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7667 163.65)"^^geo:wktLiteral ;
  geo-pos:lat "53.7667"^^xsd:decimal ;
  geo-pos:long "163.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5216'^^xsd:integer;
  dwc:scientificName 'Leptognathia zenkevitchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.65'^^xsd:double;
  dwc:latitude '53.7667'^^xsd:double;
  dwc:aphiaid '247593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5216'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7667 163.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.7667"^^xsd:decimal ;
  dwc:decimalLongitude "163.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7667 163.65)"^^geo:wktLiteral ;
  geo-pos:lat "53.7667"^^xsd:decimal ;
  geo-pos:long "163.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5922'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.65'^^xsd:double;
  dwc:latitude '53.7667'^^xsd:double;
  dwc:aphiaid '247498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5922'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136340'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.4333 163.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "163.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.4333 163.833)"^^geo:wktLiteral ;
  geo-pos:lat "-77.4333"^^xsd:decimal ;
  geo-pos:long "163.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12035'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.833'^^xsd:double;
  dwc:latitude '-77.4333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12035'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.4333 163.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "163.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.4333 163.833)"^^geo:wktLiteral ;
  geo-pos:lat "-77.4333"^^xsd:decimal ;
  geo-pos:long "163.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11836'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '163.833'^^xsd:double;
  dwc:latitude '-77.4333'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11836'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0833 164.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.0833"^^xsd:decimal ;
  dwc:decimalLongitude "164.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.0833 164.133)"^^geo:wktLiteral ;
  geo-pos:lat "55.0833"^^xsd:decimal ;
  geo-pos:long "164.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14580'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.133'^^xsd:double;
  dwc:latitude '55.0833'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14580'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1633 164.162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1633"^^xsd:decimal ;
  dwc:decimalLongitude "164.162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1633 164.162)"^^geo:wktLiteral ;
  geo-pos:lat "43.1633"^^xsd:decimal ;
  geo-pos:long "164.162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17041'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.162'^^xsd:double;
  dwc:latitude '43.1633'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1633 164.162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1633"^^xsd:decimal ;
  dwc:decimalLongitude "164.162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1633 164.162)"^^geo:wktLiteral ;
  geo-pos:lat "43.1633"^^xsd:decimal ;
  geo-pos:long "164.162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16934'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.162'^^xsd:double;
  dwc:latitude '43.1633'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16934'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.3833 164.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.3833"^^xsd:decimal ;
  dwc:decimalLongitude "164.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.3833 164.4)"^^geo:wktLiteral ;
  geo-pos:lat "-67.3833"^^xsd:decimal ;
  geo-pos:long "164.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12177'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.4'^^xsd:double;
  dwc:latitude '-67.3833'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "164.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.53)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "164.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3605'^^xsd:integer;
  dwc:scientificName 'Storthyngura abyssalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.53'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '294748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3605'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263956'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8667 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.8667"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8667 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-66.8667"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11998'^^xsd:integer;
  dwc:scientificName 'Macandrevia americana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-66.8667'^^xsd:double;
  dwc:aphiaid '235577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11998'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8667 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.8667"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8667 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-66.8667"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11528'^^xsd:integer;
  dwc:scientificName 'Compsothyris ballenyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-66.8667'^^xsd:double;
  dwc:aphiaid '235426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8333 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.8333"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8333 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-66.8333"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11242'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-66.8333'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11242'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8333 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.8333"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.8333 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-66.8333"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11290'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-66.8333'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11290'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14673'^^xsd:integer;
  dwc:scientificName 'Kelliella tasmanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '428686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14673'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14674'^^xsd:integer;
  dwc:scientificName 'Cuspidaria delli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '407757'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14674'^^xsd:anyURI;
  dwc:aphiaIdAccepted '407757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14670'^^xsd:integer;
  dwc:scientificName 'Cuspidaria tasmanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '408586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14670'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14671'^^xsd:integer;
  dwc:scientificName 'Cetoconcha galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '408667'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14671'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408667'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14672'^^xsd:integer;
  dwc:scientificName 'Tindaria antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '197471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14672'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.85"^^xsd:decimal ;
  dwc:decimalLongitude "164.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.85 164.533)"^^geo:wktLiteral ;
  geo-pos:lat "-45.85"^^xsd:decimal ;
  geo-pos:long "164.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9429'^^xsd:integer;
  dwc:scientificName 'Caulophacus schulzei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.533'^^xsd:double;
  dwc:latitude '-45.85'^^xsd:double;
  dwc:aphiaid '172062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9429'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1167 164.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.1167"^^xsd:decimal ;
  dwc:decimalLongitude "164.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.1167 164.617)"^^geo:wktLiteral ;
  geo-pos:lat "27.1167"^^xsd:decimal ;
  geo-pos:long "164.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5336'^^xsd:integer;
  dwc:scientificName 'Cryptocopoides arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.617'^^xsd:double;
  dwc:latitude '27.1167'^^xsd:double;
  dwc:aphiaid '136495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5336'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.7833 164.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.7833"^^xsd:decimal ;
  dwc:decimalLongitude "164.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.7833 164.65)"^^geo:wktLiteral ;
  geo-pos:lat "-45.7833"^^xsd:decimal ;
  geo-pos:long "164.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14668'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.65'^^xsd:double;
  dwc:latitude '-45.7833'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14668'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.7833 164.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.7833"^^xsd:decimal ;
  dwc:decimalLongitude "164.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.7833 164.65)"^^geo:wktLiteral ;
  geo-pos:lat "-45.7833"^^xsd:decimal ;
  geo-pos:long "164.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14669'^^xsd:integer;
  dwc:scientificName 'Cuspidaria tasmanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.65'^^xsd:double;
  dwc:latitude '-45.7833'^^xsd:double;
  dwc:aphiaid '408586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14669'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.49 164.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.49"^^xsd:decimal ;
  dwc:decimalLongitude "164.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.49 164.92)"^^geo:wktLiteral ;
  geo-pos:lat "-29.49"^^xsd:decimal ;
  geo-pos:long "164.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3725'^^xsd:integer;
  dwc:scientificName 'Acanthocope mendeleevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '164.92'^^xsd:double;
  dwc:latitude '-29.49'^^xsd:double;
  dwc:aphiaid '255716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3725'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255716'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46 165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46"^^xsd:decimal ;
  dwc:decimalLongitude "165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46 165)"^^geo:wktLiteral ;
  geo-pos:lat "-46"^^xsd:decimal ;
  geo-pos:long "165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10952'^^xsd:integer;
  dwc:scientificName 'Golfingia improvisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165'^^xsd:integer;
  dwc:latitude '-46'^^xsd:integer;
  dwc:aphiaid '424439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10952'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95 165.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.95"^^xsd:decimal ;
  dwc:decimalLongitude "165.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95 165.12)"^^geo:wktLiteral ;
  geo-pos:lat "39.95"^^xsd:decimal ;
  geo-pos:long "165.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3281'^^xsd:integer;
  dwc:scientificName 'Haploniscus hydroniscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.12'^^xsd:double;
  dwc:latitude '39.95'^^xsd:double;
  dwc:aphiaid '255812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3281'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95 165.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.95"^^xsd:decimal ;
  dwc:decimalLongitude "165.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.95 165.133)"^^geo:wktLiteral ;
  geo-pos:lat "39.95"^^xsd:decimal ;
  geo-pos:long "165.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14732'^^xsd:integer;
  dwc:scientificName 'Spinula calcar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.133'^^xsd:double;
  dwc:latitude '39.95'^^xsd:double;
  dwc:aphiaid '428811'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14732'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.65 165.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.65"^^xsd:decimal ;
  dwc:decimalLongitude "165.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.65 165.22)"^^geo:wktLiteral ;
  geo-pos:lat "-41.65"^^xsd:decimal ;
  geo-pos:long "165.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3208'^^xsd:integer;
  dwc:scientificName 'Haploniscus pistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.22'^^xsd:double;
  dwc:latitude '-41.65'^^xsd:double;
  dwc:aphiaid '255824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3208'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.7733 165.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.7733"^^xsd:decimal ;
  dwc:decimalLongitude "165.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.7733 165.25)"^^geo:wktLiteral ;
  geo-pos:lat "-75.7733"^^xsd:decimal ;
  geo-pos:long "165.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12129'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.25'^^xsd:double;
  dwc:latitude '-75.7733'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12129'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.7733 165.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.7733"^^xsd:decimal ;
  dwc:decimalLongitude "165.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.7733 165.25)"^^geo:wktLiteral ;
  geo-pos:lat "-75.7733"^^xsd:decimal ;
  geo-pos:long "165.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11905'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.25'^^xsd:double;
  dwc:latitude '-75.7733'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11905'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1839 165.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.1839"^^xsd:decimal ;
  dwc:decimalLongitude "165.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.1839 165.385)"^^geo:wktLiteral ;
  geo-pos:lat "55.1839"^^xsd:decimal ;
  geo-pos:long "165.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11086'^^xsd:integer;
  dwc:scientificName 'Golfingia appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.385'^^xsd:double;
  dwc:latitude '55.1839'^^xsd:double;
  dwc:aphiaid '424288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11086'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 165.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "165.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 165.4)"^^geo:wktLiteral ;
  geo-pos:lat "-43.9667"^^xsd:decimal ;
  geo-pos:long "165.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10114'^^xsd:integer;
  dwc:scientificName 'Golfingia appendiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.4'^^xsd:double;
  dwc:latitude '-43.9667'^^xsd:double;
  dwc:aphiaid '424288'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10114'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 165.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "165.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 165.4)"^^geo:wktLiteral ;
  geo-pos:lat "-43.9667"^^xsd:decimal ;
  geo-pos:long "165.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10128'^^xsd:integer;
  dwc:scientificName 'Phascolion denticolum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.4'^^xsd:double;
  dwc:latitude '-43.9667'^^xsd:double;
  dwc:aphiaid '428767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175037'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 165.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "165.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 165.4)"^^geo:wktLiteral ;
  geo-pos:lat "-43.9667"^^xsd:decimal ;
  geo-pos:long "165.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10130'^^xsd:integer;
  dwc:scientificName 'Themiste minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.4'^^xsd:double;
  dwc:latitude '-43.9667'^^xsd:double;
  dwc:aphiaid '424711'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 165.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "165.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.9667 165.4)"^^geo:wktLiteral ;
  geo-pos:lat "-43.9667"^^xsd:decimal ;
  geo-pos:long "165.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14675'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.4'^^xsd:double;
  dwc:latitude '-43.9667'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14675'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 165.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.85"^^xsd:decimal ;
  dwc:decimalLongitude "165.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 165.53)"^^geo:wktLiteral ;
  geo-pos:lat "26.85"^^xsd:decimal ;
  geo-pos:long "165.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3529'^^xsd:integer;
  dwc:scientificName 'Janirella latifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.53'^^xsd:double;
  dwc:latitude '26.85'^^xsd:double;
  dwc:aphiaid '255946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3529'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 165.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.85"^^xsd:decimal ;
  dwc:decimalLongitude "165.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 165.53)"^^geo:wktLiteral ;
  geo-pos:lat "26.85"^^xsd:decimal ;
  geo-pos:long "165.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3488'^^xsd:integer;
  dwc:scientificName 'Haplomesus formosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.53'^^xsd:double;
  dwc:latitude '26.85'^^xsd:double;
  dwc:aphiaid '255887'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3488'^^xsd:anyURI;
  dwc:aphiaIdAccepted '579415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 165.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.85"^^xsd:decimal ;
  dwc:decimalLongitude "165.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.85 165.53)"^^geo:wktLiteral ;
  geo-pos:lat "26.85"^^xsd:decimal ;
  geo-pos:long "165.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3968'^^xsd:integer;
  dwc:scientificName 'Betamorpha longiramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.53'^^xsd:double;
  dwc:latitude '26.85'^^xsd:double;
  dwc:aphiaid '258026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3968'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.05 165.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.05"^^xsd:decimal ;
  dwc:decimalLongitude "165.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.05 165.533)"^^geo:wktLiteral ;
  geo-pos:lat "-38.05"^^xsd:decimal ;
  geo-pos:long "165.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4140'^^xsd:integer;
  dwc:scientificName 'Atlantapseudes diversus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.533'^^xsd:double;
  dwc:latitude '-38.05'^^xsd:double;
  dwc:aphiaid '247084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4140'^^xsd:anyURI;
  dwc:aphiaIdAccepted '449102'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9833 165.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.9833"^^xsd:decimal ;
  dwc:decimalLongitude "165.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9833 165.7)"^^geo:wktLiteral ;
  geo-pos:lat "54.9833"^^xsd:decimal ;
  geo-pos:long "165.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9484'^^xsd:integer;
  dwc:scientificName 'Chondrocladia koltuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.7'^^xsd:double;
  dwc:latitude '54.9833'^^xsd:double;
  dwc:aphiaid '235777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9484'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235777'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1 165.867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.1"^^xsd:decimal ;
  dwc:decimalLongitude "165.867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.1 165.867)"^^geo:wktLiteral ;
  geo-pos:lat "-75.1"^^xsd:decimal ;
  geo-pos:long "165.867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12130'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.867'^^xsd:double;
  dwc:latitude '-75.1'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12130'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.65 165.867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.65"^^xsd:decimal ;
  dwc:decimalLongitude "165.867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.65 165.867)"^^geo:wktLiteral ;
  geo-pos:lat "-74.65"^^xsd:decimal ;
  geo-pos:long "165.867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12040'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.867'^^xsd:double;
  dwc:latitude '-74.65'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12040'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.65 165.867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.65"^^xsd:decimal ;
  dwc:decimalLongitude "165.867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.65 165.867)"^^geo:wktLiteral ;
  geo-pos:lat "-74.65"^^xsd:decimal ;
  geo-pos:long "165.867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11840'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.867'^^xsd:double;
  dwc:latitude '-74.65'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11840'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6467 165.878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6467"^^xsd:decimal ;
  dwc:decimalLongitude "165.878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6467 165.878)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6467"^^xsd:decimal ;
  geo-pos:long "165.878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12004'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.878'^^xsd:double;
  dwc:latitude '-77.6467'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12004'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6467 165.878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6467"^^xsd:decimal ;
  dwc:decimalLongitude "165.878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6467 165.878)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6467"^^xsd:decimal ;
  geo-pos:long "165.878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11785'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.878'^^xsd:double;
  dwc:latitude '-77.6467'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11785'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.1533 165.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.1533"^^xsd:decimal ;
  dwc:decimalLongitude "165.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.1533 165.98)"^^geo:wktLiteral ;
  geo-pos:lat "-77.1533"^^xsd:decimal ;
  geo-pos:long "165.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11918'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.98'^^xsd:double;
  dwc:latitude '-77.1533'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11918'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.1533 165.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.1533"^^xsd:decimal ;
  dwc:decimalLongitude "165.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.1533 165.98)"^^geo:wktLiteral ;
  geo-pos:lat "-77.1533"^^xsd:decimal ;
  geo-pos:long "165.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12146'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '165.98'^^xsd:double;
  dwc:latitude '-77.1533'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12146'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7562'^^xsd:integer;
  dwc:scientificName 'Candace tenuimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '365537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7562'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7587'^^xsd:integer;
  dwc:scientificName 'Euchirella curticauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '104299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7587'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7598'^^xsd:integer;
  dwc:scientificName 'Calanus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '356625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7598'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104471'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7590'^^xsd:integer;
  dwc:scientificName 'Pleuromma abdominale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '596241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7590'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7633'^^xsd:integer;
  dwc:scientificName 'Euchaeta media'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '104553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7633'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104553'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7636'^^xsd:integer;
  dwc:scientificName 'Eucalanus mucronatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '196777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104546'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7536'^^xsd:integer;
  dwc:scientificName 'Metridia venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '104636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7536'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104636'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7521'^^xsd:integer;
  dwc:scientificName 'Disseta palumboi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '104574'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7521'^^xsd:anyURI;
  dwc:aphiaIdAccepted '345779'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7522'^^xsd:integer;
  dwc:scientificName 'Undeuchaeta minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '356332'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7522'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7486'^^xsd:integer;
  dwc:scientificName 'Pleuromma xiphias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '365857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7486'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7471'^^xsd:integer;
  dwc:scientificName 'Metridia brevicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '104627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7471'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104627'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 166)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7469'^^xsd:integer;
  dwc:scientificName 'Leuckartia longiserrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '365786'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7469'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.65 166.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.65"^^xsd:decimal ;
  dwc:decimalLongitude "166.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.65 166.15)"^^geo:wktLiteral ;
  geo-pos:lat "23.65"^^xsd:decimal ;
  geo-pos:long "166.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3177'^^xsd:integer;
  dwc:scientificName 'Mesosignum vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.15'^^xsd:double;
  dwc:latitude '23.65'^^xsd:double;
  dwc:aphiaid '258088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3177'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.05"^^xsd:decimal ;
  dwc:decimalLongitude "166.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  geo-pos:lat "-77.05"^^xsd:decimal ;
  geo-pos:long "166.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12012'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.25'^^xsd:double;
  dwc:latitude '-77.05'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12012'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.05"^^xsd:decimal ;
  dwc:decimalLongitude "166.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  geo-pos:lat "-77.05"^^xsd:decimal ;
  geo-pos:long "166.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12183'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.25'^^xsd:double;
  dwc:latitude '-77.05'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12183'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.05"^^xsd:decimal ;
  dwc:decimalLongitude "166.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  geo-pos:lat "-77.05"^^xsd:decimal ;
  geo-pos:long "166.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11907'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.25'^^xsd:double;
  dwc:latitude '-77.05'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11907'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.05"^^xsd:decimal ;
  dwc:decimalLongitude "166.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  geo-pos:lat "-77.05"^^xsd:decimal ;
  geo-pos:long "166.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11437'^^xsd:integer;
  dwc:scientificName 'Amphithyris hallettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.25'^^xsd:double;
  dwc:latitude '-77.05'^^xsd:double;
  dwc:aphiaid '235652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11437'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.05"^^xsd:decimal ;
  dwc:decimalLongitude "166.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  geo-pos:lat "-77.05"^^xsd:decimal ;
  geo-pos:long "166.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11792'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.25'^^xsd:double;
  dwc:latitude '-77.05'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11792'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.05"^^xsd:decimal ;
  dwc:decimalLongitude "166.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.05 166.25)"^^geo:wktLiteral ;
  geo-pos:lat "-77.05"^^xsd:decimal ;
  geo-pos:long "166.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11530'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.25'^^xsd:double;
  dwc:latitude '-77.05'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11530'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6567 166.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6567"^^xsd:decimal ;
  dwc:decimalLongitude "166.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6567 166.267)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6567"^^xsd:decimal ;
  geo-pos:long "166.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12041'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.267'^^xsd:double;
  dwc:latitude '-77.6567'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12041'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6567 166.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6567"^^xsd:decimal ;
  dwc:decimalLongitude "166.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6567 166.267)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6567"^^xsd:decimal ;
  geo-pos:long "166.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11841'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.267'^^xsd:double;
  dwc:latitude '-77.6567'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11841'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6167 166.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.6167"^^xsd:decimal ;
  dwc:decimalLongitude "166.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.6167 166.333)"^^geo:wktLiteral ;
  geo-pos:lat "-77.6167"^^xsd:decimal ;
  geo-pos:long "166.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '937'^^xsd:integer;
  dwc:scientificName 'Leucon antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.333'^^xsd:double;
  dwc:latitude '-77.6167'^^xsd:double;
  dwc:aphiaid '182314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:937'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7667 166.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.7667"^^xsd:decimal ;
  dwc:decimalLongitude "166.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7667 166.433)"^^geo:wktLiteral ;
  geo-pos:lat "-77.7667"^^xsd:decimal ;
  geo-pos:long "166.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12006'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.433'^^xsd:double;
  dwc:latitude '-77.7667'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12006'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7667 166.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.7667"^^xsd:decimal ;
  dwc:decimalLongitude "166.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7667 166.433)"^^geo:wktLiteral ;
  geo-pos:lat "-77.7667"^^xsd:decimal ;
  geo-pos:long "166.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12127'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.433'^^xsd:double;
  dwc:latitude '-77.7667'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12127'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7667 166.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.7667"^^xsd:decimal ;
  dwc:decimalLongitude "166.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.7667 166.433)"^^geo:wktLiteral ;
  geo-pos:lat "-77.7667"^^xsd:decimal ;
  geo-pos:long "166.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11783'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.433'^^xsd:double;
  dwc:latitude '-77.7667'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11783'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.32 166.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.32"^^xsd:decimal ;
  dwc:decimalLongitude "166.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.32 166.45)"^^geo:wktLiteral ;
  geo-pos:lat "-41.32"^^xsd:decimal ;
  geo-pos:long "166.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3212'^^xsd:integer;
  dwc:scientificName 'Hydroniscus lobocephalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.45'^^xsd:double;
  dwc:latitude '-41.32'^^xsd:double;
  dwc:aphiaid '255845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3212'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.32 166.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.32"^^xsd:decimal ;
  dwc:decimalLongitude "166.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.32 166.45)"^^geo:wktLiteral ;
  geo-pos:lat "-41.32"^^xsd:decimal ;
  geo-pos:long "166.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3213'^^xsd:integer;
  dwc:scientificName 'Chauliodoniscus tasmanaeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.45'^^xsd:double;
  dwc:latitude '-41.32'^^xsd:double;
  dwc:aphiaid '259758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3213'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259758'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.3167 166.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.3167"^^xsd:decimal ;
  dwc:decimalLongitude "166.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.3167 166.467)"^^geo:wktLiteral ;
  geo-pos:lat "-41.3167"^^xsd:decimal ;
  geo-pos:long "166.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11346'^^xsd:integer;
  dwc:scientificName 'Doryphallophora aselloticola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.467'^^xsd:double;
  dwc:latitude '-41.3167'^^xsd:double;
  dwc:aphiaid '366604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11346'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366604'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.385 166.494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.385"^^xsd:decimal ;
  dwc:decimalLongitude "166.494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.385 166.494)"^^geo:wktLiteral ;
  geo-pos:lat "-21.385"^^xsd:decimal ;
  geo-pos:long "166.494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10096'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.494'^^xsd:double;
  dwc:latitude '-21.385'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10096'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.4017 166.496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.4017"^^xsd:decimal ;
  dwc:decimalLongitude "166.496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.4017 166.496)"^^geo:wktLiteral ;
  geo-pos:lat "-21.4017"^^xsd:decimal ;
  geo-pos:long "166.496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10093'^^xsd:integer;
  dwc:scientificName 'Nephasoma flagriferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.496'^^xsd:double;
  dwc:latitude '-21.4017'^^xsd:double;
  dwc:aphiaid '424412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10093'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.4017 166.496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.4017"^^xsd:decimal ;
  dwc:decimalLongitude "166.496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.4017 166.496)"^^geo:wktLiteral ;
  geo-pos:lat "-21.4017"^^xsd:decimal ;
  geo-pos:long "166.496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10097'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.496'^^xsd:double;
  dwc:latitude '-21.4017'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10097'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2647 166.656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.2647"^^xsd:decimal ;
  dwc:decimalLongitude "166.656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2647 166.656)"^^geo:wktLiteral ;
  geo-pos:lat "-21.2647"^^xsd:decimal ;
  geo-pos:long "166.656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10098'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.656'^^xsd:double;
  dwc:latitude '-21.2647'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10098'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2367 166.679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.2367"^^xsd:decimal ;
  dwc:decimalLongitude "166.679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2367 166.679)"^^geo:wktLiteral ;
  geo-pos:lat "-21.2367"^^xsd:decimal ;
  geo-pos:long "166.679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10092'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.679'^^xsd:double;
  dwc:latitude '-21.2367'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10092'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2367 166.679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.2367"^^xsd:decimal ;
  dwc:decimalLongitude "166.679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2367 166.679)"^^geo:wktLiteral ;
  geo-pos:lat "-21.2367"^^xsd:decimal ;
  geo-pos:long "166.679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10095'^^xsd:integer;
  dwc:scientificName 'Onchnesoma magnibathum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.679'^^xsd:double;
  dwc:latitude '-21.2367'^^xsd:double;
  dwc:aphiaid '136064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10095'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.93 166.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.93"^^xsd:decimal ;
  dwc:decimalLongitude "166.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.93 166.68)"^^geo:wktLiteral ;
  geo-pos:lat "-23.93"^^xsd:decimal ;
  geo-pos:long "166.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4054'^^xsd:integer;
  dwc:scientificName 'Caecoserolis novaecaledoniae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.68'^^xsd:double;
  dwc:latitude '-23.93'^^xsd:double;
  dwc:aphiaid '1023722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259608'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8667 166.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.8667"^^xsd:decimal ;
  dwc:decimalLongitude "166.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8667 166.7)"^^geo:wktLiteral ;
  geo-pos:lat "-50.8667"^^xsd:decimal ;
  geo-pos:long "166.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12231'^^xsd:integer;
  dwc:scientificName 'Neothyris lenticularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.7'^^xsd:double;
  dwc:latitude '-50.8667'^^xsd:double;
  dwc:aphiaid '235676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12231'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8667 166.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.8667"^^xsd:decimal ;
  dwc:decimalLongitude "166.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8667 166.7)"^^geo:wktLiteral ;
  geo-pos:lat "-50.8667"^^xsd:decimal ;
  geo-pos:long "166.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12401'^^xsd:integer;
  dwc:scientificName 'Terebratella sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.7'^^xsd:double;
  dwc:latitude '-50.8667'^^xsd:double;
  dwc:aphiaid '237790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12401'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237790'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8667 166.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.8667"^^xsd:decimal ;
  dwc:decimalLongitude "166.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.8667 166.7)"^^geo:wktLiteral ;
  geo-pos:lat "-50.8667"^^xsd:decimal ;
  geo-pos:long "166.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11716'^^xsd:integer;
  dwc:scientificName 'Gyrothyris mawsoni aucklandensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.7'^^xsd:double;
  dwc:latitude '-50.8667'^^xsd:double;
  dwc:aphiaid '1334928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11716'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1334928'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.37 166.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.37"^^xsd:decimal ;
  dwc:decimalLongitude "166.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.37 166.73)"^^geo:wktLiteral ;
  geo-pos:lat "-41.37"^^xsd:decimal ;
  geo-pos:long "166.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3209'^^xsd:integer;
  dwc:scientificName 'Haploniscus silus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.73'^^xsd:double;
  dwc:latitude '-41.37'^^xsd:double;
  dwc:aphiaid '255833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3209'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255833'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.85 166.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.85"^^xsd:decimal ;
  dwc:decimalLongitude "166.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.85 166.75)"^^geo:wktLiteral ;
  geo-pos:lat "-77.85"^^xsd:decimal ;
  geo-pos:long "166.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '701'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.75'^^xsd:double;
  dwc:latitude '-77.85'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A34> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.85 166.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.85"^^xsd:decimal ;
  dwc:decimalLongitude "166.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.85 166.75)"^^geo:wktLiteral ;
  geo-pos:lat "-77.85"^^xsd:decimal ;
  geo-pos:long "166.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '34'^^xsd:integer;
  dwc:scientificName 'Campylaspis antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.75'^^xsd:double;
  dwc:latitude '-77.85'^^xsd:double;
  dwc:aphiaid '182377'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:34'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3"^^xsd:decimal ;
  dwc:decimalLongitude "166.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3"^^xsd:decimal ;
  geo-pos:long "166.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14677'^^xsd:integer;
  dwc:scientificName 'Spinula tasmanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.767'^^xsd:double;
  dwc:latitude '-44.3'^^xsd:double;
  dwc:aphiaid '428814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '599355'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3"^^xsd:decimal ;
  dwc:decimalLongitude "166.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3"^^xsd:decimal ;
  geo-pos:long "166.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14676'^^xsd:integer;
  dwc:scientificName 'Malletia cuneata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.767'^^xsd:double;
  dwc:latitude '-44.3'^^xsd:double;
  dwc:aphiaid '183257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14676'^^xsd:anyURI;
  dwc:aphiaIdAccepted '140306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3"^^xsd:decimal ;
  dwc:decimalLongitude "166.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3"^^xsd:decimal ;
  geo-pos:long "166.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '933'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus neptunius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.767'^^xsd:double;
  dwc:latitude '-44.3'^^xsd:double;
  dwc:aphiaid '182094'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:933'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182094'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3"^^xsd:decimal ;
  dwc:decimalLongitude "166.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3"^^xsd:decimal ;
  geo-pos:long "166.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14678'^^xsd:integer;
  dwc:scientificName 'Malletia galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.767'^^xsd:double;
  dwc:latitude '-44.3'^^xsd:double;
  dwc:aphiaid '428713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14678'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3"^^xsd:decimal ;
  dwc:decimalLongitude "166.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3"^^xsd:decimal ;
  geo-pos:long "166.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '164'^^xsd:integer;
  dwc:scientificName 'Leptostylis profunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.767'^^xsd:double;
  dwc:latitude '-44.3'^^xsd:double;
  dwc:aphiaid '182059'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:164'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3"^^xsd:decimal ;
  dwc:decimalLongitude "166.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3"^^xsd:decimal ;
  geo-pos:long "166.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '224'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus mersus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.767'^^xsd:double;
  dwc:latitude '-44.3'^^xsd:double;
  dwc:aphiaid '182109'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:224'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3"^^xsd:decimal ;
  dwc:decimalLongitude "166.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3"^^xsd:decimal ;
  geo-pos:long "166.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '228'^^xsd:integer;
  dwc:scientificName 'Makrokylindrus neptunius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.767'^^xsd:double;
  dwc:latitude '-44.3'^^xsd:double;
  dwc:aphiaid '182094'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:228'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182094'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.3"^^xsd:decimal ;
  dwc:decimalLongitude "166.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.3 166.767)"^^geo:wktLiteral ;
  geo-pos:lat "-44.3"^^xsd:decimal ;
  geo-pos:long "166.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '140'^^xsd:integer;
  dwc:scientificName 'Gaussicuma scabrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.767'^^xsd:double;
  dwc:latitude '-44.3'^^xsd:double;
  dwc:aphiaid '181843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:140'^^xsd:anyURI;
  dwc:aphiaIdAccepted '181843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2007 166.997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-21.2007"^^xsd:decimal ;
  dwc:decimalLongitude "166.997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-21.2007 166.997)"^^geo:wktLiteral ;
  geo-pos:lat "-21.2007"^^xsd:decimal ;
  geo-pos:long "166.997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10100'^^xsd:integer;
  dwc:scientificName 'Phascolion tuberculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '166.997'^^xsd:double;
  dwc:latitude '-21.2007'^^xsd:double;
  dwc:aphiaid '424591'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10100'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.3092 167.294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.3092"^^xsd:decimal ;
  dwc:decimalLongitude "167.294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.3092 167.294)"^^geo:wktLiteral ;
  geo-pos:lat "-20.3092"^^xsd:decimal ;
  geo-pos:long "167.294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10089'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.294'^^xsd:double;
  dwc:latitude '-20.3092'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0333 167.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.0333"^^xsd:decimal ;
  dwc:decimalLongitude "167.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.0333 167.367)"^^geo:wktLiteral ;
  geo-pos:lat "41.0333"^^xsd:decimal ;
  geo-pos:long "167.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4600'^^xsd:integer;
  dwc:scientificName 'Neotanais tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.367'^^xsd:double;
  dwc:latitude '41.0333'^^xsd:double;
  dwc:aphiaid '247394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4600'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0267 167.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0267"^^xsd:decimal ;
  dwc:decimalLongitude "167.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0267 167.4)"^^geo:wktLiteral ;
  geo-pos:lat "24.0267"^^xsd:decimal ;
  geo-pos:long "167.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5207'^^xsd:integer;
  dwc:scientificName 'Leptognathia tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.4'^^xsd:double;
  dwc:latitude '24.0267'^^xsd:double;
  dwc:aphiaid '247590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5207'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.5757 167.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.5757"^^xsd:decimal ;
  dwc:decimalLongitude "167.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.5757 167.411)"^^geo:wktLiteral ;
  geo-pos:lat "-20.5757"^^xsd:decimal ;
  geo-pos:long "167.411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10090'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.411'^^xsd:double;
  dwc:latitude '-20.5757'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10090'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 167.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.05"^^xsd:decimal ;
  dwc:decimalLongitude "167.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.05 167.433)"^^geo:wktLiteral ;
  geo-pos:lat "55.05"^^xsd:decimal ;
  geo-pos:long "167.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16731'^^xsd:integer;
  dwc:scientificName 'Bathyneaera hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.433'^^xsd:double;
  dwc:latitude '55.05'^^xsd:double;
  dwc:aphiaid '408518'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16731'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.01 167.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.01"^^xsd:decimal ;
  dwc:decimalLongitude "167.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.01 167.5)"^^geo:wktLiteral ;
  geo-pos:lat "24.01"^^xsd:decimal ;
  geo-pos:long "167.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5308'^^xsd:integer;
  dwc:scientificName 'Typhlotanais setosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.5'^^xsd:double;
  dwc:latitude '24.01'^^xsd:double;
  dwc:aphiaid '247694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5308'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819879'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.15 167.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.15"^^xsd:decimal ;
  dwc:decimalLongitude "167.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.15 167.55)"^^geo:wktLiteral ;
  geo-pos:lat "-22.15"^^xsd:decimal ;
  geo-pos:long "167.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9677'^^xsd:integer;
  dwc:scientificName 'Halicometes hooperi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.55'^^xsd:double;
  dwc:latitude '-22.15'^^xsd:double;
  dwc:aphiaid '170910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9677'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170910'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.15 167.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.15"^^xsd:decimal ;
  dwc:decimalLongitude "167.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.15 167.55)"^^geo:wktLiteral ;
  geo-pos:lat "-22.15"^^xsd:decimal ;
  geo-pos:long "167.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9494'^^xsd:integer;
  dwc:scientificName 'Chondrocladia scolionema'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.55'^^xsd:double;
  dwc:latitude '-22.15'^^xsd:double;
  dwc:aphiaid '168223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9494'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.1503 167.553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.1503"^^xsd:decimal ;
  dwc:decimalLongitude "167.553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.1503 167.553)"^^geo:wktLiteral ;
  geo-pos:lat "-22.1503"^^xsd:decimal ;
  geo-pos:long "167.553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10091'^^xsd:integer;
  dwc:scientificName 'Nephasoma diaphanes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.553'^^xsd:double;
  dwc:latitude '-22.1503'^^xsd:double;
  dwc:aphiaid '424387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10091'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.9833 167.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.9833"^^xsd:decimal ;
  dwc:decimalLongitude "167.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.9833 167.6)"^^geo:wktLiteral ;
  geo-pos:lat "-76.9833"^^xsd:decimal ;
  geo-pos:long "167.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '936'^^xsd:integer;
  dwc:scientificName 'Leucon antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.6'^^xsd:double;
  dwc:latitude '-76.9833'^^xsd:double;
  dwc:aphiaid '182314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:936'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0025 167.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0025"^^xsd:decimal ;
  dwc:decimalLongitude "167.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0025 167.717)"^^geo:wktLiteral ;
  geo-pos:lat "59.0025"^^xsd:decimal ;
  geo-pos:long "167.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11089'^^xsd:integer;
  dwc:scientificName 'Golfingia mawsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.717'^^xsd:double;
  dwc:latitude '59.0025'^^xsd:double;
  dwc:aphiaid '424281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.62 167.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.62"^^xsd:decimal ;
  dwc:decimalLongitude "167.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.62 167.88)"^^geo:wktLiteral ;
  geo-pos:lat "25.62"^^xsd:decimal ;
  geo-pos:long "167.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3169'^^xsd:integer;
  dwc:scientificName 'Mesosignum elegantulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.88'^^xsd:double;
  dwc:latitude '25.62'^^xsd:double;
  dwc:aphiaid '258080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3169'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.87 167.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.87"^^xsd:decimal ;
  dwc:decimalLongitude "167.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.87 167.97)"^^geo:wktLiteral ;
  geo-pos:lat "-23.87"^^xsd:decimal ;
  geo-pos:long "167.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4055'^^xsd:integer;
  dwc:scientificName 'Caecoserolis novaecaledoniae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '167.97'^^xsd:double;
  dwc:latitude '-23.87'^^xsd:double;
  dwc:aphiaid '1023722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4055'^^xsd:anyURI;
  dwc:aphiaIdAccepted '259608'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.15 168.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.15"^^xsd:decimal ;
  dwc:decimalLongitude "168.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.15 168.167)"^^geo:wktLiteral ;
  geo-pos:lat "-76.15"^^xsd:decimal ;
  geo-pos:long "168.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11843'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.167'^^xsd:double;
  dwc:latitude '-76.15'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11843'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1733 168.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.1733"^^xsd:decimal ;
  dwc:decimalLongitude "168.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.1733 168.29)"^^geo:wktLiteral ;
  geo-pos:lat "-76.1733"^^xsd:decimal ;
  geo-pos:long "168.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11842'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.29'^^xsd:double;
  dwc:latitude '-76.1733'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11842'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.0117 168.497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.0117"^^xsd:decimal ;
  dwc:decimalLongitude "168.497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.0117 168.497)"^^geo:wktLiteral ;
  geo-pos:lat "-75.0117"^^xsd:decimal ;
  geo-pos:long "168.497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12053'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.497'^^xsd:double;
  dwc:latitude '-75.0117'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12053'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.0117 168.497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.0117"^^xsd:decimal ;
  dwc:decimalLongitude "168.497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.0117 168.497)"^^geo:wktLiteral ;
  geo-pos:lat "-75.0117"^^xsd:decimal ;
  geo-pos:long "168.497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11851'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.497'^^xsd:double;
  dwc:latitude '-75.0117'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11851'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.05 168.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.05"^^xsd:decimal ;
  dwc:decimalLongitude "168.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.05 168.5)"^^geo:wktLiteral ;
  geo-pos:lat "57.05"^^xsd:decimal ;
  geo-pos:long "168.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3463'^^xsd:integer;
  dwc:scientificName 'Stylomesus hexaspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.5'^^xsd:double;
  dwc:latitude '57.05'^^xsd:double;
  dwc:aphiaid '258034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3463'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258034'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.015 168.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.015"^^xsd:decimal ;
  dwc:decimalLongitude "168.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.015 168.633)"^^geo:wktLiteral ;
  geo-pos:lat "-77.015"^^xsd:decimal ;
  geo-pos:long "168.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11917'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.633'^^xsd:double;
  dwc:latitude '-77.015'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11917'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.45 168.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.45"^^xsd:decimal ;
  dwc:decimalLongitude "168.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.45 168.833)"^^geo:wktLiteral ;
  geo-pos:lat "-75.45"^^xsd:decimal ;
  geo-pos:long "168.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12042'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.833'^^xsd:double;
  dwc:latitude '-75.45'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12042'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3014 168.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3014"^^xsd:decimal ;
  dwc:decimalLongitude "168.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3014 168.833)"^^geo:wktLiteral ;
  geo-pos:lat "57.3014"^^xsd:decimal ;
  geo-pos:long "168.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11073'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.833'^^xsd:double;
  dwc:latitude '57.3014'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11073'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 168.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2"^^xsd:decimal ;
  dwc:decimalLongitude "168.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 168.9)"^^geo:wktLiteral ;
  geo-pos:lat "48.2"^^xsd:decimal ;
  geo-pos:long "168.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9541'^^xsd:integer;
  dwc:scientificName 'Cladorhiza longipinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.9'^^xsd:double;
  dwc:latitude '48.2'^^xsd:double;
  dwc:aphiaid '168235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9541'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1466531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 168.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "168.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 168.9)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "168.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9302'^^xsd:integer;
  dwc:scientificName 'Asbestopluma biserialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.9'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:aphiaid '168192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9302'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 168.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "168.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 168.9)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "168.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4039'^^xsd:integer;
  dwc:scientificName 'Munnopsis intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '168.9'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:aphiaid '256275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4039'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 169)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7528'^^xsd:integer;
  dwc:scientificName 'Pleuromma abdominale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '596241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7528'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 169)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7551'^^xsd:integer;
  dwc:scientificName 'Pleuromma xiphias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '365857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7551'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 169)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7373'^^xsd:integer;
  dwc:scientificName 'Corycaeus flaccus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169'^^xsd:integer;
  dwc:latitude '16'^^xsd:integer;
  dwc:aphiaid '237976'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7373'^^xsd:anyURI;
  dwc:aphiaIdAccepted '128795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.2333 169.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.2333"^^xsd:decimal ;
  dwc:decimalLongitude "169.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.2333 169.133)"^^geo:wktLiteral ;
  geo-pos:lat "-77.2333"^^xsd:decimal ;
  geo-pos:long "169.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11909'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.133'^^xsd:double;
  dwc:latitude '-77.2333'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11909'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.2333 169.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.2333"^^xsd:decimal ;
  dwc:decimalLongitude "169.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.2333 169.133)"^^geo:wktLiteral ;
  geo-pos:lat "-77.2333"^^xsd:decimal ;
  geo-pos:long "169.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12133'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.133'^^xsd:double;
  dwc:latitude '-77.2333'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12133'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3167 169.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.3167"^^xsd:decimal ;
  dwc:decimalLongitude "169.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3167 169.25)"^^geo:wktLiteral ;
  geo-pos:lat "-73.3167"^^xsd:decimal ;
  geo-pos:long "169.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12028'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.25'^^xsd:double;
  dwc:latitude '-73.3167'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12028'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8667 169.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8667"^^xsd:decimal ;
  dwc:decimalLongitude "169.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8667 169.383)"^^geo:wktLiteral ;
  geo-pos:lat "46.8667"^^xsd:decimal ;
  geo-pos:long "169.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9303'^^xsd:integer;
  dwc:scientificName 'Asbestopluma biserialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.383'^^xsd:double;
  dwc:latitude '46.8667'^^xsd:double;
  dwc:aphiaid '168192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.4333 169.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "169.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.4333 169.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.4333"^^xsd:decimal ;
  geo-pos:long "169.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12029'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.5'^^xsd:double;
  dwc:latitude '-77.4333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.4333 169.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.4333"^^xsd:decimal ;
  dwc:decimalLongitude "169.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.4333 169.5)"^^geo:wktLiteral ;
  geo-pos:lat "-77.4333"^^xsd:decimal ;
  geo-pos:long "169.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11832'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.5'^^xsd:double;
  dwc:latitude '-77.4333'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11832'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1853 169.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1853"^^xsd:decimal ;
  dwc:decimalLongitude "169.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1853 169.55)"^^geo:wktLiteral ;
  geo-pos:lat "48.1853"^^xsd:decimal ;
  geo-pos:long "169.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11083'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.55'^^xsd:double;
  dwc:latitude '48.1853'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11083'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.245 169.655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.245"^^xsd:decimal ;
  dwc:decimalLongitude "169.655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.245 169.655)"^^geo:wktLiteral ;
  geo-pos:lat "48.245"^^xsd:decimal ;
  geo-pos:long "169.655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A17029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:17029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '17029'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.655'^^xsd:double;
  dwc:latitude '48.245'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:17029'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0511 169.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0511"^^xsd:decimal ;
  dwc:decimalLongitude "169.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0511 169.833)"^^geo:wktLiteral ;
  geo-pos:lat "54.0511"^^xsd:decimal ;
  geo-pos:long "169.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11074'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.833'^^xsd:double;
  dwc:latitude '54.0511'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11074'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.4583 169.925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.4583"^^xsd:decimal ;
  dwc:decimalLongitude "169.925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.4583 169.925)"^^geo:wktLiteral ;
  geo-pos:lat "-71.4583"^^xsd:decimal ;
  geo-pos:long "169.925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12010'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.925'^^xsd:double;
  dwc:latitude '-71.4583'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12010'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.4583 169.925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.4583"^^xsd:decimal ;
  dwc:decimalLongitude "169.925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.4583 169.925)"^^geo:wktLiteral ;
  geo-pos:lat "-71.4583"^^xsd:decimal ;
  geo-pos:long "169.925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12128'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '169.925'^^xsd:double;
  dwc:latitude '-71.4583'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12128'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1511 170.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1511"^^xsd:decimal ;
  dwc:decimalLongitude "170.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1511 170.117)"^^geo:wktLiteral ;
  geo-pos:lat "44.1511"^^xsd:decimal ;
  geo-pos:long "170.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11094'^^xsd:integer;
  dwc:scientificName 'Golfingia schnttei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.117'^^xsd:double;
  dwc:latitude '44.1511'^^xsd:double;
  dwc:aphiaid '424467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11094'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266466'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5 170.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.5"^^xsd:decimal ;
  dwc:decimalLongitude "170.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5 170.167)"^^geo:wktLiteral ;
  geo-pos:lat "-74.5"^^xsd:decimal ;
  geo-pos:long "170.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11979'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.167'^^xsd:double;
  dwc:latitude '-74.5'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11979'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5 170.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.5"^^xsd:decimal ;
  dwc:decimalLongitude "170.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.5 170.167)"^^geo:wktLiteral ;
  geo-pos:lat "-74.5"^^xsd:decimal ;
  geo-pos:long "170.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12179'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.167'^^xsd:double;
  dwc:latitude '-74.5'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12179'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1667 170.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.1667"^^xsd:decimal ;
  dwc:decimalLongitude "170.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1667 170.167)"^^geo:wktLiteral ;
  geo-pos:lat "-42.1667"^^xsd:decimal ;
  geo-pos:long "170.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10060'^^xsd:integer;
  dwc:scientificName 'Thenea wrightii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.167'^^xsd:double;
  dwc:latitude '-42.1667'^^xsd:double;
  dwc:aphiaid '170317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10060'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1463285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1667 170.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.1667"^^xsd:decimal ;
  dwc:decimalLongitude "170.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1667 170.167)"^^geo:wktLiteral ;
  geo-pos:lat "-42.1667"^^xsd:decimal ;
  geo-pos:long "170.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8575'^^xsd:integer;
  dwc:scientificName 'Synonchoides galatheae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.167'^^xsd:double;
  dwc:latitude '-42.1667'^^xsd:double;
  dwc:aphiaid '229564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8575'^^xsd:anyURI;
  dwc:aphiaIdAccepted '229564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1667 170.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.1667"^^xsd:decimal ;
  dwc:decimalLongitude "170.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1667 170.167)"^^geo:wktLiteral ;
  geo-pos:lat "-42.1667"^^xsd:decimal ;
  geo-pos:long "170.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11569'^^xsd:integer;
  dwc:scientificName 'Cryptopora gnomon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.167'^^xsd:double;
  dwc:latitude '-42.1667'^^xsd:double;
  dwc:aphiaid '104052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11569'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1667 170.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.1667"^^xsd:decimal ;
  dwc:decimalLongitude "170.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.1667 170.167)"^^geo:wktLiteral ;
  geo-pos:lat "-42.1667"^^xsd:decimal ;
  geo-pos:long "170.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4138'^^xsd:integer;
  dwc:scientificName 'Atlantapseudes diversus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.167'^^xsd:double;
  dwc:latitude '-42.1667'^^xsd:double;
  dwc:aphiaid '247084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4138'^^xsd:anyURI;
  dwc:aphiaIdAccepted '449102'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.2 170.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.2"^^xsd:decimal ;
  dwc:decimalLongitude "170.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.2 170.333)"^^geo:wktLiteral ;
  geo-pos:lat "-72.2"^^xsd:decimal ;
  geo-pos:long "170.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12030'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.333'^^xsd:double;
  dwc:latitude '-72.2'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12030'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.2 170.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.2"^^xsd:decimal ;
  dwc:decimalLongitude "170.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.2 170.333)"^^geo:wktLiteral ;
  geo-pos:lat "-72.2"^^xsd:decimal ;
  geo-pos:long "170.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11833'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.333'^^xsd:double;
  dwc:latitude '-72.2'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11833'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.6433 170.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.6433"^^xsd:decimal ;
  dwc:decimalLongitude "170.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.6433 170.367)"^^geo:wktLiteral ;
  geo-pos:lat "-54.6433"^^xsd:decimal ;
  geo-pos:long "170.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11778'^^xsd:integer;
  dwc:scientificName 'Liothyrella neozelanica?'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.367'^^xsd:double;
  dwc:latitude '-54.6433'^^xsd:double;
  dwc:aphiaid '235459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11778'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.3217 170.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.3217"^^xsd:decimal ;
  dwc:decimalLongitude "170.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.3217 170.418)"^^geo:wktLiteral ;
  geo-pos:lat "-72.3217"^^xsd:decimal ;
  geo-pos:long "170.418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12046'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.418'^^xsd:double;
  dwc:latitude '-72.3217'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12046'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.3217 170.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.3217"^^xsd:decimal ;
  dwc:decimalLongitude "170.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.3217 170.418)"^^geo:wktLiteral ;
  geo-pos:lat "-72.3217"^^xsd:decimal ;
  geo-pos:long "170.418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11845'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.418'^^xsd:double;
  dwc:latitude '-72.3217'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11845'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.3 170.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.3"^^xsd:decimal ;
  dwc:decimalLongitude "170.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.3 170.433)"^^geo:wktLiteral ;
  geo-pos:lat "-72.3"^^xsd:decimal ;
  geo-pos:long "170.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12045'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.433'^^xsd:double;
  dwc:latitude '-72.3'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12045'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.35 170.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-14.35"^^xsd:decimal ;
  dwc:decimalLongitude "170.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-14.35 170.633)"^^geo:wktLiteral ;
  geo-pos:lat "-14.35"^^xsd:decimal ;
  geo-pos:long "170.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11182'^^xsd:integer;
  dwc:scientificName 'Phascolion hibridus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.633'^^xsd:double;
  dwc:latitude '-14.35'^^xsd:double;
  dwc:aphiaid '424522'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 170.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.9833"^^xsd:decimal ;
  dwc:decimalLongitude "170.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 170.683)"^^geo:wktLiteral ;
  geo-pos:lat "-73.9833"^^xsd:decimal ;
  geo-pos:long "170.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12132'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.683'^^xsd:double;
  dwc:latitude '-73.9833'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12132'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 170.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.9833"^^xsd:decimal ;
  dwc:decimalLongitude "170.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 170.683)"^^geo:wktLiteral ;
  geo-pos:lat "-73.9833"^^xsd:decimal ;
  geo-pos:long "170.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11908'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.683'^^xsd:double;
  dwc:latitude '-73.9833'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11908'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 170.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.9833"^^xsd:decimal ;
  dwc:decimalLongitude "170.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 170.683)"^^geo:wktLiteral ;
  geo-pos:lat "-73.9833"^^xsd:decimal ;
  geo-pos:long "170.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11795'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.683'^^xsd:double;
  dwc:latitude '-73.9833'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11795'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9333 170.783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.9333"^^xsd:decimal ;
  dwc:decimalLongitude "170.783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.9333 170.783)"^^geo:wktLiteral ;
  geo-pos:lat "-33.9333"^^xsd:decimal ;
  geo-pos:long "170.783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16441'^^xsd:integer;
  dwc:scientificName 'Bathyneaera tillamookensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.783'^^xsd:double;
  dwc:latitude '-33.9333'^^xsd:double;
  dwc:aphiaid '408525'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16441'^^xsd:anyURI;
  dwc:aphiaIdAccepted '408525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.985 170.855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.985"^^xsd:decimal ;
  dwc:decimalLongitude "170.855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.985 170.855)"^^geo:wktLiteral ;
  geo-pos:lat "-73.985"^^xsd:decimal ;
  geo-pos:long "170.855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12189'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.855'^^xsd:double;
  dwc:latitude '-73.985'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.985 170.855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.985"^^xsd:decimal ;
  dwc:decimalLongitude "170.855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.985 170.855)"^^geo:wktLiteral ;
  geo-pos:lat "-73.985"^^xsd:decimal ;
  geo-pos:long "170.855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11800'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.855'^^xsd:double;
  dwc:latitude '-73.985'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11800'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.42 170.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.42"^^xsd:decimal ;
  dwc:decimalLongitude "170.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.42 170.88)"^^geo:wktLiteral ;
  geo-pos:lat "52.42"^^xsd:decimal ;
  geo-pos:long "170.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3311'^^xsd:integer;
  dwc:scientificName 'Hydroniscus vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.88'^^xsd:double;
  dwc:latitude '52.42'^^xsd:double;
  dwc:aphiaid '255850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3311'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.42 170.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.42"^^xsd:decimal ;
  dwc:decimalLongitude "170.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.42 170.88)"^^geo:wktLiteral ;
  geo-pos:lat "52.42"^^xsd:decimal ;
  geo-pos:long "170.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3644'^^xsd:integer;
  dwc:scientificName 'Storthyngura herculea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.88'^^xsd:double;
  dwc:latitude '52.42'^^xsd:double;
  dwc:aphiaid '294758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3644'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.27 170.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.27"^^xsd:decimal ;
  dwc:decimalLongitude "170.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.27 170.9)"^^geo:wktLiteral ;
  geo-pos:lat "52.27"^^xsd:decimal ;
  geo-pos:long "170.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3667'^^xsd:integer;
  dwc:scientificName 'Storthyngura tenuispinis tenuispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.9'^^xsd:double;
  dwc:latitude '52.27'^^xsd:double;
  dwc:aphiaid '295760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3667'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.43 170.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.43"^^xsd:decimal ;
  dwc:decimalLongitude "170.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.43 170.9)"^^geo:wktLiteral ;
  geo-pos:lat "52.43"^^xsd:decimal ;
  geo-pos:long "170.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3821'^^xsd:integer;
  dwc:scientificName 'Eurycope magna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.9'^^xsd:double;
  dwc:latitude '52.43'^^xsd:double;
  dwc:aphiaid '255750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3821'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1644930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.6167 170.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.6167"^^xsd:decimal ;
  dwc:decimalLongitude "170.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.6167 170.967)"^^geo:wktLiteral ;
  geo-pos:lat "-45.6167"^^xsd:decimal ;
  geo-pos:long "170.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12402'^^xsd:integer;
  dwc:scientificName 'Terebratella sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.967'^^xsd:double;
  dwc:latitude '-45.6167'^^xsd:double;
  dwc:aphiaid '237790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12402'^^xsd:anyURI;
  dwc:aphiaIdAccepted '237790'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.6167 170.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.6167"^^xsd:decimal ;
  dwc:decimalLongitude "170.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.6167 170.967)"^^geo:wktLiteral ;
  geo-pos:lat "-45.6167"^^xsd:decimal ;
  geo-pos:long "170.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12233'^^xsd:integer;
  dwc:scientificName 'Neothyris lenticularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '170.967'^^xsd:double;
  dwc:latitude '-45.6167'^^xsd:double;
  dwc:aphiaid '235676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.95"^^xsd:decimal ;
  dwc:decimalLongitude "171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.95 171)"^^geo:wktLiteral ;
  geo-pos:lat "23.95"^^xsd:decimal ;
  geo-pos:long "171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3123'^^xsd:integer;
  dwc:scientificName 'Macrostylis longula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171'^^xsd:integer;
  dwc:latitude '23.95'^^xsd:double;
  dwc:aphiaid '256115'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3123'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.2383 171.142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.2383"^^xsd:decimal ;
  dwc:decimalLongitude "171.142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.2383 171.142)"^^geo:wktLiteral ;
  geo-pos:lat "-72.2383"^^xsd:decimal ;
  geo-pos:long "171.142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12033'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.142'^^xsd:double;
  dwc:latitude '-72.2383'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12033'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3833 171.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3833"^^xsd:decimal ;
  dwc:decimalLongitude "171.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3833 171.2)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3833"^^xsd:decimal ;
  geo-pos:long "171.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12043'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.2'^^xsd:double;
  dwc:latitude '-71.3833'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12043'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 171.363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.9833"^^xsd:decimal ;
  dwc:decimalLongitude "171.363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 171.363)"^^geo:wktLiteral ;
  geo-pos:lat "-73.9833"^^xsd:decimal ;
  geo-pos:long "171.363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12139'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.363'^^xsd:double;
  dwc:latitude '-73.9833'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12139'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 171.363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.9833"^^xsd:decimal ;
  dwc:decimalLongitude "171.363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.9833 171.363)"^^geo:wktLiteral ;
  geo-pos:lat "-73.9833"^^xsd:decimal ;
  geo-pos:long "171.363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11801'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.363'^^xsd:double;
  dwc:latitude '-73.9833'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11801'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.1667 171.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.1667"^^xsd:decimal ;
  dwc:decimalLongitude "171.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.1667 171.367)"^^geo:wktLiteral ;
  geo-pos:lat "-72.1667"^^xsd:decimal ;
  geo-pos:long "171.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12013'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.367'^^xsd:double;
  dwc:latitude '-72.1667'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12013'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.1667 171.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.1667"^^xsd:decimal ;
  dwc:decimalLongitude "171.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.1667 171.367)"^^geo:wktLiteral ;
  geo-pos:lat "-72.1667"^^xsd:decimal ;
  geo-pos:long "171.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12131'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.367'^^xsd:double;
  dwc:latitude '-72.1667'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12131'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.1667 171.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.1667"^^xsd:decimal ;
  dwc:decimalLongitude "171.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.1667 171.367)"^^geo:wktLiteral ;
  geo-pos:lat "-72.1667"^^xsd:decimal ;
  geo-pos:long "171.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11793'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.367'^^xsd:double;
  dwc:latitude '-72.1667'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11793'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4192 171.401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4192"^^xsd:decimal ;
  dwc:decimalLongitude "171.401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4192 171.401)"^^geo:wktLiteral ;
  geo-pos:lat "54.4192"^^xsd:decimal ;
  geo-pos:long "171.401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11075'^^xsd:integer;
  dwc:scientificName 'Phascolion lutense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.401'^^xsd:double;
  dwc:latitude '54.4192'^^xsd:double;
  dwc:aphiaid '136071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11075'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4192 171.401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4192"^^xsd:decimal ;
  dwc:decimalLongitude "171.401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4192 171.401)"^^geo:wktLiteral ;
  geo-pos:lat "54.4192"^^xsd:decimal ;
  geo-pos:long "171.401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11088'^^xsd:integer;
  dwc:scientificName 'Golfingia hespera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.401'^^xsd:double;
  dwc:latitude '54.4192'^^xsd:double;
  dwc:aphiaid '424968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '410715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5333 171.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.5333"^^xsd:decimal ;
  dwc:decimalLongitude "171.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5333 171.433)"^^geo:wktLiteral ;
  geo-pos:lat "-73.5333"^^xsd:decimal ;
  geo-pos:long "171.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12014'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.433'^^xsd:double;
  dwc:latitude '-73.5333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12014'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5333 171.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.5333"^^xsd:decimal ;
  dwc:decimalLongitude "171.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.5333 171.433)"^^geo:wktLiteral ;
  geo-pos:lat "-73.5333"^^xsd:decimal ;
  geo-pos:long "171.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11794'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.433'^^xsd:double;
  dwc:latitude '-73.5333'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11794'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.5333 171.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.5333"^^xsd:decimal ;
  dwc:decimalLongitude "171.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.5333 171.433)"^^geo:wktLiteral ;
  geo-pos:lat "-72.5333"^^xsd:decimal ;
  geo-pos:long "171.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12044'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.433'^^xsd:double;
  dwc:latitude '-72.5333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12044'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.5333 171.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.5333"^^xsd:decimal ;
  dwc:decimalLongitude "171.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.5333 171.433)"^^geo:wktLiteral ;
  geo-pos:lat "-72.5333"^^xsd:decimal ;
  geo-pos:long "171.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12203'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.433'^^xsd:double;
  dwc:latitude '-72.5333'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.5333 171.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.5333"^^xsd:decimal ;
  dwc:decimalLongitude "171.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.5333 171.433)"^^geo:wktLiteral ;
  geo-pos:lat "-72.5333"^^xsd:decimal ;
  geo-pos:long "171.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11844'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.433'^^xsd:double;
  dwc:latitude '-72.5333'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11844'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.2833 171.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.2833"^^xsd:decimal ;
  dwc:decimalLongitude "171.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.2833 171.55)"^^geo:wktLiteral ;
  geo-pos:lat "-71.2833"^^xsd:decimal ;
  geo-pos:long "171.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12011'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.55'^^xsd:double;
  dwc:latitude '-71.2833'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12011'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.2833 171.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.2833"^^xsd:decimal ;
  dwc:decimalLongitude "171.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.2833 171.55)"^^geo:wktLiteral ;
  geo-pos:lat "-71.2833"^^xsd:decimal ;
  geo-pos:long "171.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12182'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.55'^^xsd:double;
  dwc:latitude '-71.2833'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12182'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.2833 171.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.2833"^^xsd:decimal ;
  dwc:decimalLongitude "171.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.2833 171.55)"^^geo:wktLiteral ;
  geo-pos:lat "-71.2833"^^xsd:decimal ;
  geo-pos:long "171.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11790'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.55'^^xsd:double;
  dwc:latitude '-71.2833'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11790'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.95 171.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.95"^^xsd:decimal ;
  dwc:decimalLongitude "171.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.95 171.583)"^^geo:wktLiteral ;
  geo-pos:lat "-72.95"^^xsd:decimal ;
  geo-pos:long "171.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12184'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.583'^^xsd:double;
  dwc:latitude '-72.95'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12184'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3833 171.598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.3833"^^xsd:decimal ;
  dwc:decimalLongitude "171.598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.3833 171.598)"^^geo:wktLiteral ;
  geo-pos:lat "-71.3833"^^xsd:decimal ;
  geo-pos:long "171.598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11820'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.598'^^xsd:double;
  dwc:latitude '-71.3833'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11820'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.375 171.598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.375"^^xsd:decimal ;
  dwc:decimalLongitude "171.598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.375 171.598)"^^geo:wktLiteral ;
  geo-pos:lat "-71.375"^^xsd:decimal ;
  geo-pos:long "171.598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12054'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.598'^^xsd:double;
  dwc:latitude '-71.375'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12054'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.3167 171.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.3167"^^xsd:decimal ;
  dwc:decimalLongitude "171.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.3167 171.6)"^^geo:wktLiteral ;
  geo-pos:lat "-49.3167"^^xsd:decimal ;
  geo-pos:long "171.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12232'^^xsd:integer;
  dwc:scientificName 'Neothyris lenticularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.6'^^xsd:double;
  dwc:latitude '-49.3167'^^xsd:double;
  dwc:aphiaid '235676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12232'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.3167 171.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.3167"^^xsd:decimal ;
  dwc:decimalLongitude "171.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.3167 171.6)"^^geo:wktLiteral ;
  geo-pos:lat "-49.3167"^^xsd:decimal ;
  geo-pos:long "171.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11717'^^xsd:integer;
  dwc:scientificName 'Gyrothyris mawsoni aucklandensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.6'^^xsd:double;
  dwc:latitude '-49.3167'^^xsd:double;
  dwc:aphiaid '1334928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11717'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1334928'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.35 171.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.35"^^xsd:decimal ;
  dwc:decimalLongitude "171.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.35 171.72)"^^geo:wktLiteral ;
  geo-pos:lat "-45.35"^^xsd:decimal ;
  geo-pos:long "171.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3210'^^xsd:integer;
  dwc:scientificName 'Haploniscus tangaroae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.72'^^xsd:double;
  dwc:latitude '-45.35'^^xsd:double;
  dwc:aphiaid '255836'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3210'^^xsd:anyURI;
  dwc:aphiaIdAccepted '255836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.2667 171.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.2667"^^xsd:decimal ;
  dwc:decimalLongitude "171.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.2667 171.75)"^^geo:wktLiteral ;
  geo-pos:lat "-71.2667"^^xsd:decimal ;
  geo-pos:long "171.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11770'^^xsd:integer;
  dwc:scientificName 'Liothyrella blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.75'^^xsd:double;
  dwc:latitude '-71.2667'^^xsd:double;
  dwc:aphiaid '235457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11770'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.9983 171.762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.9983"^^xsd:decimal ;
  dwc:decimalLongitude "171.762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.9983 171.762)"^^geo:wktLiteral ;
  geo-pos:lat "-72.9983"^^xsd:decimal ;
  geo-pos:long "171.762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11915'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.762'^^xsd:double;
  dwc:latitude '-72.9983'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11915'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.9983 171.762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.9983"^^xsd:decimal ;
  dwc:decimalLongitude "171.762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.9983 171.762)"^^geo:wktLiteral ;
  geo-pos:lat "-72.9983"^^xsd:decimal ;
  geo-pos:long "171.762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12188'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.762'^^xsd:double;
  dwc:latitude '-72.9983'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12188'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.9983 171.762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.9983"^^xsd:decimal ;
  dwc:decimalLongitude "171.762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.9983 171.762)"^^geo:wktLiteral ;
  geo-pos:lat "-72.9983"^^xsd:decimal ;
  geo-pos:long "171.762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11799'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.762'^^xsd:double;
  dwc:latitude '-72.9983'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11799'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.9167 171.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.9167"^^xsd:decimal ;
  dwc:decimalLongitude "171.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.9167 171.917)"^^geo:wktLiteral ;
  geo-pos:lat "-70.9167"^^xsd:decimal ;
  geo-pos:long "171.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11243'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.917'^^xsd:double;
  dwc:latitude '-70.9167'^^xsd:double;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.9 171.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.9"^^xsd:decimal ;
  dwc:decimalLongitude "171.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.9 171.917)"^^geo:wktLiteral ;
  geo-pos:lat "-70.9"^^xsd:decimal ;
  geo-pos:long "171.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11789'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.917'^^xsd:double;
  dwc:latitude '-70.9'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11789'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.9 171.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.9"^^xsd:decimal ;
  dwc:decimalLongitude "171.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.9 171.917)"^^geo:wktLiteral ;
  geo-pos:lat "-70.9"^^xsd:decimal ;
  geo-pos:long "171.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11768'^^xsd:integer;
  dwc:scientificName 'Liothyrella blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '171.917'^^xsd:double;
  dwc:latitude '-70.9'^^xsd:double;
  dwc:aphiaid '235457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11768'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9917 172.067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.9917"^^xsd:decimal ;
  dwc:decimalLongitude "172.067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9917 172.067)"^^geo:wktLiteral ;
  geo-pos:lat "-75.9917"^^xsd:decimal ;
  geo-pos:long "172.067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12143'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.067'^^xsd:double;
  dwc:latitude '-75.9917'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12143'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9917 172.067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.9917"^^xsd:decimal ;
  dwc:decimalLongitude "172.067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.9917 172.067)"^^geo:wktLiteral ;
  geo-pos:lat "-75.9917"^^xsd:decimal ;
  geo-pos:long "172.067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11803'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.067'^^xsd:double;
  dwc:latitude '-75.9917'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11803'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 172.067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5"^^xsd:decimal ;
  dwc:decimalLongitude "172.067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 172.067)"^^geo:wktLiteral ;
  geo-pos:lat "51.5"^^xsd:decimal ;
  geo-pos:long "172.067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9749'^^xsd:integer;
  dwc:scientificName 'Hyalonema apertum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.067'^^xsd:double;
  dwc:latitude '51.5'^^xsd:double;
  dwc:aphiaid '194728'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9749'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171451'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5017 172.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5017"^^xsd:decimal ;
  dwc:decimalLongitude "172.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5017 172.075)"^^geo:wktLiteral ;
  geo-pos:lat "51.5017"^^xsd:decimal ;
  geo-pos:long "172.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A16819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:16819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '16819'^^xsd:integer;
  dwc:scientificName 'Spinula oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.075'^^xsd:double;
  dwc:latitude '51.5017'^^xsd:double;
  dwc:aphiaid '428813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:16819'^^xsd:anyURI;
  dwc:aphiaIdAccepted '506289'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.955 172.102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.955"^^xsd:decimal ;
  dwc:decimalLongitude "172.102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.955 172.102)"^^geo:wktLiteral ;
  geo-pos:lat "-74.955"^^xsd:decimal ;
  geo-pos:long "172.102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12005'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.102'^^xsd:double;
  dwc:latitude '-74.955'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12005'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0783"^^xsd:decimal ;
  dwc:decimalLongitude "172.127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0783"^^xsd:decimal ;
  geo-pos:long "172.127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12048'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.127'^^xsd:double;
  dwc:latitude '-72.0783'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12048'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0783"^^xsd:decimal ;
  dwc:decimalLongitude "172.127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0783"^^xsd:decimal ;
  geo-pos:long "172.127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12205'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.127'^^xsd:double;
  dwc:latitude '-72.0783'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12205'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0783"^^xsd:decimal ;
  dwc:decimalLongitude "172.127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0783"^^xsd:decimal ;
  geo-pos:long "172.127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11440'^^xsd:integer;
  dwc:scientificName 'Amphithyris hallettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.127'^^xsd:double;
  dwc:latitude '-72.0783'^^xsd:double;
  dwc:aphiaid '235652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11440'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0783"^^xsd:decimal ;
  dwc:decimalLongitude "172.127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0783"^^xsd:decimal ;
  geo-pos:long "172.127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11847'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.127'^^xsd:double;
  dwc:latitude '-72.0783'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11847'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0783"^^xsd:decimal ;
  dwc:decimalLongitude "172.127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0783 172.127)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0783"^^xsd:decimal ;
  geo-pos:long "172.127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11548'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.127'^^xsd:double;
  dwc:latitude '-72.0783'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11548'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0967"^^xsd:decimal ;
  dwc:decimalLongitude "172.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0967"^^xsd:decimal ;
  geo-pos:long "172.253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12007'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.253'^^xsd:double;
  dwc:latitude '-72.0967'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12007'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0967"^^xsd:decimal ;
  dwc:decimalLongitude "172.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0967"^^xsd:decimal ;
  geo-pos:long "172.253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12200'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.253'^^xsd:double;
  dwc:latitude '-72.0967'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0967"^^xsd:decimal ;
  dwc:decimalLongitude "172.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0967"^^xsd:decimal ;
  geo-pos:long "172.253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11435'^^xsd:integer;
  dwc:scientificName 'Amphithyris hallettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.253'^^xsd:double;
  dwc:latitude '-72.0967'^^xsd:double;
  dwc:aphiaid '235652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11435'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0967"^^xsd:decimal ;
  dwc:decimalLongitude "172.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0967"^^xsd:decimal ;
  geo-pos:long "172.253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11439'^^xsd:integer;
  dwc:scientificName 'Amphithyris hallettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.253'^^xsd:double;
  dwc:latitude '-72.0967'^^xsd:double;
  dwc:aphiaid '235652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11439'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0967"^^xsd:decimal ;
  dwc:decimalLongitude "172.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0967"^^xsd:decimal ;
  geo-pos:long "172.253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11834'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.253'^^xsd:double;
  dwc:latitude '-72.0967'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11834'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0967"^^xsd:decimal ;
  dwc:decimalLongitude "172.253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0967 172.253)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0967"^^xsd:decimal ;
  geo-pos:long "172.253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11786'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.253'^^xsd:double;
  dwc:latitude '-72.0967'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11786'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.45 172.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.45"^^xsd:decimal ;
  dwc:decimalLongitude "172.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.45 172.367)"^^geo:wktLiteral ;
  geo-pos:lat "-77.45"^^xsd:decimal ;
  geo-pos:long "172.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '935'^^xsd:integer;
  dwc:scientificName 'Leucon antarcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.367'^^xsd:double;
  dwc:latitude '-77.45'^^xsd:double;
  dwc:aphiaid '182314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:935'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0033"^^xsd:decimal ;
  dwc:decimalLongitude "172.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0033"^^xsd:decimal ;
  geo-pos:long "172.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12017'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.467'^^xsd:double;
  dwc:latitude '-72.0033'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12017'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0033"^^xsd:decimal ;
  dwc:decimalLongitude "172.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0033"^^xsd:decimal ;
  geo-pos:long "172.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12186'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.467'^^xsd:double;
  dwc:latitude '-72.0033'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12186'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0033"^^xsd:decimal ;
  dwc:decimalLongitude "172.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0033"^^xsd:decimal ;
  geo-pos:long "172.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12253'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.467'^^xsd:double;
  dwc:latitude '-72.0033'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12253'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0033"^^xsd:decimal ;
  dwc:decimalLongitude "172.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0033"^^xsd:decimal ;
  geo-pos:long "172.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11438'^^xsd:integer;
  dwc:scientificName 'Amphithyris hallettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.467'^^xsd:double;
  dwc:latitude '-72.0033'^^xsd:double;
  dwc:aphiaid '235652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11438'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.0033"^^xsd:decimal ;
  dwc:decimalLongitude "172.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.0033 172.467)"^^geo:wktLiteral ;
  geo-pos:lat "-72.0033"^^xsd:decimal ;
  geo-pos:long "172.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11798'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.467'^^xsd:double;
  dwc:latitude '-72.0033'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11798'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.05 172.628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.05"^^xsd:decimal ;
  dwc:decimalLongitude "172.628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.05 172.628)"^^geo:wktLiteral ;
  geo-pos:lat "-72.05"^^xsd:decimal ;
  geo-pos:long "172.628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12047'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.628'^^xsd:double;
  dwc:latitude '-72.05'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12047'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.05 172.628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.05"^^xsd:decimal ;
  dwc:decimalLongitude "172.628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.05 172.628)"^^geo:wktLiteral ;
  geo-pos:lat "-72.05"^^xsd:decimal ;
  geo-pos:long "172.628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12204'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.628'^^xsd:double;
  dwc:latitude '-72.05'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12204'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.05 172.628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.05"^^xsd:decimal ;
  dwc:decimalLongitude "172.628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.05 172.628)"^^geo:wktLiteral ;
  geo-pos:lat "-72.05"^^xsd:decimal ;
  geo-pos:long "172.628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11846'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.628'^^xsd:double;
  dwc:latitude '-72.05'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11846'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.3333 172.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.3333"^^xsd:decimal ;
  dwc:decimalLongitude "172.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.3333 172.65)"^^geo:wktLiteral ;
  geo-pos:lat "-77.3333"^^xsd:decimal ;
  geo-pos:long "172.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12134'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '172.65'^^xsd:double;
  dwc:latitude '-77.3333'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12134'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20"^^xsd:decimal ;
  dwc:decimalLongitude "173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 173)"^^geo:wktLiteral ;
  geo-pos:lat "20"^^xsd:decimal ;
  geo-pos:long "173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7578'^^xsd:integer;
  dwc:scientificName 'Pleuromma xiphias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173'^^xsd:integer;
  dwc:latitude '20'^^xsd:integer;
  dwc:aphiaid '365857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7578'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20"^^xsd:decimal ;
  dwc:decimalLongitude "173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 173)"^^geo:wktLiteral ;
  geo-pos:lat "20"^^xsd:decimal ;
  geo-pos:long "173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7591'^^xsd:integer;
  dwc:scientificName 'Undeuchaeta minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173'^^xsd:integer;
  dwc:latitude '20'^^xsd:integer;
  dwc:aphiaid '356332'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7591'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20"^^xsd:decimal ;
  dwc:decimalLongitude "173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 173)"^^geo:wktLiteral ;
  geo-pos:lat "20"^^xsd:decimal ;
  geo-pos:long "173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7511'^^xsd:integer;
  dwc:scientificName 'Rhincalanus nasutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173'^^xsd:integer;
  dwc:latitude '20'^^xsd:integer;
  dwc:aphiaid '104543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7511'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20"^^xsd:decimal ;
  dwc:decimalLongitude "173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20 173)"^^geo:wktLiteral ;
  geo-pos:lat "20"^^xsd:decimal ;
  geo-pos:long "173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7520'^^xsd:integer;
  dwc:scientificName 'Undeuchaeta major'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173'^^xsd:integer;
  dwc:latitude '20'^^xsd:integer;
  dwc:aphiaid '104342'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7520'^^xsd:anyURI;
  dwc:aphiaIdAccepted '104342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24 173.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24"^^xsd:decimal ;
  dwc:decimalLongitude "173.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24 173.13)"^^geo:wktLiteral ;
  geo-pos:lat "24"^^xsd:decimal ;
  geo-pos:long "173.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3944'^^xsd:integer;
  dwc:scientificName 'Eurycope acuticoxalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.13'^^xsd:double;
  dwc:latitude '24'^^xsd:integer;
  dwc:aphiaid '294726'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3944'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258021'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.3517 173.597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.3517"^^xsd:decimal ;
  dwc:decimalLongitude "173.597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.3517 173.597)"^^geo:wktLiteral ;
  geo-pos:lat "-45.3517"^^xsd:decimal ;
  geo-pos:long "173.597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11352'^^xsd:integer;
  dwc:scientificName 'Doryphallophora megacephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.597'^^xsd:double;
  dwc:latitude '-45.3517'^^xsd:double;
  dwc:aphiaid '366761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11352'^^xsd:anyURI;
  dwc:aphiaIdAccepted '366761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.75 173.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.75"^^xsd:decimal ;
  dwc:decimalLongitude "173.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.75 173.733)"^^geo:wktLiteral ;
  geo-pos:lat "22.75"^^xsd:decimal ;
  geo-pos:long "173.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5116'^^xsd:integer;
  dwc:scientificName 'Filitanais vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.733'^^xsd:double;
  dwc:latitude '22.75'^^xsd:double;
  dwc:aphiaid '247450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5116'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247450'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.75 173.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.75"^^xsd:decimal ;
  dwc:decimalLongitude "173.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.75 173.733)"^^geo:wktLiteral ;
  geo-pos:lat "22.75"^^xsd:decimal ;
  geo-pos:long "173.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5946'^^xsd:integer;
  dwc:scientificName 'Paraleptognathia typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.733'^^xsd:double;
  dwc:latitude '22.75'^^xsd:double;
  dwc:aphiaid '247504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5946'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247504'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.9907 173.914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.9907"^^xsd:decimal ;
  dwc:decimalLongitude "173.914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.9907 173.914)"^^geo:wktLiteral ;
  geo-pos:lat "-16.9907"^^xsd:decimal ;
  geo-pos:long "173.914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7691'^^xsd:integer;
  dwc:scientificName 'Amphicrossus tuerkayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.914'^^xsd:double;
  dwc:latitude '-16.9907'^^xsd:double;
  dwc:aphiaid '361294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7691'^^xsd:anyURI;
  dwc:aphiaIdAccepted '362320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.9583 173.929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.9583"^^xsd:decimal ;
  dwc:decimalLongitude "173.929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.9583 173.929)"^^geo:wktLiteral ;
  geo-pos:lat "-16.9583"^^xsd:decimal ;
  geo-pos:long "173.929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A8272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:8272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '8272'^^xsd:integer;
  dwc:scientificName 'Molgolaimus pacificus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.929'^^xsd:double;
  dwc:latitude '-16.9583'^^xsd:double;
  dwc:aphiaid '477202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:8272'^^xsd:anyURI;
  dwc:aphiaIdAccepted '477202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0867 173.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.0867"^^xsd:decimal ;
  dwc:decimalLongitude "173.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0867 173.99)"^^geo:wktLiteral ;
  geo-pos:lat "-73.0867"^^xsd:decimal ;
  geo-pos:long "173.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12049'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.99'^^xsd:double;
  dwc:latitude '-73.0867'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12049'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0867 173.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.0867"^^xsd:decimal ;
  dwc:decimalLongitude "173.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0867 173.99)"^^geo:wktLiteral ;
  geo-pos:lat "-73.0867"^^xsd:decimal ;
  geo-pos:long "173.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12275'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.99'^^xsd:double;
  dwc:latitude '-73.0867'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12275'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0867 173.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.0867"^^xsd:decimal ;
  dwc:decimalLongitude "173.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0867 173.99)"^^geo:wktLiteral ;
  geo-pos:lat "-73.0867"^^xsd:decimal ;
  geo-pos:long "173.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11848'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.99'^^xsd:double;
  dwc:latitude '-73.0867'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11848'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0867 173.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.0867"^^xsd:decimal ;
  dwc:decimalLongitude "173.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0867 173.99)"^^geo:wktLiteral ;
  geo-pos:lat "-73.0867"^^xsd:decimal ;
  geo-pos:long "173.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11549'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.99'^^xsd:double;
  dwc:latitude '-73.0867'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11549'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.4033 173.997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.4033"^^xsd:decimal ;
  dwc:decimalLongitude "173.997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.4033 173.997)"^^geo:wktLiteral ;
  geo-pos:lat "-45.4033"^^xsd:decimal ;
  geo-pos:long "173.997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7680'^^xsd:integer;
  dwc:scientificName 'Sphaeronella bradfordae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '173.997'^^xsd:double;
  dwc:latitude '-45.4033'^^xsd:double;
  dwc:aphiaid '355722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7680'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355722'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.09 174.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.09"^^xsd:decimal ;
  dwc:decimalLongitude "174.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.09 174.13)"^^geo:wktLiteral ;
  geo-pos:lat "31.09"^^xsd:decimal ;
  geo-pos:long "174.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3423'^^xsd:integer;
  dwc:scientificName 'Haplomesus brevispinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.13'^^xsd:double;
  dwc:latitude '31.09'^^xsd:double;
  dwc:aphiaid '255881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3423'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1587730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9 174.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9"^^xsd:decimal ;
  dwc:decimalLongitude "174.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9 174.13)"^^geo:wktLiteral ;
  geo-pos:lat "31.9"^^xsd:decimal ;
  geo-pos:long "174.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3420'^^xsd:integer;
  dwc:scientificName 'Stylomesus wolffi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.13'^^xsd:double;
  dwc:latitude '31.9'^^xsd:double;
  dwc:aphiaid '258045'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3420'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.31 174.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.31"^^xsd:decimal ;
  dwc:decimalLongitude "174.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.31 174.19)"^^geo:wktLiteral ;
  geo-pos:lat "56.31"^^xsd:decimal ;
  geo-pos:long "174.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3464'^^xsd:integer;
  dwc:scientificName 'Stylomesus hexaspinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.19'^^xsd:double;
  dwc:latitude '56.31'^^xsd:double;
  dwc:aphiaid '258034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3464'^^xsd:anyURI;
  dwc:aphiaIdAccepted '258034'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3167 174.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.3167"^^xsd:decimal ;
  dwc:decimalLongitude "174.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3167 174.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.3167"^^xsd:decimal ;
  geo-pos:long "174.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9943'^^xsd:integer;
  dwc:scientificName 'Polymastia pacifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.2'^^xsd:double;
  dwc:latitude '56.3167'^^xsd:double;
  dwc:aphiaid '246099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9943'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1424192'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 174.592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "174.592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 174.592)"^^geo:wktLiteral ;
  geo-pos:lat "51.15"^^xsd:decimal ;
  geo-pos:long "174.592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A15233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:15233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '15233'^^xsd:integer;
  dwc:scientificName 'Spinula vityazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.592'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:aphiaid '543625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:15233'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1353961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.4167 174.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.4167"^^xsd:decimal ;
  dwc:decimalLongitude "174.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.4167 174.6)"^^geo:wktLiteral ;
  geo-pos:lat "22.4167"^^xsd:decimal ;
  geo-pos:long "174.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5887'^^xsd:integer;
  dwc:scientificName 'Monstrotanais mirabilicheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.6'^^xsd:double;
  dwc:latitude '22.4167'^^xsd:double;
  dwc:aphiaid '247485'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5887'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.02 174.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.02"^^xsd:decimal ;
  dwc:decimalLongitude "174.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.02 174.65)"^^geo:wktLiteral ;
  geo-pos:lat "52.02"^^xsd:decimal ;
  geo-pos:long "174.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4088'^^xsd:integer;
  dwc:scientificName 'Arcturus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.65'^^xsd:double;
  dwc:latitude '52.02'^^xsd:double;
  dwc:aphiaid '295572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4088'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.55 174.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.55"^^xsd:decimal ;
  dwc:decimalLongitude "174.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.55 174.717)"^^geo:wktLiteral ;
  geo-pos:lat "-77.55"^^xsd:decimal ;
  geo-pos:long "174.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12135'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.717'^^xsd:double;
  dwc:latitude '-77.55'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12135'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.55 174.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.55"^^xsd:decimal ;
  dwc:decimalLongitude "174.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.55 174.717)"^^geo:wktLiteral ;
  geo-pos:lat "-77.55"^^xsd:decimal ;
  geo-pos:long "174.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11910'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.717'^^xsd:double;
  dwc:latitude '-77.55'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11910'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.7642 174.851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.7642"^^xsd:decimal ;
  dwc:decimalLongitude "174.851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.7642 174.851)"^^geo:wktLiteral ;
  geo-pos:lat "-44.7642"^^xsd:decimal ;
  geo-pos:long "174.851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9266'^^xsd:integer;
  dwc:scientificName 'Fissuroderes higginsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.851'^^xsd:double;
  dwc:latitude '-44.7642'^^xsd:double;
  dwc:aphiaid '265926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265926'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.5067 174.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.5067"^^xsd:decimal ;
  dwc:decimalLongitude "174.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.5067 174.9)"^^geo:wktLiteral ;
  geo-pos:lat "-76.5067"^^xsd:decimal ;
  geo-pos:long "174.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11906'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.9'^^xsd:double;
  dwc:latitude '-76.5067'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11906'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.5067 174.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-76.5067"^^xsd:decimal ;
  dwc:decimalLongitude "174.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-76.5067 174.9)"^^geo:wktLiteral ;
  geo-pos:lat "-76.5067"^^xsd:decimal ;
  geo-pos:long "174.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11791'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.9'^^xsd:double;
  dwc:latitude '-76.5067'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11791'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.5 174.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.5"^^xsd:decimal ;
  dwc:decimalLongitude "174.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.5 174.9)"^^geo:wktLiteral ;
  geo-pos:lat "-41.5"^^xsd:decimal ;
  geo-pos:long "174.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7742'^^xsd:integer;
  dwc:scientificName 'Herpyllobius rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.9'^^xsd:double;
  dwc:latitude '-41.5'^^xsd:double;
  dwc:aphiaid '352297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7742'^^xsd:anyURI;
  dwc:aphiaIdAccepted '352297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5783 174.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.5783"^^xsd:decimal ;
  dwc:decimalLongitude "174.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5783 174.97)"^^geo:wktLiteral ;
  geo-pos:lat "-77.5783"^^xsd:decimal ;
  geo-pos:long "174.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11919'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.97'^^xsd:double;
  dwc:latitude '-77.5783'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11919'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5783 174.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.5783"^^xsd:decimal ;
  dwc:decimalLongitude "174.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.5783 174.97)"^^geo:wktLiteral ;
  geo-pos:lat "-77.5783"^^xsd:decimal ;
  geo-pos:long "174.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12147'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '174.97'^^xsd:double;
  dwc:latitude '-77.5783'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12147'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.97 175.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.97"^^xsd:decimal ;
  dwc:decimalLongitude "175.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.97 175.02)"^^geo:wktLiteral ;
  geo-pos:lat "23.97"^^xsd:decimal ;
  geo-pos:long "175.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3124'^^xsd:integer;
  dwc:scientificName 'Macrostylis longula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.02'^^xsd:double;
  dwc:latitude '23.97'^^xsd:double;
  dwc:aphiaid '256115'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3124'^^xsd:anyURI;
  dwc:aphiaIdAccepted '256115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5167 175.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5167"^^xsd:decimal ;
  dwc:decimalLongitude "175.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5167 175.1)"^^geo:wktLiteral ;
  geo-pos:lat "18.5167"^^xsd:decimal ;
  geo-pos:long "175.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5189'^^xsd:integer;
  dwc:scientificName 'Leptognathia distincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.1'^^xsd:double;
  dwc:latitude '18.5167'^^xsd:double;
  dwc:aphiaid '247572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5189'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247572'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.23 175.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.23"^^xsd:decimal ;
  dwc:decimalLongitude "175.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.23 175.13)"^^geo:wktLiteral ;
  geo-pos:lat "-42.23"^^xsd:decimal ;
  geo-pos:long "175.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3203'^^xsd:integer;
  dwc:scientificName 'Mastigoniscus pistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.13'^^xsd:double;
  dwc:latitude '-42.23'^^xsd:double;
  dwc:aphiaid '261116'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3203'^^xsd:anyURI;
  dwc:aphiaIdAccepted '261116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.7634 175.301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.7634"^^xsd:decimal ;
  dwc:decimalLongitude "175.301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.7634 175.301)"^^geo:wktLiteral ;
  geo-pos:lat "-36.7634"^^xsd:decimal ;
  geo-pos:long "175.301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9267'^^xsd:integer;
  dwc:scientificName 'Fissuroderes higginsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.301'^^xsd:double;
  dwc:latitude '-36.7634'^^xsd:double;
  dwc:aphiaid '265926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9267'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265926'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.4667 175.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.4667"^^xsd:decimal ;
  dwc:decimalLongitude "175.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.4667 175.433)"^^geo:wktLiteral ;
  geo-pos:lat "-72.4667"^^xsd:decimal ;
  geo-pos:long "175.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12021'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.433'^^xsd:double;
  dwc:latitude '-72.4667'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12021'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.9993 175.584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.9993"^^xsd:decimal ;
  dwc:decimalLongitude "175.584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.9993 175.584)"^^geo:wktLiteral ;
  geo-pos:lat "-46.9993"^^xsd:decimal ;
  geo-pos:long "175.584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9269'^^xsd:integer;
  dwc:scientificName 'Fissuroderes cf. novaezealandiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.584'^^xsd:double;
  dwc:latitude '-46.9993'^^xsd:double;
  dwc:aphiaid '264985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9269'^^xsd:anyURI;
  dwc:aphiaIdAccepted '264985'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "175.755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "175.755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5171'^^xsd:integer;
  dwc:scientificName 'Leptognathia birsteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.755'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '247570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5171'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247570'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "175.755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "175.755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5246'^^xsd:integer;
  dwc:scientificName 'Typhlotanais grandis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.755'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '136559'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "175.755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "175.755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5237'^^xsd:integer;
  dwc:scientificName 'Typhlotanais compactus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.755'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '247687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5237'^^xsd:anyURI;
  dwc:aphiaIdAccepted '478748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "175.755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "175.755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5300'^^xsd:integer;
  dwc:scientificName 'Typhlotanais rectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.755'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '244653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "175.755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "175.755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5234'^^xsd:integer;
  dwc:scientificName 'Typhlotanais angularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.755'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '247685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "175.755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "175.755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5651'^^xsd:integer;
  dwc:scientificName 'Arthrura andriashevi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.755'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '247671'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5651'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.3283"^^xsd:decimal ;
  dwc:decimalLongitude "175.755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.3283 175.755)"^^geo:wktLiteral ;
  geo-pos:lat "40.3283"^^xsd:decimal ;
  geo-pos:long "175.755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5636'^^xsd:integer;
  dwc:scientificName 'Pseudotanais vitjazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '175.755'^^xsd:double;
  dwc:latitude '40.3283'^^xsd:double;
  dwc:aphiaid '247657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5636'^^xsd:anyURI;
  dwc:aphiaIdAccepted '819878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.8833 176.017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.8833"^^xsd:decimal ;
  dwc:decimalLongitude "176.017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.8833 176.017)"^^geo:wktLiteral ;
  geo-pos:lat "-28.8833"^^xsd:decimal ;
  geo-pos:long "176.017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14750'^^xsd:integer;
  dwc:scientificName 'Kelliella bruuni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.017'^^xsd:double;
  dwc:latitude '-28.8833'^^xsd:double;
  dwc:aphiaid '428682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14750'^^xsd:anyURI;
  dwc:aphiaIdAccepted '464341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7243'^^xsd:integer;
  dwc:scientificName 'Stygiopontius brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7243'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7244'^^xsd:integer;
  dwc:scientificName 'Stygiopontius brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7244'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7245'^^xsd:integer;
  dwc:scientificName 'Stygiopontius brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7245'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7246'^^xsd:integer;
  dwc:scientificName 'Stygiopontius brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7246'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7247'^^xsd:integer;
  dwc:scientificName 'Stygiopontius brevispina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7247'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7248'^^xsd:integer;
  dwc:scientificName 'Stygiopontius lauensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7248'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7249'^^xsd:integer;
  dwc:scientificName 'Stygiopontius lauensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7249'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7250'^^xsd:integer;
  dwc:scientificName 'Stygiopontius lauensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7250'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7251'^^xsd:integer;
  dwc:scientificName 'Stygiopontius lauensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.2167"^^xsd:decimal ;
  dwc:decimalLongitude "176.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.2167 176.633)"^^geo:wktLiteral ;
  geo-pos:lat "-23.2167"^^xsd:decimal ;
  geo-pos:long "176.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7252'^^xsd:integer;
  dwc:scientificName 'Stygiopontius lauensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.633'^^xsd:double;
  dwc:latitude '-23.2167'^^xsd:double;
  dwc:aphiaid '355919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7252'^^xsd:anyURI;
  dwc:aphiaIdAccepted '355919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75 176.695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75"^^xsd:decimal ;
  dwc:decimalLongitude "176.695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75 176.695)"^^geo:wktLiteral ;
  geo-pos:lat "-75"^^xsd:decimal ;
  geo-pos:long "176.695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12052'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.695'^^xsd:double;
  dwc:latitude '-75'^^xsd:integer;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12052'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75 176.695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75"^^xsd:decimal ;
  dwc:decimalLongitude "176.695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75 176.695)"^^geo:wktLiteral ;
  geo-pos:lat "-75"^^xsd:decimal ;
  geo-pos:long "176.695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11850'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.695'^^xsd:double;
  dwc:latitude '-75'^^xsd:integer;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11850'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0317 176.793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.0317"^^xsd:decimal ;
  dwc:decimalLongitude "176.793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0317 176.793)"^^geo:wktLiteral ;
  geo-pos:lat "-73.0317"^^xsd:decimal ;
  geo-pos:long "176.793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12018'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.793'^^xsd:double;
  dwc:latitude '-73.0317'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12018'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0317 176.793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.0317"^^xsd:decimal ;
  dwc:decimalLongitude "176.793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0317 176.793)"^^geo:wktLiteral ;
  geo-pos:lat "-73.0317"^^xsd:decimal ;
  geo-pos:long "176.793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12187'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.793'^^xsd:double;
  dwc:latitude '-73.0317'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0333 176.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.0333"^^xsd:decimal ;
  dwc:decimalLongitude "176.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0333 176.9)"^^geo:wktLiteral ;
  geo-pos:lat "-73.0333"^^xsd:decimal ;
  geo-pos:long "176.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12022'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '176.9'^^xsd:double;
  dwc:latitude '-73.0333'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12022'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.445 177.048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.445"^^xsd:decimal ;
  dwc:decimalLongitude "177.048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.445 177.048)"^^geo:wktLiteral ;
  geo-pos:lat "-72.445"^^xsd:decimal ;
  geo-pos:long "177.048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12020'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.048'^^xsd:double;
  dwc:latitude '-72.445'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12020'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.445 177.048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.445"^^xsd:decimal ;
  dwc:decimalLongitude "177.048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.445 177.048)"^^geo:wktLiteral ;
  geo-pos:lat "-72.445"^^xsd:decimal ;
  geo-pos:long "177.048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11774'^^xsd:integer;
  dwc:scientificName 'Liothyrella blochmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.048'^^xsd:double;
  dwc:latitude '-72.445'^^xsd:double;
  dwc:aphiaid '235457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11774'^^xsd:anyURI;
  dwc:aphiaIdAccepted '458893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.445 177.048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.445"^^xsd:decimal ;
  dwc:decimalLongitude "177.048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.445 177.048)"^^geo:wktLiteral ;
  geo-pos:lat "-72.445"^^xsd:decimal ;
  geo-pos:long "177.048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11544'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.048'^^xsd:double;
  dwc:latitude '-72.445'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11544'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.445 177.048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-72.445"^^xsd:decimal ;
  dwc:decimalLongitude "177.048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-72.445 177.048)"^^geo:wktLiteral ;
  geo-pos:lat "-72.445"^^xsd:decimal ;
  geo-pos:long "177.048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11649'^^xsd:integer;
  dwc:scientificName 'Dyscolia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.048'^^xsd:double;
  dwc:latitude '-72.445'^^xsd:double;
  dwc:aphiaid '235228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11649'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6333 177.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.6333"^^xsd:decimal ;
  dwc:decimalLongitude "177.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6333 177.317)"^^geo:wktLiteral ;
  geo-pos:lat "-43.6333"^^xsd:decimal ;
  geo-pos:long "177.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '916'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.317'^^xsd:double;
  dwc:latitude '-43.6333'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:916'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6333 177.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-43.6333"^^xsd:decimal ;
  dwc:decimalLongitude "177.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-43.6333 177.317)"^^geo:wktLiteral ;
  geo-pos:lat "-43.6333"^^xsd:decimal ;
  geo-pos:long "177.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '914'^^xsd:integer;
  dwc:scientificName 'Hemilamprops pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.317'^^xsd:double;
  dwc:latitude '-43.6333'^^xsd:double;
  dwc:aphiaid '110513'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110513'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.85 177.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.85"^^xsd:decimal ;
  dwc:decimalLongitude "177.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.85 177.55)"^^geo:wktLiteral ;
  geo-pos:lat "-77.85"^^xsd:decimal ;
  geo-pos:long "177.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11911'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.55'^^xsd:double;
  dwc:latitude '-77.85'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11911'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.85 177.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.85"^^xsd:decimal ;
  dwc:decimalLongitude "177.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.85 177.55)"^^geo:wktLiteral ;
  geo-pos:lat "-77.85"^^xsd:decimal ;
  geo-pos:long "177.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12136'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.55'^^xsd:double;
  dwc:latitude '-77.85'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12136'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3667 177.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.3667"^^xsd:decimal ;
  dwc:decimalLongitude "177.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3667 177.617)"^^geo:wktLiteral ;
  geo-pos:lat "-73.3667"^^xsd:decimal ;
  geo-pos:long "177.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11914'^^xsd:integer;
  dwc:scientificName 'Macandrevia vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.617'^^xsd:double;
  dwc:latitude '-73.3667'^^xsd:double;
  dwc:aphiaid '235580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11914'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3667 177.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.3667"^^xsd:decimal ;
  dwc:decimalLongitude "177.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3667 177.617)"^^geo:wktLiteral ;
  geo-pos:lat "-73.3667"^^xsd:decimal ;
  geo-pos:long "177.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12251'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.617'^^xsd:double;
  dwc:latitude '-73.3667'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12251'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3667 177.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.3667"^^xsd:decimal ;
  dwc:decimalLongitude "177.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3667 177.617)"^^geo:wktLiteral ;
  geo-pos:lat "-73.3667"^^xsd:decimal ;
  geo-pos:long "177.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11797'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.617'^^xsd:double;
  dwc:latitude '-73.3667'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11797'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3667 177.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.3667"^^xsd:decimal ;
  dwc:decimalLongitude "177.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.3667 177.617)"^^geo:wktLiteral ;
  geo-pos:lat "-73.3667"^^xsd:decimal ;
  geo-pos:long "177.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11533'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.617'^^xsd:double;
  dwc:latitude '-73.3667'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11533'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3833 177.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "177.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3833 177.683)"^^geo:wktLiteral ;
  geo-pos:lat "-36.3833"^^xsd:decimal ;
  geo-pos:long "177.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14703'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.683'^^xsd:double;
  dwc:latitude '-36.3833'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14703'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3833 177.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "177.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3833 177.683)"^^geo:wktLiteral ;
  geo-pos:lat "-36.3833"^^xsd:decimal ;
  geo-pos:long "177.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9300'^^xsd:integer;
  dwc:scientificName 'Asbestopluma biserialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.683'^^xsd:double;
  dwc:latitude '-36.3833'^^xsd:double;
  dwc:aphiaid '168192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9300'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3833 177.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "177.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3833 177.683)"^^geo:wktLiteral ;
  geo-pos:lat "-36.3833"^^xsd:decimal ;
  geo-pos:long "177.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4455'^^xsd:integer;
  dwc:scientificName 'Neotanais barfoerdi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.683'^^xsd:double;
  dwc:latitude '-36.3833'^^xsd:double;
  dwc:aphiaid '247378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4455'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3833 177.683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.3833"^^xsd:decimal ;
  dwc:decimalLongitude "177.683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.3833 177.683)"^^geo:wktLiteral ;
  geo-pos:lat "-36.3833"^^xsd:decimal ;
  geo-pos:long "177.683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9449'^^xsd:integer;
  dwc:scientificName 'Chondrocladia asigmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.683'^^xsd:double;
  dwc:latitude '-36.3833'^^xsd:double;
  dwc:aphiaid '168211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9449'^^xsd:anyURI;
  dwc:aphiaIdAccepted '168211'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.47 177.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.47"^^xsd:decimal ;
  dwc:decimalLongitude "177.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.47 177.72)"^^geo:wktLiteral ;
  geo-pos:lat "-40.47"^^xsd:decimal ;
  geo-pos:long "177.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A3737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:3737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '3737'^^xsd:integer;
  dwc:scientificName 'Storthyngura novaezelandiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '177.72'^^xsd:double;
  dwc:latitude '-40.47'^^xsd:double;
  dwc:aphiaid '819259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:3737'^^xsd:anyURI;
  dwc:aphiaIdAccepted '263976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9992'^^xsd:integer;
  dwc:scientificName 'Suberites senilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178'^^xsd:integer;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '170872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9992'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9993'^^xsd:integer;
  dwc:scientificName 'Suberites senilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178'^^xsd:integer;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '170872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9993'^^xsd:anyURI;
  dwc:aphiaIdAccepted '170872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5266'^^xsd:integer;
  dwc:scientificName 'Typhlotanais kerguelenensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178'^^xsd:integer;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '244621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5266'^^xsd:anyURI;
  dwc:aphiaIdAccepted '136563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5235'^^xsd:integer;
  dwc:scientificName 'Typhlotanais brachyurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178'^^xsd:integer;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '247686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '820253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5312'^^xsd:integer;
  dwc:scientificName 'Bathytanais bathybrotes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178'^^xsd:integer;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '247612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5312'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9767'^^xsd:integer;
  dwc:scientificName 'Hyalonema depressum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178'^^xsd:integer;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '368334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9767'^^xsd:anyURI;
  dwc:aphiaIdAccepted '171419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1667"^^xsd:decimal ;
  dwc:decimalLongitude "178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1667 178)"^^geo:wktLiteral ;
  geo-pos:lat "36.1667"^^xsd:decimal ;
  geo-pos:long "178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '200'^^xsd:integer;
  dwc:scientificName 'Leucon tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178'^^xsd:integer;
  dwc:latitude '36.1667'^^xsd:double;
  dwc:aphiaid '110614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:200'^^xsd:anyURI;
  dwc:aphiaIdAccepted '110614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.9633 178.035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-77.9633"^^xsd:decimal ;
  dwc:decimalLongitude "178.035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-77.9633 178.035)"^^geo:wktLiteral ;
  geo-pos:lat "-77.9633"^^xsd:decimal ;
  geo-pos:long "178.035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12148'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.035'^^xsd:double;
  dwc:latitude '-77.9633'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12148'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.85 178.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.85"^^xsd:decimal ;
  dwc:decimalLongitude "178.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.85 178.25)"^^geo:wktLiteral ;
  geo-pos:lat "-73.85"^^xsd:decimal ;
  geo-pos:long "178.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12140'^^xsd:integer;
  dwc:scientificName 'Magellania fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.25'^^xsd:double;
  dwc:latitude '-73.85'^^xsd:double;
  dwc:aphiaid '235668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12140'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.85 178.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.85"^^xsd:decimal ;
  dwc:decimalLongitude "178.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.85 178.25)"^^geo:wktLiteral ;
  geo-pos:lat "-73.85"^^xsd:decimal ;
  geo-pos:long "178.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12254'^^xsd:integer;
  dwc:scientificName 'Novocrania lecointei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.25'^^xsd:double;
  dwc:latitude '-73.85'^^xsd:double;
  dwc:aphiaid '235390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12254'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.6333 178.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.6333"^^xsd:decimal ;
  dwc:decimalLongitude "178.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.6333 178.35)"^^geo:wktLiteral ;
  geo-pos:lat "-36.6333"^^xsd:decimal ;
  geo-pos:long "178.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14701'^^xsd:integer;
  dwc:scientificName 'Ledella kermadecensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.35'^^xsd:double;
  dwc:latitude '-36.6333'^^xsd:double;
  dwc:aphiaid '428693'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14701'^^xsd:anyURI;
  dwc:aphiaIdAccepted '428693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.6333 178.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.6333"^^xsd:decimal ;
  dwc:decimalLongitude "178.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.6333 178.35)"^^geo:wktLiteral ;
  geo-pos:lat "-36.6333"^^xsd:decimal ;
  geo-pos:long "178.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14702'^^xsd:integer;
  dwc:scientificName 'Propeamussium meridionale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.35'^^xsd:double;
  dwc:latitude '-36.6333'^^xsd:double;
  dwc:aphiaid '197392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14702'^^xsd:anyURI;
  dwc:aphiaIdAccepted '197392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.6333 178.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.6333"^^xsd:decimal ;
  dwc:decimalLongitude "178.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.6333 178.35)"^^geo:wktLiteral ;
  geo-pos:lat "-36.6333"^^xsd:decimal ;
  geo-pos:long "178.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4454'^^xsd:integer;
  dwc:scientificName 'Neotanais barfoerdi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.35'^^xsd:double;
  dwc:latitude '-36.6333'^^xsd:double;
  dwc:aphiaid '247378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4454'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6333 178.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6333"^^xsd:decimal ;
  dwc:decimalLongitude "178.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6333 178.35)"^^geo:wktLiteral ;
  geo-pos:lat "36.6333"^^xsd:decimal ;
  geo-pos:long "178.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '313'^^xsd:integer;
  dwc:scientificName 'Vemakylindrus prolatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.35'^^xsd:double;
  dwc:latitude '36.6333'^^xsd:double;
  dwc:aphiaid '182139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:313'^^xsd:anyURI;
  dwc:aphiaIdAccepted '182139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6333 178.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6333"^^xsd:decimal ;
  dwc:decimalLongitude "178.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6333 178.35)"^^geo:wktLiteral ;
  geo-pos:lat "36.6333"^^xsd:decimal ;
  geo-pos:long "178.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4187'^^xsd:integer;
  dwc:scientificName 'Carpoapseudes oculicornutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.35'^^xsd:double;
  dwc:latitude '36.6333'^^xsd:double;
  dwc:aphiaid '247127'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4187'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1667 178.387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-12.1667"^^xsd:decimal ;
  dwc:decimalLongitude "178.387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-12.1667 178.387)"^^geo:wktLiteral ;
  geo-pos:lat "-12.1667"^^xsd:decimal ;
  geo-pos:long "178.387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A10259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:10259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '10259'^^xsd:integer;
  dwc:scientificName 'Golfingia cutleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.387'^^xsd:double;
  dwc:latitude '-12.1667'^^xsd:double;
  dwc:aphiaid '424374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:10259'^^xsd:anyURI;
  dwc:aphiaIdAccepted '266460'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 178.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.85"^^xsd:decimal ;
  dwc:decimalLongitude "178.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.85 178.517)"^^geo:wktLiteral ;
  geo-pos:lat "-35.85"^^xsd:decimal ;
  geo-pos:long "178.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-24'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9406'^^xsd:integer;
  dwc:scientificName 'Caulophacus hadalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.517'^^xsd:double;
  dwc:latitude '-35.85'^^xsd:double;
  dwc:aphiaid '172056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9406'^^xsd:anyURI;
  dwc:aphiaIdAccepted '172056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 178.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5167"^^xsd:decimal ;
  dwc:decimalLongitude "178.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 178.633)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5167"^^xsd:decimal ;
  geo-pos:long "178.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14700'^^xsd:integer;
  dwc:scientificName 'Bathyarca corpulenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.633'^^xsd:double;
  dwc:latitude '-36.5167'^^xsd:double;
  dwc:aphiaid '504407'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14700'^^xsd:anyURI;
  dwc:aphiaIdAccepted '504407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 178.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5167"^^xsd:decimal ;
  dwc:decimalLongitude "178.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 178.633)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5167"^^xsd:decimal ;
  geo-pos:long "178.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14689'^^xsd:integer;
  dwc:scientificName 'Acar asperula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.633'^^xsd:double;
  dwc:latitude '-36.5167'^^xsd:double;
  dwc:aphiaid '428568'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14689'^^xsd:anyURI;
  dwc:aphiaIdAccepted '138801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 178.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5167"^^xsd:decimal ;
  dwc:decimalLongitude "178.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 178.633)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5167"^^xsd:decimal ;
  geo-pos:long "178.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14695'^^xsd:integer;
  dwc:scientificName 'Abra profundorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.633'^^xsd:double;
  dwc:latitude '-36.5167'^^xsd:double;
  dwc:aphiaid '141437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14695'^^xsd:anyURI;
  dwc:aphiaIdAccepted '141437'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 178.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.5167"^^xsd:decimal ;
  dwc:decimalLongitude "178.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.5167 178.633)"^^geo:wktLiteral ;
  geo-pos:lat "-36.5167"^^xsd:decimal ;
  geo-pos:long "178.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A14697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:14697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2008-11-21'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '14697'^^xsd:integer;
  dwc:scientificName 'Arca orbiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.633'^^xsd:double;
  dwc:latitude '-36.5167'^^xsd:double;
  dwc:aphiaid '428587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:14697'^^xsd:anyURI;
  dwc:aphiaIdAccepted '420717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0167 178.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.0167"^^xsd:decimal ;
  dwc:decimalLongitude "178.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.0167 178.733)"^^geo:wktLiteral ;
  geo-pos:lat "24.0167"^^xsd:decimal ;
  geo-pos:long "178.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5106'^^xsd:integer;
  dwc:scientificName 'Collettea subtilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.733'^^xsd:double;
  dwc:latitude '24.0167'^^xsd:double;
  dwc:aphiaid '247444'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5106'^^xsd:anyURI;
  dwc:aphiaIdAccepted '247444'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5333 178.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-75.5333"^^xsd:decimal ;
  dwc:decimalLongitude "178.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-75.5333 178.833)"^^geo:wktLiteral ;
  geo-pos:lat "-75.5333"^^xsd:decimal ;
  geo-pos:long "178.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A7741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:7741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '7741'^^xsd:integer;
  dwc:scientificName 'Herpyllobius hartmanae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.833'^^xsd:double;
  dwc:latitude '-75.5333'^^xsd:double;
  dwc:aphiaid '352295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:7741'^^xsd:anyURI;
  dwc:aphiaIdAccepted '352295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.675 178.867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.675"^^xsd:decimal ;
  dwc:decimalLongitude "178.867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.675 178.867)"^^geo:wktLiteral ;
  geo-pos:lat "-49.675"^^xsd:decimal ;
  geo-pos:long "178.867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12067'^^xsd:integer;
  dwc:scientificName 'Magellania macquariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.867'^^xsd:double;
  dwc:latitude '-49.675'^^xsd:double;
  dwc:aphiaid '869732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12067'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.675 178.867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.675"^^xsd:decimal ;
  dwc:decimalLongitude "178.867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.675 178.867)"^^geo:wktLiteral ;
  geo-pos:lat "-49.675"^^xsd:decimal ;
  geo-pos:long "178.867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12235'^^xsd:integer;
  dwc:scientificName 'Neothyris lenticularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.867'^^xsd:double;
  dwc:latitude '-49.675'^^xsd:double;
  dwc:aphiaid '235676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12235'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.675 178.867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.675"^^xsd:decimal ;
  dwc:decimalLongitude "178.867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.675 178.867)"^^geo:wktLiteral ;
  geo-pos:lat "-49.675"^^xsd:decimal ;
  geo-pos:long "178.867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11719'^^xsd:integer;
  dwc:scientificName 'Gyrothyris mawsoni aucklandensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.867'^^xsd:double;
  dwc:latitude '-49.675'^^xsd:double;
  dwc:aphiaid '1334928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11719'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1334928'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0017 178.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.0017"^^xsd:decimal ;
  dwc:decimalLongitude "178.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0017 178.877)"^^geo:wktLiteral ;
  geo-pos:lat "-74.0017"^^xsd:decimal ;
  geo-pos:long "178.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12050'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.877'^^xsd:double;
  dwc:latitude '-74.0017'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12050'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0017 178.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.0017"^^xsd:decimal ;
  dwc:decimalLongitude "178.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0017 178.877)"^^geo:wktLiteral ;
  geo-pos:lat "-74.0017"^^xsd:decimal ;
  geo-pos:long "178.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12206'^^xsd:integer;
  dwc:scientificName 'Magellania spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.877'^^xsd:double;
  dwc:latitude '-74.0017'^^xsd:double;
  dwc:aphiaid '869733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12206'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0017 178.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.0017"^^xsd:decimal ;
  dwc:decimalLongitude "178.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.0017 178.877)"^^geo:wktLiteral ;
  geo-pos:lat "-74.0017"^^xsd:decimal ;
  geo-pos:long "178.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11849'^^xsd:integer;
  dwc:scientificName 'Liothyrella uva antarctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.877'^^xsd:double;
  dwc:latitude '-74.0017'^^xsd:double;
  dwc:aphiaid '231831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11849'^^xsd:anyURI;
  dwc:aphiaIdAccepted '231830'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.6667"^^xsd:decimal ;
  dwc:decimalLongitude "178.883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  geo-pos:lat "-49.6667"^^xsd:decimal ;
  geo-pos:long "178.883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12065'^^xsd:integer;
  dwc:scientificName 'Magellania macquariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.883'^^xsd:double;
  dwc:latitude '-49.6667'^^xsd:double;
  dwc:aphiaid '869732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12065'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.6667"^^xsd:decimal ;
  dwc:decimalLongitude "178.883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  geo-pos:lat "-49.6667"^^xsd:decimal ;
  geo-pos:long "178.883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12230'^^xsd:integer;
  dwc:scientificName 'Neothyris lenticularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.883'^^xsd:double;
  dwc:latitude '-49.6667'^^xsd:double;
  dwc:aphiaid '235676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12230'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.6667"^^xsd:decimal ;
  dwc:decimalLongitude "178.883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  geo-pos:lat "-49.6667"^^xsd:decimal ;
  geo-pos:long "178.883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12234'^^xsd:integer;
  dwc:scientificName 'Neothyris lenticularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.883'^^xsd:double;
  dwc:latitude '-49.6667'^^xsd:double;
  dwc:aphiaid '235676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12234'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.6667"^^xsd:decimal ;
  dwc:decimalLongitude "178.883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  geo-pos:lat "-49.6667"^^xsd:decimal ;
  geo-pos:long "178.883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11718'^^xsd:integer;
  dwc:scientificName 'Gyrothyris mawsoni aucklandensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.883'^^xsd:double;
  dwc:latitude '-49.6667'^^xsd:double;
  dwc:aphiaid '1334928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11718'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1334928'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.6667"^^xsd:decimal ;
  dwc:decimalLongitude "178.883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6667 178.883)"^^geo:wktLiteral ;
  geo-pos:lat "-49.6667"^^xsd:decimal ;
  geo-pos:long "178.883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11714'^^xsd:integer;
  dwc:scientificName 'Gyrothyris mawsoni antipodensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.883'^^xsd:double;
  dwc:latitude '-49.6667'^^xsd:double;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11714'^^xsd:anyURI;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6483 178.888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.6483"^^xsd:decimal ;
  dwc:decimalLongitude "178.888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6483 178.888)"^^geo:wktLiteral ;
  geo-pos:lat "-49.6483"^^xsd:decimal ;
  geo-pos:long "178.888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12068'^^xsd:integer;
  dwc:scientificName 'Magellania macquariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.888'^^xsd:double;
  dwc:latitude '-49.6483'^^xsd:double;
  dwc:aphiaid '869732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12068'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6483 178.888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.6483"^^xsd:decimal ;
  dwc:decimalLongitude "178.888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6483 178.888)"^^geo:wktLiteral ;
  geo-pos:lat "-49.6483"^^xsd:decimal ;
  geo-pos:long "178.888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12236'^^xsd:integer;
  dwc:scientificName 'Neothyris lenticularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.888'^^xsd:double;
  dwc:latitude '-49.6483'^^xsd:double;
  dwc:aphiaid '235676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12236'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6483 178.888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.6483"^^xsd:decimal ;
  dwc:decimalLongitude "178.888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.6483 178.888)"^^geo:wktLiteral ;
  geo-pos:lat "-49.6483"^^xsd:decimal ;
  geo-pos:long "178.888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11720'^^xsd:integer;
  dwc:scientificName 'Gyrothyris mawsoni aucklandensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '178.888'^^xsd:double;
  dwc:latitude '-49.6483'^^xsd:double;
  dwc:aphiaid '1334928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11720'^^xsd:anyURI;
  dwc:aphiaIdAccepted '1334928'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1 179.188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.1"^^xsd:decimal ;
  dwc:decimalLongitude "179.188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.1 179.188)"^^geo:wktLiteral ;
  geo-pos:lat "-74.1"^^xsd:decimal ;
  geo-pos:long "179.188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A12051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:12051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '12051'^^xsd:integer;
  dwc:scientificName 'Magellania joubini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '179.188'^^xsd:double;
  dwc:latitude '-74.1'^^xsd:double;
  dwc:aphiaid '459080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:12051'^^xsd:anyURI;
  dwc:aphiaIdAccepted '459080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.51 179.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.51"^^xsd:decimal ;
  dwc:decimalLongitude "179.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.51 179.23)"^^geo:wktLiteral ;
  geo-pos:lat "54.51"^^xsd:decimal ;
  geo-pos:long "179.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A4089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:4089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '4089'^^xsd:integer;
  dwc:scientificName 'Arcturus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '179.23'^^xsd:double;
  dwc:latitude '54.51'^^xsd:double;
  dwc:aphiaid '295572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:4089'^^xsd:anyURI;
  dwc:aphiaIdAccepted '257927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.185 179.802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.185"^^xsd:decimal ;
  dwc:decimalLongitude "179.802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.185 179.802)"^^geo:wktLiteral ;
  geo-pos:lat "12.185"^^xsd:decimal ;
  geo-pos:long "179.802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A5303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:5303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '5303'^^xsd:integer;
  dwc:scientificName 'Typhlotanais rectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '179.802'^^xsd:double;
  dwc:latitude '12.185'^^xsd:double;
  dwc:aphiaid '244653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:5303'^^xsd:anyURI;
  dwc:aphiaIdAccepted '244624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.4857 179.881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.4857"^^xsd:decimal ;
  dwc:decimalLongitude "179.881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.4857 179.881)"^^geo:wktLiteral ;
  geo-pos:lat "-39.4857"^^xsd:decimal ;
  geo-pos:long "179.881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A9273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:9273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-07-22'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '9273'^^xsd:integer;
  dwc:scientificName 'Fissuroderes rangi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '179.881'^^xsd:double;
  dwc:latitude '-39.4857'^^xsd:double;
  dwc:aphiaid '265929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:9273'^^xsd:anyURI;
  dwc:aphiaIdAccepted '265929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0833 180)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.0833"^^xsd:decimal ;
  dwc:decimalLongitude "180"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.0833 180)"^^geo:wktLiteral ;
  geo-pos:lat "-73.0833"^^xsd:decimal ;
  geo-pos:long "180"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1940__urn%3Acatalog%3ASENCKENBERG%3ACeDAMar%3A11543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:SENCKENBERG:CeDAMar:11543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1940_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2007-11-02'^^xsd:date;
  dwc:institutionCode 'SENCKENBERG'^^xsd:string;
  dwc:collectionCode 'CeDAMar'^^xsd:string;
  dwc:catalogNumber '11543'^^xsd:integer;
  dwc:scientificName 'Compsothyris racovitzae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:longitude '180'^^xsd:integer;
  dwc:latitude '-73.0833'^^xsd:double;
  dwc:aphiaid '235425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:SENCKENBERG:CeDAMar:11543'^^xsd:anyURI;
  dwc:aphiaIdAccepted '235425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF